Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Loading cache: 100% |##########################################################################################################################################################################################################################| Time: 0:00:01
- Loaded 3185 entries from dependency cache.
- Parsing recipes: 100% |########################################################################################################################################################################################################################| Time: 0:00:00
- Parsing of 2099 .bb files complete (2096 cached, 3 parsed). 3192 targets, 84 skipped, 0 masked, 0 errors.
- NOTE: Resolving any missing task queue dependencies
- NOTE: preferred version 1.14 of go-runtime not available (for item go-runtime)
- NOTE: versions of go-runtime available: 1.14.7
- NOTE: preferred version 1.14 of go-runtime not available (for item virtual/x86_64-poky-linux-go-runtime)
- NOTE: versions of go-runtime available: 1.14.7
- NOTE: preferred version 1.14 of go-runtime not available (for item go-runtime-dev)
- NOTE: versions of go-runtime available: 1.14.7
- Build Configuration:
- BB_VERSION = "1.46.0"
- BUILD_SYS = "x86_64-linux"
- NATIVELSBSTRING = "universal"
- TARGET_SYS = "x86_64-poky-linux"
- MACHINE = "custom-hardware--qemux86-64"
- DISTRO = "customdistro"
- DISTRO_VERSION = "0.0.1"
- TUNE_FEATURES = "m64 core2"
- TARGET_FPU = ""
- meta
- meta-poky
- meta-yocto-bsp = "HEAD:d3ad6a22dbb8b9a21d7fe11bf437a20dea95ec81"
- meta-customdistro = "HEAD:b8a7cb57ca799f9c433d4ef5c9eed117b614cf1b"
- meta-oe
- meta-python
- meta-networking = "HEAD:2a5c534d2b9f01e9c0f39701fccd7fc874945b1c"
- Initialising tasks: 100% |#####################################################################################################################################################################################################################| Time: 0:00:05
- Sstate summary: Wanted 1715 Found 0 Missed 1715 Current 133 (0% match, 7% complete)
- NOTE: Executing Tasks
- ERROR: texinfo-dummy-native-1.0-r0 do_deploy_source_date_epoch: Error executing a python function in exec_python_func() autogenerated:
- The stack trace of python calls that resulted in this exception/failure was:
- File: 'exec_python_func() autogenerated', lineno: 2, function: <module>
- 0001:
- *** 0002:sstate_report_unihash(d)
- 0003:
- File: '/home/customdistrodistro/yocto/input/poky/meta/classes/sstate.bbclass', lineno: 840, function: sstate_report_unihash
- 0836: report_unihash = getattr(bb.parse.siggen, 'report_unihash', None)
- 0837:
- 0838: if report_unihash:
- 0839: ss = sstate_state_fromvars(d)
- *** 0840: report_unihash(os.getcwd(), ss['task'], d)
- 0841:}
- 0842:
- 0843:#
- 0844:# Shell function to decompress and prepare a package for installation
- File: '/home/customdistrodistro/yocto/input/poky/bitbake/lib/bb/siggen.py', lineno: 555, function: report_unihash
- 0551:
- 0552: if "." in self.method:
- 0553: (module, method) = self.method.rsplit('.', 1)
- 0554: locs['method'] = getattr(importlib.import_module(module), method)
- *** 0555: outhash = bb.utils.better_eval('method(path, sigfile, task, d)', locs)
- 0556: else:
- 0557: outhash = bb.utils.better_eval(self.method + '(path, sigfile, task, d)', locs)
- 0558:
- 0559: try:
- File: '/home/customdistrodistro/yocto/input/poky/bitbake/lib/bb/utils.py', lineno: 420, function: better_eval
- 0416: if extraglobals:
- 0417: ctx = copy.copy(ctx)
- 0418: for g in extraglobals:
- 0419: ctx[g] = extraglobals[g]
- *** 0420: return eval(source, ctx, locals)
- 0421:
- 0422:@contextmanager
- 0423:def fileslocked(files):
- 0424: """Context manager for locking and unlocking file locks."""
- File: '<string>', lineno: 1, function: <module>
- File "<string>", line 1, in <module>
- File: '/home/customdistrodistro/yocto/input/poky/meta/lib/oe/sstatesig.py', lineno: 595, function: OEOuthashBasic
- 0591: process(root)
- 0592: for f in files:
- 0593: if f == 'fixmepath':
- 0594: continue
- *** 0595: process(os.path.join(root, f))
- 0596: finally:
- 0597: os.chdir(prev_dir)
- 0598:
- 0599: return h.hexdigest()
- File: '/home/customdistrodistro/yocto/input/poky/meta/lib/oe/sstatesig.py', lineno: 576, function: process
- 0572: update_hash(" ")
- 0573: fh = hashlib.sha256()
- 0574: if stat.S_ISREG(s.st_mode):
- 0575: # Hash file contents
- *** 0576: with open(path, 'rb') as d:
- 0577: for chunk in iter(lambda: d.read(4096), b""):
- 0578: fh.update(chunk)
- 0579: update_hash(fh.hexdigest())
- 0580: else:
- Exception: FileNotFoundError: [Errno 2] No such file or directory: './deploy-source-date-epoch/deploy-source-date-epoch/__source_date_epoch.txt'
- ERROR: Logfile of failure stored in: /home/customdistrodistro/yocto/output/build/tmp/work/x86_64-linux/texinfo-dummy-native/1.0-r0/temp/log.do_deploy_source_date_epoch.39764
- ERROR: Task (/home/customdistrodistro/yocto/input/poky/meta/recipes-extended/texinfo-dummy-native/texinfo-dummy-native.bb:do_deploy_source_date_epoch) failed with exit code '1'
- ERROR: gnu-config-native-20200117+gitAUTOINC+5256817ace-r0 do_deploy_source_date_epoch: Error executing a python function in exec_python_func() autogenerated:
- The stack trace of python calls that resulted in this exception/failure was:
- File: 'exec_python_func() autogenerated', lineno: 2, function: <module>
- 0001:
- *** 0002:sstate_report_unihash(d)
- 0003:
- File: '/home/customdistrodistro/yocto/input/poky/meta/classes/sstate.bbclass', lineno: 840, function: sstate_report_unihash
- 0836: report_unihash = getattr(bb.parse.siggen, 'report_unihash', None)
- 0837:
- 0838: if report_unihash:
- 0839: ss = sstate_state_fromvars(d)
- *** 0840: report_unihash(os.getcwd(), ss['task'], d)
- 0841:}
- 0842:
- 0843:#
- 0844:# Shell function to decompress and prepare a package for installation
- File: '/home/customdistrodistro/yocto/input/poky/bitbake/lib/bb/siggen.py', lineno: 555, function: report_unihash
- 0551:
- 0552: if "." in self.method:
- 0553: (module, method) = self.method.rsplit('.', 1)
- 0554: locs['method'] = getattr(importlib.import_module(module), method)
- *** 0555: outhash = bb.utils.better_eval('method(path, sigfile, task, d)', locs)
- 0556: else:
- 0557: outhash = bb.utils.better_eval(self.method + '(path, sigfile, task, d)', locs)
- 0558:
- 0559: try:
- File: '/home/customdistrodistro/yocto/input/poky/bitbake/lib/bb/utils.py', lineno: 420, function: better_eval
- 0416: if extraglobals:
- 0417: ctx = copy.copy(ctx)
- 0418: for g in extraglobals:
- 0419: ctx[g] = extraglobals[g]
- *** 0420: return eval(source, ctx, locals)
- 0421:
- 0422:@contextmanager
- 0423:def fileslocked(files):
- 0424: """Context manager for locking and unlocking file locks."""
- File: '<string>', lineno: 1, function: <module>
- File "<string>", line 1, in <module>
- File: '/home/customdistrodistro/yocto/input/poky/meta/lib/oe/sstatesig.py', lineno: 595, function: OEOuthashBasic
- 0591: process(root)
- 0592: for f in files:
- 0593: if f == 'fixmepath':
- 0594: continue
- *** 0595: process(os.path.join(root, f))
- 0596: finally:
- 0597: os.chdir(prev_dir)
- 0598:
- 0599: return h.hexdigest()
- File: '/home/customdistrodistro/yocto/input/poky/meta/lib/oe/sstatesig.py', lineno: 576, function: process
- 0572: update_hash(" ")
- 0573: fh = hashlib.sha256()
- 0574: if stat.S_ISREG(s.st_mode):
- 0575: # Hash file contents
- *** 0576: with open(path, 'rb') as d:
- 0577: for chunk in iter(lambda: d.read(4096), b""):
- 0578: fh.update(chunk)
- 0579: update_hash(fh.hexdigest())
- 0580: else:
- Exception: FileNotFoundError: [Errno 2] No such file or directory: './deploy-source-date-epoch/deploy-source-date-epoch/__source_date_epoch.txt'
- ERROR: gettext-minimal-native-0.20.1-r0 do_deploy_source_date_epoch: Error executing a python function in exec_python_func() autogenerated:
- The stack trace of python calls that resulted in this exception/failure was:
- File: 'exec_python_func() autogenerated', lineno: 2, function: <module>
- 0001:
- *** 0002:sstate_report_unihash(d)
- 0003:
- File: '/home/customdistrodistro/yocto/input/poky/meta/classes/sstate.bbclass', lineno: 840, function: sstate_report_unihash
- 0836: report_unihash = getattr(bb.parse.siggen, 'report_unihash', None)
- 0837:
- 0838: if report_unihash:
- 0839: ss = sstate_state_fromvars(d)
- *** 0840: report_unihash(os.getcwd(), ss['task'], d)
- 0841:}
- 0842:
- 0843:#
- 0844:# Shell function to decompress and prepare a package for installation
- File: '/home/customdistrodistro/yocto/input/poky/bitbake/lib/bb/siggen.py', lineno: 555, function: report_unihash
- 0551:
- 0552: if "." in self.method:
- 0553: (module, method) = self.method.rsplit('.', 1)
- 0554: locs['method'] = getattr(importlib.import_module(module), method)
- *** 0555: outhash = bb.utils.better_eval('method(path, sigfile, task, d)', locs)
- 0556: else:
- 0557: outhash = bb.utils.better_eval(self.method + '(path, sigfile, task, d)', locs)
- 0558:
- 0559: try:
- File: '/home/customdistrodistro/yocto/input/poky/bitbake/lib/bb/utils.py', lineno: 420, function: better_eval
- 0416: if extraglobals:
- 0417: ctx = copy.copy(ctx)
- 0418: for g in extraglobals:
- 0419: ctx[g] = extraglobals[g]
- *** 0420: return eval(source, ctx, locals)
- 0421:
- 0422:@contextmanager
- 0423:def fileslocked(files):
- 0424: """Context manager for locking and unlocking file locks."""
- File: '<string>', lineno: 1, function: <module>
- File "<string>", line 1, in <module>
- File: '/home/customdistrodistro/yocto/input/poky/meta/lib/oe/sstatesig.py', lineno: 595, function: OEOuthashBasic
- 0591: process(root)
- 0592: for f in files:
- 0593: if f == 'fixmepath':
- 0594: continue
- *** 0595: process(os.path.join(root, f))
- 0596: finally:
- 0597: os.chdir(prev_dir)
- 0598:
- 0599: return h.hexdigest()
- File: '/home/customdistrodistro/yocto/input/poky/meta/lib/oe/sstatesig.py', lineno: 576, function: process
- 0572: update_hash(" ")
- 0573: fh = hashlib.sha256()
- 0574: if stat.S_ISREG(s.st_mode):
- 0575: # Hash file contents
- *** 0576: with open(path, 'rb') as d:
- 0577: for chunk in iter(lambda: d.read(4096), b""):
- 0578: fh.update(chunk)
- 0579: update_hash(fh.hexdigest())
- 0580: else:
- Exception: FileNotFoundError: [Errno 2] No such file or directory: './deploy-source-date-epoch/deploy-source-date-epoch/__source_date_epoch.txt'
- ERROR: Logfile of failure stored in: /home/customdistrodistro/yocto/output/build/tmp/work/x86_64-linux/gnu-config-native/20200117+gitAUTOINC+5256817ace-r0/temp/log.do_deploy_source_date_epoch.39763
- ERROR: Logfile of failure stored in: /home/customdistrodistro/yocto/output/build/tmp/work/x86_64-linux/gettext-minimal-native/0.20.1-r0/temp/log.do_deploy_source_date_epoch.39769
- ERROR: libtool-native-2.4.6-r0 do_deploy_source_date_epoch: Error executing a python function in exec_python_func() autogenerated:
- The stack trace of python calls that resulted in this exception/failure was:
- File: 'exec_python_func() autogenerated', lineno: 2, function: <module>
- 0001:
- *** 0002:sstate_report_unihash(d)
- 0003:
- File: '/home/customdistrodistro/yocto/input/poky/meta/classes/sstate.bbclass', lineno: 840, function: sstate_report_unihash
- 0836: report_unihash = getattr(bb.parse.siggen, 'report_unihash', None)
- 0837:
- 0838: if report_unihash:
- 0839: ss = sstate_state_fromvars(d)
- *** 0840: report_unihash(os.getcwd(), ss['task'], d)
- 0841:}
- 0842:
- 0843:#
- 0844:# Shell function to decompress and prepare a package for installation
- File: '/home/customdistrodistro/yocto/input/poky/bitbake/lib/bb/siggen.py', lineno: 555, function: report_unihash
- 0551:
- 0552: if "." in self.method:
- 0553: (module, method) = self.method.rsplit('.', 1)
- 0554: locs['method'] = getattr(importlib.import_module(module), method)
- *** 0555: outhash = bb.utils.better_eval('method(path, sigfile, task, d)', locs)
- 0556: else:
- 0557: outhash = bb.utils.better_eval(self.method + '(path, sigfile, task, d)', locs)
- 0558:
- 0559: try:
- File: '/home/customdistrodistro/yocto/input/poky/bitbake/lib/bb/utils.py', lineno: 420, function: better_eval
- 0416: if extraglobals:
- 0417: ctx = copy.copy(ctx)
- 0418: for g in extraglobals:
- 0419: ctx[g] = extraglobals[g]
- *** 0420: return eval(source, ctx, locals)
- 0421:
- 0422:@contextmanager
- 0423:def fileslocked(files):
- 0424: """Context manager for locking and unlocking file locks."""
- File: '<string>', lineno: 1, function: <module>
- File "<string>", line 1, in <module>
- File: '/home/customdistrodistro/yocto/input/poky/meta/lib/oe/sstatesig.py', lineno: 595, function: OEOuthashBasic
- 0591: process(root)
- 0592: for f in files:
- 0593: if f == 'fixmepath':
- 0594: continue
- *** 0595: process(os.path.join(root, f))
- 0596: finally:
- 0597: os.chdir(prev_dir)
- 0598:
- 0599: return h.hexdigest()
- File: '/home/customdistrodistro/yocto/input/poky/meta/lib/oe/sstatesig.py', lineno: 576, function: process
- 0572: update_hash(" ")
- 0573: fh = hashlib.sha256()
- 0574: if stat.S_ISREG(s.st_mode):
- 0575: # Hash file contents
- *** 0576: with open(path, 'rb') as d:
- 0577: for chunk in iter(lambda: d.read(4096), b""):
- 0578: fh.update(chunk)
- 0579: update_hash(fh.hexdigest())
- 0580: else:
- Exception: FileNotFoundError: [Errno 2] No such file or directory: './deploy-source-date-epoch/deploy-source-date-epoch/__source_date_epoch.txt'
- ERROR: Task (virtual:native:/home/customdistrodistro/yocto/input/poky/meta/recipes-devtools/gnu-config/gnu-config_git.bb:do_deploy_source_date_epoch) failed with exit code '1'
- ERROR: m4-native-1.4.18-r0 do_deploy_source_date_epoch: Error executing a python function in exec_python_func() autogenerated:
- The stack trace of python calls that resulted in this exception/failure was:
- File: 'exec_python_func() autogenerated', lineno: 2, function: <module>
- 0001:
- *** 0002:sstate_report_unihash(d)
- 0003:
- File: '/home/customdistrodistro/yocto/input/poky/meta/classes/sstate.bbclass', lineno: 840, function: sstate_report_unihash
- 0836: report_unihash = getattr(bb.parse.siggen, 'report_unihash', None)
- 0837:
- 0838: if report_unihash:
- 0839: ss = sstate_state_fromvars(d)
- *** 0840: report_unihash(os.getcwd(), ss['task'], d)
- 0841:}
- 0842:
- 0843:#
- 0844:# Shell function to decompress and prepare a package for installation
- File: '/home/customdistrodistro/yocto/input/poky/bitbake/lib/bb/siggen.py', lineno: 555, function: report_unihash
- 0551:
- 0552: if "." in self.method:
- 0553: (module, method) = self.method.rsplit('.', 1)
- 0554: locs['method'] = getattr(importlib.import_module(module), method)
- *** 0555: outhash = bb.utils.better_eval('method(path, sigfile, task, d)', locs)
- 0556: else:
- 0557: outhash = bb.utils.better_eval(self.method + '(path, sigfile, task, d)', locs)
- 0558:
- 0559: try:
- File: '/home/customdistrodistro/yocto/input/poky/bitbake/lib/bb/utils.py', lineno: 420, function: better_eval
- 0416: if extraglobals:
- 0417: ctx = copy.copy(ctx)
- 0418: for g in extraglobals:
- 0419: ctx[g] = extraglobals[g]
- *** 0420: return eval(source, ctx, locals)
- 0421:
- 0422:@contextmanager
- 0423:def fileslocked(files):
- 0424: """Context manager for locking and unlocking file locks."""
- File: '<string>', lineno: 1, function: <module>
- File "<string>", line 1, in <module>
- File: '/home/customdistrodistro/yocto/input/poky/meta/lib/oe/sstatesig.py', lineno: 595, function: OEOuthashBasic
- 0591: process(root)
- 0592: for f in files:
- 0593: if f == 'fixmepath':
- 0594: continue
- *** 0595: process(os.path.join(root, f))
- 0596: finally:
- 0597: os.chdir(prev_dir)
- 0598:
- 0599: return h.hexdigest()
- File: '/home/customdistrodistro/yocto/input/poky/meta/lib/oe/sstatesig.py', lineno: 576, function: process
- 0572: update_hash(" ")
- 0573: fh = hashlib.sha256()
- 0574: if stat.S_ISREG(s.st_mode):
- 0575: # Hash file contents
- *** 0576: with open(path, 'rb') as d:
- 0577: for chunk in iter(lambda: d.read(4096), b""):
- 0578: fh.update(chunk)
- 0579: update_hash(fh.hexdigest())
- 0580: else:
- Exception: FileNotFoundError: [Errno 2] No such file or directory: './deploy-source-date-epoch/deploy-source-date-epoch/__source_date_epoch.txt'
- ERROR: Task (/home/customdistrodistro/yocto/input/poky/meta/recipes-core/gettext/gettext-minimal-native_0.20.1.bb:do_deploy_source_date_epoch) failed with exit code '1'
- ERROR: autoconf-native-2.69-r11 do_deploy_source_date_epoch: Error executing a python function in exec_python_func() autogenerated:
- The stack trace of python calls that resulted in this exception/failure was:
- File: 'exec_python_func() autogenerated', lineno: 2, function: <module>
- 0001:
- *** 0002:sstate_report_unihash(d)
- 0003:
- File: '/home/customdistrodistro/yocto/input/poky/meta/classes/sstate.bbclass', lineno: 840, function: sstate_report_unihash
- 0836: report_unihash = getattr(bb.parse.siggen, 'report_unihash', None)
- 0837:
- 0838: if report_unihash:
- 0839: ss = sstate_state_fromvars(d)
- *** 0840: report_unihash(os.getcwd(), ss['task'], d)
- 0841:}
- 0842:
- 0843:#
- 0844:# Shell function to decompress and prepare a package for installation
- File: '/home/customdistrodistro/yocto/input/poky/bitbake/lib/bb/siggen.py', lineno: 555, function: report_unihash
- 0551:
- 0552: if "." in self.method:
- 0553: (module, method) = self.method.rsplit('.', 1)
- 0554: locs['method'] = getattr(importlib.import_module(module), method)
- *** 0555: outhash = bb.utils.better_eval('method(path, sigfile, task, d)', locs)
- 0556: else:
- 0557: outhash = bb.utils.better_eval(self.method + '(path, sigfile, task, d)', locs)
- 0558:
- 0559: try:
- File: '/home/customdistrodistro/yocto/input/poky/bitbake/lib/bb/utils.py', lineno: 420, function: better_eval
- 0416: if extraglobals:
- 0417: ctx = copy.copy(ctx)
- 0418: for g in extraglobals:
- 0419: ctx[g] = extraglobals[g]
- *** 0420: return eval(source, ctx, locals)
- 0421:
- 0422:@contextmanager
- 0423:def fileslocked(files):
- 0424: """Context manager for locking and unlocking file locks."""
- File: '<string>', lineno: 1, function: <module>
- File "<string>", line 1, in <module>
- File: '/home/customdistrodistro/yocto/input/poky/meta/lib/oe/sstatesig.py', lineno: 595, function: OEOuthashBasic
- 0591: process(root)
- 0592: for f in files:
- 0593: if f == 'fixmepath':
- 0594: continue
- *** 0595: process(os.path.join(root, f))
- 0596: finally:
- 0597: os.chdir(prev_dir)
- 0598:
- 0599: return h.hexdigest()
- File: '/home/customdistrodistro/yocto/input/poky/meta/lib/oe/sstatesig.py', lineno: 576, function: process
- 0572: update_hash(" ")
- 0573: fh = hashlib.sha256()
- 0574: if stat.S_ISREG(s.st_mode):
- 0575: # Hash file contents
- *** 0576: with open(path, 'rb') as d:
- 0577: for chunk in iter(lambda: d.read(4096), b""):
- 0578: fh.update(chunk)
- 0579: update_hash(fh.hexdigest())
- 0580: else:
- Exception: FileNotFoundError: [Errno 2] No such file or directory: './deploy-source-date-epoch/deploy-source-date-epoch/__source_date_epoch.txt'
- ERROR: Logfile of failure stored in: /home/customdistrodistro/yocto/output/build/tmp/work/x86_64-linux/libtool-native/2.4.6-r0/temp/log.do_deploy_source_date_epoch.39768
- ERROR: Logfile of failure stored in: /home/customdistrodistro/yocto/output/build/tmp/work/x86_64-linux/m4-native/1.4.18-r0/temp/log.do_deploy_source_date_epoch.39765
- ERROR: Task (/home/customdistrodistro/yocto/input/poky/meta/recipes-devtools/libtool/libtool-native_2.4.6.bb:do_deploy_source_date_epoch) failed with exit code '1'
- ERROR: Task (/home/customdistrodistro/yocto/input/poky/meta/recipes-devtools/m4/m4-native_1.4.18.bb:do_deploy_source_date_epoch) failed with exit code '1'
- ERROR: automake-native-1.16.1-r0 do_deploy_source_date_epoch: Error executing a python function in exec_python_func() autogenerated:
- The stack trace of python calls that resulted in this exception/failure was:
- File: 'exec_python_func() autogenerated', lineno: 2, function: <module>
- 0001:
- *** 0002:sstate_report_unihash(d)
- 0003:
- File: '/home/customdistrodistro/yocto/input/poky/meta/classes/sstate.bbclass', lineno: 840, function: sstate_report_unihash
- 0836: report_unihash = getattr(bb.parse.siggen, 'report_unihash', None)
- 0837:
- 0838: if report_unihash:
- 0839: ss = sstate_state_fromvars(d)
- *** 0840: report_unihash(os.getcwd(), ss['task'], d)
- 0841:}
- 0842:
- 0843:#
- 0844:# Shell function to decompress and prepare a package for installation
- File: '/home/customdistrodistro/yocto/input/poky/bitbake/lib/bb/siggen.py', lineno: 555, function: report_unihash
- 0551:
- 0552: if "." in self.method:
- 0553: (module, method) = self.method.rsplit('.', 1)
- 0554: locs['method'] = getattr(importlib.import_module(module), method)
- *** 0555: outhash = bb.utils.better_eval('method(path, sigfile, task, d)', locs)
- 0556: else:
- 0557: outhash = bb.utils.better_eval(self.method + '(path, sigfile, task, d)', locs)
- 0558:
- 0559: try:
- File: '/home/customdistrodistro/yocto/input/poky/bitbake/lib/bb/utils.py', lineno: 420, function: better_eval
- 0416: if extraglobals:
- 0417: ctx = copy.copy(ctx)
- 0418: for g in extraglobals:
- 0419: ctx[g] = extraglobals[g]
- *** 0420: return eval(source, ctx, locals)
- 0421:
- 0422:@contextmanager
- 0423:def fileslocked(files):
- 0424: """Context manager for locking and unlocking file locks."""
- File: '<string>', lineno: 1, function: <module>
- File "<string>", line 1, in <module>
- File: '/home/customdistrodistro/yocto/input/poky/meta/lib/oe/sstatesig.py', lineno: 595, function: OEOuthashBasic
- 0591: process(root)
- 0592: for f in files:
- 0593: if f == 'fixmepath':
- 0594: continue
- *** 0595: process(os.path.join(root, f))
- 0596: finally:
- 0597: os.chdir(prev_dir)
- 0598:
- 0599: return h.hexdigest()
- File: '/home/customdistrodistro/yocto/input/poky/meta/lib/oe/sstatesig.py', lineno: 576, function: process
- 0572: update_hash(" ")
- 0573: fh = hashlib.sha256()
- 0574: if stat.S_ISREG(s.st_mode):
- 0575: # Hash file contents
- *** 0576: with open(path, 'rb') as d:
- 0577: for chunk in iter(lambda: d.read(4096), b""):
- 0578: fh.update(chunk)
- 0579: update_hash(fh.hexdigest())
- 0580: else:
- Exception: FileNotFoundError: [Errno 2] No such file or directory: './deploy-source-date-epoch/deploy-source-date-epoch/__source_date_epoch.txt'
- ERROR: Logfile of failure stored in: /home/customdistrodistro/yocto/output/build/tmp/work/x86_64-linux/autoconf-native/2.69-r11/temp/log.do_deploy_source_date_epoch.39766
- ERROR: Task (virtual:native:/home/customdistrodistro/yocto/input/poky/meta/recipes-devtools/autoconf/autoconf_2.69.bb:do_deploy_source_date_epoch) failed with exit code '1'
- ERROR: Logfile of failure stored in: /home/customdistrodistro/yocto/output/build/tmp/work/x86_64-linux/automake-native/1.16.1-r0/temp/log.do_deploy_source_date_epoch.39767
- ERROR: Task (virtual:native:/home/customdistrodistro/yocto/input/poky/meta/recipes-devtools/automake/automake_1.16.1.bb:do_deploy_source_date_epoch) failed with exit code '1'
- ERROR: xz-native-5.2.4-r0 do_deploy_source_date_epoch: Error executing a python function in exec_python_func() autogenerated:
- The stack trace of python calls that resulted in this exception/failure was:
- File: 'exec_python_func() autogenerated', lineno: 2, function: <module>
- 0001:
- *** 0002:sstate_report_unihash(d)
- 0003:
- File: '/home/customdistrodistro/yocto/input/poky/meta/classes/sstate.bbclass', lineno: 840, function: sstate_report_unihash
- 0836: report_unihash = getattr(bb.parse.siggen, 'report_unihash', None)
- 0837:
- 0838: if report_unihash:
- 0839: ss = sstate_state_fromvars(d)
- *** 0840: report_unihash(os.getcwd(), ss['task'], d)
- 0841:}
- 0842:
- 0843:#
- 0844:# Shell function to decompress and prepare a package for installation
- File: '/home/customdistrodistro/yocto/input/poky/bitbake/lib/bb/siggen.py', lineno: 555, function: report_unihash
- 0551:
- 0552: if "." in self.method:
- 0553: (module, method) = self.method.rsplit('.', 1)
- 0554: locs['method'] = getattr(importlib.import_module(module), method)
- *** 0555: outhash = bb.utils.better_eval('method(path, sigfile, task, d)', locs)
- 0556: else:
- 0557: outhash = bb.utils.better_eval(self.method + '(path, sigfile, task, d)', locs)
- 0558:
- 0559: try:
- File: '/home/customdistrodistro/yocto/input/poky/bitbake/lib/bb/utils.py', lineno: 420, function: better_eval
- 0416: if extraglobals:
- 0417: ctx = copy.copy(ctx)
- 0418: for g in extraglobals:
- 0419: ctx[g] = extraglobals[g]
- *** 0420: return eval(source, ctx, locals)
- 0421:
- 0422:@contextmanager
- 0423:def fileslocked(files):
- 0424: """Context manager for locking and unlocking file locks."""
- File: '<string>', lineno: 1, function: <module>
- File "<string>", line 1, in <module>
- File: '/home/customdistrodistro/yocto/input/poky/meta/lib/oe/sstatesig.py', lineno: 595, function: OEOuthashBasic
- 0591: process(root)
- 0592: for f in files:
- 0593: if f == 'fixmepath':
- 0594: continue
- *** 0595: process(os.path.join(root, f))
- 0596: finally:
- 0597: os.chdir(prev_dir)
- 0598:
- 0599: return h.hexdigest()
- File: '/home/customdistrodistro/yocto/input/poky/meta/lib/oe/sstatesig.py', lineno: 576, function: process
- 0572: update_hash(" ")
- 0573: fh = hashlib.sha256()
- 0574: if stat.S_ISREG(s.st_mode):
- 0575: # Hash file contents
- *** 0576: with open(path, 'rb') as d:
- 0577: for chunk in iter(lambda: d.read(4096), b""):
- 0578: fh.update(chunk)
- 0579: update_hash(fh.hexdigest())
- 0580: else:
- Exception: FileNotFoundError: [Errno 2] No such file or directory: './deploy-source-date-epoch/deploy-source-date-epoch/__source_date_epoch.txt'
- ERROR: Logfile of failure stored in: /home/customdistrodistro/yocto/output/build/tmp/work/x86_64-linux/xz-native/5.2.4-r0/temp/log.do_deploy_source_date_epoch.39770
- ERROR: Task (virtual:native:/home/customdistrodistro/yocto/input/poky/meta/recipes-extended/xz/xz_5.2.4.bb:do_deploy_source_date_epoch) failed with exit code '1'
- NOTE: Tasks Summary: Attempted 45 tasks of which 37 didn't need to be rerun and 8 failed.
- NOTE: Writing buildhistory
- NOTE: Writing buildhistory took: 1 seconds
- Summary: 8 tasks failed:
- /home/customdistrodistro/yocto/input/poky/meta/recipes-extended/texinfo-dummy-native/texinfo-dummy-native.bb:do_deploy_source_date_epoch
- virtual:native:/home/customdistrodistro/yocto/input/poky/meta/recipes-devtools/gnu-config/gnu-config_git.bb:do_deploy_source_date_epoch
- /home/customdistrodistro/yocto/input/poky/meta/recipes-core/gettext/gettext-minimal-native_0.20.1.bb:do_deploy_source_date_epoch
- /home/customdistrodistro/yocto/input/poky/meta/recipes-devtools/libtool/libtool-native_2.4.6.bb:do_deploy_source_date_epoch
- /home/customdistrodistro/yocto/input/poky/meta/recipes-devtools/m4/m4-native_1.4.18.bb:do_deploy_source_date_epoch
- virtual:native:/home/customdistrodistro/yocto/input/poky/meta/recipes-devtools/autoconf/autoconf_2.69.bb:do_deploy_source_date_epoch
- virtual:native:/home/customdistrodistro/yocto/input/poky/meta/recipes-devtools/automake/automake_1.16.1.bb:do_deploy_source_date_epoch
- virtual:native:/home/customdistrodistro/yocto/input/poky/meta/recipes-extended/xz/xz_5.2.4.bb:do_deploy_source_date_epoch
- Summary: There were 8 ERROR messages shown, returning a non-zero exit code.
- customdistrodistro@docker-desktop:~/yocto/output/build$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement