WARNING: Duplicate inclusion for /opt/workdir/https___git_openembedded_org_openembedded-core/meta/conf/distro/include/maintainers.inc in /opt/workdir/https___git_openembedded_org_openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: /opt/workdir/https___github_com_DynamicDevices_meta-mono_git/classes/mono.bbclass:34 has a lack of whitespace around the assignment: 'export MONO_CFG_DIR="${STAGING_ETCDIR_NATIVE}"'
WARNING: /opt/workdir/https___github_com_DynamicDevices_meta-mono_git/classes/mono.bbclass:38 has a lack of whitespace around the assignment: 'export NUGET_PACKAGES="${UNPACKDIR}/mono-nuget-packages"'
WARNING: /opt/workdir/https___github_com_DynamicDevices_meta-mono_git/classes/mono.bbclass:39 has a lack of whitespace around the assignment: 'export NUGET_HTTP_CACHE_PATH="${UNPACKDIR}/mono-nuget-http-cache"'
WARNING: /opt/workdir/https___github_com_DynamicDevices_meta-mono_git/recipes-mono/mono-xsp/mono-xsp_git.bb:3 has a lack of whitespace around the assignment: 'SRCREV= "e272a2c006211b6b03be2ef5bbb9e3f8fefd0768"'
WARNING: /opt/workdir/https___github_com_DynamicDevices_meta-mono_git/recipes-mono/msbuild/msbuild_16.10.1.bb:36 has a lack of whitespace around the assignment: 'export DOTNET_MSBUILD_SDK_RESOLVER_CLI_DIR="${STAGING_DATADIR_NATIVE}/dotnet"'
WARNING: /opt/workdir/https___github_com_DynamicDevices_meta-mono_git/recipes-mono/msbuild/msbuild_16.10.1.bb:37 has a lack of whitespace around the assignment: 'export CURL_CA_BUNDLE="${STAGING_DIR_NATIVE}/etc/ssl/certs/ca-certificates.crt"'
WARNING: /opt/workdir/https___github_com_DynamicDevices_meta-mono_git/recipes-mono/mono/mono-6.xx.inc:130 has a lack of whitespace around the assignment: 'PARALLEL_MAKEINST=""'
WARNING: Exception during build_dependencies for do_configure
WARNING: Error during finalise of /opt/workdir/https___github_com_DynamicDevices_meta-mono_git/recipes-mono/mono/mono-native_6.12.0.206.bb
ERROR: Unable to read /opt/workdir/https___github_com_DynamicDevices_meta-mono_git/recipes-mono/mono/mono-native_6.12.0.206.bb: Traceback (most recent call last):
File "/opt/workdir/https___git_openembedded_org_bitbake/lib/bb/data_smart.py", line 465, in expandWithRefs
s = __expand_python_regexp__.sub(varparse.python_sub, s)
File "/opt/workdir/https___git_openembedded_org_bitbake/lib/bb/data_smart.py", line 154, in python_sub
value = utils.better_eval(codeobj, DataContext(self.d), {'d' : self.d})
File "/opt/workdir/https___git_openembedded_org_bitbake/lib/bb/utils.py", line 489, in better_eval
return eval(source, ctx, locals)
File "Var <S>", line 1, in <module>
File "/opt/workdir/https___github_com_DynamicDevices_meta-mono_git/recipes-mono/mono/mono-6.xx.inc", line 23, in mono_workspace_version
return pvsplit[0] + '.' + pvsplit[1] + '.' + pvsplit[2]
IndexError: list index out of range
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/opt/workdir/https___git_openembedded_org_bitbake/lib/bb/command.py", line 91, in runCommand
result = command_method(self, commandline)
File "/opt/workdir/https___git_openembedded_org_bitbake/lib/bb/command.py", line 593, in parseRecipeFile
envdata = command.cooker.databuilder._parse_recipe(config_data, fn, appendfiles, mc, layername)[cls]
File "/opt/workdir/https___git_openembedded_org_bitbake/lib/bb/cookerdata.py", line 521, in _parse_recipe
return bb.parse.handle(bbfile, bb_data)
File "/opt/workdir/https___git_openembedded_org_bitbake/lib/bb/parse/__init__.py", line 119, in handle
return h['handle'](fn, data, include, baseconfig)
File "/opt/workdir/https___git_openembedded_org_bitbake/lib/bb/parse/parse_py/BBHandler.py", line 168, in handle
return ast.multi_finalize(fn, d)
File "/opt/workdir/https___git_openembedded_org_bitbake/lib/bb/parse/ast.py", line 593, in multi_finalize
finalize(fn, d)
File "/opt/workdir/https___git_openembedded_org_bitbake/lib/bb/parse/ast.py", line 555, in finalize
bb.parse.siggen.finalise(fn, d, variant)
File "/opt/workdir/https___git_openembedded_org_bitbake/lib/bb/siggen.py", line 282, in finalise
taskdeps, gendeps, lookupcache = self._build_data(mcfn, d)
File "/opt/workdir/https___git_openembedded_org_bitbake/lib/bb/siggen.py", line 253, in _build_data
tasklist, gendeps, lookupcache = bb.data.generate_dependencies(d, self.basehash_ignore_vars)
File "/opt/workdir/https___git_openembedded_org_bitbake/lib/bb/data.py", line 393, in generate_dependencies
deps[task], values[task] = build_dependencies(task, keys, mod_funcs, shelldeps, varflagsexcl, ignored_vars, d, codeparserd)
File "/opt/workdir/https___git_openembedded_org_bitbake/lib/bb/data.py", line 324, in build_dependencies
value, parsedvar = codeparsedata.getVarFlag(key, "_content", False, retparser=True)
File "/opt/workdir/https___git_openembedded_org_bitbake/lib/bb/data_smart.py", line 865, in getVarFlag
parser = self.expandWithRefs(value, cachename)
File "/opt/workdir/https___git_openembedded_org_bitbake/lib/bb/data_smart.py", line 463, in expandWithRefs
s = __expand_var_regexp__.sub(varparse.var_sub, s)
File "/opt/workdir/https___git_openembedded_org_bitbake/lib/bb/data_smart.py", line 114, in var_sub
var = self.d.getVarFlag(key, "_content")
File "/opt/workdir/https___git_openembedded_org_bitbake/lib/bb/data_smart.py", line 865, in getVarFlag
parser = self.expandWithRefs(value, cachename)
File "/opt/workdir/https___git_openembedded_org_bitbake/lib/bb/data_smart.py", line 481, in expandWithRefs
raise ExpansionError(varname, s, exc).with_traceback(tb) from exc
File "/opt/workdir/https___git_openembedded_org_bitbake/lib/bb/data_smart.py", line 465, in expandWithRefs
s = __expand_python_regexp__.sub(varparse.python_sub, s)
File "/opt/workdir/https___git_openembedded_org_bitbake/lib/bb/data_smart.py", line 154, in python_sub
value = utils.better_eval(codeobj, DataContext(self.d), {'d' : self.d})
File "/opt/workdir/https___git_openembedded_org_bitbake/lib/bb/utils.py", line 489, in better_eval
return eval(source, ctx, locals)
File "Var <S>", line 1, in <module>
File "/opt/workdir/https___github_com_DynamicDevices_meta-mono_git/recipes-mono/mono/mono-6.xx.inc", line 23, in mono_workspace_version
return pvsplit[0] + '.' + pvsplit[1] + '.' + pvsplit[2]
bb.data_smart.ExpansionError: Failure expanding variable S, expression was //sources/mono-${@mono_workspace_version(d)} which triggered exception IndexError: list index out of range
The variable dependency chain for the failure is: S -> do_configure
WARNING: Exception during build_dependencies for do_configure
WARNING: Error during finalise of /opt/workdir/https___github_com_DynamicDevices_meta-mono_git/recipes-mono/mono/mono_6.12.0.206.bb
ERROR: Unable to read /opt/workdir/https___github_com_DynamicDevices_meta-mono_git/recipes-mono/mono/mono_6.12.0.206.bb: Traceback (most recent call last):
File "/opt/workdir/https___git_openembedded_org_bitbake/lib/bb/data_smart.py", line 465, in expandWithRefs
s = __expand_python_regexp__.sub(varparse.python_sub, s)
File "/opt/workdir/https___git_openembedded_org_bitbake/lib/bb/data_smart.py", line 154, in python_sub
value = utils.better_eval(codeobj, DataContext(self.d), {'d' : self.d})
File "/opt/workdir/https___git_openembedded_org_bitbake/lib/bb/utils.py", line 489, in better_eval
return eval(source, ctx, locals)
File "Var <S>", line 1, in <module>
File "/opt/workdir/https___github_com_DynamicDevices_meta-mono_git/recipes-mono/mono/mono-6.xx.inc", line 23, in mono_workspace_version
return pvsplit[0] + '.' + pvsplit[1] + '.' + pvsplit[2]
IndexError: list index out of range
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/opt/workdir/https___git_openembedded_org_bitbake/lib/bb/command.py", line 91, in runCommand
result = command_method(self, commandline)
File "/opt/workdir/https___git_openembedded_org_bitbake/lib/bb/command.py", line 593, in parseRecipeFile
envdata = command.cooker.databuilder._parse_recipe(config_data, fn, appendfiles, mc, layername)[cls]
File "/opt/workdir/https___git_openembedded_org_bitbake/lib/bb/cookerdata.py", line 521, in _parse_recipe
return bb.parse.handle(bbfile, bb_data)
File "/opt/workdir/https___git_openembedded_org_bitbake/lib/bb/parse/__init__.py", line 119, in handle
return h['handle'](fn, data, include, baseconfig)
File "/opt/workdir/https___git_openembedded_org_bitbake/lib/bb/parse/parse_py/BBHandler.py", line 168, in handle
return ast.multi_finalize(fn, d)
File "/opt/workdir/https___git_openembedded_org_bitbake/lib/bb/parse/ast.py", line 593, in multi_finalize
finalize(fn, d)
File "/opt/workdir/https___git_openembedded_org_bitbake/lib/bb/parse/ast.py", line 555, in finalize
bb.parse.siggen.finalise(fn, d, variant)
File "/opt/workdir/https___git_openembedded_org_bitbake/lib/bb/siggen.py", line 282, in finalise
taskdeps, gendeps, lookupcache = self._build_data(mcfn, d)
File "/opt/workdir/https___git_openembedded_org_bitbake/lib/bb/siggen.py", line 253, in _build_data
tasklist, gendeps, lookupcache = bb.data.generate_dependencies(d, self.basehash_ignore_vars)
File "/opt/workdir/https___git_openembedded_org_bitbake/lib/bb/data.py", line 393, in generate_dependencies
deps[task], values[task] = build_dependencies(task, keys, mod_funcs, shelldeps, varflagsexcl, ignored_vars, d, codeparserd)
File "/opt/workdir/https___git_openembedded_org_bitbake/lib/bb/data.py", line 324, in build_dependencies
value, parsedvar = codeparsedata.getVarFlag(key, "_content", False, retparser=True)
File "/opt/workdir/https___git_openembedded_org_bitbake/lib/bb/data_smart.py", line 865, in getVarFlag
parser = self.expandWithRefs(value, cachename)
File "/opt/workdir/https___git_openembedded_org_bitbake/lib/bb/data_smart.py", line 463, in expandWithRefs
s = __expand_var_regexp__.sub(varparse.var_sub, s)
File "/opt/workdir/https___git_openembedded_org_bitbake/lib/bb/data_smart.py", line 114, in var_sub
var = self.d.getVarFlag(key, "_content")
File "/opt/workdir/https___git_openembedded_org_bitbake/lib/bb/data_smart.py", line 865, in getVarFlag
parser = self.expandWithRefs(value, cachename)
File "/opt/workdir/https___git_openembedded_org_bitbake/lib/bb/data_smart.py", line 481, in expandWithRefs
raise ExpansionError(varname, s, exc).with_traceback(tb) from exc
File "/opt/workdir/https___git_openembedded_org_bitbake/lib/bb/data_smart.py", line 465, in expandWithRefs
s = __expand_python_regexp__.sub(varparse.python_sub, s)
File "/opt/workdir/https___git_openembedded_org_bitbake/lib/bb/data_smart.py", line 154, in python_sub
value = utils.better_eval(codeobj, DataContext(self.d), {'d' : self.d})
File "/opt/workdir/https___git_openembedded_org_bitbake/lib/bb/utils.py", line 489, in better_eval
return eval(source, ctx, locals)
File "Var <S>", line 1, in <module>
File "/opt/workdir/https___github_com_DynamicDevices_meta-mono_git/recipes-mono/mono/mono-6.xx.inc", line 23, in mono_workspace_version
return pvsplit[0] + '.' + pvsplit[1] + '.' + pvsplit[2]
bb.data_smart.ExpansionError: Failure expanding variable S, expression was //sources/mono-${@mono_workspace_version(d)} which triggered exception IndexError: list index out of range
The variable dependency chain for the failure is: S -> do_configure
|