Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *go-cross-x86-64-v3,go-cross-canadian-x86-64,go-runtime,go,go-crosssdk-x86_64-pokysdk-linux* to *1.25.6,1.25.6,1.25.6,1.25.6,1.25.6* has Failed (devtool error).
Detailed error information: The following devtool command failed: upgrade go-crosssdk-x86_64-pokysdk-linux -V 1.25.6 NOTE: Reconnecting to bitbake server... Loading cache...done. Loaded 1956 entries from dependency cache. Parsing recipes...done. Parsing of 955 .bb files complete (951 cached, 4 parsed). 1961 targets, 47 skipped, 0 masked, 0 errors. Removing 1 recipes from the x86-64-v3 sysroot...done. NOTE: Resolving any missing task queue dependencies Build Configuration: BB_VERSION = "2.16.0" BUILD_SYS = "x86_64-linux" NATIVELSBSTRING = "universal" TARGET_SYS = "x86_64-poky-linux" MACHINE = "qemux86-64" DISTRO = "poky" DISTRO_VERSION = "5.3.99+snapshot-beb0a16ac408d741213b635ab6151f5a921bd129" TUNE_FEATURES = "m64 x86-64-v3" TARGET_FPU = "" meta = "tmp-auh-upgrades:beb0a16ac408d741213b635ab6151f5a921bd129" meta-yocto-bsp meta-poky = "master:c23c19e0b300812bad314f1d0a901965315271ae" workspace = "<unknown>:<unknown>" Initialising tasks...NOTE: The /proc/pressure files can't be read. Continuing build without monitoring pressure Sstate summary: Wanted 0 Local 0 Mirrors 0 Missed 0 Current 0 (0% match, 0% complete) done. NOTE: No setscene tasks NOTE: Executing Tasks NOTE: Tasks Summary: Attempted 3 tasks of which 0 didn't need to be rerun and all succeeded. NOTE: Writing buildhistory NOTE: Writing buildhistory took: 1 seconds Loading cache...done. Loaded 0 entries from dependency cache. Parsing recipes...done. Parsing of 956 .bb files complete (0 cached, 956 parsed). 1962 targets, 47 skipped, 0 masked, 0 errors. NOTE: Resolving any missing task queue dependencies Build Configuration: BB_VERSION = "2.16.0" BUILD_SYS = "x86_64-linux" NATIVELSBSTRING = "universal" TARGET_SYS = "x86_64-poky-linux" MACHINE = "qemux86-64" DISTRO = "poky" DISTRO_VERSION = "5.3.99+snapshot-beb0a16ac408d741213b635ab6151f5a921bd129" TUNE_FEATURES = "m64 x86-64-v3" TARGET_FPU = "" meta = "tmp-auh-upgrades:beb0a16ac408d741213b635ab6151f5a921bd129" meta-yocto-bsp meta-poky = "master:c23c19e0b300812bad314f1d0a901965315271ae" workspace = "<unknown>:<unknown>" Initialising tasks...NOTE: The /proc/pressure files can't be read. Continuing build without monitoring pressure Sstate summary: Wanted 1 Local 0 Mirrors 0 Missed 1 Current 0 (0% match, 0% complete) done. NOTE: Executing Tasks NOTE: Tasks Summary: Attempted 3 tasks of which 0 didn't need to be rerun and all succeeded. NOTE: Writing buildhistory NOTE: Writing buildhistory took: 1 seconds Adding changed files: 0% | | ETA: --:--:-- Adding changed files: 0% | | ETA: --:--:-- Adding changed files: 100% |####################################| Time: 0:00:00 INFO: Extracting current version source... INFO: Extracting upgraded version source... INFO: Fetching https://golang.org/dl/go1.25.6.src.tar.gz;name=main... INFO: Rebasing devtool onto e5064f629c568e7ea4751477f168f3abf1f9dd53 ERROR: Traceback (most recent call last): File "/srv/pokybuild/yocto-worker/auh/build/layers/bitbake/lib/bb/parse/parse_py/ConfHandler.py", line 93, in include_single_file bb.parse.handle(fn, data, True) ~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^ File "/srv/pokybuild/yocto-worker/auh/build/layers/bitbake/lib/bb/parse/__init__.py", line 119, in handle return h['handle'](fn, data, include, baseconfig) ~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/srv/pokybuild/yocto-worker/auh/build/layers/bitbake/lib/bb/parse/parse_py/BBHandler.py", line 146, in handle abs_fn = resolve_file(fn, d) File "/srv/pokybuild/yocto-worker/auh/build/layers/bitbake/lib/bb/parse/__init__.py", line 139, in resolve_file raise IOError(errno.ENOENT, "file %s not found in %s" % (fn, bbpath)) FileNotFoundError: [Errno 2] file go-64-pokysdk-linux.inc not found in /srv/pokybuild/yocto-worker/auh/build/build/workspace:/srv/pokybuild/yocto-worker/auh/build/layers/meta-yocto/meta-poky:/srv/pokybuild/yocto-worker/auh/build/build:/srv/pokybuild/yocto-worker/auh/build/layers/openembedded-core/meta:/srv/pokybuild/yocto-worker/auh/build/layers/meta-yocto/meta-yocto-bsp During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/srv/pokybuild/yocto-worker/auh/build/layers/bitbake/lib/bb/command.py", line 91, in runCommand result = command_method(self, commandline) File "/srv/pokybuild/yocto-worker/auh/build/layers/bitbake/lib/bb/command.py", line 596, in parseRecipeFile envdata = command.cooker.databuilder.parseRecipe(virtualfn, appendfiles, layername) File "/srv/pokybuild/yocto-worker/auh/build/layers/bitbake/lib/bb/cookerdata.py", line 559, in parseRecipe datastores = self.parseRecipeVariants(virtualfn, appends, virtonly=True, layername=layername) File "/srv/pokybuild/yocto-worker/auh/build/layers/bitbake/lib/bb/cookerdata.py", line 533, in parseRecipeVariants return self._parse_recipe(bb_data, bbfile, appends, mc, layername) ~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/srv/pokybuild/yocto-worker/auh/build/layers/bitbake/lib/bb/cookerdata.py", line 521, in _parse_recipe return bb.parse.handle(bbfile, bb_data) ~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^ File "/srv/pokybuild/yocto-worker/auh/build/layers/bitbake/lib/bb/parse/__init__.py", line 119, in handle return h['handle'](fn, data, include, baseconfig) ~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/srv/pokybuild/yocto-worker/auh/build/layers/bitbake/lib/bb/parse/parse_py/BBHandler.py", line 156, in handle statements.eval(d) ~~~~~~~~~~~~~~~^^^ File "/srv/pokybuild/yocto-worker/auh/build/layers/bitbake/lib/bb/parse/ast.py", line 20, in eval statement.eval(data) ~~~~~~~~~~~~~~^^^^^^ File "/srv/pokybuild/yocto-worker/auh/build/layers/bitbake/lib/bb/parse/ast.py", line 42, in eval bb.parse.ConfHandler.include(self.filename, s, self.lineno, data, "include required") ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/srv/pokybuild/yocto-worker/auh/build/layers/bitbake/lib/bb/parse/parse_py/ConfHandler.py", line 70, in include include_single_file(parentfn, fn, lineno, data, error_out) ~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/srv/pokybuild/yocto-worker/auh/build/layers/bitbake/lib/bb/parse/parse_py/ConfHandler.py", line 97, in include_single_file raise ParseError("Could not %s file %s" % (error_out, fn), parentfn, lineno) bb.parse.ParseError: ParseError at /srv/pokybuild/yocto-worker/auh/build/build/workspace/recipes/go-crosssdk-x86_64-pokysdk-linux/go-crosssdk-x86_64-pokysdk-linux_1.25.6.bb:2: Could not include required file go-64-pokysdk-linux.inc ERROR: Parsing of upgraded recipe 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
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#229449): https://lists.openembedded.org/g/openembedded-core/message/229449 Mute This Topic: https://lists.openembedded.org/mt/117291110/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
