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.web10.5169.1613463848181898516 for ; Tue, 16 Feb 2021 00:24:08 -0800 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 [172.29.10.113] (unknown [172.29.10.113]) by mail.yoctoproject.org (Postfix) with ESMTP id 8970F38C124A for ; Tue, 16 Feb 2021 08:24:07 +0000 (UTC) MIME-Version: 1.0 From: auh@auh.yoctoproject.org To: Robert Yang Cc: openembedded-core@lists.openembedded.org Subject: [AUH] automake: upgrading to 1.16.3 FAILED Message-ID: Content-Type: multipart/mixed; boundary="===============5929824763241077752==" --===============5929824763241077752== 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 *automake* to *1.16.3* has Failed (devtool error). Detailed error information: The following devtool command failed: upgrade automake -V 1.16.3 NOTE: Starting bitbake server... NOTE: Reconnecting to bitbake server... NOTE: Retrying server connection (#1)... Loading cache...done. Loaded 1425 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.49.1" BUILD_SYS = "x86_64-linux" NATIVELSBSTRING = "universal" TARGET_SYS = "x86_64-poky-linux" MACHINE = "qemux86-64" DISTRO = "poky" DISTRO_VERSION = "3.2+snapshot-c2fb74931849f943812462edf42b386a668aa41a" TUNE_FEATURES = "m64 core2" TARGET_FPU = "" meta meta-poky meta-yocto-bsp = "tmp-auh-upgrades:c2fb74931849f943812462edf42b386a668aa41a" workspace = "master:6b24d3fc583a87fb4284ce00256e8069345c9f3a" Initialising tasks...done. Sstate summary: Wanted 5 Found 0 Missed 5 Current 15 (0% match, 75% complete) 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:devtool_post_unpack(d) 0003: File: '/home/pokybuild/yocto-worker/auh/build/build/poky/meta/classes/devtool-source.bbclass', lineno: 150, function: devtool_post_unpack 0146: "doesn't use any source or the correct source " 0147: "directory could not be determined" % d.getVar('PN')) 0148: 0149: devbranch = d.getVar('DEVTOOL_DEVBRANCH') *** 0150: setup_git_repo(srcsubdir, d.getVar('PV'), devbranch, d=d) 0151: 0152: (stdout, _) = bb.process.run('git rev-parse HEAD', cwd=srcsubdir) 0153: initial_rev = stdout.rstrip() 0154: with open(os.path.join(tempdir, 'initial_rev'), 'w') as f: File: '/home/pokybuild/yocto-worker/auh/build/build/poky/scripts/lib/devtool/__init__.py', lineno: 234, function: setup_git_repo 0230: for line in excludes: 0231: f.write(line) 0232: 0233: bb.process.run('git checkout -b %s' % devbranch, cwd=repodir) *** 0234: bb.process.run('git tag -f %s' % basetag, cwd=repodir) 0235: 0236:def recipe_to_append(recipefile, config, wildcard=False): 0237: """ 0238: Convert a recipe file to a bbappend file path within the workspace. File: '/home/pokybuild/yocto-worker/auh/build/build/poky/bitbake/lib/bb/process.py', lineno: 184, function: run 0180: if not stderr is None: 0181: stderr = stderr.decode("utf-8") 0182: 0183: if pipe.returncode != 0: *** 0184: raise ExecutionError(cmd, pipe.returncode, stdout, stderr) 0185: return stdout, stderr Exception: bb.process.ExecutionError: Execution of 'git tag -f devtool-base' failed with exit code 128: fatal: Failed to resolve 'HEAD' as a valid ref. ERROR: Logfile of failure stored in: /home/pokybuild/yocto-worker/auh/build/build/build/tmp/work/core2-64-poky-linux/automake/1.16.2-r0/devtooltmp-phh9rflb/temp/log.do_unpack.43506 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:devtool_post_unpack(d) 0003: File: '/home/pokybuild/yocto-worker/auh/build/build/poky/meta/classes/devtool-source.bbclass', lineno: 150, function: devtool_post_unpack 0146: "doesn't use any source or the correct source " 0147: "directory could not be determined" % d.getVar('PN')) 0148: 0149: devbranch = d.getVar('DEVTOOL_DEVBRANCH') *** 0150: setup_git_repo(srcsubdir, d.getVar('PV'), devbranch, d=d) 0151: 0152: (stdout, _) = bb.process.run('git rev-parse HEAD', cwd=srcsubdir) 0153: initial_rev = stdout.rstrip() 0154: with open(os.path.join(tempdir, 'initial_rev'), 'w') as f: File: '/home/pokybuild/yocto-worker/auh/build/build/poky/scripts/lib/devtool/__init__.py', lineno: 233, function: setup_git_repo 0229: with open(excludefile, 'w') as f: 0230: for line in excludes: 0231: f.write(line) 0232: *** 0233: bb.process.run('git checkout -b %s' % devbranch, cwd=repodir) 0234: bb.process.run('git tag -f %s' % basetag, cwd=repodir) 0235: 0236:def recipe_to_append(recipefile, config, wildcard=False): 0237: """ File: '/home/pokybuild/yocto-worker/auh/build/build/poky/bitbake/lib/bb/process.py', lineno: 184, function: run 0180: if not stderr is None: 0181: stderr = stderr.decode("utf-8") 0182: 0183: if pipe.returncode != 0: *** 0184: raise ExecutionError(cmd, pipe.returncode, stdout, stderr) 0185: return stdout, stderr Exception: bb.process.ExecutionError: Execution of 'git checkout -b devtool-orig' failed with exit code 128: fatal: A branch named 'devtool-orig' already exists. ERROR: Logfile of failure stored in: /home/pokybuild/yocto-worker/auh/build/build/build/tmp/work/core2-64-poky-linux/automake/1.16.2-r0/devtooltmp-phh9rflb/temp/log.do_unpack.43505 NOTE: Tasks Summary: Attempted 71 tasks of which 66 didn't need to be rerun and 2 failed. NOTE: Writing buildhistory NOTE: Writing buildhistory took: 2 seconds ERROR: Extracting source for automake 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 --===============5929824763241077752==--