[dss-merge-requests] Dev build failure

oebuild at aizobuilder.cloudapp.net oebuild at aizobuilder.cloudapp.net
Tue Nov 11 03:30:54 CET 2014


>From git://gitorious.digitalstrom.org/dss-oe/dss-oe
   1f8efe0..0cac5fa  master     -> origin/master
Updating 1f8efe0..0cac5fa
Fast-forward
 .../single-user/{single-user_0.8.0.bb => single-user_0.8.2.bb}     | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)
 rename targets/dss-add-ons-devel/layer/recipes/single-user/{single-user_0.8.0.bb => single-user_0.8.2.bb} (60%)
Building images for devel feed

Building configuration for targets/dss11-1gb-t1-yocto-devel

WARNING: Host distribution "CentOS-6.5" has not been validated with this version of the build system; you may possibly experience unexpected failures. It is recommended that you use a tested distribution.
NOTE: Started PRServer with DBfile: /oe/dss-oe/poky-devel-build/cache/prserv.sqlite3, IP: 127.0.0.1, PORT: 34595, PID: 62990
Loading cache...done.
Loaded 1894 entries from dependency cache.
Parsing recipes...ERROR: Error executing a python function in <code>:

The stack trace of python calls that resulted in this exception/failure was:
File: '<code>', lineno: 1, function: <module>
 *** 0001:__anon_634__oe_dss_oe_yocto_poky_meta_classes_base_bbclass(d)
     0002:__anon_954__oe_dss_oe_yocto_poky_meta_classes_insane_bbclass(d)
     0003:__anon_230__oe_dss_oe_yocto_poky_meta_classes_package_bbclass(d)
     0004:__anon_430__oe_dss_oe_yocto_poky_meta_classes_package_ipk_bbclass(d)
     0005:__anon_20__oe_dss_oe_yocto_poky_meta_classes_debian_bbclass(d)
File: '__anon_634__oe_dss_oe_yocto_poky_meta_classes_base_bbclass', lineno: 218, function: __anon_634__oe_dss_oe_yocto_poky_meta_classes_base_bbclass
     0214:    #
     0215:    override = d.getVar('SRC_URI_OVERRIDES_PACKAGE_ARCH', True)
     0216:    if override != '0':
     0217:        paths = []
 *** 0218:        fpaths = (d.getVar('FILESPATH', True) or '').split(':')
     0219:        machine = d.getVar('MACHINE', True)
     0220:        for p in fpaths:
     0221:            if os.path.basename(p) == machine and os.path.isdir(p):
     0222:                paths.append(p)
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 516, function: getVar
     0512:                self._seen_overrides[override] = set()
     0513:            self._seen_overrides[override].add( var )
     0514:
     0515:    def getVar(self, var, expand=False, noweakdefault=False):
 *** 0516:        return self.getVarFlag(var, "_content", expand, noweakdefault)
     0517:
     0518:    def renameVar(self, key, newkey, **loginfo):
     0519:        """
     0520:        Rename the variable key to newkey
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 606, function: getVarFlag
     0602:            if flag == "_content":
     0603:                cachename = var
     0604:            else:
     0605:                cachename = var + "[" + flag + "]"
 *** 0606:            value = self.expand(value, cachename)
     0607:        if value is not None and flag == "_content" and local_var is not None and "_removeactive" in local_var:
     0608:            filtered = filter(lambda v: v not in local_var["_removeactive"],
     0609:                              value.split(" "))
     0610:            value = " ".join(filtered)
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 344, function: expand
     0340:
     0341:        return varparse
     0342:
     0343:    def expand(self, s, varname = None):
 *** 0344:        return self.expandWithRefs(s, varname).value
     0345:
     0346:
     0347:    def finalize(self, parent = False):
     0348:        """Performs final steps upon the datastore, including application of overrides"""
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 325, function: expandWithRefs
     0321:
     0322:        while s.find('${') != -1:
     0323:            olds = s
     0324:            try:
 *** 0325:                s = __expand_var_regexp__.sub(varparse.var_sub, s)
     0326:                s = __expand_python_regexp__.sub(varparse.python_sub, s)
     0327:                if s == olds:
     0328:                    break
     0329:            except ExpansionError:
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 101, function: var_sub
     0097:            if key in self.d.expand_cache:
     0098:                varparse = self.d.expand_cache[key]
     0099:                var = varparse.value
     0100:            else:
 *** 0101:                var = self.d.getVar(key, True)
     0102:            self.references.add(key)
     0103:            if var is not None:
     0104:                return var
     0105:            else:
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 516, function: getVar
     0512:                self._seen_overrides[override] = set()
     0513:            self._seen_overrides[override].add( var )
     0514:
     0515:    def getVar(self, var, expand=False, noweakdefault=False):
 *** 0516:        return self.getVarFlag(var, "_content", expand, noweakdefault)
     0517:
     0518:    def renameVar(self, key, newkey, **loginfo):
     0519:        """
     0520:        Rename the variable key to newkey
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 606, function: getVarFlag
     0602:            if flag == "_content":
     0603:                cachename = var
     0604:            else:
     0605:                cachename = var + "[" + flag + "]"
 *** 0606:            value = self.expand(value, cachename)
     0607:        if value is not None and flag == "_content" and local_var is not None and "_removeactive" in local_var:
     0608:            filtered = filter(lambda v: v not in local_var["_removeactive"],
     0609:                              value.split(" "))
     0610:            value = " ".join(filtered)
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 344, function: expand
     0340:
     0341:        return varparse
     0342:
     0343:    def expand(self, s, varname = None):
 *** 0344:        return self.expandWithRefs(s, varname).value
     0345:
     0346:
     0347:    def finalize(self, parent = False):
     0348:        """Performs final steps upon the datastore, including application of overrides"""
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 325, function: expandWithRefs
     0321:
     0322:        while s.find('${') != -1:
     0323:            olds = s
     0324:            try:
 *** 0325:                s = __expand_var_regexp__.sub(varparse.var_sub, s)
     0326:                s = __expand_python_regexp__.sub(varparse.python_sub, s)
     0327:                if s == olds:
     0328:                    break
     0329:            except ExpansionError:
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 101, function: var_sub
     0097:            if key in self.d.expand_cache:
     0098:                varparse = self.d.expand_cache[key]
     0099:                var = varparse.value
     0100:            else:
 *** 0101:                var = self.d.getVar(key, True)
     0102:            self.references.add(key)
     0103:            if var is not None:
     0104:                return var
     0105:            else:
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 516, function: getVar
     0512:                self._seen_overrides[override] = set()
     0513:            self._seen_overrides[override].add( var )
     0514:
     0515:    def getVar(self, var, expand=False, noweakdefault=False):
 *** 0516:        return self.getVarFlag(var, "_content", expand, noweakdefault)
     0517:
     0518:    def renameVar(self, key, newkey, **loginfo):
     0519:        """
     0520:        Rename the variable key to newkey
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 606, function: getVarFlag
     0602:            if flag == "_content":
     0603:                cachename = var
     0604:            else:
     0605:                cachename = var + "[" + flag + "]"
 *** 0606:            value = self.expand(value, cachename)
     0607:        if value is not None and flag == "_content" and local_var is not None and "_removeactive" in local_var:
     0608:            filtered = filter(lambda v: v not in local_var["_removeactive"],
     0609:                              value.split(" "))
     0610:            value = " ".join(filtered)
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 344, function: expand
     0340:
     0341:        return varparse
     0342:
     0343:    def expand(self, s, varname = None):
 *** 0344:        return self.expandWithRefs(s, varname).value
     0345:
     0346:
     0347:    def finalize(self, parent = False):
     0348:        """Performs final steps upon the datastore, including application of overrides"""
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 325, function: expandWithRefs
     0321:
     0322:        while s.find('${') != -1:
     0323:            olds = s
     0324:            try:
 *** 0325:                s = __expand_var_regexp__.sub(varparse.var_sub, s)
     0326:                s = __expand_python_regexp__.sub(varparse.python_sub, s)
     0327:                if s == olds:
     0328:                    break
     0329:            except ExpansionError:
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 101, function: var_sub
     0097:            if key in self.d.expand_cache:
     0098:                varparse = self.d.expand_cache[key]
     0099:                var = varparse.value
     0100:            else:
 *** 0101:                var = self.d.getVar(key, True)
     0102:            self.references.add(key)
     0103:            if var is not None:
     0104:                return var
     0105:            else:
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 516, function: getVar
     0512:                self._seen_overrides[override] = set()
     0513:            self._seen_overrides[override].add( var )
     0514:
     0515:    def getVar(self, var, expand=False, noweakdefault=False):
 *** 0516:        return self.getVarFlag(var, "_content", expand, noweakdefault)
     0517:
     0518:    def renameVar(self, key, newkey, **loginfo):
     0519:        """
     0520:        Rename the variable key to newkey
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 606, function: getVarFlag
     0602:            if flag == "_content":
     0603:                cachename = var
     0604:            else:
     0605:                cachename = var + "[" + flag + "]"
 *** 0606:            value = self.expand(value, cachename)
     0607:        if value is not None and flag == "_content" and local_var is not None and "_removeactive" in local_var:
     0608:            filtered = filter(lambda v: v not in local_var["_removeactive"],
     0609:                              value.split(" "))
     0610:            value = " ".join(filtered)
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 344, function: expand
     0340:
     0341:        return varparse
     0342:
     0343:    def expand(self, s, varname = None):
 *** 0344:        return self.expandWithRefs(s, varname).value
     0345:
     0346:
     0347:    def finalize(self, parent = False):
     0348:        """Performs final steps upon the datastore, including application of overrides"""
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 325, function: expandWithRefs
     0321:
     0322:        while s.find('${') != -1:
     0323:            olds = s
     0324:            try:
 *** 0325:                s = __expand_var_regexp__.sub(varparse.var_sub, s)
     0326:                s = __expand_python_regexp__.sub(varparse.python_sub, s)
     0327:                if s == olds:
     0328:                    break
     0329:            except ExpansionError:
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 101, function: var_sub
     0097:            if key in self.d.expand_cache:
     0098:                varparse = self.d.expand_cache[key]
     0099:                var = varparse.value
     0100:            else:
 *** 0101:                var = self.d.getVar(key, True)
     0102:            self.references.add(key)
     0103:            if var is not None:
     0104:                return var
     0105:            else:
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 516, function: getVar
     0512:                self._seen_overrides[override] = set()
     0513:            self._seen_overrides[override].add( var )
     0514:
     0515:    def getVar(self, var, expand=False, noweakdefault=False):
 *** 0516:        return self.getVarFlag(var, "_content", expand, noweakdefault)
     0517:
     0518:    def renameVar(self, key, newkey, **loginfo):
     0519:        """
     0520:        Rename the variable key to newkey
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 606, function: getVarFlag
     0602:            if flag == "_content":
     0603:                cachename = var
     0604:            else:
     0605:                cachename = var + "[" + flag + "]"
 *** 0606:            value = self.expand(value, cachename)
     0607:        if value is not None and flag == "_content" and local_var is not None and "_removeactive" in local_var:
     0608:            filtered = filter(lambda v: v not in local_var["_removeactive"],
     0609:                              value.split(" "))
     0610:            value = " ".join(filtered)
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 344, function: expand
     0340:
     0341:        return varparse
     0342:
     0343:    def expand(self, s, varname = None):
 *** 0344:        return self.expandWithRefs(s, varname).value
     0345:
     0346:
     0347:    def finalize(self, parent = False):
     0348:        """Performs final steps upon the datastore, including application of overrides"""
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 334, function: expandWithRefs
     0330:                raise
     0331:            except bb.parse.SkipPackage:
     0332:                raise
     0333:            except Exception as exc:
 *** 0334:                raise ExpansionError(varname, s, exc)
     0335:
     0336:        varparse.value = s
     0337:
     0338:        if varname:
Exception: ExpansionError: Failure expanding variable GITPKGV, expression was ${@get_git_pkgv(d, False)} which triggered exception FetchError: Fetcher failure: Fetch command failed with exit code 128, output:
fatal: read error: Connection reset by peer


ERROR: Error executing a python function in <code>:

The stack trace of python calls that resulted in this exception/failure was:
File: '<code>', lineno: 1, function: <module>
 *** 0001:__anon_634__oe_dss_oe_yocto_poky_meta_classes_base_bbclass(d)
     0002:__anon_954__oe_dss_oe_yocto_poky_meta_classes_insane_bbclass(d)
     0003:__anon_230__oe_dss_oe_yocto_poky_meta_classes_package_bbclass(d)
     0004:__anon_430__oe_dss_oe_yocto_poky_meta_classes_package_ipk_bbclass(d)
     0005:__anon_20__oe_dss_oe_yocto_poky_meta_classes_debian_bbclass(d)
File: '__anon_634__oe_dss_oe_yocto_poky_meta_classes_base_bbclass', lineno: 218, function: __anon_634__oe_dss_oe_yocto_poky_meta_classes_base_bbclass
     0214:    #
     0215:    override = d.getVar('SRC_URI_OVERRIDES_PACKAGE_ARCH', True)
     0216:    if override != '0':
     0217:        paths = []
 *** 0218:        fpaths = (d.getVar('FILESPATH', True) or '').split(':')
     0219:        machine = d.getVar('MACHINE', True)
     0220:        for p in fpaths:
     0221:            if os.path.basename(p) == machine and os.path.isdir(p):
     0222:                paths.append(p)
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 516, function: getVar
     0512:                self._seen_overrides[override] = set()
     0513:            self._seen_overrides[override].add( var )
     0514:
     0515:    def getVar(self, var, expand=False, noweakdefault=False):
 *** 0516:        return self.getVarFlag(var, "_content", expand, noweakdefault)
     0517:
     0518:    def renameVar(self, key, newkey, **loginfo):
     0519:        """
     0520:        Rename the variable key to newkey
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 606, function: getVarFlag
     0602:            if flag == "_content":
     0603:                cachename = var
     0604:            else:
     0605:                cachename = var + "[" + flag + "]"
 *** 0606:            value = self.expand(value, cachename)
     0607:        if value is not None and flag == "_content" and local_var is not None and "_removeactive" in local_var:
     0608:            filtered = filter(lambda v: v not in local_var["_removeactive"],
     0609:                              value.split(" "))
     0610:            value = " ".join(filtered)
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 344, function: expand
     0340:
     0341:        return varparse
     0342:
     0343:    def expand(self, s, varname = None):
 *** 0344:        return self.expandWithRefs(s, varname).value
     0345:
     0346:
     0347:    def finalize(self, parent = False):
     0348:        """Performs final steps upon the datastore, including application of overrides"""
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 325, function: expandWithRefs
     0321:
     0322:        while s.find('${') != -1:
     0323:            olds = s
     0324:            try:
 *** 0325:                s = __expand_var_regexp__.sub(varparse.var_sub, s)
     0326:                s = __expand_python_regexp__.sub(varparse.python_sub, s)
     0327:                if s == olds:
     0328:                    break
     0329:            except ExpansionError:
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 101, function: var_sub
     0097:            if key in self.d.expand_cache:
     0098:                varparse = self.d.expand_cache[key]
     0099:                var = varparse.value
     0100:            else:
 *** 0101:                var = self.d.getVar(key, True)
     0102:            self.references.add(key)
     0103:            if var is not None:
     0104:                return var
     0105:            else:
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 516, function: getVar
     0512:                self._seen_overrides[override] = set()
     0513:            self._seen_overrides[override].add( var )
     0514:
     0515:    def getVar(self, var, expand=False, noweakdefault=False):
 *** 0516:        return self.getVarFlag(var, "_content", expand, noweakdefault)
     0517:
     0518:    def renameVar(self, key, newkey, **loginfo):
     0519:        """
     0520:        Rename the variable key to newkey
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 606, function: getVarFlag
     0602:            if flag == "_content":
     0603:                cachename = var
     0604:            else:
     0605:                cachename = var + "[" + flag + "]"
 *** 0606:            value = self.expand(value, cachename)
     0607:        if value is not None and flag == "_content" and local_var is not None and "_removeactive" in local_var:
     0608:            filtered = filter(lambda v: v not in local_var["_removeactive"],
     0609:                              value.split(" "))
     0610:            value = " ".join(filtered)
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 344, function: expand
     0340:
     0341:        return varparse
     0342:
     0343:    def expand(self, s, varname = None):
 *** 0344:        return self.expandWithRefs(s, varname).value
     0345:
     0346:
     0347:    def finalize(self, parent = False):
     0348:        """Performs final steps upon the datastore, including application of overrides"""
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 325, function: expandWithRefs
     0321:
     0322:        while s.find('${') != -1:
     0323:            olds = s
     0324:            try:
 *** 0325:                s = __expand_var_regexp__.sub(varparse.var_sub, s)
     0326:                s = __expand_python_regexp__.sub(varparse.python_sub, s)
     0327:                if s == olds:
     0328:                    break
     0329:            except ExpansionError:
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 101, function: var_sub
     0097:            if key in self.d.expand_cache:
     0098:                varparse = self.d.expand_cache[key]
     0099:                var = varparse.value
     0100:            else:
 *** 0101:                var = self.d.getVar(key, True)
     0102:            self.references.add(key)
     0103:            if var is not None:
     0104:                return var
     0105:            else:
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 516, function: getVar
     0512:                self._seen_overrides[override] = set()
     0513:            self._seen_overrides[override].add( var )
     0514:
     0515:    def getVar(self, var, expand=False, noweakdefault=False):
 *** 0516:        return self.getVarFlag(var, "_content", expand, noweakdefault)
     0517:
     0518:    def renameVar(self, key, newkey, **loginfo):
     0519:        """
     0520:        Rename the variable key to newkey
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 606, function: getVarFlag
     0602:            if flag == "_content":
     0603:                cachename = var
     0604:            else:
     0605:                cachename = var + "[" + flag + "]"
 *** 0606:            value = self.expand(value, cachename)
     0607:        if value is not None and flag == "_content" and local_var is not None and "_removeactive" in local_var:
     0608:            filtered = filter(lambda v: v not in local_var["_removeactive"],
     0609:                              value.split(" "))
     0610:            value = " ".join(filtered)
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 344, function: expand
     0340:
     0341:        return varparse
     0342:
     0343:    def expand(self, s, varname = None):
 *** 0344:        return self.expandWithRefs(s, varname).value
     0345:
     0346:
     0347:    def finalize(self, parent = False):
     0348:        """Performs final steps upon the datastore, including application of overrides"""
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 325, function: expandWithRefs
     0321:
     0322:        while s.find('${') != -1:
     0323:            olds = s
     0324:            try:
 *** 0325:                s = __expand_var_regexp__.sub(varparse.var_sub, s)
     0326:                s = __expand_python_regexp__.sub(varparse.python_sub, s)
     0327:                if s == olds:
     0328:                    break
     0329:            except ExpansionError:
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 101, function: var_sub
     0097:            if key in self.d.expand_cache:
     0098:                varparse = self.d.expand_cache[key]
     0099:                var = varparse.value
     0100:            else:
 *** 0101:                var = self.d.getVar(key, True)
     0102:            self.references.add(key)
     0103:            if var is not None:
     0104:                return var
     0105:            else:
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 516, function: getVar
     0512:                self._seen_overrides[override] = set()
     0513:            self._seen_overrides[override].add( var )
     0514:
     0515:    def getVar(self, var, expand=False, noweakdefault=False):
 *** 0516:        return self.getVarFlag(var, "_content", expand, noweakdefault)
     0517:
     0518:    def renameVar(self, key, newkey, **loginfo):
     0519:        """
     0520:        Rename the variable key to newkey
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 606, function: getVarFlag
     0602:            if flag == "_content":
     0603:                cachename = var
     0604:            else:
     0605:                cachename = var + "[" + flag + "]"
 *** 0606:            value = self.expand(value, cachename)
     0607:        if value is not None and flag == "_content" and local_var is not None and "_removeactive" in local_var:
     0608:            filtered = filter(lambda v: v not in local_var["_removeactive"],
     0609:                              value.split(" "))
     0610:            value = " ".join(filtered)
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 344, function: expand
     0340:
     0341:        return varparse
     0342:
     0343:    def expand(self, s, varname = None):
 *** 0344:        return self.expandWithRefs(s, varname).value
     0345:
     0346:
     0347:    def finalize(self, parent = False):
     0348:        """Performs final steps upon the datastore, including application of overrides"""
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 325, function: expandWithRefs
     0321:
     0322:        while s.find('${') != -1:
     0323:            olds = s
     0324:            try:
 *** 0325:                s = __expand_var_regexp__.sub(varparse.var_sub, s)
     0326:                s = __expand_python_regexp__.sub(varparse.python_sub, s)
     0327:                if s == olds:
     0328:                    break
     0329:            except ExpansionError:
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 101, function: var_sub
     0097:            if key in self.d.expand_cache:
     0098:                varparse = self.d.expand_cache[key]
     0099:                var = varparse.value
     0100:            else:
 *** 0101:                var = self.d.getVar(key, True)
     0102:            self.references.add(key)
     0103:            if var is not None:
     0104:                return var
     0105:            else:
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 516, function: getVar
     0512:                self._seen_overrides[override] = set()
     0513:            self._seen_overrides[override].add( var )
     0514:
     0515:    def getVar(self, var, expand=False, noweakdefault=False):
 *** 0516:        return self.getVarFlag(var, "_content", expand, noweakdefault)
     0517:
     0518:    def renameVar(self, key, newkey, **loginfo):
     0519:        """
     0520:        Rename the variable key to newkey
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 606, function: getVarFlag
     0602:            if flag == "_content":
     0603:                cachename = var
     0604:            else:
     0605:                cachename = var + "[" + flag + "]"
 *** 0606:            value = self.expand(value, cachename)
     0607:        if value is not None and flag == "_content" and local_var is not None and "_removeactive" in local_var:
     0608:            filtered = filter(lambda v: v not in local_var["_removeactive"],
     0609:                              value.split(" "))
     0610:            value = " ".join(filtered)
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 344, function: expand
     0340:
     0341:        return varparse
     0342:
     0343:    def expand(self, s, varname = None):
 *** 0344:        return self.expandWithRefs(s, varname).value
     0345:
     0346:
     0347:    def finalize(self, parent = False):
     0348:        """Performs final steps upon the datastore, including application of overrides"""
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 334, function: expandWithRefs
     0330:                raise
     0331:            except bb.parse.SkipPackage:
     0332:                raise
     0333:            except Exception as exc:
 *** 0334:                raise ExpansionError(varname, s, exc)
     0335:
     0336:        varparse.value = s
     0337:
     0338:        if varname:
Exception: ExpansionError: Failure expanding variable GITPKGV, expression was ${@get_git_pkgv(d, False)} which triggered exception FetchError: Fetcher failure: Fetch command failed with exit code 128, output:
fatal: read error: Connection reset by peer


ERROR: Error executing a python function in <code>:

The stack trace of python calls that resulted in this exception/failure was:
File: '<code>', lineno: 1, function: <module>
 *** 0001:__anon_634__oe_dss_oe_yocto_poky_meta_classes_base_bbclass(d)
     0002:__anon_954__oe_dss_oe_yocto_poky_meta_classes_insane_bbclass(d)
     0003:__anon_230__oe_dss_oe_yocto_poky_meta_classes_package_bbclass(d)
     0004:__anon_430__oe_dss_oe_yocto_poky_meta_classes_package_ipk_bbclass(d)
     0005:__anon_20__oe_dss_oe_yocto_poky_meta_classes_debian_bbclass(d)
File: '__anon_634__oe_dss_oe_yocto_poky_meta_classes_base_bbclass', lineno: 218, function: __anon_634__oe_dss_oe_yocto_poky_meta_classes_base_bbclass
     0214:    #
     0215:    override = d.getVar('SRC_URI_OVERRIDES_PACKAGE_ARCH', True)
     0216:    if override != '0':
     0217:        paths = []
 *** 0218:        fpaths = (d.getVar('FILESPATH', True) or '').split(':')
     0219:        machine = d.getVar('MACHINE', True)
     0220:        for p in fpaths:
     0221:            if os.path.basename(p) == machine and os.path.isdir(p):
     0222:                paths.append(p)
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 516, function: getVar
     0512:                self._seen_overrides[override] = set()
     0513:            self._seen_overrides[override].add( var )
     0514:
     0515:    def getVar(self, var, expand=False, noweakdefault=False):
 *** 0516:        return self.getVarFlag(var, "_content", expand, noweakdefault)
     0517:
     0518:    def renameVar(self, key, newkey, **loginfo):
     0519:        """
     0520:        Rename the variable key to newkey
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 606, function: getVarFlag
     0602:            if flag == "_content":
     0603:                cachename = var
     0604:            else:
     0605:                cachename = var + "[" + flag + "]"
 *** 0606:            value = self.expand(value, cachename)
     0607:        if value is not None and flag == "_content" and local_var is not None and "_removeactive" in local_var:
     0608:            filtered = filter(lambda v: v not in local_var["_removeactive"],
     0609:                              value.split(" "))
     0610:            value = " ".join(filtered)
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 344, function: expand
     0340:
     0341:        return varparse
     0342:
     0343:    def expand(self, s, varname = None):
 *** 0344:        return self.expandWithRefs(s, varname).value
     0345:
     0346:
     0347:    def finalize(self, parent = False):
     0348:        """Performs final steps upon the datastore, including application of overrides"""
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 325, function: expandWithRefs
     0321:
     0322:        while s.find('${') != -1:
     0323:            olds = s
     0324:            try:
 *** 0325:                s = __expand_var_regexp__.sub(varparse.var_sub, s)
     0326:                s = __expand_python_regexp__.sub(varparse.python_sub, s)
     0327:                if s == olds:
     0328:                    break
     0329:            except ExpansionError:
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 101, function: var_sub
     0097:            if key in self.d.expand_cache:
     0098:                varparse = self.d.expand_cache[key]
     0099:                var = varparse.value
     0100:            else:
 *** 0101:                var = self.d.getVar(key, True)
     0102:            self.references.add(key)
     0103:            if var is not None:
     0104:                return var
     0105:            else:
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 516, function: getVar
     0512:                self._seen_overrides[override] = set()
     0513:            self._seen_overrides[override].add( var )
     0514:
     0515:    def getVar(self, var, expand=False, noweakdefault=False):
 *** 0516:        return self.getVarFlag(var, "_content", expand, noweakdefault)
     0517:
     0518:    def renameVar(self, key, newkey, **loginfo):
     0519:        """
     0520:        Rename the variable key to newkey
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 606, function: getVarFlag
     0602:            if flag == "_content":
     0603:                cachename = var
     0604:            else:
     0605:                cachename = var + "[" + flag + "]"
 *** 0606:            value = self.expand(value, cachename)
     0607:        if value is not None and flag == "_content" and local_var is not None and "_removeactive" in local_var:
     0608:            filtered = filter(lambda v: v not in local_var["_removeactive"],
     0609:                              value.split(" "))
     0610:            value = " ".join(filtered)
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 344, function: expand
     0340:
     0341:        return varparse
     0342:
     0343:    def expand(self, s, varname = None):
 *** 0344:        return self.expandWithRefs(s, varname).value
     0345:
     0346:
     0347:    def finalize(self, parent = False):
     0348:        """Performs final steps upon the datastore, including application of overrides"""
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 325, function: expandWithRefs
     0321:
     0322:        while s.find('${') != -1:
     0323:            olds = s
     0324:            try:
 *** 0325:                s = __expand_var_regexp__.sub(varparse.var_sub, s)
     0326:                s = __expand_python_regexp__.sub(varparse.python_sub, s)
     0327:                if s == olds:
     0328:                    break
     0329:            except ExpansionError:
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 101, function: var_sub
     0097:            if key in self.d.expand_cache:
     0098:                varparse = self.d.expand_cache[key]
     0099:                var = varparse.value
     0100:            else:
 *** 0101:                var = self.d.getVar(key, True)
     0102:            self.references.add(key)
     0103:            if var is not None:
     0104:                return var
     0105:            else:
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 516, function: getVar
     0512:                self._seen_overrides[override] = set()
     0513:            self._seen_overrides[override].add( var )
     0514:
     0515:    def getVar(self, var, expand=False, noweakdefault=False):
 *** 0516:        return self.getVarFlag(var, "_content", expand, noweakdefault)
     0517:
     0518:    def renameVar(self, key, newkey, **loginfo):
     0519:        """
     0520:        Rename the variable key to newkey
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 606, function: getVarFlag
     0602:            if flag == "_content":
     0603:                cachename = var
     0604:            else:
     0605:                cachename = var + "[" + flag + "]"
 *** 0606:            value = self.expand(value, cachename)
     0607:        if value is not None and flag == "_content" and local_var is not None and "_removeactive" in local_var:
     0608:            filtered = filter(lambda v: v not in local_var["_removeactive"],
     0609:                              value.split(" "))
     0610:            value = " ".join(filtered)
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 344, function: expand
     0340:
     0341:        return varparse
     0342:
     0343:    def expand(self, s, varname = None):
 *** 0344:        return self.expandWithRefs(s, varname).value
     0345:
     0346:
     0347:    def finalize(self, parent = False):
     0348:        """Performs final steps upon the datastore, including application of overrides"""
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 325, function: expandWithRefs
     0321:
     0322:        while s.find('${') != -1:
     0323:            olds = s
     0324:            try:
 *** 0325:                s = __expand_var_regexp__.sub(varparse.var_sub, s)
     0326:                s = __expand_python_regexp__.sub(varparse.python_sub, s)
     0327:                if s == olds:
     0328:                    break
     0329:            except ExpansionError:
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 101, function: var_sub
     0097:            if key in self.d.expand_cache:
     0098:                varparse = self.d.expand_cache[key]
     0099:                var = varparse.value
     0100:            else:
 *** 0101:                var = self.d.getVar(key, True)
     0102:            self.references.add(key)
     0103:            if var is not None:
     0104:                return var
     0105:            else:
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 516, function: getVar
     0512:                self._seen_overrides[override] = set()
     0513:            self._seen_overrides[override].add( var )
     0514:
     0515:    def getVar(self, var, expand=False, noweakdefault=False):
 *** 0516:        return self.getVarFlag(var, "_content", expand, noweakdefault)
     0517:
     0518:    def renameVar(self, key, newkey, **loginfo):
     0519:        """
     0520:        Rename the variable key to newkey
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 606, function: getVarFlag
     0602:            if flag == "_content":
     0603:                cachename = var
     0604:            else:
     0605:                cachename = var + "[" + flag + "]"
 *** 0606:            value = self.expand(value, cachename)
     0607:        if value is not None and flag == "_content" and local_var is not None and "_removeactive" in local_var:
     0608:            filtered = filter(lambda v: v not in local_var["_removeactive"],
     0609:                              value.split(" "))
     0610:            value = " ".join(filtered)
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 344, function: expand
     0340:
     0341:        return varparse
     0342:
     0343:    def expand(self, s, varname = None):
 *** 0344:        return self.expandWithRefs(s, varname).value
     0345:
     0346:
     0347:    def finalize(self, parent = False):
     0348:        """Performs final steps upon the datastore, including application of overrides"""
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 325, function: expandWithRefs
     0321:
     0322:        while s.find('${') != -1:
     0323:            olds = s
     0324:            try:
 *** 0325:                s = __expand_var_regexp__.sub(varparse.var_sub, s)
     0326:                s = __expand_python_regexp__.sub(varparse.python_sub, s)
     0327:                if s == olds:
     0328:                    break
     0329:            except ExpansionError:
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 101, function: var_sub
     0097:            if key in self.d.expand_cache:
     0098:                varparse = self.d.expand_cache[key]
     0099:                var = varparse.value
     0100:            else:
 *** 0101:                var = self.d.getVar(key, True)
     0102:            self.references.add(key)
     0103:            if var is not None:
     0104:                return var
     0105:            else:
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 516, function: getVar
     0512:                self._seen_overrides[override] = set()
     0513:            self._seen_overrides[override].add( var )
     0514:
     0515:    def getVar(self, var, expand=False, noweakdefault=False):
 *** 0516:        return self.getVarFlag(var, "_content", expand, noweakdefault)
     0517:
     0518:    def renameVar(self, key, newkey, **loginfo):
     0519:        """
     0520:        Rename the variable key to newkey
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 606, function: getVarFlag
     0602:            if flag == "_content":
     0603:                cachename = var
     0604:            else:
     0605:                cachename = var + "[" + flag + "]"
 *** 0606:            value = self.expand(value, cachename)
     0607:        if value is not None and flag == "_content" and local_var is not None and "_removeactive" in local_var:
     0608:            filtered = filter(lambda v: v not in local_var["_removeactive"],
     0609:                              value.split(" "))
     0610:            value = " ".join(filtered)
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 344, function: expand
     0340:
     0341:        return varparse
     0342:
     0343:    def expand(self, s, varname = None):
 *** 0344:        return self.expandWithRefs(s, varname).value
     0345:
     0346:
     0347:    def finalize(self, parent = False):
     0348:        """Performs final steps upon the datastore, including application of overrides"""
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 334, function: expandWithRefs
     0330:                raise
     0331:            except bb.parse.SkipPackage:
     0332:                raise
     0333:            except Exception as exc:
 *** 0334:                raise ExpansionError(varname, s, exc)
     0335:
     0336:        varparse.value = s
     0337:
     0338:        if varname:
Exception: ExpansionError: Failure expanding variable GITPKGV, expression was ${@get_git_pkgv(d, False)} which triggered exception FetchError: Fetcher failure: Fetch command failed with exit code 128, output:
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.


ERROR: Failed to parse recipe: /oe/dss-oe/yocto/dS/meta-digitalstrom-devel/recipes-system-addons/remote-connectivity/system-addon-remote-connectivity_git.bb
ERROR: Error executing a python function in <code>:

The stack trace of python calls that resulted in this exception/failure was:
File: '<code>', lineno: 1, function: <module>
 *** 0001:__anon_634__oe_dss_oe_yocto_poky_meta_classes_base_bbclass(d)
     0002:__anon_954__oe_dss_oe_yocto_poky_meta_classes_insane_bbclass(d)
     0003:__anon_230__oe_dss_oe_yocto_poky_meta_classes_package_bbclass(d)
     0004:__anon_430__oe_dss_oe_yocto_poky_meta_classes_package_ipk_bbclass(d)
     0005:__anon_20__oe_dss_oe_yocto_poky_meta_classes_debian_bbclass(d)
File: '__anon_634__oe_dss_oe_yocto_poky_meta_classes_base_bbclass', lineno: 218, function: __anon_634__oe_dss_oe_yocto_poky_meta_classes_base_bbclass
     0214:    #
     0215:    override = d.getVar('SRC_URI_OVERRIDES_PACKAGE_ARCH', True)
     0216:    if override != '0':
     0217:        paths = []
 *** 0218:        fpaths = (d.getVar('FILESPATH', True) or '').split(':')
     0219:        machine = d.getVar('MACHINE', True)
     0220:        for p in fpaths:
     0221:            if os.path.basename(p) == machine and os.path.isdir(p):
     0222:                paths.append(p)
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 516, function: getVar
     0512:                self._seen_overrides[override] = set()
     0513:            self._seen_overrides[override].add( var )
     0514:
     0515:    def getVar(self, var, expand=False, noweakdefault=False):
 *** 0516:        return self.getVarFlag(var, "_content", expand, noweakdefault)
     0517:
     0518:    def renameVar(self, key, newkey, **loginfo):
     0519:        """
     0520:        Rename the variable key to newkey
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 606, function: getVarFlag
     0602:            if flag == "_content":
     0603:                cachename = var
     0604:            else:
     0605:                cachename = var + "[" + flag + "]"
 *** 0606:            value = self.expand(value, cachename)
     0607:        if value is not None and flag == "_content" and local_var is not None and "_removeactive" in local_var:
     0608:            filtered = filter(lambda v: v not in local_var["_removeactive"],
     0609:                              value.split(" "))
     0610:            value = " ".join(filtered)
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 344, function: expand
     0340:
     0341:        return varparse
     0342:
     0343:    def expand(self, s, varname = None):
 *** 0344:        return self.expandWithRefs(s, varname).value
     0345:
     0346:
     0347:    def finalize(self, parent = False):
     0348:        """Performs final steps upon the datastore, including application of overrides"""
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 325, function: expandWithRefs
     0321:
     0322:        while s.find('${') != -1:
     0323:            olds = s
     0324:            try:
 *** 0325:                s = __expand_var_regexp__.sub(varparse.var_sub, s)
     0326:                s = __expand_python_regexp__.sub(varparse.python_sub, s)
     0327:                if s == olds:
     0328:                    break
     0329:            except ExpansionError:
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 101, function: var_sub
     0097:            if key in self.d.expand_cache:
     0098:                varparse = self.d.expand_cache[key]
     0099:                var = varparse.value
     0100:            else:
 *** 0101:                var = self.d.getVar(key, True)
     0102:            self.references.add(key)
     0103:            if var is not None:
     0104:                return var
     0105:            else:
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 516, function: getVar
     0512:                self._seen_overrides[override] = set()
     0513:            self._seen_overrides[override].add( var )
     0514:
     0515:    def getVar(self, var, expand=False, noweakdefault=False):
 *** 0516:        return self.getVarFlag(var, "_content", expand, noweakdefault)
     0517:
     0518:    def renameVar(self, key, newkey, **loginfo):
     0519:        """
     0520:        Rename the variable key to newkey
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 606, function: getVarFlag
     0602:            if flag == "_content":
     0603:                cachename = var
     0604:            else:
     0605:                cachename = var + "[" + flag + "]"
 *** 0606:            value = self.expand(value, cachename)
     0607:        if value is not None and flag == "_content" and local_var is not None and "_removeactive" in local_var:
     0608:            filtered = filter(lambda v: v not in local_var["_removeactive"],
     0609:                              value.split(" "))
     0610:            value = " ".join(filtered)
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 344, function: expand
     0340:
     0341:        return varparse
     0342:
     0343:    def expand(self, s, varname = None):
 *** 0344:        return self.expandWithRefs(s, varname).value
     0345:
     0346:
     0347:    def finalize(self, parent = False):
     0348:        """Performs final steps upon the datastore, including application of overrides"""
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 325, function: expandWithRefs
     0321:
     0322:        while s.find('${') != -1:
     0323:            olds = s
     0324:            try:
 *** 0325:                s = __expand_var_regexp__.sub(varparse.var_sub, s)
     0326:                s = __expand_python_regexp__.sub(varparse.python_sub, s)
     0327:                if s == olds:
     0328:                    break
     0329:            except ExpansionError:
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 101, function: var_sub
     0097:            if key in self.d.expand_cache:
     0098:                varparse = self.d.expand_cache[key]
     0099:                var = varparse.value
     0100:            else:
 *** 0101:                var = self.d.getVar(key, True)
     0102:            self.references.add(key)
     0103:            if var is not None:
     0104:                return var
     0105:            else:
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 516, function: getVar
     0512:                self._seen_overrides[override] = set()
     0513:            self._seen_overrides[override].add( var )
     0514:
     0515:    def getVar(self, var, expand=False, noweakdefault=False):
 *** 0516:        return self.getVarFlag(var, "_content", expand, noweakdefault)
     0517:
     0518:    def renameVar(self, key, newkey, **loginfo):
     0519:        """
     0520:        Rename the variable key to newkey
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 606, function: getVarFlag
     0602:            if flag == "_content":
     0603:                cachename = var
     0604:            else:
     0605:                cachename = var + "[" + flag + "]"
 *** 0606:            value = self.expand(value, cachename)
     0607:        if value is not None and flag == "_content" and local_var is not None and "_removeactive" in local_var:
     0608:            filtered = filter(lambda v: v not in local_var["_removeactive"],
     0609:                              value.split(" "))
     0610:            value = " ".join(filtered)
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 344, function: expand
     0340:
     0341:        return varparse
     0342:
     0343:    def expand(self, s, varname = None):
 *** 0344:        return self.expandWithRefs(s, varname).value
     0345:
     0346:
     0347:    def finalize(self, parent = False):
     0348:        """Performs final steps upon the datastore, including application of overrides"""
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 325, function: expandWithRefs
     0321:
     0322:        while s.find('${') != -1:
     0323:            olds = s
     0324:            try:
 *** 0325:                s = __expand_var_regexp__.sub(varparse.var_sub, s)
     0326:                s = __expand_python_regexp__.sub(varparse.python_sub, s)
     0327:                if s == olds:
     0328:                    break
     0329:            except ExpansionError:
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 101, function: var_sub
     0097:            if key in self.d.expand_cache:
     0098:                varparse = self.d.expand_cache[key]
     0099:                var = varparse.value
     0100:            else:
 *** 0101:                var = self.d.getVar(key, True)
     0102:            self.references.add(key)
     0103:            if var is not None:
     0104:                return var
     0105:            else:
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 516, function: getVar
     0512:                self._seen_overrides[override] = set()
     0513:            self._seen_overrides[override].add( var )
     0514:
     0515:    def getVar(self, var, expand=False, noweakdefault=False):
 *** 0516:        return self.getVarFlag(var, "_content", expand, noweakdefault)
     0517:
     0518:    def renameVar(self, key, newkey, **loginfo):
     0519:        """
     0520:        Rename the variable key to newkey
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 606, function: getVarFlag
     0602:            if flag == "_content":
     0603:                cachename = var
     0604:            else:
     0605:                cachename = var + "[" + flag + "]"
 *** 0606:            value = self.expand(value, cachename)
     0607:        if value is not None and flag == "_content" and local_var is not None and "_removeactive" in local_var:
     0608:            filtered = filter(lambda v: v not in local_var["_removeactive"],
     0609:                              value.split(" "))
     0610:            value = " ".join(filtered)
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 344, function: expand
     0340:
     0341:        return varparse
     0342:
     0343:    def expand(self, s, varname = None):
 *** 0344:        return self.expandWithRefs(s, varname).value
     0345:
     0346:
     0347:    def finalize(self, parent = False):
     0348:        """Performs final steps upon the datastore, including application of overrides"""
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 325, function: expandWithRefs
     0321:
     0322:        while s.find('${') != -1:
     0323:            olds = s
     0324:            try:
 *** 0325:                s = __expand_var_regexp__.sub(varparse.var_sub, s)
     0326:                s = __expand_python_regexp__.sub(varparse.python_sub, s)
     0327:                if s == olds:
     0328:                    break
     0329:            except ExpansionError:
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 101, function: var_sub
     0097:            if key in self.d.expand_cache:
     0098:                varparse = self.d.expand_cache[key]
     0099:                var = varparse.value
     0100:            else:
 *** 0101:                var = self.d.getVar(key, True)
     0102:            self.references.add(key)
     0103:            if var is not None:
     0104:                return var
     0105:            else:
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 516, function: getVar
     0512:                self._seen_overrides[override] = set()
     0513:            self._seen_overrides[override].add( var )
     0514:
     0515:    def getVar(self, var, expand=False, noweakdefault=False):
 *** 0516:        return self.getVarFlag(var, "_content", expand, noweakdefault)
     0517:
     0518:    def renameVar(self, key, newkey, **loginfo):
     0519:        """
     0520:        Rename the variable key to newkey
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 606, function: getVarFlag
     0602:            if flag == "_content":
     0603:                cachename = var
     0604:            else:
     0605:                cachename = var + "[" + flag + "]"
 *** 0606:            value = self.expand(value, cachename)
     0607:        if value is not None and flag == "_content" and local_var is not None and "_removeactive" in local_var:
     0608:            filtered = filter(lambda v: v not in local_var["_removeactive"],
     0609:                              value.split(" "))
     0610:            value = " ".join(filtered)
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 344, function: expand
     0340:
     0341:        return varparse
     0342:
     0343:    def expand(self, s, varname = None):
 *** 0344:        return self.expandWithRefs(s, varname).value
     0345:
     0346:
     0347:    def finalize(self, parent = False):
     0348:        """Performs final steps upon the datastore, including application of overrides"""
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 334, function: expandWithRefs
     0330:                raise
     0331:            except bb.parse.SkipPackage:
     0332:                raise
     0333:            except Exception as exc:
 *** 0334:                raise ExpansionError(varname, s, exc)
     0335:
     0336:        varparse.value = s
     0337:
     0338:        if varname:
Exception: ExpansionError: Failure expanding variable GITPKGV, expression was ${@get_git_pkgv(d, False)} which triggered exception FetchError: Fetcher failure: Fetch command failed with exit code 128, output:
fatal: unable to connect to gitorious.digitalstrom.org:
gitorious.digitalstrom.org[0: 46.4.97.182]: errno=Connection refused



ERROR: Error executing a python function in <code>:

The stack trace of python calls that resulted in this exception/failure was:
File: '<code>', lineno: 1, function: <module>
 *** 0001:__anon_634__oe_dss_oe_yocto_poky_meta_classes_base_bbclass(d)
     0002:__anon_954__oe_dss_oe_yocto_poky_meta_classes_insane_bbclass(d)
     0003:__anon_230__oe_dss_oe_yocto_poky_meta_classes_package_bbclass(d)
     0004:__anon_430__oe_dss_oe_yocto_poky_meta_classes_package_ipk_bbclass(d)
     0005:__anon_20__oe_dss_oe_yocto_poky_meta_classes_debian_bbclass(d)
File: '__anon_634__oe_dss_oe_yocto_poky_meta_classes_base_bbclass', lineno: 218, function: __anon_634__oe_dss_oe_yocto_poky_meta_classes_base_bbclass
     0214:    #
     0215:    override = d.getVar('SRC_URI_OVERRIDES_PACKAGE_ARCH', True)
     0216:    if override != '0':
     0217:        paths = []
 *** 0218:        fpaths = (d.getVar('FILESPATH', True) or '').split(':')
     0219:        machine = d.getVar('MACHINE', True)
     0220:        for p in fpaths:
     0221:            if os.path.basename(p) == machine and os.path.isdir(p):
     0222:                paths.append(p)
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 516, function: getVar
     0512:                self._seen_overrides[override] = set()
     0513:            self._seen_overrides[override].add( var )
     0514:
     0515:    def getVar(self, var, expand=False, noweakdefault=False):
 *** 0516:        return self.getVarFlag(var, "_content", expand, noweakdefault)
     0517:
     0518:    def renameVar(self, key, newkey, **loginfo):
     0519:        """
     0520:        Rename the variable key to newkey
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 606, function: getVarFlag
     0602:            if flag == "_content":
     0603:                cachename = var
     0604:            else:
     0605:                cachename = var + "[" + flag + "]"
 *** 0606:            value = self.expand(value, cachename)
     0607:        if value is not None and flag == "_content" and local_var is not None and "_removeactive" in local_var:
     0608:            filtered = filter(lambda v: v not in local_var["_removeactive"],
     0609:                              value.split(" "))
     0610:            value = " ".join(filtered)
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 344, function: expand
     0340:
     0341:        return varparse
     0342:
     0343:    def expand(self, s, varname = None):
 *** 0344:        return self.expandWithRefs(s, varname).value
     0345:
     0346:
     0347:    def finalize(self, parent = False):
     0348:        """Performs final steps upon the datastore, including application of overrides"""
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 325, function: expandWithRefs
     0321:
     0322:        while s.find('${') != -1:
     0323:            olds = s
     0324:            try:
 *** 0325:                s = __expand_var_regexp__.sub(varparse.var_sub, s)
     0326:                s = __expand_python_regexp__.sub(varparse.python_sub, s)
     0327:                if s == olds:
     0328:                    break
     0329:            except ExpansionError:
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 101, function: var_sub
     0097:            if key in self.d.expand_cache:
     0098:                varparse = self.d.expand_cache[key]
     0099:                var = varparse.value
     0100:            else:
 *** 0101:                var = self.d.getVar(key, True)
     0102:            self.references.add(key)
     0103:            if var is not None:
     0104:                return var
     0105:            else:
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 516, function: getVar
     0512:                self._seen_overrides[override] = set()
     0513:            self._seen_overrides[override].add( var )
     0514:
     0515:    def getVar(self, var, expand=False, noweakdefault=False):
 *** 0516:        return self.getVarFlag(var, "_content", expand, noweakdefault)
     0517:
     0518:    def renameVar(self, key, newkey, **loginfo):
     0519:        """
     0520:        Rename the variable key to newkey
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 606, function: getVarFlag
     0602:            if flag == "_content":
     0603:                cachename = var
     0604:            else:
     0605:                cachename = var + "[" + flag + "]"
 *** 0606:            value = self.expand(value, cachename)
     0607:        if value is not None and flag == "_content" and local_var is not None and "_removeactive" in local_var:
     0608:            filtered = filter(lambda v: v not in local_var["_removeactive"],
     0609:                              value.split(" "))
     0610:            value = " ".join(filtered)
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 344, function: expand
     0340:
     0341:        return varparse
     0342:
     0343:    def expand(self, s, varname = None):
 *** 0344:        return self.expandWithRefs(s, varname).value
     0345:
     0346:
     0347:    def finalize(self, parent = False):
     0348:        """Performs final steps upon the datastore, including application of overrides"""
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 325, function: expandWithRefs
     0321:
     0322:        while s.find('${') != -1:
     0323:            olds = s
     0324:            try:
 *** 0325:                s = __expand_var_regexp__.sub(varparse.var_sub, s)
     0326:                s = __expand_python_regexp__.sub(varparse.python_sub, s)
     0327:                if s == olds:
     0328:                    break
     0329:            except ExpansionError:
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 101, function: var_sub
     0097:            if key in self.d.expand_cache:
     0098:                varparse = self.d.expand_cache[key]
     0099:                var = varparse.value
     0100:            else:
 *** 0101:                var = self.d.getVar(key, True)
     0102:            self.references.add(key)
     0103:            if var is not None:
     0104:                return var
     0105:            else:
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 516, function: getVar
     0512:                self._seen_overrides[override] = set()
     0513:            self._seen_overrides[override].add( var )
     0514:
     0515:    def getVar(self, var, expand=False, noweakdefault=False):
 *** 0516:        return self.getVarFlag(var, "_content", expand, noweakdefault)
     0517:
     0518:    def renameVar(self, key, newkey, **loginfo):
     0519:        """
     0520:        Rename the variable key to newkey
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 606, function: getVarFlag
     0602:            if flag == "_content":
     0603:                cachename = var
     0604:            else:
     0605:                cachename = var + "[" + flag + "]"
 *** 0606:            value = self.expand(value, cachename)
     0607:        if value is not None and flag == "_content" and local_var is not None and "_removeactive" in local_var:
     0608:            filtered = filter(lambda v: v not in local_var["_removeactive"],
     0609:                              value.split(" "))
     0610:            value = " ".join(filtered)
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 344, function: expand
     0340:
     0341:        return varparse
     0342:
     0343:    def expand(self, s, varname = None):
 *** 0344:        return self.expandWithRefs(s, varname).value
     0345:
     0346:
     0347:    def finalize(self, parent = False):
     0348:        """Performs final steps upon the datastore, including application of overrides"""
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 325, function: expandWithRefs
     0321:
     0322:        while s.find('${') != -1:
     0323:            olds = s
     0324:            try:
 *** 0325:                s = __expand_var_regexp__.sub(varparse.var_sub, s)
     0326:                s = __expand_python_regexp__.sub(varparse.python_sub, s)
     0327:                if s == olds:
     0328:                    break
     0329:            except ExpansionError:
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 101, function: var_sub
     0097:            if key in self.d.expand_cache:
     0098:                varparse = self.d.expand_cache[key]
     0099:                var = varparse.value
     0100:            else:
 *** 0101:                var = self.d.getVar(key, True)
     0102:            self.references.add(key)
     0103:            if var is not None:
     0104:                return var
     0105:            else:
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 516, function: getVar
     0512:                self._seen_overrides[override] = set()
     0513:            self._seen_overrides[override].add( var )
     0514:
     0515:    def getVar(self, var, expand=False, noweakdefault=False):
 *** 0516:        return self.getVarFlag(var, "_content", expand, noweakdefault)
     0517:
     0518:    def renameVar(self, key, newkey, **loginfo):
     0519:        """
     0520:        Rename the variable key to newkey
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 606, function: getVarFlag
     0602:            if flag == "_content":
     0603:                cachename = var
     0604:            else:
     0605:                cachename = var + "[" + flag + "]"
 *** 0606:            value = self.expand(value, cachename)
     0607:        if value is not None and flag == "_content" and local_var is not None and "_removeactive" in local_var:
     0608:            filtered = filter(lambda v: v not in local_var["_removeactive"],
     0609:                              value.split(" "))
     0610:            value = " ".join(filtered)
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 344, function: expand
     0340:
     0341:        return varparse
     0342:
     0343:    def expand(self, s, varname = None):
 *** 0344:        return self.expandWithRefs(s, varname).value
     0345:
     0346:
     0347:    def finalize(self, parent = False):
     0348:        """Performs final steps upon the datastore, including application of overrides"""
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 325, function: expandWithRefs
     0321:
     0322:        while s.find('${') != -1:
     0323:            olds = s
     0324:            try:
 *** 0325:                s = __expand_var_regexp__.sub(varparse.var_sub, s)
     0326:                s = __expand_python_regexp__.sub(varparse.python_sub, s)
     0327:                if s == olds:
     0328:                    break
     0329:            except ExpansionError:
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 101, function: var_sub
     0097:            if key in self.d.expand_cache:
     0098:                varparse = self.d.expand_cache[key]
     0099:                var = varparse.value
     0100:            else:
 *** 0101:                var = self.d.getVar(key, True)
     0102:            self.references.add(key)
     0103:            if var is not None:
     0104:                return var
     0105:            else:
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 516, function: getVar
     0512:                self._seen_overrides[override] = set()
     0513:            self._seen_overrides[override].add( var )
     0514:
     0515:    def getVar(self, var, expand=False, noweakdefault=False):
 *** 0516:        return self.getVarFlag(var, "_content", expand, noweakdefault)
     0517:
     0518:    def renameVar(self, key, newkey, **loginfo):
     0519:        """
     0520:        Rename the variable key to newkey
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 606, function: getVarFlag
     0602:            if flag == "_content":
     0603:                cachename = var
     0604:            else:
     0605:                cachename = var + "[" + flag + "]"
 *** 0606:            value = self.expand(value, cachename)
     0607:        if value is not None and flag == "_content" and local_var is not None and "_removeactive" in local_var:
     0608:            filtered = filter(lambda v: v not in local_var["_removeactive"],
     0609:                              value.split(" "))
     0610:            value = " ".join(filtered)
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 344, function: expand
     0340:
     0341:        return varparse
     0342:
     0343:    def expand(self, s, varname = None):
 *** 0344:        return self.expandWithRefs(s, varname).value
     0345:
     0346:
     0347:    def finalize(self, parent = False):
     0348:        """Performs final steps upon the datastore, including application of overrides"""
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 334, function: expandWithRefs
     0330:                raise
     0331:            except bb.parse.SkipPackage:
     0332:                raise
     0333:            except Exception as exc:
 *** 0334:                raise ExpansionError(varname, s, exc)
     0335:
     0336:        varparse.value = s
     0337:
     0338:        if varname:
Exception: ExpansionError: Failure expanding variable GITPKGV, expression was ${@get_git_pkgv(d, False)} which triggered exception FetchError: Fetcher failure: Fetch command failed with exit code 128, output:
fatal: unable to connect to gitorious.digitalstrom.org:
gitorious.digitalstrom.org[0: 46.4.97.182]: errno=Connection refused



ERROR: Error executing a python function in <code>:

The stack trace of python calls that resulted in this exception/failure was:
File: '<code>', lineno: 1, function: <module>
 *** 0001:__anon_634__oe_dss_oe_yocto_poky_meta_classes_base_bbclass(d)
     0002:__anon_954__oe_dss_oe_yocto_poky_meta_classes_insane_bbclass(d)
     0003:__anon_230__oe_dss_oe_yocto_poky_meta_classes_package_bbclass(d)
     0004:__anon_430__oe_dss_oe_yocto_poky_meta_classes_package_ipk_bbclass(d)
     0005:__anon_20__oe_dss_oe_yocto_poky_meta_classes_debian_bbclass(d)
File: '__anon_634__oe_dss_oe_yocto_poky_meta_classes_base_bbclass', lineno: 218, function: __anon_634__oe_dss_oe_yocto_poky_meta_classes_base_bbclass
     0214:    #
     0215:    override = d.getVar('SRC_URI_OVERRIDES_PACKAGE_ARCH', True)
     0216:    if override != '0':
     0217:        paths = []
 *** 0218:        fpaths = (d.getVar('FILESPATH', True) or '').split(':')
     0219:        machine = d.getVar('MACHINE', True)
     0220:        for p in fpaths:
     0221:            if os.path.basename(p) == machine and os.path.isdir(p):
     0222:                paths.append(p)
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 516, function: getVar
     0512:                self._seen_overrides[override] = set()
     0513:            self._seen_overrides[override].add( var )
     0514:
     0515:    def getVar(self, var, expand=False, noweakdefault=False):
 *** 0516:        return self.getVarFlag(var, "_content", expand, noweakdefault)
     0517:
     0518:    def renameVar(self, key, newkey, **loginfo):
     0519:        """
     0520:        Rename the variable key to newkey
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 606, function: getVarFlag
     0602:            if flag == "_content":
     0603:                cachename = var
     0604:            else:
     0605:                cachename = var + "[" + flag + "]"
 *** 0606:            value = self.expand(value, cachename)
     0607:        if value is not None and flag == "_content" and local_var is not None and "_removeactive" in local_var:
     0608:            filtered = filter(lambda v: v not in local_var["_removeactive"],
     0609:                              value.split(" "))
     0610:            value = " ".join(filtered)
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 344, function: expand
     0340:
     0341:        return varparse
     0342:
     0343:    def expand(self, s, varname = None):
 *** 0344:        return self.expandWithRefs(s, varname).value
     0345:
     0346:
     0347:    def finalize(self, parent = False):
     0348:        """Performs final steps upon the datastore, including application of overrides"""
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 325, function: expandWithRefs
     0321:
     0322:        while s.find('${') != -1:
     0323:            olds = s
     0324:            try:
 *** 0325:                s = __expand_var_regexp__.sub(varparse.var_sub, s)
     0326:                s = __expand_python_regexp__.sub(varparse.python_sub, s)
     0327:                if s == olds:
     0328:                    break
     0329:            except ExpansionError:
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 101, function: var_sub
     0097:            if key in self.d.expand_cache:
     0098:                varparse = self.d.expand_cache[key]
     0099:                var = varparse.value
     0100:            else:
 *** 0101:                var = self.d.getVar(key, True)
     0102:            self.references.add(key)
     0103:            if var is not None:
     0104:                return var
     0105:            else:
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 516, function: getVar
     0512:                self._seen_overrides[override] = set()
     0513:            self._seen_overrides[override].add( var )
     0514:
     0515:    def getVar(self, var, expand=False, noweakdefault=False):
 *** 0516:        return self.getVarFlag(var, "_content", expand, noweakdefault)
     0517:
     0518:    def renameVar(self, key, newkey, **loginfo):
     0519:        """
     0520:        Rename the variable key to newkey
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 606, function: getVarFlag
     0602:            if flag == "_content":
     0603:                cachename = var
     0604:            else:
     0605:                cachename = var + "[" + flag + "]"
 *** 0606:            value = self.expand(value, cachename)
     0607:        if value is not None and flag == "_content" and local_var is not None and "_removeactive" in local_var:
     0608:            filtered = filter(lambda v: v not in local_var["_removeactive"],
     0609:                              value.split(" "))
     0610:            value = " ".join(filtered)
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 344, function: expand
     0340:
     0341:        return varparse
     0342:
     0343:    def expand(self, s, varname = None):
 *** 0344:        return self.expandWithRefs(s, varname).value
     0345:
     0346:
     0347:    def finalize(self, parent = False):
     0348:        """Performs final steps upon the datastore, including application of overrides"""
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 325, function: expandWithRefs
     0321:
     0322:        while s.find('${') != -1:
     0323:            olds = s
     0324:            try:
 *** 0325:                s = __expand_var_regexp__.sub(varparse.var_sub, s)
     0326:                s = __expand_python_regexp__.sub(varparse.python_sub, s)
     0327:                if s == olds:
     0328:                    break
     0329:            except ExpansionError:
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 101, function: var_sub
     0097:            if key in self.d.expand_cache:
     0098:                varparse = self.d.expand_cache[key]
     0099:                var = varparse.value
     0100:            else:
 *** 0101:                var = self.d.getVar(key, True)
     0102:            self.references.add(key)
     0103:            if var is not None:
     0104:                return var
     0105:            else:
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 516, function: getVar
     0512:                self._seen_overrides[override] = set()
     0513:            self._seen_overrides[override].add( var )
     0514:
     0515:    def getVar(self, var, expand=False, noweakdefault=False):
 *** 0516:        return self.getVarFlag(var, "_content", expand, noweakdefault)
     0517:
     0518:    def renameVar(self, key, newkey, **loginfo):
     0519:        """
     0520:        Rename the variable key to newkey
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 606, function: getVarFlag
     0602:            if flag == "_content":
     0603:                cachename = var
     0604:            else:
     0605:                cachename = var + "[" + flag + "]"
 *** 0606:            value = self.expand(value, cachename)
     0607:        if value is not None and flag == "_content" and local_var is not None and "_removeactive" in local_var:
     0608:            filtered = filter(lambda v: v not in local_var["_removeactive"],
     0609:                              value.split(" "))
     0610:            value = " ".join(filtered)
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 344, function: expand
     0340:
     0341:        return varparse
     0342:
     0343:    def expand(self, s, varname = None):
 *** 0344:        return self.expandWithRefs(s, varname).value
     0345:
     0346:
     0347:    def finalize(self, parent = False):
     0348:        """Performs final steps upon the datastore, including application of overrides"""
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 325, function: expandWithRefs
     0321:
     0322:        while s.find('${') != -1:
     0323:            olds = s
     0324:            try:
 *** 0325:                s = __expand_var_regexp__.sub(varparse.var_sub, s)
     0326:                s = __expand_python_regexp__.sub(varparse.python_sub, s)
     0327:                if s == olds:
     0328:                    break
     0329:            except ExpansionError:
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 101, function: var_sub
     0097:            if key in self.d.expand_cache:
     0098:                varparse = self.d.expand_cache[key]
     0099:                var = varparse.value
     0100:            else:
 *** 0101:                var = self.d.getVar(key, True)
     0102:            self.references.add(key)
     0103:            if var is not None:
     0104:                return var
     0105:            else:
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 516, function: getVar
     0512:                self._seen_overrides[override] = set()
     0513:            self._seen_overrides[override].add( var )
     0514:
     0515:    def getVar(self, var, expand=False, noweakdefault=False):
 *** 0516:        return self.getVarFlag(var, "_content", expand, noweakdefault)
     0517:
     0518:    def renameVar(self, key, newkey, **loginfo):
     0519:        """
     0520:        Rename the variable key to newkey
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 606, function: getVarFlag
     0602:            if flag == "_content":
     0603:                cachename = var
     0604:            else:
     0605:                cachename = var + "[" + flag + "]"
 *** 0606:            value = self.expand(value, cachename)
     0607:        if value is not None and flag == "_content" and local_var is not None and "_removeactive" in local_var:
     0608:            filtered = filter(lambda v: v not in local_var["_removeactive"],
     0609:                              value.split(" "))
     0610:            value = " ".join(filtered)
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 344, function: expand
     0340:
     0341:        return varparse
     0342:
     0343:    def expand(self, s, varname = None):
 *** 0344:        return self.expandWithRefs(s, varname).value
     0345:
     0346:
     0347:    def finalize(self, parent = False):
     0348:        """Performs final steps upon the datastore, including application of overrides"""
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 325, function: expandWithRefs
     0321:
     0322:        while s.find('${') != -1:
     0323:            olds = s
     0324:            try:
 *** 0325:                s = __expand_var_regexp__.sub(varparse.var_sub, s)
     0326:                s = __expand_python_regexp__.sub(varparse.python_sub, s)
     0327:                if s == olds:
     0328:                    break
     0329:            except ExpansionError:
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 101, function: var_sub
     0097:            if key in self.d.expand_cache:
     0098:                varparse = self.d.expand_cache[key]
     0099:                var = varparse.value
     0100:            else:
 *** 0101:                var = self.d.getVar(key, True)
     0102:            self.references.add(key)
     0103:            if var is not None:
     0104:                return var
     0105:            else:
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 516, function: getVar
     0512:                self._seen_overrides[override] = set()
     0513:            self._seen_overrides[override].add( var )
     0514:
     0515:    def getVar(self, var, expand=False, noweakdefault=False):
 *** 0516:        return self.getVarFlag(var, "_content", expand, noweakdefault)
     0517:
     0518:    def renameVar(self, key, newkey, **loginfo):
     0519:        """
     0520:        Rename the variable key to newkey
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 606, function: getVarFlag
     0602:            if flag == "_content":
     0603:                cachename = var
     0604:            else:
     0605:                cachename = var + "[" + flag + "]"
 *** 0606:            value = self.expand(value, cachename)
     0607:        if value is not None and flag == "_content" and local_var is not None and "_removeactive" in local_var:
     0608:            filtered = filter(lambda v: v not in local_var["_removeactive"],
     0609:                              value.split(" "))
     0610:            value = " ".join(filtered)
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 344, function: expand
     0340:
     0341:        return varparse
     0342:
     0343:    def expand(self, s, varname = None):
 *** 0344:        return self.expandWithRefs(s, varname).value
     0345:
     0346:
     0347:    def finalize(self, parent = False):
     0348:        """Performs final steps upon the datastore, including application of overrides"""
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 334, function: expandWithRefs
     0330:                raise
     0331:            except bb.parse.SkipPackage:
     0332:                raise
     0333:            except Exception as exc:
 *** 0334:                raise ExpansionError(varname, s, exc)
     0335:
     0336:        varparse.value = s
     0337:
     0338:        if varname:
Exception: ExpansionError: Failure expanding variable GITPKGV, expression was ${@get_git_pkgv(d, False)} which triggered exception FetchError: Fetcher failure: Fetch command failed with exit code 128, output:
fatal: unable to connect to gitorious.digitalstrom.org:
gitorious.digitalstrom.org[0: 46.4.97.182]: errno=Connection refused




Summary: There was 1 WARNING message shown.
Summary: There were 7 ERROR messages shown, returning a non-zero exit code.
WARNING: Host distribution "CentOS-6.5" has not been validated with this version of the build system; you may possibly experience unexpected failures. It is recommended that you use a tested distribution.
NOTE: Started PRServer with DBfile: /oe/dss-oe/poky-devel-build/cache/prserv.sqlite3, IP: 127.0.0.1, PORT: 42425, PID: 63150
Loading cache...done.
Loaded 1894 entries from dependency cache.
Parsing recipes...ERROR: Error executing a python function in <code>:

The stack trace of python calls that resulted in this exception/failure was:
File: '<code>', lineno: 1, function: <module>
 *** 0001:__anon_634__oe_dss_oe_yocto_poky_meta_classes_base_bbclass(d)
     0002:__anon_954__oe_dss_oe_yocto_poky_meta_classes_insane_bbclass(d)
     0003:__anon_230__oe_dss_oe_yocto_poky_meta_classes_package_bbclass(d)
     0004:__anon_430__oe_dss_oe_yocto_poky_meta_classes_package_ipk_bbclass(d)
     0005:__anon_20__oe_dss_oe_yocto_poky_meta_classes_debian_bbclass(d)
File: '__anon_634__oe_dss_oe_yocto_poky_meta_classes_base_bbclass', lineno: 218, function: __anon_634__oe_dss_oe_yocto_poky_meta_classes_base_bbclass
     0214:    #
     0215:    override = d.getVar('SRC_URI_OVERRIDES_PACKAGE_ARCH', True)
     0216:    if override != '0':
     0217:        paths = []
 *** 0218:        fpaths = (d.getVar('FILESPATH', True) or '').split(':')
     0219:        machine = d.getVar('MACHINE', True)
     0220:        for p in fpaths:
     0221:            if os.path.basename(p) == machine and os.path.isdir(p):
     0222:                paths.append(p)
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 516, function: getVar
     0512:                self._seen_overrides[override] = set()
     0513:            self._seen_overrides[override].add( var )
     0514:
     0515:    def getVar(self, var, expand=False, noweakdefault=False):
 *** 0516:        return self.getVarFlag(var, "_content", expand, noweakdefault)
     0517:
     0518:    def renameVar(self, key, newkey, **loginfo):
     0519:        """
     0520:        Rename the variable key to newkey
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 606, function: getVarFlag
     0602:            if flag == "_content":
     0603:                cachename = var
     0604:            else:
     0605:                cachename = var + "[" + flag + "]"
 *** 0606:            value = self.expand(value, cachename)
     0607:        if value is not None and flag == "_content" and local_var is not None and "_removeactive" in local_var:
     0608:            filtered = filter(lambda v: v not in local_var["_removeactive"],
     0609:                              value.split(" "))
     0610:            value = " ".join(filtered)
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 344, function: expand
     0340:
     0341:        return varparse
     0342:
     0343:    def expand(self, s, varname = None):
 *** 0344:        return self.expandWithRefs(s, varname).value
     0345:
     0346:
     0347:    def finalize(self, parent = False):
     0348:        """Performs final steps upon the datastore, including application of overrides"""
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 325, function: expandWithRefs
     0321:
     0322:        while s.find('${') != -1:
     0323:            olds = s
     0324:            try:
 *** 0325:                s = __expand_var_regexp__.sub(varparse.var_sub, s)
     0326:                s = __expand_python_regexp__.sub(varparse.python_sub, s)
     0327:                if s == olds:
     0328:                    break
     0329:            except ExpansionError:
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 101, function: var_sub
     0097:            if key in self.d.expand_cache:
     0098:                varparse = self.d.expand_cache[key]
     0099:                var = varparse.value
     0100:            else:
 *** 0101:                var = self.d.getVar(key, True)
     0102:            self.references.add(key)
     0103:            if var is not None:
     0104:                return var
     0105:            else:
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 516, function: getVar
     0512:                self._seen_overrides[override] = set()
     0513:            self._seen_overrides[override].add( var )
     0514:
     0515:    def getVar(self, var, expand=False, noweakdefault=False):
 *** 0516:        return self.getVarFlag(var, "_content", expand, noweakdefault)
     0517:
     0518:    def renameVar(self, key, newkey, **loginfo):
     0519:        """
     0520:        Rename the variable key to newkey
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 606, function: getVarFlag
     0602:            if flag == "_content":
     0603:                cachename = var
     0604:            else:
     0605:                cachename = var + "[" + flag + "]"
 *** 0606:            value = self.expand(value, cachename)
     0607:        if value is not None and flag == "_content" and local_var is not None and "_removeactive" in local_var:
     0608:            filtered = filter(lambda v: v not in local_var["_removeactive"],
     0609:                              value.split(" "))
     0610:            value = " ".join(filtered)
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 344, function: expand
     0340:
     0341:        return varparse
     0342:
     0343:    def expand(self, s, varname = None):
 *** 0344:        return self.expandWithRefs(s, varname).value
     0345:
     0346:
     0347:    def finalize(self, parent = False):
     0348:        """Performs final steps upon the datastore, including application of overrides"""
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 325, function: expandWithRefs
     0321:
     0322:        while s.find('${') != -1:
     0323:            olds = s
     0324:            try:
 *** 0325:                s = __expand_var_regexp__.sub(varparse.var_sub, s)
     0326:                s = __expand_python_regexp__.sub(varparse.python_sub, s)
     0327:                if s == olds:
     0328:                    break
     0329:            except ExpansionError:
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 101, function: var_sub
     0097:            if key in self.d.expand_cache:
     0098:                varparse = self.d.expand_cache[key]
     0099:                var = varparse.value
     0100:            else:
 *** 0101:                var = self.d.getVar(key, True)
     0102:            self.references.add(key)
     0103:            if var is not None:
     0104:                return var
     0105:            else:
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 516, function: getVar
     0512:                self._seen_overrides[override] = set()
     0513:            self._seen_overrides[override].add( var )
     0514:
     0515:    def getVar(self, var, expand=False, noweakdefault=False):
 *** 0516:        return self.getVarFlag(var, "_content", expand, noweakdefault)
     0517:
     0518:    def renameVar(self, key, newkey, **loginfo):
     0519:        """
     0520:        Rename the variable key to newkey
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 606, function: getVarFlag
     0602:            if flag == "_content":
     0603:                cachename = var
     0604:            else:
     0605:                cachename = var + "[" + flag + "]"
 *** 0606:            value = self.expand(value, cachename)
     0607:        if value is not None and flag == "_content" and local_var is not None and "_removeactive" in local_var:
     0608:            filtered = filter(lambda v: v not in local_var["_removeactive"],
     0609:                              value.split(" "))
     0610:            value = " ".join(filtered)
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 344, function: expand
     0340:
     0341:        return varparse
     0342:
     0343:    def expand(self, s, varname = None):
 *** 0344:        return self.expandWithRefs(s, varname).value
     0345:
     0346:
     0347:    def finalize(self, parent = False):
     0348:        """Performs final steps upon the datastore, including application of overrides"""
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 325, function: expandWithRefs
     0321:
     0322:        while s.find('${') != -1:
     0323:            olds = s
     0324:            try:
 *** 0325:                s = __expand_var_regexp__.sub(varparse.var_sub, s)
     0326:                s = __expand_python_regexp__.sub(varparse.python_sub, s)
     0327:                if s == olds:
     0328:                    break
     0329:            except ExpansionError:
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 101, function: var_sub
     0097:            if key in self.d.expand_cache:
     0098:                varparse = self.d.expand_cache[key]
     0099:                var = varparse.value
     0100:            else:
 *** 0101:                var = self.d.getVar(key, True)
     0102:            self.references.add(key)
     0103:            if var is not None:
     0104:                return var
     0105:            else:
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 516, function: getVar
     0512:                self._seen_overrides[override] = set()
     0513:            self._seen_overrides[override].add( var )
     0514:
     0515:    def getVar(self, var, expand=False, noweakdefault=False):
 *** 0516:        return self.getVarFlag(var, "_content", expand, noweakdefault)
     0517:
     0518:    def renameVar(self, key, newkey, **loginfo):
     0519:        """
     0520:        Rename the variable key to newkey
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 606, function: getVarFlag
     0602:            if flag == "_content":
     0603:                cachename = var
     0604:            else:
     0605:                cachename = var + "[" + flag + "]"
 *** 0606:            value = self.expand(value, cachename)
     0607:        if value is not None and flag == "_content" and local_var is not None and "_removeactive" in local_var:
     0608:            filtered = filter(lambda v: v not in local_var["_removeactive"],
     0609:                              value.split(" "))
     0610:            value = " ".join(filtered)
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 344, function: expand
     0340:
     0341:        return varparse
     0342:
     0343:    def expand(self, s, varname = None):
 *** 0344:        return self.expandWithRefs(s, varname).value
     0345:
     0346:
     0347:    def finalize(self, parent = False):
     0348:        """Performs final steps upon the datastore, including application of overrides"""
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 325, function: expandWithRefs
     0321:
     0322:        while s.find('${') != -1:
     0323:            olds = s
     0324:            try:
 *** 0325:                s = __expand_var_regexp__.sub(varparse.var_sub, s)
     0326:                s = __expand_python_regexp__.sub(varparse.python_sub, s)
     0327:                if s == olds:
     0328:                    break
     0329:            except ExpansionError:
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 101, function: var_sub
     0097:            if key in self.d.expand_cache:
     0098:                varparse = self.d.expand_cache[key]
     0099:                var = varparse.value
     0100:            else:
 *** 0101:                var = self.d.getVar(key, True)
     0102:            self.references.add(key)
     0103:            if var is not None:
     0104:                return var
     0105:            else:
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 516, function: getVar
     0512:                self._seen_overrides[override] = set()
     0513:            self._seen_overrides[override].add( var )
     0514:
     0515:    def getVar(self, var, expand=False, noweakdefault=False):
 *** 0516:        return self.getVarFlag(var, "_content", expand, noweakdefault)
     0517:
     0518:    def renameVar(self, key, newkey, **loginfo):
     0519:        """
     0520:        Rename the variable key to newkey
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 606, function: getVarFlag
     0602:            if flag == "_content":
     0603:                cachename = var
     0604:            else:
     0605:                cachename = var + "[" + flag + "]"
 *** 0606:            value = self.expand(value, cachename)
     0607:        if value is not None and flag == "_content" and local_var is not None and "_removeactive" in local_var:
     0608:            filtered = filter(lambda v: v not in local_var["_removeactive"],
     0609:                              value.split(" "))
     0610:            value = " ".join(filtered)
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 344, function: expand
     0340:
     0341:        return varparse
     0342:
     0343:    def expand(self, s, varname = None):
 *** 0344:        return self.expandWithRefs(s, varname).value
     0345:
     0346:
     0347:    def finalize(self, parent = False):
     0348:        """Performs final steps upon the datastore, including application of overrides"""
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 334, function: expandWithRefs
     0330:                raise
     0331:            except bb.parse.SkipPackage:
     0332:                raise
     0333:            except Exception as exc:
 *** 0334:                raise ExpansionError(varname, s, exc)
     0335:
     0336:        varparse.value = s
     0337:
     0338:        if varname:
Exception: ExpansionError: Failure expanding variable GITPKGV, expression was ${@get_git_pkgv(d, False)} which triggered exception FetchError: Fetcher failure: Fetch command failed with exit code 128, output:
fatal: unable to connect to gitorious.digitalstrom.org:
gitorious.digitalstrom.org[0: 46.4.97.182]: errno=Connection refused



ERROR: Error executing a python function in <code>:

The stack trace of python calls that resulted in this exception/failure was:
File: '<code>', lineno: 1, function: <module>
 *** 0001:__anon_634__oe_dss_oe_yocto_poky_meta_classes_base_bbclass(d)
     0002:__anon_954__oe_dss_oe_yocto_poky_meta_classes_insane_bbclass(d)
     0003:__anon_230__oe_dss_oe_yocto_poky_meta_classes_package_bbclass(d)
     0004:__anon_430__oe_dss_oe_yocto_poky_meta_classes_package_ipk_bbclass(d)
     0005:__anon_20__oe_dss_oe_yocto_poky_meta_classes_debian_bbclass(d)
File: '__anon_634__oe_dss_oe_yocto_poky_meta_classes_base_bbclass', lineno: 218, function: __anon_634__oe_dss_oe_yocto_poky_meta_classes_base_bbclass
     0214:    #
     0215:    override = d.getVar('SRC_URI_OVERRIDES_PACKAGE_ARCH', True)
     0216:    if override != '0':
     0217:        paths = []
 *** 0218:        fpaths = (d.getVar('FILESPATH', True) or '').split(':')
     0219:        machine = d.getVar('MACHINE', True)
     0220:        for p in fpaths:
     0221:            if os.path.basename(p) == machine and os.path.isdir(p):
     0222:                paths.append(p)
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 516, function: getVar
     0512:                self._seen_overrides[override] = set()
     0513:            self._seen_overrides[override].add( var )
     0514:
     0515:    def getVar(self, var, expand=False, noweakdefault=False):
 *** 0516:        return self.getVarFlag(var, "_content", expand, noweakdefault)
     0517:
     0518:    def renameVar(self, key, newkey, **loginfo):
     0519:        """
     0520:        Rename the variable key to newkey
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 606, function: getVarFlag
     0602:            if flag == "_content":
     0603:                cachename = var
     0604:            else:
     0605:                cachename = var + "[" + flag + "]"
 *** 0606:            value = self.expand(value, cachename)
     0607:        if value is not None and flag == "_content" and local_var is not None and "_removeactive" in local_var:
     0608:            filtered = filter(lambda v: v not in local_var["_removeactive"],
     0609:                              value.split(" "))
     0610:            value = " ".join(filtered)
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 344, function: expand
     0340:
     0341:        return varparse
     0342:
     0343:    def expand(self, s, varname = None):
 *** 0344:        return self.expandWithRefs(s, varname).value
     0345:
     0346:
     0347:    def finalize(self, parent = False):
     0348:        """Performs final steps upon the datastore, including application of overrides"""
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 325, function: expandWithRefs
     0321:
     0322:        while s.find('${') != -1:
     0323:            olds = s
     0324:            try:
 *** 0325:                s = __expand_var_regexp__.sub(varparse.var_sub, s)
     0326:                s = __expand_python_regexp__.sub(varparse.python_sub, s)
     0327:                if s == olds:
     0328:                    break
     0329:            except ExpansionError:
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 101, function: var_sub
     0097:            if key in self.d.expand_cache:
     0098:                varparse = self.d.expand_cache[key]
     0099:                var = varparse.value
     0100:            else:
 *** 0101:                var = self.d.getVar(key, True)
     0102:            self.references.add(key)
     0103:            if var is not None:
     0104:                return var
     0105:            else:
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 516, function: getVar
     0512:                self._seen_overrides[override] = set()
     0513:            self._seen_overrides[override].add( var )
     0514:
     0515:    def getVar(self, var, expand=False, noweakdefault=False):
 *** 0516:        return self.getVarFlag(var, "_content", expand, noweakdefault)
     0517:
     0518:    def renameVar(self, key, newkey, **loginfo):
     0519:        """
     0520:        Rename the variable key to newkey
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 606, function: getVarFlag
     0602:            if flag == "_content":
     0603:                cachename = var
     0604:            else:
     0605:                cachename = var + "[" + flag + "]"
 *** 0606:            value = self.expand(value, cachename)
     0607:        if value is not None and flag == "_content" and local_var is not None and "_removeactive" in local_var:
     0608:            filtered = filter(lambda v: v not in local_var["_removeactive"],
     0609:                              value.split(" "))
     0610:            value = " ".join(filtered)
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 344, function: expand
     0340:
     0341:        return varparse
     0342:
     0343:    def expand(self, s, varname = None):
 *** 0344:        return self.expandWithRefs(s, varname).value
     0345:
     0346:
     0347:    def finalize(self, parent = False):
     0348:        """Performs final steps upon the datastore, including application of overrides"""
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 325, function: expandWithRefs
     0321:
     0322:        while s.find('${') != -1:
     0323:            olds = s
     0324:            try:
 *** 0325:                s = __expand_var_regexp__.sub(varparse.var_sub, s)
     0326:                s = __expand_python_regexp__.sub(varparse.python_sub, s)
     0327:                if s == olds:
     0328:                    break
     0329:            except ExpansionError:
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 101, function: var_sub
     0097:            if key in self.d.expand_cache:
     0098:                varparse = self.d.expand_cache[key]
     0099:                var = varparse.value
     0100:            else:
 *** 0101:                var = self.d.getVar(key, True)
     0102:            self.references.add(key)
     0103:            if var is not None:
     0104:                return var
     0105:            else:
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 516, function: getVar
     0512:                self._seen_overrides[override] = set()
     0513:            self._seen_overrides[override].add( var )
     0514:
     0515:    def getVar(self, var, expand=False, noweakdefault=False):
 *** 0516:        return self.getVarFlag(var, "_content", expand, noweakdefault)
     0517:
     0518:    def renameVar(self, key, newkey, **loginfo):
     0519:        """
     0520:        Rename the variable key to newkey
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 606, function: getVarFlag
     0602:            if flag == "_content":
     0603:                cachename = var
     0604:            else:
     0605:                cachename = var + "[" + flag + "]"
 *** 0606:            value = self.expand(value, cachename)
     0607:        if value is not None and flag == "_content" and local_var is not None and "_removeactive" in local_var:
     0608:            filtered = filter(lambda v: v not in local_var["_removeactive"],
     0609:                              value.split(" "))
     0610:            value = " ".join(filtered)
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 344, function: expand
     0340:
     0341:        return varparse
     0342:
     0343:    def expand(self, s, varname = None):
 *** 0344:        return self.expandWithRefs(s, varname).value
     0345:
     0346:
     0347:    def finalize(self, parent = False):
     0348:        """Performs final steps upon the datastore, including application of overrides"""
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 325, function: expandWithRefs
     0321:
     0322:        while s.find('${') != -1:
     0323:            olds = s
     0324:            try:
 *** 0325:                s = __expand_var_regexp__.sub(varparse.var_sub, s)
     0326:                s = __expand_python_regexp__.sub(varparse.python_sub, s)
     0327:                if s == olds:
     0328:                    break
     0329:            except ExpansionError:
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 101, function: var_sub
     0097:            if key in self.d.expand_cache:
     0098:                varparse = self.d.expand_cache[key]
     0099:                var = varparse.value
     0100:            else:
 *** 0101:                var = self.d.getVar(key, True)
     0102:            self.references.add(key)
     0103:            if var is not None:
     0104:                return var
     0105:            else:
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 516, function: getVar
     0512:                self._seen_overrides[override] = set()
     0513:            self._seen_overrides[override].add( var )
     0514:
     0515:    def getVar(self, var, expand=False, noweakdefault=False):
 *** 0516:        return self.getVarFlag(var, "_content", expand, noweakdefault)
     0517:
     0518:    def renameVar(self, key, newkey, **loginfo):
     0519:        """
     0520:        Rename the variable key to newkey
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 606, function: getVarFlag
     0602:            if flag == "_content":
     0603:                cachename = var
     0604:            else:
     0605:                cachename = var + "[" + flag + "]"
 *** 0606:            value = self.expand(value, cachename)
     0607:        if value is not None and flag == "_content" and local_var is not None and "_removeactive" in local_var:
     0608:            filtered = filter(lambda v: v not in local_var["_removeactive"],
     0609:                              value.split(" "))
     0610:            value = " ".join(filtered)
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 344, function: expand
     0340:
     0341:        return varparse
     0342:
     0343:    def expand(self, s, varname = None):
 *** 0344:        return self.expandWithRefs(s, varname).value
     0345:
     0346:
     0347:    def finalize(self, parent = False):
     0348:        """Performs final steps upon the datastore, including application of overrides"""
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 325, function: expandWithRefs
     0321:
     0322:        while s.find('${') != -1:
     0323:            olds = s
     0324:            try:
 *** 0325:                s = __expand_var_regexp__.sub(varparse.var_sub, s)
     0326:                s = __expand_python_regexp__.sub(varparse.python_sub, s)
     0327:                if s == olds:
     0328:                    break
     0329:            except ExpansionError:
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 101, function: var_sub
     0097:            if key in self.d.expand_cache:
     0098:                varparse = self.d.expand_cache[key]
     0099:                var = varparse.value
     0100:            else:
 *** 0101:                var = self.d.getVar(key, True)
     0102:            self.references.add(key)
     0103:            if var is not None:
     0104:                return var
     0105:            else:
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 516, function: getVar
     0512:                self._seen_overrides[override] = set()
     0513:            self._seen_overrides[override].add( var )
     0514:
     0515:    def getVar(self, var, expand=False, noweakdefault=False):
 *** 0516:        return self.getVarFlag(var, "_content", expand, noweakdefault)
     0517:
     0518:    def renameVar(self, key, newkey, **loginfo):
     0519:        """
     0520:        Rename the variable key to newkey
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 606, function: getVarFlag
     0602:            if flag == "_content":
     0603:                cachename = var
     0604:            else:
     0605:                cachename = var + "[" + flag + "]"
 *** 0606:            value = self.expand(value, cachename)
     0607:        if value is not None and flag == "_content" and local_var is not None and "_removeactive" in local_var:
     0608:            filtered = filter(lambda v: v not in local_var["_removeactive"],
     0609:                              value.split(" "))
     0610:            value = " ".join(filtered)
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 344, function: expand
     0340:
     0341:        return varparse
     0342:
     0343:    def expand(self, s, varname = None):
 *** 0344:        return self.expandWithRefs(s, varname).value
     0345:
     0346:
     0347:    def finalize(self, parent = False):
     0348:        """Performs final steps upon the datastore, including application of overrides"""
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 334, function: expandWithRefs
     0330:                raise
     0331:            except bb.parse.SkipPackage:
     0332:                raise
     0333:            except Exception as exc:
 *** 0334:                raise ExpansionError(varname, s, exc)
     0335:
     0336:        varparse.value = s
     0337:
     0338:        if varname:
Exception: ExpansionError: Failure expanding variable GITPKGV, expression was ${@get_git_pkgv(d, False)} which triggered exception FetchError: Fetcher failure: Fetch command failed with exit code 128, output:
fatal: unable to connect to gitorious.digitalstrom.org:
gitorious.digitalstrom.org[0: 46.4.97.182]: errno=Connection refused



ERROR: Error executing a python function in <code>:

The stack trace of python calls that resulted in this exception/failure was:
File: '<code>', lineno: 1, function: <module>
 *** 0001:__anon_634__oe_dss_oe_yocto_poky_meta_classes_base_bbclass(d)
     0002:__anon_954__oe_dss_oe_yocto_poky_meta_classes_insane_bbclass(d)
     0003:__anon_230__oe_dss_oe_yocto_poky_meta_classes_package_bbclass(d)
     0004:__anon_430__oe_dss_oe_yocto_poky_meta_classes_package_ipk_bbclass(d)
     0005:__anon_20__oe_dss_oe_yocto_poky_meta_classes_debian_bbclass(d)
File: '__anon_634__oe_dss_oe_yocto_poky_meta_classes_base_bbclass', lineno: 218, function: __anon_634__oe_dss_oe_yocto_poky_meta_classes_base_bbclass
     0214:    #
     0215:    override = d.getVar('SRC_URI_OVERRIDES_PACKAGE_ARCH', True)
     0216:    if override != '0':
     0217:        paths = []
 *** 0218:        fpaths = (d.getVar('FILESPATH', True) or '').split(':')
     0219:        machine = d.getVar('MACHINE', True)
     0220:        for p in fpaths:
     0221:            if os.path.basename(p) == machine and os.path.isdir(p):
     0222:                paths.append(p)
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 516, function: getVar
     0512:                self._seen_overrides[override] = set()
     0513:            self._seen_overrides[override].add( var )
     0514:
     0515:    def getVar(self, var, expand=False, noweakdefault=False):
 *** 0516:        return self.getVarFlag(var, "_content", expand, noweakdefault)
     0517:
     0518:    def renameVar(self, key, newkey, **loginfo):
     0519:        """
     0520:        Rename the variable key to newkey
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 606, function: getVarFlag
     0602:            if flag == "_content":
     0603:                cachename = var
     0604:            else:
     0605:                cachename = var + "[" + flag + "]"
 *** 0606:            value = self.expand(value, cachename)
     0607:        if value is not None and flag == "_content" and local_var is not None and "_removeactive" in local_var:
     0608:            filtered = filter(lambda v: v not in local_var["_removeactive"],
     0609:                              value.split(" "))
     0610:            value = " ".join(filtered)
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 344, function: expand
     0340:
     0341:        return varparse
     0342:
     0343:    def expand(self, s, varname = None):
 *** 0344:        return self.expandWithRefs(s, varname).value
     0345:
     0346:
     0347:    def finalize(self, parent = False):
     0348:        """Performs final steps upon the datastore, including application of overrides"""
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 325, function: expandWithRefs
     0321:
     0322:        while s.find('${') != -1:
     0323:            olds = s
     0324:            try:
 *** 0325:                s = __expand_var_regexp__.sub(varparse.var_sub, s)
     0326:                s = __expand_python_regexp__.sub(varparse.python_sub, s)
     0327:                if s == olds:
     0328:                    break
     0329:            except ExpansionError:
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 101, function: var_sub
     0097:            if key in self.d.expand_cache:
     0098:                varparse = self.d.expand_cache[key]
     0099:                var = varparse.value
     0100:            else:
 *** 0101:                var = self.d.getVar(key, True)
     0102:            self.references.add(key)
     0103:            if var is not None:
     0104:                return var
     0105:            else:
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 516, function: getVar
     0512:                self._seen_overrides[override] = set()
     0513:            self._seen_overrides[override].add( var )
     0514:
     0515:    def getVar(self, var, expand=False, noweakdefault=False):
 *** 0516:        return self.getVarFlag(var, "_content", expand, noweakdefault)
     0517:
     0518:    def renameVar(self, key, newkey, **loginfo):
     0519:        """
     0520:        Rename the variable key to newkey
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 606, function: getVarFlag
     0602:            if flag == "_content":
     0603:                cachename = var
     0604:            else:
     0605:                cachename = var + "[" + flag + "]"
 *** 0606:            value = self.expand(value, cachename)
     0607:        if value is not None and flag == "_content" and local_var is not None and "_removeactive" in local_var:
     0608:            filtered = filter(lambda v: v not in local_var["_removeactive"],
     0609:                              value.split(" "))
     0610:            value = " ".join(filtered)
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 344, function: expand
     0340:
     0341:        return varparse
     0342:
     0343:    def expand(self, s, varname = None):
 *** 0344:        return self.expandWithRefs(s, varname).value
     0345:
     0346:
     0347:    def finalize(self, parent = False):
     0348:        """Performs final steps upon the datastore, including application of overrides"""
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 325, function: expandWithRefs
     0321:
     0322:        while s.find('${') != -1:
     0323:            olds = s
     0324:            try:
 *** 0325:                s = __expand_var_regexp__.sub(varparse.var_sub, s)
     0326:                s = __expand_python_regexp__.sub(varparse.python_sub, s)
     0327:                if s == olds:
     0328:                    break
     0329:            except ExpansionError:
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 101, function: var_sub
     0097:            if key in self.d.expand_cache:
     0098:                varparse = self.d.expand_cache[key]
     0099:                var = varparse.value
     0100:            else:
 *** 0101:                var = self.d.getVar(key, True)
     0102:            self.references.add(key)
     0103:            if var is not None:
     0104:                return var
     0105:            else:
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 516, function: getVar
     0512:                self._seen_overrides[override] = set()
     0513:            self._seen_overrides[override].add( var )
     0514:
     0515:    def getVar(self, var, expand=False, noweakdefault=False):
 *** 0516:        return self.getVarFlag(var, "_content", expand, noweakdefault)
     0517:
     0518:    def renameVar(self, key, newkey, **loginfo):
     0519:        """
     0520:        Rename the variable key to newkey
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 606, function: getVarFlag
     0602:            if flag == "_content":
     0603:                cachename = var
     0604:            else:
     0605:                cachename = var + "[" + flag + "]"
 *** 0606:            value = self.expand(value, cachename)
     0607:        if value is not None and flag == "_content" and local_var is not None and "_removeactive" in local_var:
     0608:            filtered = filter(lambda v: v not in local_var["_removeactive"],
     0609:                              value.split(" "))
     0610:            value = " ".join(filtered)
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 344, function: expand
     0340:
     0341:        return varparse
     0342:
     0343:    def expand(self, s, varname = None):
 *** 0344:        return self.expandWithRefs(s, varname).value
     0345:
     0346:
     0347:    def finalize(self, parent = False):
     0348:        """Performs final steps upon the datastore, including application of overrides"""
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 325, function: expandWithRefs
     0321:
     0322:        while s.find('${') != -1:
     0323:            olds = s
     0324:            try:
 *** 0325:                s = __expand_var_regexp__.sub(varparse.var_sub, s)
     0326:                s = __expand_python_regexp__.sub(varparse.python_sub, s)
     0327:                if s == olds:
     0328:                    break
     0329:            except ExpansionError:
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 101, function: var_sub
     0097:            if key in self.d.expand_cache:
     0098:                varparse = self.d.expand_cache[key]
     0099:                var = varparse.value
     0100:            else:
 *** 0101:                var = self.d.getVar(key, True)
     0102:            self.references.add(key)
     0103:            if var is not None:
     0104:                return var
     0105:            else:
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 516, function: getVar
     0512:                self._seen_overrides[override] = set()
     0513:            self._seen_overrides[override].add( var )
     0514:
     0515:    def getVar(self, var, expand=False, noweakdefault=False):
 *** 0516:        return self.getVarFlag(var, "_content", expand, noweakdefault)
     0517:
     0518:    def renameVar(self, key, newkey, **loginfo):
     0519:        """
     0520:        Rename the variable key to newkey
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 606, function: getVarFlag
     0602:            if flag == "_content":
     0603:                cachename = var
     0604:            else:
     0605:                cachename = var + "[" + flag + "]"
 *** 0606:            value = self.expand(value, cachename)
     0607:        if value is not None and flag == "_content" and local_var is not None and "_removeactive" in local_var:
     0608:            filtered = filter(lambda v: v not in local_var["_removeactive"],
     0609:                              value.split(" "))
     0610:            value = " ".join(filtered)
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 344, function: expand
     0340:
     0341:        return varparse
     0342:
     0343:    def expand(self, s, varname = None):
 *** 0344:        return self.expandWithRefs(s, varname).value
     0345:
     0346:
     0347:    def finalize(self, parent = False):
     0348:        """Performs final steps upon the datastore, including application of overrides"""
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 325, function: expandWithRefs
     0321:
     0322:        while s.find('${') != -1:
     0323:            olds = s
     0324:            try:
 *** 0325:                s = __expand_var_regexp__.sub(varparse.var_sub, s)
     0326:                s = __expand_python_regexp__.sub(varparse.python_sub, s)
     0327:                if s == olds:
     0328:                    break
     0329:            except ExpansionError:
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 101, function: var_sub
     0097:            if key in self.d.expand_cache:
     0098:                varparse = self.d.expand_cache[key]
     0099:                var = varparse.value
     0100:            else:
 *** 0101:                var = self.d.getVar(key, True)
     0102:            self.references.add(key)
     0103:            if var is not None:
     0104:                return var
     0105:            else:
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 516, function: getVar
     0512:                self._seen_overrides[override] = set()
     0513:            self._seen_overrides[override].add( var )
     0514:
     0515:    def getVar(self, var, expand=False, noweakdefault=False):
 *** 0516:        return self.getVarFlag(var, "_content", expand, noweakdefault)
     0517:
     0518:    def renameVar(self, key, newkey, **loginfo):
     0519:        """
     0520:        Rename the variable key to newkey
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 606, function: getVarFlag
     0602:            if flag == "_content":
     0603:                cachename = var
     0604:            else:
     0605:                cachename = var + "[" + flag + "]"
 *** 0606:            value = self.expand(value, cachename)
     0607:        if value is not None and flag == "_content" and local_var is not None and "_removeactive" in local_var:
     0608:            filtered = filter(lambda v: v not in local_var["_removeactive"],
     0609:                              value.split(" "))
     0610:            value = " ".join(filtered)
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 344, function: expand
     0340:
     0341:        return varparse
     0342:
     0343:    def expand(self, s, varname = None):
 *** 0344:        return self.expandWithRefs(s, varname).value
     0345:
     0346:
     0347:    def finalize(self, parent = False):
     0348:        """Performs final steps upon the datastore, including application of overrides"""
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 334, function: expandWithRefs
     0330:                raise
     0331:            except bb.parse.SkipPackage:
     0332:                raise
     0333:            except Exception as exc:
 *** 0334:                raise ExpansionError(varname, s, exc)
     0335:
     0336:        varparse.value = s
     0337:
     0338:        if varname:
Exception: ExpansionError: Failure expanding variable GITPKGV, expression was ${@get_git_pkgv(d, False)} which triggered exception FetchError: Fetcher failure: Fetch command failed with exit code 128, output:
fatal: unable to connect to gitorious.digitalstrom.org:
gitorious.digitalstrom.org[0: 46.4.97.182]: errno=Connection refused



ERROR: Error executing a python function in <code>:

The stack trace of python calls that resulted in this exception/failure was:
File: '<code>', lineno: 1, function: <module>
 *** 0001:__anon_634__oe_dss_oe_yocto_poky_meta_classes_base_bbclass(d)
     0002:__anon_954__oe_dss_oe_yocto_poky_meta_classes_insane_bbclass(d)
     0003:__anon_230__oe_dss_oe_yocto_poky_meta_classes_package_bbclass(d)
     0004:__anon_430__oe_dss_oe_yocto_poky_meta_classes_package_ipk_bbclass(d)
     0005:__anon_20__oe_dss_oe_yocto_poky_meta_classes_debian_bbclass(d)
File: '__anon_634__oe_dss_oe_yocto_poky_meta_classes_base_bbclass', lineno: 218, function: __anon_634__oe_dss_oe_yocto_poky_meta_classes_base_bbclass
     0214:    #
     0215:    override = d.getVar('SRC_URI_OVERRIDES_PACKAGE_ARCH', True)
     0216:    if override != '0':
     0217:        paths = []
 *** 0218:        fpaths = (d.getVar('FILESPATH', True) or '').split(':')
     0219:        machine = d.getVar('MACHINE', True)
     0220:        for p in fpaths:
     0221:            if os.path.basename(p) == machine and os.path.isdir(p):
     0222:                paths.append(p)
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 516, function: getVar
     0512:                self._seen_overrides[override] = set()
     0513:            self._seen_overrides[override].add( var )
     0514:
     0515:    def getVar(self, var, expand=False, noweakdefault=False):
 *** 0516:        return self.getVarFlag(var, "_content", expand, noweakdefault)
     0517:
     0518:    def renameVar(self, key, newkey, **loginfo):
     0519:        """
     0520:        Rename the variable key to newkey
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 606, function: getVarFlag
     0602:            if flag == "_content":
     0603:                cachename = var
     0604:            else:
     0605:                cachename = var + "[" + flag + "]"
 *** 0606:            value = self.expand(value, cachename)
     0607:        if value is not None and flag == "_content" and local_var is not None and "_removeactive" in local_var:
     0608:            filtered = filter(lambda v: v not in local_var["_removeactive"],
     0609:                              value.split(" "))
     0610:            value = " ".join(filtered)
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 344, function: expand
     0340:
     0341:        return varparse
     0342:
     0343:    def expand(self, s, varname = None):
 *** 0344:        return self.expandWithRefs(s, varname).value
     0345:
     0346:
     0347:    def finalize(self, parent = False):
     0348:        """Performs final steps upon the datastore, including application of overrides"""
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 325, function: expandWithRefs
     0321:
     0322:        while s.find('${') != -1:
     0323:            olds = s
     0324:            try:
 *** 0325:                s = __expand_var_regexp__.sub(varparse.var_sub, s)
     0326:                s = __expand_python_regexp__.sub(varparse.python_sub, s)
     0327:                if s == olds:
     0328:                    break
     0329:            except ExpansionError:
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 101, function: var_sub
     0097:            if key in self.d.expand_cache:
     0098:                varparse = self.d.expand_cache[key]
     0099:                var = varparse.value
     0100:            else:
 *** 0101:                var = self.d.getVar(key, True)
     0102:            self.references.add(key)
     0103:            if var is not None:
     0104:                return var
     0105:            else:
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 516, function: getVar
     0512:                self._seen_overrides[override] = set()
     0513:            self._seen_overrides[override].add( var )
     0514:
     0515:    def getVar(self, var, expand=False, noweakdefault=False):
 *** 0516:        return self.getVarFlag(var, "_content", expand, noweakdefault)
     0517:
     0518:    def renameVar(self, key, newkey, **loginfo):
     0519:        """
     0520:        Rename the variable key to newkey
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 606, function: getVarFlag
     0602:            if flag == "_content":
     0603:                cachename = var
     0604:            else:
     0605:                cachename = var + "[" + flag + "]"
 *** 0606:            value = self.expand(value, cachename)
     0607:        if value is not None and flag == "_content" and local_var is not None and "_removeactive" in local_var:
     0608:            filtered = filter(lambda v: v not in local_var["_removeactive"],
     0609:                              value.split(" "))
     0610:            value = " ".join(filtered)
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 344, function: expand
     0340:
     0341:        return varparse
     0342:
     0343:    def expand(self, s, varname = None):
 *** 0344:        return self.expandWithRefs(s, varname).value
     0345:
     0346:
     0347:    def finalize(self, parent = False):
     0348:        """Performs final steps upon the datastore, including application of overrides"""
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 325, function: expandWithRefs
     0321:
     0322:        while s.find('${') != -1:
     0323:            olds = s
     0324:            try:
 *** 0325:                s = __expand_var_regexp__.sub(varparse.var_sub, s)
     0326:                s = __expand_python_regexp__.sub(varparse.python_sub, s)
     0327:                if s == olds:
     0328:                    break
     0329:            except ExpansionError:
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 101, function: var_sub
     0097:            if key in self.d.expand_cache:
     0098:                varparse = self.d.expand_cache[key]
     0099:                var = varparse.value
     0100:            else:
 *** 0101:                var = self.d.getVar(key, True)
     0102:            self.references.add(key)
     0103:            if var is not None:
     0104:                return var
     0105:            else:
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 516, function: getVar
     0512:                self._seen_overrides[override] = set()
     0513:            self._seen_overrides[override].add( var )
     0514:
     0515:    def getVar(self, var, expand=False, noweakdefault=False):
 *** 0516:        return self.getVarFlag(var, "_content", expand, noweakdefault)
     0517:
     0518:    def renameVar(self, key, newkey, **loginfo):
     0519:        """
     0520:        Rename the variable key to newkey
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 606, function: getVarFlag
     0602:            if flag == "_content":
     0603:                cachename = var
     0604:            else:
     0605:                cachename = var + "[" + flag + "]"
 *** 0606:            value = self.expand(value, cachename)
     0607:        if value is not None and flag == "_content" and local_var is not None and "_removeactive" in local_var:
     0608:            filtered = filter(lambda v: v not in local_var["_removeactive"],
     0609:                              value.split(" "))
     0610:            value = " ".join(filtered)
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 344, function: expand
     0340:
     0341:        return varparse
     0342:
     0343:    def expand(self, s, varname = None):
 *** 0344:        return self.expandWithRefs(s, varname).value
     0345:
     0346:
     0347:    def finalize(self, parent = False):
     0348:        """Performs final steps upon the datastore, including application of overrides"""
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 325, function: expandWithRefs
     0321:
     0322:        while s.find('${') != -1:
     0323:            olds = s
     0324:            try:
 *** 0325:                s = __expand_var_regexp__.sub(varparse.var_sub, s)
     0326:                s = __expand_python_regexp__.sub(varparse.python_sub, s)
     0327:                if s == olds:
     0328:                    break
     0329:            except ExpansionError:
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 101, function: var_sub
     0097:            if key in self.d.expand_cache:
     0098:                varparse = self.d.expand_cache[key]
     0099:                var = varparse.value
     0100:            else:
 *** 0101:                var = self.d.getVar(key, True)
     0102:            self.references.add(key)
     0103:            if var is not None:
     0104:                return var
     0105:            else:
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 516, function: getVar
     0512:                self._seen_overrides[override] = set()
     0513:            self._seen_overrides[override].add( var )
     0514:
     0515:    def getVar(self, var, expand=False, noweakdefault=False):
 *** 0516:        return self.getVarFlag(var, "_content", expand, noweakdefault)
     0517:
     0518:    def renameVar(self, key, newkey, **loginfo):
     0519:        """
     0520:        Rename the variable key to newkey
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 606, function: getVarFlag
     0602:            if flag == "_content":
     0603:                cachename = var
     0604:            else:
     0605:                cachename = var + "[" + flag + "]"
 *** 0606:            value = self.expand(value, cachename)
     0607:        if value is not None and flag == "_content" and local_var is not None and "_removeactive" in local_var:
     0608:            filtered = filter(lambda v: v not in local_var["_removeactive"],
     0609:                              value.split(" "))
     0610:            value = " ".join(filtered)
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 344, function: expand
     0340:
     0341:        return varparse
     0342:
     0343:    def expand(self, s, varname = None):
 *** 0344:        return self.expandWithRefs(s, varname).value
     0345:
     0346:
     0347:    def finalize(self, parent = False):
     0348:        """Performs final steps upon the datastore, including application of overrides"""
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 325, function: expandWithRefs
     0321:
     0322:        while s.find('${') != -1:
     0323:            olds = s
     0324:            try:
 *** 0325:                s = __expand_var_regexp__.sub(varparse.var_sub, s)
     0326:                s = __expand_python_regexp__.sub(varparse.python_sub, s)
     0327:                if s == olds:
     0328:                    break
     0329:            except ExpansionError:
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 101, function: var_sub
     0097:            if key in self.d.expand_cache:
     0098:                varparse = self.d.expand_cache[key]
     0099:                var = varparse.value
     0100:            else:
 *** 0101:                var = self.d.getVar(key, True)
     0102:            self.references.add(key)
     0103:            if var is not None:
     0104:                return var
     0105:            else:
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 516, function: getVar
     0512:                self._seen_overrides[override] = set()
     0513:            self._seen_overrides[override].add( var )
     0514:
     0515:    def getVar(self, var, expand=False, noweakdefault=False):
 *** 0516:        return self.getVarFlag(var, "_content", expand, noweakdefault)
     0517:
     0518:    def renameVar(self, key, newkey, **loginfo):
     0519:        """
     0520:        Rename the variable key to newkey
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 606, function: getVarFlag
     0602:            if flag == "_content":
     0603:                cachename = var
     0604:            else:
     0605:                cachename = var + "[" + flag + "]"
 *** 0606:            value = self.expand(value, cachename)
     0607:        if value is not None and flag == "_content" and local_var is not None and "_removeactive" in local_var:
     0608:            filtered = filter(lambda v: v not in local_var["_removeactive"],
     0609:                              value.split(" "))
     0610:            value = " ".join(filtered)
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 344, function: expand
     0340:
     0341:        return varparse
     0342:
     0343:    def expand(self, s, varname = None):
 *** 0344:        return self.expandWithRefs(s, varname).value
     0345:
     0346:
     0347:    def finalize(self, parent = False):
     0348:        """Performs final steps upon the datastore, including application of overrides"""
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 334, function: expandWithRefs
     0330:                raise
     0331:            except bb.parse.SkipPackage:
     0332:                raise
     0333:            except Exception as exc:
 *** 0334:                raise ExpansionError(varname, s, exc)
     0335:
     0336:        varparse.value = s
     0337:
     0338:        if varname:
Exception: ExpansionError: Failure expanding variable GITPKGV, expression was ${@get_git_pkgv(d, False)} which triggered exception FetchError: Fetcher failure: Fetch command failed with exit code 128, output:
fatal: unable to connect to gitorious.digitalstrom.org:
gitorious.digitalstrom.org[0: 46.4.97.182]: errno=Connection refused



ERROR: Error executing a python function in <code>:

The stack trace of python calls that resulted in this exception/failure was:
File: '<code>', lineno: 1, function: <module>
 *** 0001:__anon_634__oe_dss_oe_yocto_poky_meta_classes_base_bbclass(d)
     0002:__anon_954__oe_dss_oe_yocto_poky_meta_classes_insane_bbclass(d)
     0003:__anon_230__oe_dss_oe_yocto_poky_meta_classes_package_bbclass(d)
     0004:__anon_430__oe_dss_oe_yocto_poky_meta_classes_package_ipk_bbclass(d)
     0005:__anon_20__oe_dss_oe_yocto_poky_meta_classes_debian_bbclass(d)
File: '__anon_634__oe_dss_oe_yocto_poky_meta_classes_base_bbclass', lineno: 218, function: __anon_634__oe_dss_oe_yocto_poky_meta_classes_base_bbclass
     0214:    #
     0215:    override = d.getVar('SRC_URI_OVERRIDES_PACKAGE_ARCH', True)
     0216:    if override != '0':
     0217:        paths = []
 *** 0218:        fpaths = (d.getVar('FILESPATH', True) or '').split(':')
     0219:        machine = d.getVar('MACHINE', True)
     0220:        for p in fpaths:
     0221:            if os.path.basename(p) == machine and os.path.isdir(p):
     0222:                paths.append(p)
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 516, function: getVar
     0512:                self._seen_overrides[override] = set()
     0513:            self._seen_overrides[override].add( var )
     0514:
     0515:    def getVar(self, var, expand=False, noweakdefault=False):
 *** 0516:        return self.getVarFlag(var, "_content", expand, noweakdefault)
     0517:
     0518:    def renameVar(self, key, newkey, **loginfo):
     0519:        """
     0520:        Rename the variable key to newkey
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 606, function: getVarFlag
     0602:            if flag == "_content":
     0603:                cachename = var
     0604:            else:
     0605:                cachename = var + "[" + flag + "]"
 *** 0606:            value = self.expand(value, cachename)
     0607:        if value is not None and flag == "_content" and local_var is not None and "_removeactive" in local_var:
     0608:            filtered = filter(lambda v: v not in local_var["_removeactive"],
     0609:                              value.split(" "))
     0610:            value = " ".join(filtered)
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 344, function: expand
     0340:
     0341:        return varparse
     0342:
     0343:    def expand(self, s, varname = None):
 *** 0344:        return self.expandWithRefs(s, varname).value
     0345:
     0346:
     0347:    def finalize(self, parent = False):
     0348:        """Performs final steps upon the datastore, including application of overrides"""
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 325, function: expandWithRefs
     0321:
     0322:        while s.find('${') != -1:
     0323:            olds = s
     0324:            try:
 *** 0325:                s = __expand_var_regexp__.sub(varparse.var_sub, s)
     0326:                s = __expand_python_regexp__.sub(varparse.python_sub, s)
     0327:                if s == olds:
     0328:                    break
     0329:            except ExpansionError:
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 101, function: var_sub
     0097:            if key in self.d.expand_cache:
     0098:                varparse = self.d.expand_cache[key]
     0099:                var = varparse.value
     0100:            else:
 *** 0101:                var = self.d.getVar(key, True)
     0102:            self.references.add(key)
     0103:            if var is not None:
     0104:                return var
     0105:            else:
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 516, function: getVar
     0512:                self._seen_overrides[override] = set()
     0513:            self._seen_overrides[override].add( var )
     0514:
     0515:    def getVar(self, var, expand=False, noweakdefault=False):
 *** 0516:        return self.getVarFlag(var, "_content", expand, noweakdefault)
     0517:
     0518:    def renameVar(self, key, newkey, **loginfo):
     0519:        """
     0520:        Rename the variable key to newkey
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 606, function: getVarFlag
     0602:            if flag == "_content":
     0603:                cachename = var
     0604:            else:
     0605:                cachename = var + "[" + flag + "]"
 *** 0606:            value = self.expand(value, cachename)
     0607:        if value is not None and flag == "_content" and local_var is not None and "_removeactive" in local_var:
     0608:            filtered = filter(lambda v: v not in local_var["_removeactive"],
     0609:                              value.split(" "))
     0610:            value = " ".join(filtered)
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 344, function: expand
     0340:
     0341:        return varparse
     0342:
     0343:    def expand(self, s, varname = None):
 *** 0344:        return self.expandWithRefs(s, varname).value
     0345:
     0346:
     0347:    def finalize(self, parent = False):
     0348:        """Performs final steps upon the datastore, including application of overrides"""
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 325, function: expandWithRefs
     0321:
     0322:        while s.find('${') != -1:
     0323:            olds = s
     0324:            try:
 *** 0325:                s = __expand_var_regexp__.sub(varparse.var_sub, s)
     0326:                s = __expand_python_regexp__.sub(varparse.python_sub, s)
     0327:                if s == olds:
     0328:                    break
     0329:            except ExpansionError:
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 101, function: var_sub
     0097:            if key in self.d.expand_cache:
     0098:                varparse = self.d.expand_cache[key]
     0099:                var = varparse.value
     0100:            else:
 *** 0101:                var = self.d.getVar(key, True)
     0102:            self.references.add(key)
     0103:            if var is not None:
     0104:                return var
     0105:            else:
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 516, function: getVar
     0512:                self._seen_overrides[override] = set()
     0513:            self._seen_overrides[override].add( var )
     0514:
     0515:    def getVar(self, var, expand=False, noweakdefault=False):
 *** 0516:        return self.getVarFlag(var, "_content", expand, noweakdefault)
     0517:
     0518:    def renameVar(self, key, newkey, **loginfo):
     0519:        """
     0520:        Rename the variable key to newkey
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 606, function: getVarFlag
     0602:            if flag == "_content":
     0603:                cachename = var
     0604:            else:
     0605:                cachename = var + "[" + flag + "]"
 *** 0606:            value = self.expand(value, cachename)
     0607:        if value is not None and flag == "_content" and local_var is not None and "_removeactive" in local_var:
     0608:            filtered = filter(lambda v: v not in local_var["_removeactive"],
     0609:                              value.split(" "))
     0610:            value = " ".join(filtered)
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 344, function: expand
     0340:
     0341:        return varparse
     0342:
     0343:    def expand(self, s, varname = None):
 *** 0344:        return self.expandWithRefs(s, varname).value
     0345:
     0346:
     0347:    def finalize(self, parent = False):
     0348:        """Performs final steps upon the datastore, including application of overrides"""
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 325, function: expandWithRefs
     0321:
     0322:        while s.find('${') != -1:
     0323:            olds = s
     0324:            try:
 *** 0325:                s = __expand_var_regexp__.sub(varparse.var_sub, s)
     0326:                s = __expand_python_regexp__.sub(varparse.python_sub, s)
     0327:                if s == olds:
     0328:                    break
     0329:            except ExpansionError:
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 101, function: var_sub
     0097:            if key in self.d.expand_cache:
     0098:                varparse = self.d.expand_cache[key]
     0099:                var = varparse.value
     0100:            else:
 *** 0101:                var = self.d.getVar(key, True)
     0102:            self.references.add(key)
     0103:            if var is not None:
     0104:                return var
     0105:            else:
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 516, function: getVar
     0512:                self._seen_overrides[override] = set()
     0513:            self._seen_overrides[override].add( var )
     0514:
     0515:    def getVar(self, var, expand=False, noweakdefault=False):
 *** 0516:        return self.getVarFlag(var, "_content", expand, noweakdefault)
     0517:
     0518:    def renameVar(self, key, newkey, **loginfo):
     0519:        """
     0520:        Rename the variable key to newkey
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 606, function: getVarFlag
     0602:            if flag == "_content":
     0603:                cachename = var
     0604:            else:
     0605:                cachename = var + "[" + flag + "]"
 *** 0606:            value = self.expand(value, cachename)
     0607:        if value is not None and flag == "_content" and local_var is not None and "_removeactive" in local_var:
     0608:            filtered = filter(lambda v: v not in local_var["_removeactive"],
     0609:                              value.split(" "))
     0610:            value = " ".join(filtered)
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 344, function: expand
     0340:
     0341:        return varparse
     0342:
     0343:    def expand(self, s, varname = None):
 *** 0344:        return self.expandWithRefs(s, varname).value
     0345:
     0346:
     0347:    def finalize(self, parent = False):
     0348:        """Performs final steps upon the datastore, including application of overrides"""
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 325, function: expandWithRefs
     0321:
     0322:        while s.find('${') != -1:
     0323:            olds = s
     0324:            try:
 *** 0325:                s = __expand_var_regexp__.sub(varparse.var_sub, s)
     0326:                s = __expand_python_regexp__.sub(varparse.python_sub, s)
     0327:                if s == olds:
     0328:                    break
     0329:            except ExpansionError:
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 101, function: var_sub
     0097:            if key in self.d.expand_cache:
     0098:                varparse = self.d.expand_cache[key]
     0099:                var = varparse.value
     0100:            else:
 *** 0101:                var = self.d.getVar(key, True)
     0102:            self.references.add(key)
     0103:            if var is not None:
     0104:                return var
     0105:            else:
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 516, function: getVar
     0512:                self._seen_overrides[override] = set()
     0513:            self._seen_overrides[override].add( var )
     0514:
     0515:    def getVar(self, var, expand=False, noweakdefault=False):
 *** 0516:        return self.getVarFlag(var, "_content", expand, noweakdefault)
     0517:
     0518:    def renameVar(self, key, newkey, **loginfo):
     0519:        """
     0520:        Rename the variable key to newkey
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 606, function: getVarFlag
     0602:            if flag == "_content":
     0603:                cachename = var
     0604:            else:
     0605:                cachename = var + "[" + flag + "]"
 *** 0606:            value = self.expand(value, cachename)
     0607:        if value is not None and flag == "_content" and local_var is not None and "_removeactive" in local_var:
     0608:            filtered = filter(lambda v: v not in local_var["_removeactive"],
     0609:                              value.split(" "))
     0610:            value = " ".join(filtered)
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 344, function: expand
     0340:
     0341:        return varparse
     0342:
     0343:    def expand(self, s, varname = None):
 *** 0344:        return self.expandWithRefs(s, varname).value
     0345:
     0346:
     0347:    def finalize(self, parent = False):
     0348:        """Performs final steps upon the datastore, including application of overrides"""
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 334, function: expandWithRefs
     0330:                raise
     0331:            except bb.parse.SkipPackage:
     0332:                raise
     0333:            except Exception as exc:
 *** 0334:                raise ExpansionError(varname, s, exc)
     0335:
     0336:        varparse.value = s
     0337:
     0338:        if varname:
Exception: ExpansionError: Failure expanding variable GITPKGV, expression was ${@get_git_pkgv(d, False)} which triggered exception FetchError: Fetcher failure: Fetch command failed with exit code 128, output:
fatal: unable to connect to gitorious.digitalstrom.org:
gitorious.digitalstrom.org[0: 46.4.97.182]: errno=Connection refused



ERROR: Error executing a python function in <code>:

The stack trace of python calls that resulted in this exception/failure was:
File: '<code>', lineno: 1, function: <module>
 *** 0001:__anon_634__oe_dss_oe_yocto_poky_meta_classes_base_bbclass(d)
     0002:__anon_954__oe_dss_oe_yocto_poky_meta_classes_insane_bbclass(d)
     0003:__anon_230__oe_dss_oe_yocto_poky_meta_classes_package_bbclass(d)
     0004:__anon_430__oe_dss_oe_yocto_poky_meta_classes_package_ipk_bbclass(d)
     0005:__anon_20__oe_dss_oe_yocto_poky_meta_classes_debian_bbclass(d)
File: '__anon_634__oe_dss_oe_yocto_poky_meta_classes_base_bbclass', lineno: 218, function: __anon_634__oe_dss_oe_yocto_poky_meta_classes_base_bbclass
     0214:    #
     0215:    override = d.getVar('SRC_URI_OVERRIDES_PACKAGE_ARCH', True)
     0216:    if override != '0':
     0217:        paths = []
 *** 0218:        fpaths = (d.getVar('FILESPATH', True) or '').split(':')
     0219:        machine = d.getVar('MACHINE', True)
     0220:        for p in fpaths:
     0221:            if os.path.basename(p) == machine and os.path.isdir(p):
     0222:                paths.append(p)
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 516, function: getVar
     0512:                self._seen_overrides[override] = set()
     0513:            self._seen_overrides[override].add( var )
     0514:
     0515:    def getVar(self, var, expand=False, noweakdefault=False):
 *** 0516:        return self.getVarFlag(var, "_content", expand, noweakdefault)
     0517:
     0518:    def renameVar(self, key, newkey, **loginfo):
     0519:        """
     0520:        Rename the variable key to newkey
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 606, function: getVarFlag
     0602:            if flag == "_content":
     0603:                cachename = var
     0604:            else:
     0605:                cachename = var + "[" + flag + "]"
 *** 0606:            value = self.expand(value, cachename)
     0607:        if value is not None and flag == "_content" and local_var is not None and "_removeactive" in local_var:
     0608:            filtered = filter(lambda v: v not in local_var["_removeactive"],
     0609:                              value.split(" "))
     0610:            value = " ".join(filtered)
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 344, function: expand
     0340:
     0341:        return varparse
     0342:
     0343:    def expand(self, s, varname = None):
 *** 0344:        return self.expandWithRefs(s, varname).value
     0345:
     0346:
     0347:    def finalize(self, parent = False):
     0348:        """Performs final steps upon the datastore, including application of overrides"""
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 325, function: expandWithRefs
     0321:
     0322:        while s.find('${') != -1:
     0323:            olds = s
     0324:            try:
 *** 0325:                s = __expand_var_regexp__.sub(varparse.var_sub, s)
     0326:                s = __expand_python_regexp__.sub(varparse.python_sub, s)
     0327:                if s == olds:
     0328:                    break
     0329:            except ExpansionError:
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 101, function: var_sub
     0097:            if key in self.d.expand_cache:
     0098:                varparse = self.d.expand_cache[key]
     0099:                var = varparse.value
     0100:            else:
 *** 0101:                var = self.d.getVar(key, True)
     0102:            self.references.add(key)
     0103:            if var is not None:
     0104:                return var
     0105:            else:
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 516, function: getVar
     0512:                self._seen_overrides[override] = set()
     0513:            self._seen_overrides[override].add( var )
     0514:
     0515:    def getVar(self, var, expand=False, noweakdefault=False):
 *** 0516:        return self.getVarFlag(var, "_content", expand, noweakdefault)
     0517:
     0518:    def renameVar(self, key, newkey, **loginfo):
     0519:        """
     0520:        Rename the variable key to newkey
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 606, function: getVarFlag
     0602:            if flag == "_content":
     0603:                cachename = var
     0604:            else:
     0605:                cachename = var + "[" + flag + "]"
 *** 0606:            value = self.expand(value, cachename)
     0607:        if value is not None and flag == "_content" and local_var is not None and "_removeactive" in local_var:
     0608:            filtered = filter(lambda v: v not in local_var["_removeactive"],
     0609:                              value.split(" "))
     0610:            value = " ".join(filtered)
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 344, function: expand
     0340:
     0341:        return varparse
     0342:
     0343:    def expand(self, s, varname = None):
 *** 0344:        return self.expandWithRefs(s, varname).value
     0345:
     0346:
     0347:    def finalize(self, parent = False):
     0348:        """Performs final steps upon the datastore, including application of overrides"""
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 325, function: expandWithRefs
     0321:
     0322:        while s.find('${') != -1:
     0323:            olds = s
     0324:            try:
 *** 0325:                s = __expand_var_regexp__.sub(varparse.var_sub, s)
     0326:                s = __expand_python_regexp__.sub(varparse.python_sub, s)
     0327:                if s == olds:
     0328:                    break
     0329:            except ExpansionError:
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 101, function: var_sub
     0097:            if key in self.d.expand_cache:
     0098:                varparse = self.d.expand_cache[key]
     0099:                var = varparse.value
     0100:            else:
 *** 0101:                var = self.d.getVar(key, True)
     0102:            self.references.add(key)
     0103:            if var is not None:
     0104:                return var
     0105:            else:
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 516, function: getVar
     0512:                self._seen_overrides[override] = set()
     0513:            self._seen_overrides[override].add( var )
     0514:
     0515:    def getVar(self, var, expand=False, noweakdefault=False):
 *** 0516:        return self.getVarFlag(var, "_content", expand, noweakdefault)
     0517:
     0518:    def renameVar(self, key, newkey, **loginfo):
     0519:        """
     0520:        Rename the variable key to newkey
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 606, function: getVarFlag
     0602:            if flag == "_content":
     0603:                cachename = var
     0604:            else:
     0605:                cachename = var + "[" + flag + "]"
 *** 0606:            value = self.expand(value, cachename)
     0607:        if value is not None and flag == "_content" and local_var is not None and "_removeactive" in local_var:
     0608:            filtered = filter(lambda v: v not in local_var["_removeactive"],
     0609:                              value.split(" "))
     0610:            value = " ".join(filtered)
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 344, function: expand
     0340:
     0341:        return varparse
     0342:
     0343:    def expand(self, s, varname = None):
 *** 0344:        return self.expandWithRefs(s, varname).value
     0345:
     0346:
     0347:    def finalize(self, parent = False):
     0348:        """Performs final steps upon the datastore, including application of overrides"""
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 325, function: expandWithRefs
     0321:
     0322:        while s.find('${') != -1:
     0323:            olds = s
     0324:            try:
 *** 0325:                s = __expand_var_regexp__.sub(varparse.var_sub, s)
     0326:                s = __expand_python_regexp__.sub(varparse.python_sub, s)
     0327:                if s == olds:
     0328:                    break
     0329:            except ExpansionError:
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 101, function: var_sub
     0097:            if key in self.d.expand_cache:
     0098:                varparse = self.d.expand_cache[key]
     0099:                var = varparse.value
     0100:            else:
 *** 0101:                var = self.d.getVar(key, True)
     0102:            self.references.add(key)
     0103:            if var is not None:
     0104:                return var
     0105:            else:
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 516, function: getVar
     0512:                self._seen_overrides[override] = set()
     0513:            self._seen_overrides[override].add( var )
     0514:
     0515:    def getVar(self, var, expand=False, noweakdefault=False):
 *** 0516:        return self.getVarFlag(var, "_content", expand, noweakdefault)
     0517:
     0518:    def renameVar(self, key, newkey, **loginfo):
     0519:        """
     0520:        Rename the variable key to newkey
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 606, function: getVarFlag
     0602:            if flag == "_content":
     0603:                cachename = var
     0604:            else:
     0605:                cachename = var + "[" + flag + "]"
 *** 0606:            value = self.expand(value, cachename)
     0607:        if value is not None and flag == "_content" and local_var is not None and "_removeactive" in local_var:
     0608:            filtered = filter(lambda v: v not in local_var["_removeactive"],
     0609:                              value.split(" "))
     0610:            value = " ".join(filtered)
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 344, function: expand
     0340:
     0341:        return varparse
     0342:
     0343:    def expand(self, s, varname = None):
 *** 0344:        return self.expandWithRefs(s, varname).value
     0345:
     0346:
     0347:    def finalize(self, parent = False):
     0348:        """Performs final steps upon the datastore, including application of overrides"""
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 325, function: expandWithRefs
     0321:
     0322:        while s.find('${') != -1:
     0323:            olds = s
     0324:            try:
 *** 0325:                s = __expand_var_regexp__.sub(varparse.var_sub, s)
     0326:                s = __expand_python_regexp__.sub(varparse.python_sub, s)
     0327:                if s == olds:
     0328:                    break
     0329:            except ExpansionError:
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 101, function: var_sub
     0097:            if key in self.d.expand_cache:
     0098:                varparse = self.d.expand_cache[key]
     0099:                var = varparse.value
     0100:            else:
 *** 0101:                var = self.d.getVar(key, True)
     0102:            self.references.add(key)
     0103:            if var is not None:
     0104:                return var
     0105:            else:
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 516, function: getVar
     0512:                self._seen_overrides[override] = set()
     0513:            self._seen_overrides[override].add( var )
     0514:
     0515:    def getVar(self, var, expand=False, noweakdefault=False):
 *** 0516:        return self.getVarFlag(var, "_content", expand, noweakdefault)
     0517:
     0518:    def renameVar(self, key, newkey, **loginfo):
     0519:        """
     0520:        Rename the variable key to newkey
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 606, function: getVarFlag
     0602:            if flag == "_content":
     0603:                cachename = var
     0604:            else:
     0605:                cachename = var + "[" + flag + "]"
 *** 0606:            value = self.expand(value, cachename)
     0607:        if value is not None and flag == "_content" and local_var is not None and "_removeactive" in local_var:
     0608:            filtered = filter(lambda v: v not in local_var["_removeactive"],
     0609:                              value.split(" "))
     0610:            value = " ".join(filtered)
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 344, function: expand
     0340:
     0341:        return varparse
     0342:
     0343:    def expand(self, s, varname = None):
 *** 0344:        return self.expandWithRefs(s, varname).value
     0345:
     0346:
     0347:    def finalize(self, parent = False):
     0348:        """Performs final steps upon the datastore, including application of overrides"""
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 334, function: expandWithRefs
     0330:                raise
     0331:            except bb.parse.SkipPackage:
     0332:                raise
     0333:            except Exception as exc:
 *** 0334:                raise ExpansionError(varname, s, exc)
     0335:
     0336:        varparse.value = s
     0337:
     0338:        if varname:
Exception: ExpansionError: Failure expanding variable GITPKGV, expression was ${@get_git_pkgv(d, False)} which triggered exception FetchError: Fetcher failure: Fetch command failed with exit code 128, output:
fatal: unable to connect to gitorious.digitalstrom.org:
gitorious.digitalstrom.org[0: 46.4.97.182]: errno=Connection refused



ERROR: Error executing a python function in <code>:

The stack trace of python calls that resulted in this exception/failure was:
File: '<code>', lineno: 1, function: <module>
 *** 0001:__anon_634__oe_dss_oe_yocto_poky_meta_classes_base_bbclass(d)
     0002:__anon_954__oe_dss_oe_yocto_poky_meta_classes_insane_bbclass(d)
     0003:__anon_230__oe_dss_oe_yocto_poky_meta_classes_package_bbclass(d)
     0004:__anon_430__oe_dss_oe_yocto_poky_meta_classes_package_ipk_bbclass(d)
     0005:__anon_20__oe_dss_oe_yocto_poky_meta_classes_debian_bbclass(d)
File: '__anon_634__oe_dss_oe_yocto_poky_meta_classes_base_bbclass', lineno: 218, function: __anon_634__oe_dss_oe_yocto_poky_meta_classes_base_bbclass
     0214:    #
     0215:    override = d.getVar('SRC_URI_OVERRIDES_PACKAGE_ARCH', True)
     0216:    if override != '0':
     0217:        paths = []
 *** 0218:        fpaths = (d.getVar('FILESPATH', True) or '').split(':')
     0219:        machine = d.getVar('MACHINE', True)
     0220:        for p in fpaths:
     0221:            if os.path.basename(p) == machine and os.path.isdir(p):
     0222:                paths.append(p)
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 516, function: getVar
     0512:                self._seen_overrides[override] = set()
     0513:            self._seen_overrides[override].add( var )
     0514:
     0515:    def getVar(self, var, expand=False, noweakdefault=False):
 *** 0516:        return self.getVarFlag(var, "_content", expand, noweakdefault)
     0517:
     0518:    def renameVar(self, key, newkey, **loginfo):
     0519:        """
     0520:        Rename the variable key to newkey
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 606, function: getVarFlag
     0602:            if flag == "_content":
     0603:                cachename = var
     0604:            else:
     0605:                cachename = var + "[" + flag + "]"
 *** 0606:            value = self.expand(value, cachename)
     0607:        if value is not None and flag == "_content" and local_var is not None and "_removeactive" in local_var:
     0608:            filtered = filter(lambda v: v not in local_var["_removeactive"],
     0609:                              value.split(" "))
     0610:            value = " ".join(filtered)
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 344, function: expand
     0340:
     0341:        return varparse
     0342:
     0343:    def expand(self, s, varname = None):
 *** 0344:        return self.expandWithRefs(s, varname).value
     0345:
     0346:
     0347:    def finalize(self, parent = False):
     0348:        """Performs final steps upon the datastore, including application of overrides"""
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 325, function: expandWithRefs
     0321:
     0322:        while s.find('${') != -1:
     0323:            olds = s
     0324:            try:
 *** 0325:                s = __expand_var_regexp__.sub(varparse.var_sub, s)
     0326:                s = __expand_python_regexp__.sub(varparse.python_sub, s)
     0327:                if s == olds:
     0328:                    break
     0329:            except ExpansionError:
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 101, function: var_sub
     0097:            if key in self.d.expand_cache:
     0098:                varparse = self.d.expand_cache[key]
     0099:                var = varparse.value
     0100:            else:
 *** 0101:                var = self.d.getVar(key, True)
     0102:            self.references.add(key)
     0103:            if var is not None:
     0104:                return var
     0105:            else:
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 516, function: getVar
     0512:                self._seen_overrides[override] = set()
     0513:            self._seen_overrides[override].add( var )
     0514:
     0515:    def getVar(self, var, expand=False, noweakdefault=False):
 *** 0516:        return self.getVarFlag(var, "_content", expand, noweakdefault)
     0517:
     0518:    def renameVar(self, key, newkey, **loginfo):
     0519:        """
     0520:        Rename the variable key to newkey
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 606, function: getVarFlag
     0602:            if flag == "_content":
     0603:                cachename = var
     0604:            else:
     0605:                cachename = var + "[" + flag + "]"
 *** 0606:            value = self.expand(value, cachename)
     0607:        if value is not None and flag == "_content" and local_var is not None and "_removeactive" in local_var:
     0608:            filtered = filter(lambda v: v not in local_var["_removeactive"],
     0609:                              value.split(" "))
     0610:            value = " ".join(filtered)
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 344, function: expand
     0340:
     0341:        return varparse
     0342:
     0343:    def expand(self, s, varname = None):
 *** 0344:        return self.expandWithRefs(s, varname).value
     0345:
     0346:
     0347:    def finalize(self, parent = False):
     0348:        """Performs final steps upon the datastore, including application of overrides"""
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 325, function: expandWithRefs
     0321:
     0322:        while s.find('${') != -1:
     0323:            olds = s
     0324:            try:
 *** 0325:                s = __expand_var_regexp__.sub(varparse.var_sub, s)
     0326:                s = __expand_python_regexp__.sub(varparse.python_sub, s)
     0327:                if s == olds:
     0328:                    break
     0329:            except ExpansionError:
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 101, function: var_sub
     0097:            if key in self.d.expand_cache:
     0098:                varparse = self.d.expand_cache[key]
     0099:                var = varparse.value
     0100:            else:
 *** 0101:                var = self.d.getVar(key, True)
     0102:            self.references.add(key)
     0103:            if var is not None:
     0104:                return var
     0105:            else:
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 516, function: getVar
     0512:                self._seen_overrides[override] = set()
     0513:            self._seen_overrides[override].add( var )
     0514:
     0515:    def getVar(self, var, expand=False, noweakdefault=False):
 *** 0516:        return self.getVarFlag(var, "_content", expand, noweakdefault)
     0517:
     0518:    def renameVar(self, key, newkey, **loginfo):
     0519:        """
     0520:        Rename the variable key to newkey
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 606, function: getVarFlag
     0602:            if flag == "_content":
     0603:                cachename = var
     0604:            else:
     0605:                cachename = var + "[" + flag + "]"
 *** 0606:            value = self.expand(value, cachename)
     0607:        if value is not None and flag == "_content" and local_var is not None and "_removeactive" in local_var:
     0608:            filtered = filter(lambda v: v not in local_var["_removeactive"],
     0609:                              value.split(" "))
     0610:            value = " ".join(filtered)
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 344, function: expand
     0340:
     0341:        return varparse
     0342:
     0343:    def expand(self, s, varname = None):
 *** 0344:        return self.expandWithRefs(s, varname).value
     0345:
     0346:
     0347:    def finalize(self, parent = False):
     0348:        """Performs final steps upon the datastore, including application of overrides"""
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 325, function: expandWithRefs
     0321:
     0322:        while s.find('${') != -1:
     0323:            olds = s
     0324:            try:
 *** 0325:                s = __expand_var_regexp__.sub(varparse.var_sub, s)
     0326:                s = __expand_python_regexp__.sub(varparse.python_sub, s)
     0327:                if s == olds:
     0328:                    break
     0329:            except ExpansionError:
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 101, function: var_sub
     0097:            if key in self.d.expand_cache:
     0098:                varparse = self.d.expand_cache[key]
     0099:                var = varparse.value
     0100:            else:
 *** 0101:                var = self.d.getVar(key, True)
     0102:            self.references.add(key)
     0103:            if var is not None:
     0104:                return var
     0105:            else:
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 516, function: getVar
     0512:                self._seen_overrides[override] = set()
     0513:            self._seen_overrides[override].add( var )
     0514:
     0515:    def getVar(self, var, expand=False, noweakdefault=False):
 *** 0516:        return self.getVarFlag(var, "_content", expand, noweakdefault)
     0517:
     0518:    def renameVar(self, key, newkey, **loginfo):
     0519:        """
     0520:        Rename the variable key to newkey
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 606, function: getVarFlag
     0602:            if flag == "_content":
     0603:                cachename = var
     0604:            else:
     0605:                cachename = var + "[" + flag + "]"
 *** 0606:            value = self.expand(value, cachename)
     0607:        if value is not None and flag == "_content" and local_var is not None and "_removeactive" in local_var:
     0608:            filtered = filter(lambda v: v not in local_var["_removeactive"],
     0609:                              value.split(" "))
     0610:            value = " ".join(filtered)
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 344, function: expand
     0340:
     0341:        return varparse
     0342:
     0343:    def expand(self, s, varname = None):
 *** 0344:        return self.expandWithRefs(s, varname).value
     0345:
     0346:
     0347:    def finalize(self, parent = False):
     0348:        """Performs final steps upon the datastore, including application of overrides"""
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 325, function: expandWithRefs
     0321:
     0322:        while s.find('${') != -1:
     0323:            olds = s
     0324:            try:
 *** 0325:                s = __expand_var_regexp__.sub(varparse.var_sub, s)
     0326:                s = __expand_python_regexp__.sub(varparse.python_sub, s)
     0327:                if s == olds:
     0328:                    break
     0329:            except ExpansionError:
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 101, function: var_sub
     0097:            if key in self.d.expand_cache:
     0098:                varparse = self.d.expand_cache[key]
     0099:                var = varparse.value
     0100:            else:
 *** 0101:                var = self.d.getVar(key, True)
     0102:            self.references.add(key)
     0103:            if var is not None:
     0104:                return var
     0105:            else:
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 516, function: getVar
     0512:                self._seen_overrides[override] = set()
     0513:            self._seen_overrides[override].add( var )
     0514:
     0515:    def getVar(self, var, expand=False, noweakdefault=False):
 *** 0516:        return self.getVarFlag(var, "_content", expand, noweakdefault)
     0517:
     0518:    def renameVar(self, key, newkey, **loginfo):
     0519:        """
     0520:        Rename the variable key to newkey
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 606, function: getVarFlag
     0602:            if flag == "_content":
     0603:                cachename = var
     0604:            else:
     0605:                cachename = var + "[" + flag + "]"
 *** 0606:            value = self.expand(value, cachename)
     0607:        if value is not None and flag == "_content" and local_var is not None and "_removeactive" in local_var:
     0608:            filtered = filter(lambda v: v not in local_var["_removeactive"],
     0609:                              value.split(" "))
     0610:            value = " ".join(filtered)
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 344, function: expand
     0340:
     0341:        return varparse
     0342:
     0343:    def expand(self, s, varname = None):
 *** 0344:        return self.expandWithRefs(s, varname).value
     0345:
     0346:
     0347:    def finalize(self, parent = False):
     0348:        """Performs final steps upon the datastore, including application of overrides"""
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 334, function: expandWithRefs
     0330:                raise
     0331:            except bb.parse.SkipPackage:
     0332:                raise
     0333:            except Exception as exc:
 *** 0334:                raise ExpansionError(varname, s, exc)
     0335:
     0336:        varparse.value = s
     0337:
     0338:        if varname:
Exception: ExpansionError: Failure expanding variable GITPKGV, expression was ${@get_git_pkgv(d, False)} which triggered exception FetchError: Fetcher failure: Fetch command failed with exit code 128, output:
fatal: unable to connect to gitorious.digitalstrom.org:
gitorious.digitalstrom.org[0: 46.4.97.182]: errno=Connection refused



ERROR: Failed to parse recipe: /oe/dss-oe/yocto/dS/meta-digitalstrom-devel/recipes-system-addons/metering/system-addon-metering_git.bb
ERROR: Error executing a python function in <code>:

The stack trace of python calls that resulted in this exception/failure was:
File: '<code>', lineno: 1, function: <module>
 *** 0001:__anon_634__oe_dss_oe_yocto_poky_meta_classes_base_bbclass(d)
     0002:__anon_954__oe_dss_oe_yocto_poky_meta_classes_insane_bbclass(d)
     0003:__anon_230__oe_dss_oe_yocto_poky_meta_classes_package_bbclass(d)
     0004:__anon_430__oe_dss_oe_yocto_poky_meta_classes_package_ipk_bbclass(d)
     0005:__anon_20__oe_dss_oe_yocto_poky_meta_classes_debian_bbclass(d)
File: '__anon_634__oe_dss_oe_yocto_poky_meta_classes_base_bbclass', lineno: 218, function: __anon_634__oe_dss_oe_yocto_poky_meta_classes_base_bbclass
     0214:    #
     0215:    override = d.getVar('SRC_URI_OVERRIDES_PACKAGE_ARCH', True)
     0216:    if override != '0':
     0217:        paths = []
 *** 0218:        fpaths = (d.getVar('FILESPATH', True) or '').split(':')
     0219:        machine = d.getVar('MACHINE', True)
     0220:        for p in fpaths:
     0221:            if os.path.basename(p) == machine and os.path.isdir(p):
     0222:                paths.append(p)
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 516, function: getVar
     0512:                self._seen_overrides[override] = set()
     0513:            self._seen_overrides[override].add( var )
     0514:
     0515:    def getVar(self, var, expand=False, noweakdefault=False):
 *** 0516:        return self.getVarFlag(var, "_content", expand, noweakdefault)
     0517:
     0518:    def renameVar(self, key, newkey, **loginfo):
     0519:        """
     0520:        Rename the variable key to newkey
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 606, function: getVarFlag
     0602:            if flag == "_content":
     0603:                cachename = var
     0604:            else:
     0605:                cachename = var + "[" + flag + "]"
 *** 0606:            value = self.expand(value, cachename)
     0607:        if value is not None and flag == "_content" and local_var is not None and "_removeactive" in local_var:
     0608:            filtered = filter(lambda v: v not in local_var["_removeactive"],
     0609:                              value.split(" "))
     0610:            value = " ".join(filtered)
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 344, function: expand
     0340:
     0341:        return varparse
     0342:
     0343:    def expand(self, s, varname = None):
 *** 0344:        return self.expandWithRefs(s, varname).value
     0345:
     0346:
     0347:    def finalize(self, parent = False):
     0348:        """Performs final steps upon the datastore, including application of overrides"""
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 325, function: expandWithRefs
     0321:
     0322:        while s.find('${') != -1:
     0323:            olds = s
     0324:            try:
 *** 0325:                s = __expand_var_regexp__.sub(varparse.var_sub, s)
     0326:                s = __expand_python_regexp__.sub(varparse.python_sub, s)
     0327:                if s == olds:
     0328:                    break
     0329:            except ExpansionError:
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 101, function: var_sub
     0097:            if key in self.d.expand_cache:
     0098:                varparse = self.d.expand_cache[key]
     0099:                var = varparse.value
     0100:            else:
 *** 0101:                var = self.d.getVar(key, True)
     0102:            self.references.add(key)
     0103:            if var is not None:
     0104:                return var
     0105:            else:
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 516, function: getVar
     0512:                self._seen_overrides[override] = set()
     0513:            self._seen_overrides[override].add( var )
     0514:
     0515:    def getVar(self, var, expand=False, noweakdefault=False):
 *** 0516:        return self.getVarFlag(var, "_content", expand, noweakdefault)
     0517:
     0518:    def renameVar(self, key, newkey, **loginfo):
     0519:        """
     0520:        Rename the variable key to newkey
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 606, function: getVarFlag
     0602:            if flag == "_content":
     0603:                cachename = var
     0604:            else:
     0605:                cachename = var + "[" + flag + "]"
 *** 0606:            value = self.expand(value, cachename)
     0607:        if value is not None and flag == "_content" and local_var is not None and "_removeactive" in local_var:
     0608:            filtered = filter(lambda v: v not in local_var["_removeactive"],
     0609:                              value.split(" "))
     0610:            value = " ".join(filtered)
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 344, function: expand
     0340:
     0341:        return varparse
     0342:
     0343:    def expand(self, s, varname = None):
 *** 0344:        return self.expandWithRefs(s, varname).value
     0345:
     0346:
     0347:    def finalize(self, parent = False):
     0348:        """Performs final steps upon the datastore, including application of overrides"""
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 325, function: expandWithRefs
     0321:
     0322:        while s.find('${') != -1:
     0323:            olds = s
     0324:            try:
 *** 0325:                s = __expand_var_regexp__.sub(varparse.var_sub, s)
     0326:                s = __expand_python_regexp__.sub(varparse.python_sub, s)
     0327:                if s == olds:
     0328:                    break
     0329:            except ExpansionError:
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 101, function: var_sub
     0097:            if key in self.d.expand_cache:
     0098:                varparse = self.d.expand_cache[key]
     0099:                var = varparse.value
     0100:            else:
 *** 0101:                var = self.d.getVar(key, True)
     0102:            self.references.add(key)
     0103:            if var is not None:
     0104:                return var
     0105:            else:
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 516, function: getVar
     0512:                self._seen_overrides[override] = set()
     0513:            self._seen_overrides[override].add( var )
     0514:
     0515:    def getVar(self, var, expand=False, noweakdefault=False):
 *** 0516:        return self.getVarFlag(var, "_content", expand, noweakdefault)
     0517:
     0518:    def renameVar(self, key, newkey, **loginfo):
     0519:        """
     0520:        Rename the variable key to newkey
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 606, function: getVarFlag
     0602:            if flag == "_content":
     0603:                cachename = var
     0604:            else:
     0605:                cachename = var + "[" + flag + "]"
 *** 0606:            value = self.expand(value, cachename)
     0607:        if value is not None and flag == "_content" and local_var is not None and "_removeactive" in local_var:
     0608:            filtered = filter(lambda v: v not in local_var["_removeactive"],
     0609:                              value.split(" "))
     0610:            value = " ".join(filtered)
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 344, function: expand
     0340:
     0341:        return varparse
     0342:
     0343:    def expand(self, s, varname = None):
 *** 0344:        return self.expandWithRefs(s, varname).value
     0345:
     0346:
     0347:    def finalize(self, parent = False):
     0348:        """Performs final steps upon the datastore, including application of overrides"""
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 325, function: expandWithRefs
     0321:
     0322:        while s.find('${') != -1:
     0323:            olds = s
     0324:            try:
 *** 0325:                s = __expand_var_regexp__.sub(varparse.var_sub, s)
     0326:                s = __expand_python_regexp__.sub(varparse.python_sub, s)
     0327:                if s == olds:
     0328:                    break
     0329:            except ExpansionError:
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 101, function: var_sub
     0097:            if key in self.d.expand_cache:
     0098:                varparse = self.d.expand_cache[key]
     0099:                var = varparse.value
     0100:            else:
 *** 0101:                var = self.d.getVar(key, True)
     0102:            self.references.add(key)
     0103:            if var is not None:
     0104:                return var
     0105:            else:
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 516, function: getVar
     0512:                self._seen_overrides[override] = set()
     0513:            self._seen_overrides[override].add( var )
     0514:
     0515:    def getVar(self, var, expand=False, noweakdefault=False):
 *** 0516:        return self.getVarFlag(var, "_content", expand, noweakdefault)
     0517:
     0518:    def renameVar(self, key, newkey, **loginfo):
     0519:        """
     0520:        Rename the variable key to newkey
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 606, function: getVarFlag
     0602:            if flag == "_content":
     0603:                cachename = var
     0604:            else:
     0605:                cachename = var + "[" + flag + "]"
 *** 0606:            value = self.expand(value, cachename)
     0607:        if value is not None and flag == "_content" and local_var is not None and "_removeactive" in local_var:
     0608:            filtered = filter(lambda v: v not in local_var["_removeactive"],
     0609:                              value.split(" "))
     0610:            value = " ".join(filtered)
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 344, function: expand
     0340:
     0341:        return varparse
     0342:
     0343:    def expand(self, s, varname = None):
 *** 0344:        return self.expandWithRefs(s, varname).value
     0345:
     0346:
     0347:    def finalize(self, parent = False):
     0348:        """Performs final steps upon the datastore, including application of overrides"""
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 325, function: expandWithRefs
     0321:
     0322:        while s.find('${') != -1:
     0323:            olds = s
     0324:            try:
 *** 0325:                s = __expand_var_regexp__.sub(varparse.var_sub, s)
     0326:                s = __expand_python_regexp__.sub(varparse.python_sub, s)
     0327:                if s == olds:
     0328:                    break
     0329:            except ExpansionError:
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 101, function: var_sub
     0097:            if key in self.d.expand_cache:
     0098:                varparse = self.d.expand_cache[key]
     0099:                var = varparse.value
     0100:            else:
 *** 0101:                var = self.d.getVar(key, True)
     0102:            self.references.add(key)
     0103:            if var is not None:
     0104:                return var
     0105:            else:
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 516, function: getVar
     0512:                self._seen_overrides[override] = set()
     0513:            self._seen_overrides[override].add( var )
     0514:
     0515:    def getVar(self, var, expand=False, noweakdefault=False):
 *** 0516:        return self.getVarFlag(var, "_content", expand, noweakdefault)
     0517:
     0518:    def renameVar(self, key, newkey, **loginfo):
     0519:        """
     0520:        Rename the variable key to newkey
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 606, function: getVarFlag
     0602:            if flag == "_content":
     0603:                cachename = var
     0604:            else:
     0605:                cachename = var + "[" + flag + "]"
 *** 0606:            value = self.expand(value, cachename)
     0607:        if value is not None and flag == "_content" and local_var is not None and "_removeactive" in local_var:
     0608:            filtered = filter(lambda v: v not in local_var["_removeactive"],
     0609:                              value.split(" "))
     0610:            value = " ".join(filtered)
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 344, function: expand
     0340:
     0341:        return varparse
     0342:
     0343:    def expand(self, s, varname = None):
 *** 0344:        return self.expandWithRefs(s, varname).value
     0345:
     0346:
     0347:    def finalize(self, parent = False):
     0348:        """Performs final steps upon the datastore, including application of overrides"""
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 334, function: expandWithRefs
     0330:                raise
     0331:            except bb.parse.SkipPackage:
     0332:                raise
     0333:            except Exception as exc:
 *** 0334:                raise ExpansionError(varname, s, exc)
     0335:
     0336:        varparse.value = s
     0337:
     0338:        if varname:
Exception: ExpansionError: Failure expanding variable GITPKGV, expression was ${@get_git_pkgv(d, False)} which triggered exception FetchError: Fetcher failure: Fetch command failed with exit code 128, output:
fatal: unable to connect to gitorious.digitalstrom.org:
gitorious.digitalstrom.org[0: 46.4.97.182]: errno=Connection refused



ERROR: Error executing a python function in <code>:

The stack trace of python calls that resulted in this exception/failure was:
File: '<code>', lineno: 1, function: <module>
 *** 0001:__anon_634__oe_dss_oe_yocto_poky_meta_classes_base_bbclass(d)
     0002:__anon_954__oe_dss_oe_yocto_poky_meta_classes_insane_bbclass(d)
     0003:__anon_230__oe_dss_oe_yocto_poky_meta_classes_package_bbclass(d)
     0004:__anon_430__oe_dss_oe_yocto_poky_meta_classes_package_ipk_bbclass(d)
     0005:__anon_20__oe_dss_oe_yocto_poky_meta_classes_debian_bbclass(d)
File: '__anon_634__oe_dss_oe_yocto_poky_meta_classes_base_bbclass', lineno: 218, function: __anon_634__oe_dss_oe_yocto_poky_meta_classes_base_bbclass
     0214:    #
     0215:    override = d.getVar('SRC_URI_OVERRIDES_PACKAGE_ARCH', True)
     0216:    if override != '0':
     0217:        paths = []
 *** 0218:        fpaths = (d.getVar('FILESPATH', True) or '').split(':')
     0219:        machine = d.getVar('MACHINE', True)
     0220:        for p in fpaths:
     0221:            if os.path.basename(p) == machine and os.path.isdir(p):
     0222:                paths.append(p)
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 516, function: getVar
     0512:                self._seen_overrides[override] = set()
     0513:            self._seen_overrides[override].add( var )
     0514:
     0515:    def getVar(self, var, expand=False, noweakdefault=False):
 *** 0516:        return self.getVarFlag(var, "_content", expand, noweakdefault)
     0517:
     0518:    def renameVar(self, key, newkey, **loginfo):
     0519:        """
     0520:        Rename the variable key to newkey
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 606, function: getVarFlag
     0602:            if flag == "_content":
     0603:                cachename = var
     0604:            else:
     0605:                cachename = var + "[" + flag + "]"
 *** 0606:            value = self.expand(value, cachename)
     0607:        if value is not None and flag == "_content" and local_var is not None and "_removeactive" in local_var:
     0608:            filtered = filter(lambda v: v not in local_var["_removeactive"],
     0609:                              value.split(" "))
     0610:            value = " ".join(filtered)
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 344, function: expand
     0340:
     0341:        return varparse
     0342:
     0343:    def expand(self, s, varname = None):
 *** 0344:        return self.expandWithRefs(s, varname).value
     0345:
     0346:
     0347:    def finalize(self, parent = False):
     0348:        """Performs final steps upon the datastore, including application of overrides"""
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 325, function: expandWithRefs
     0321:
     0322:        while s.find('${') != -1:
     0323:            olds = s
     0324:            try:
 *** 0325:                s = __expand_var_regexp__.sub(varparse.var_sub, s)
     0326:                s = __expand_python_regexp__.sub(varparse.python_sub, s)
     0327:                if s == olds:
     0328:                    break
     0329:            except ExpansionError:
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 101, function: var_sub
     0097:            if key in self.d.expand_cache:
     0098:                varparse = self.d.expand_cache[key]
     0099:                var = varparse.value
     0100:            else:
 *** 0101:                var = self.d.getVar(key, True)
     0102:            self.references.add(key)
     0103:            if var is not None:
     0104:                return var
     0105:            else:
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 516, function: getVar
     0512:                self._seen_overrides[override] = set()
     0513:            self._seen_overrides[override].add( var )
     0514:
     0515:    def getVar(self, var, expand=False, noweakdefault=False):
 *** 0516:        return self.getVarFlag(var, "_content", expand, noweakdefault)
     0517:
     0518:    def renameVar(self, key, newkey, **loginfo):
     0519:        """
     0520:        Rename the variable key to newkey
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 606, function: getVarFlag
     0602:            if flag == "_content":
     0603:                cachename = var
     0604:            else:
     0605:                cachename = var + "[" + flag + "]"
 *** 0606:            value = self.expand(value, cachename)
     0607:        if value is not None and flag == "_content" and local_var is not None and "_removeactive" in local_var:
     0608:            filtered = filter(lambda v: v not in local_var["_removeactive"],
     0609:                              value.split(" "))
     0610:            value = " ".join(filtered)
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 344, function: expand
     0340:
     0341:        return varparse
     0342:
     0343:    def expand(self, s, varname = None):
 *** 0344:        return self.expandWithRefs(s, varname).value
     0345:
     0346:
     0347:    def finalize(self, parent = False):
     0348:        """Performs final steps upon the datastore, including application of overrides"""
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 325, function: expandWithRefs
     0321:
     0322:        while s.find('${') != -1:
     0323:            olds = s
     0324:            try:
 *** 0325:                s = __expand_var_regexp__.sub(varparse.var_sub, s)
     0326:                s = __expand_python_regexp__.sub(varparse.python_sub, s)
     0327:                if s == olds:
     0328:                    break
     0329:            except ExpansionError:
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 101, function: var_sub
     0097:            if key in self.d.expand_cache:
     0098:                varparse = self.d.expand_cache[key]
     0099:                var = varparse.value
     0100:            else:
 *** 0101:                var = self.d.getVar(key, True)
     0102:            self.references.add(key)
     0103:            if var is not None:
     0104:                return var
     0105:            else:
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 516, function: getVar
     0512:                self._seen_overrides[override] = set()
     0513:            self._seen_overrides[override].add( var )
     0514:
     0515:    def getVar(self, var, expand=False, noweakdefault=False):
 *** 0516:        return self.getVarFlag(var, "_content", expand, noweakdefault)
     0517:
     0518:    def renameVar(self, key, newkey, **loginfo):
     0519:        """
     0520:        Rename the variable key to newkey
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 606, function: getVarFlag
     0602:            if flag == "_content":
     0603:                cachename = var
     0604:            else:
     0605:                cachename = var + "[" + flag + "]"
 *** 0606:            value = self.expand(value, cachename)
     0607:        if value is not None and flag == "_content" and local_var is not None and "_removeactive" in local_var:
     0608:            filtered = filter(lambda v: v not in local_var["_removeactive"],
     0609:                              value.split(" "))
     0610:            value = " ".join(filtered)
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 344, function: expand
     0340:
     0341:        return varparse
     0342:
     0343:    def expand(self, s, varname = None):
 *** 0344:        return self.expandWithRefs(s, varname).value
     0345:
     0346:
     0347:    def finalize(self, parent = False):
     0348:        """Performs final steps upon the datastore, including application of overrides"""
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 325, function: expandWithRefs
     0321:
     0322:        while s.find('${') != -1:
     0323:            olds = s
     0324:            try:
 *** 0325:                s = __expand_var_regexp__.sub(varparse.var_sub, s)
     0326:                s = __expand_python_regexp__.sub(varparse.python_sub, s)
     0327:                if s == olds:
     0328:                    break
     0329:            except ExpansionError:
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 101, function: var_sub
     0097:            if key in self.d.expand_cache:
     0098:                varparse = self.d.expand_cache[key]
     0099:                var = varparse.value
     0100:            else:
 *** 0101:                var = self.d.getVar(key, True)
     0102:            self.references.add(key)
     0103:            if var is not None:
     0104:                return var
     0105:            else:
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 516, function: getVar
     0512:                self._seen_overrides[override] = set()
     0513:            self._seen_overrides[override].add( var )
     0514:
     0515:    def getVar(self, var, expand=False, noweakdefault=False):
 *** 0516:        return self.getVarFlag(var, "_content", expand, noweakdefault)
     0517:
     0518:    def renameVar(self, key, newkey, **loginfo):
     0519:        """
     0520:        Rename the variable key to newkey
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 606, function: getVarFlag
     0602:            if flag == "_content":
     0603:                cachename = var
     0604:            else:
     0605:                cachename = var + "[" + flag + "]"
 *** 0606:            value = self.expand(value, cachename)
     0607:        if value is not None and flag == "_content" and local_var is not None and "_removeactive" in local_var:
     0608:            filtered = filter(lambda v: v not in local_var["_removeactive"],
     0609:                              value.split(" "))
     0610:            value = " ".join(filtered)
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 344, function: expand
     0340:
     0341:        return varparse
     0342:
     0343:    def expand(self, s, varname = None):
 *** 0344:        return self.expandWithRefs(s, varname).value
     0345:
     0346:
     0347:    def finalize(self, parent = False):
     0348:        """Performs final steps upon the datastore, including application of overrides"""
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 325, function: expandWithRefs
     0321:
     0322:        while s.find('${') != -1:
     0323:            olds = s
     0324:            try:
 *** 0325:                s = __expand_var_regexp__.sub(varparse.var_sub, s)
     0326:                s = __expand_python_regexp__.sub(varparse.python_sub, s)
     0327:                if s == olds:
     0328:                    break
     0329:            except ExpansionError:
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 101, function: var_sub
     0097:            if key in self.d.expand_cache:
     0098:                varparse = self.d.expand_cache[key]
     0099:                var = varparse.value
     0100:            else:
 *** 0101:                var = self.d.getVar(key, True)
     0102:            self.references.add(key)
     0103:            if var is not None:
     0104:                return var
     0105:            else:
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 516, function: getVar
     0512:                self._seen_overrides[override] = set()
     0513:            self._seen_overrides[override].add( var )
     0514:
     0515:    def getVar(self, var, expand=False, noweakdefault=False):
 *** 0516:        return self.getVarFlag(var, "_content", expand, noweakdefault)
     0517:
     0518:    def renameVar(self, key, newkey, **loginfo):
     0519:        """
     0520:        Rename the variable key to newkey
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 606, function: getVarFlag
     0602:            if flag == "_content":
     0603:                cachename = var
     0604:            else:
     0605:                cachename = var + "[" + flag + "]"
 *** 0606:            value = self.expand(value, cachename)
     0607:        if value is not None and flag == "_content" and local_var is not None and "_removeactive" in local_var:
     0608:            filtered = filter(lambda v: v not in local_var["_removeactive"],
     0609:                              value.split(" "))
     0610:            value = " ".join(filtered)
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 344, function: expand
     0340:
     0341:        return varparse
     0342:
     0343:    def expand(self, s, varname = None):
 *** 0344:        return self.expandWithRefs(s, varname).value
     0345:
     0346:
     0347:    def finalize(self, parent = False):
     0348:        """Performs final steps upon the datastore, including application of overrides"""
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 334, function: expandWithRefs
     0330:                raise
     0331:            except bb.parse.SkipPackage:
     0332:                raise
     0333:            except Exception as exc:
 *** 0334:                raise ExpansionError(varname, s, exc)
     0335:
     0336:        varparse.value = s
     0337:
     0338:        if varname:
Exception: ExpansionError: Failure expanding variable GITPKGV, expression was ${@get_git_pkgv(d, False)} which triggered exception FetchError: Fetcher failure: Fetch command failed with exit code 128, output:
fatal: unable to connect to gitorious.digitalstrom.org:
gitorious.digitalstrom.org[0: 46.4.97.182]: errno=Connection refused



NOTE: Error during finalise of /oe/dss-oe/yocto/dS/meta-digitalstrom-devel/recipes-digitalstrom/dss11-websetup/dss11-websetup_git.bb
ERROR: Error executing a python function in <code>:

The stack trace of python calls that resulted in this exception/failure was:
File: '<code>', lineno: 1, function: <module>
 *** 0001:__anon_634__oe_dss_oe_yocto_poky_meta_classes_base_bbclass(d)
     0002:__anon_954__oe_dss_oe_yocto_poky_meta_classes_insane_bbclass(d)
     0003:__anon_230__oe_dss_oe_yocto_poky_meta_classes_package_bbclass(d)
     0004:__anon_430__oe_dss_oe_yocto_poky_meta_classes_package_ipk_bbclass(d)
     0005:__anon_20__oe_dss_oe_yocto_poky_meta_classes_debian_bbclass(d)
File: '__anon_634__oe_dss_oe_yocto_poky_meta_classes_base_bbclass', lineno: 218, function: __anon_634__oe_dss_oe_yocto_poky_meta_classes_base_bbclass
     0214:    #
     0215:    override = d.getVar('SRC_URI_OVERRIDES_PACKAGE_ARCH', True)
     0216:    if override != '0':
     0217:        paths = []
 *** 0218:        fpaths = (d.getVar('FILESPATH', True) or '').split(':')
     0219:        machine = d.getVar('MACHINE', True)
     0220:        for p in fpaths:
     0221:            if os.path.basename(p) == machine and os.path.isdir(p):
     0222:                paths.append(p)
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 516, function: getVar
     0512:                self._seen_overrides[override] = set()
     0513:            self._seen_overrides[override].add( var )
     0514:
     0515:    def getVar(self, var, expand=False, noweakdefault=False):
 *** 0516:        return self.getVarFlag(var, "_content", expand, noweakdefault)
     0517:
     0518:    def renameVar(self, key, newkey, **loginfo):
     0519:        """
     0520:        Rename the variable key to newkey
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 606, function: getVarFlag
     0602:            if flag == "_content":
     0603:                cachename = var
     0604:            else:
     0605:                cachename = var + "[" + flag + "]"
 *** 0606:            value = self.expand(value, cachename)
     0607:        if value is not None and flag == "_content" and local_var is not None and "_removeactive" in local_var:
     0608:            filtered = filter(lambda v: v not in local_var["_removeactive"],
     0609:                              value.split(" "))
     0610:            value = " ".join(filtered)
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 344, function: expand
     0340:
     0341:        return varparse
     0342:
     0343:    def expand(self, s, varname = None):
 *** 0344:        return self.expandWithRefs(s, varname).value
     0345:
     0346:
     0347:    def finalize(self, parent = False):
     0348:        """Performs final steps upon the datastore, including application of overrides"""
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 325, function: expandWithRefs
     0321:
     0322:        while s.find('${') != -1:
     0323:            olds = s
     0324:            try:
 *** 0325:                s = __expand_var_regexp__.sub(varparse.var_sub, s)
     0326:                s = __expand_python_regexp__.sub(varparse.python_sub, s)
     0327:                if s == olds:
     0328:                    break
     0329:            except ExpansionError:
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 101, function: var_sub
     0097:            if key in self.d.expand_cache:
     0098:                varparse = self.d.expand_cache[key]
     0099:                var = varparse.value
     0100:            else:
 *** 0101:                var = self.d.getVar(key, True)
     0102:            self.references.add(key)
     0103:            if var is not None:
     0104:                return var
     0105:            else:
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 516, function: getVar
     0512:                self._seen_overrides[override] = set()
     0513:            self._seen_overrides[override].add( var )
     0514:
     0515:    def getVar(self, var, expand=False, noweakdefault=False):
 *** 0516:        return self.getVarFlag(var, "_content", expand, noweakdefault)
     0517:
     0518:    def renameVar(self, key, newkey, **loginfo):
     0519:        """
     0520:        Rename the variable key to newkey
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 606, function: getVarFlag
     0602:            if flag == "_content":
     0603:                cachename = var
     0604:            else:
     0605:                cachename = var + "[" + flag + "]"
 *** 0606:            value = self.expand(value, cachename)
     0607:        if value is not None and flag == "_content" and local_var is not None and "_removeactive" in local_var:
     0608:            filtered = filter(lambda v: v not in local_var["_removeactive"],
     0609:                              value.split(" "))
     0610:            value = " ".join(filtered)
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 344, function: expand
     0340:
     0341:        return varparse
     0342:
     0343:    def expand(self, s, varname = None):
 *** 0344:        return self.expandWithRefs(s, varname).value
     0345:
     0346:
     0347:    def finalize(self, parent = False):
     0348:        """Performs final steps upon the datastore, including application of overrides"""
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 325, function: expandWithRefs
     0321:
     0322:        while s.find('${') != -1:
     0323:            olds = s
     0324:            try:
 *** 0325:                s = __expand_var_regexp__.sub(varparse.var_sub, s)
     0326:                s = __expand_python_regexp__.sub(varparse.python_sub, s)
     0327:                if s == olds:
     0328:                    break
     0329:            except ExpansionError:
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 101, function: var_sub
     0097:            if key in self.d.expand_cache:
     0098:                varparse = self.d.expand_cache[key]
     0099:                var = varparse.value
     0100:            else:
 *** 0101:                var = self.d.getVar(key, True)
     0102:            self.references.add(key)
     0103:            if var is not None:
     0104:                return var
     0105:            else:
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 516, function: getVar
     0512:                self._seen_overrides[override] = set()
     0513:            self._seen_overrides[override].add( var )
     0514:
     0515:    def getVar(self, var, expand=False, noweakdefault=False):
 *** 0516:        return self.getVarFlag(var, "_content", expand, noweakdefault)
     0517:
     0518:    def renameVar(self, key, newkey, **loginfo):
     0519:        """
     0520:        Rename the variable key to newkey
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 606, function: getVarFlag
     0602:            if flag == "_content":
     0603:                cachename = var
     0604:            else:
     0605:                cachename = var + "[" + flag + "]"
 *** 0606:            value = self.expand(value, cachename)
     0607:        if value is not None and flag == "_content" and local_var is not None and "_removeactive" in local_var:
     0608:            filtered = filter(lambda v: v not in local_var["_removeactive"],
     0609:                              value.split(" "))
     0610:            value = " ".join(filtered)
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 344, function: expand
     0340:
     0341:        return varparse
     0342:
     0343:    def expand(self, s, varname = None):
 *** 0344:        return self.expandWithRefs(s, varname).value
     0345:
     0346:
     0347:    def finalize(self, parent = False):
     0348:        """Performs final steps upon the datastore, including application of overrides"""
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 325, function: expandWithRefs
     0321:
     0322:        while s.find('${') != -1:
     0323:            olds = s
     0324:            try:
 *** 0325:                s = __expand_var_regexp__.sub(varparse.var_sub, s)
     0326:                s = __expand_python_regexp__.sub(varparse.python_sub, s)
     0327:                if s == olds:
     0328:                    break
     0329:            except ExpansionError:
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 101, function: var_sub
     0097:            if key in self.d.expand_cache:
     0098:                varparse = self.d.expand_cache[key]
     0099:                var = varparse.value
     0100:            else:
 *** 0101:                var = self.d.getVar(key, True)
     0102:            self.references.add(key)
     0103:            if var is not None:
     0104:                return var
     0105:            else:
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 516, function: getVar
     0512:                self._seen_overrides[override] = set()
     0513:            self._seen_overrides[override].add( var )
     0514:
     0515:    def getVar(self, var, expand=False, noweakdefault=False):
 *** 0516:        return self.getVarFlag(var, "_content", expand, noweakdefault)
     0517:
     0518:    def renameVar(self, key, newkey, **loginfo):
     0519:        """
     0520:        Rename the variable key to newkey
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 606, function: getVarFlag
     0602:            if flag == "_content":
     0603:                cachename = var
     0604:            else:
     0605:                cachename = var + "[" + flag + "]"
 *** 0606:            value = self.expand(value, cachename)
     0607:        if value is not None and flag == "_content" and local_var is not None and "_removeactive" in local_var:
     0608:            filtered = filter(lambda v: v not in local_var["_removeactive"],
     0609:                              value.split(" "))
     0610:            value = " ".join(filtered)
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 344, function: expand
     0340:
     0341:        return varparse
     0342:
     0343:    def expand(self, s, varname = None):
 *** 0344:        return self.expandWithRefs(s, varname).value
     0345:
     0346:
     0347:    def finalize(self, parent = False):
     0348:        """Performs final steps upon the datastore, including application of overrides"""
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 325, function: expandWithRefs
     0321:
     0322:        while s.find('${') != -1:
     0323:            olds = s
     0324:            try:
 *** 0325:                s = __expand_var_regexp__.sub(varparse.var_sub, s)
     0326:                s = __expand_python_regexp__.sub(varparse.python_sub, s)
     0327:                if s == olds:
     0328:                    break
     0329:            except ExpansionError:
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 101, function: var_sub
     0097:            if key in self.d.expand_cache:
     0098:                varparse = self.d.expand_cache[key]
     0099:                var = varparse.value
     0100:            else:
 *** 0101:                var = self.d.getVar(key, True)
     0102:            self.references.add(key)
     0103:            if var is not None:
     0104:                return var
     0105:            else:
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 516, function: getVar
     0512:                self._seen_overrides[override] = set()
     0513:            self._seen_overrides[override].add( var )
     0514:
     0515:    def getVar(self, var, expand=False, noweakdefault=False):
 *** 0516:        return self.getVarFlag(var, "_content", expand, noweakdefault)
     0517:
     0518:    def renameVar(self, key, newkey, **loginfo):
     0519:        """
     0520:        Rename the variable key to newkey
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 606, function: getVarFlag
     0602:            if flag == "_content":
     0603:                cachename = var
     0604:            else:
     0605:                cachename = var + "[" + flag + "]"
 *** 0606:            value = self.expand(value, cachename)
     0607:        if value is not None and flag == "_content" and local_var is not None and "_removeactive" in local_var:
     0608:            filtered = filter(lambda v: v not in local_var["_removeactive"],
     0609:                              value.split(" "))
     0610:            value = " ".join(filtered)
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 344, function: expand
     0340:
     0341:        return varparse
     0342:
     0343:    def expand(self, s, varname = None):
 *** 0344:        return self.expandWithRefs(s, varname).value
     0345:
     0346:
     0347:    def finalize(self, parent = False):
     0348:        """Performs final steps upon the datastore, including application of overrides"""
File: '/oe/dss-oe/yocto/poky/bitbake/lib/bb/data_smart.py', lineno: 334, function: expandWithRefs
     0330:                raise
     0331:            except bb.parse.SkipPackage:
     0332:                raise
     0333:            except Exception as exc:
 *** 0334:                raise ExpansionError(varname, s, exc)
     0335:
     0336:        varparse.value = s
     0337:
     0338:        if varname:
Exception: ExpansionError: Failure expanding variable GITPKGV, expression was ${@get_git_pkgv(d, False)} which triggered exception FetchError: Fetcher failure: Fetch command failed with exit code 128, output:
fatal: unable to connect to gitorious.digitalstrom.org:
gitorious.digitalstrom.org[0: 46.4.97.182]: errno=Connection refused




Summary: There was 1 WARNING message shown.
Summary: There were 11 ERROR messages shown, returning a non-zero exit code.

bitbake returned 1, manual interaction required!

[Tue Nov 11 03:30:53 CET 2014] Build failed


More information about the dSS-merge-requests mailing list