From https://docs.yoctoproject.org/dev/brief-yoctoprojectqs/index.html#welcome
Build host packages
$ sudo apt install gawk wget git diffstat unzip texinfo gcc build-essential chrpath socat cpio python3 python3-pip python3-pexpect xz-utils debianutils iputils-ping python3-git python3-jinja2 libegl1-mesa libsdl1.2-dev python3-subunit mesa-common-dev zstd liblz4-tool file locales libacl1
-> what is the role for each packages?
$ sudo locale-gen en_US.UTF-8
Read the MAINTAINER.md , README.*.md
poky/poky$ git remote -v
origin git://git-mirror.lge.com/git.yoctoproject.org/poky (fetch)
origin git://git-mirror.lge.com/git.yoctoproject.org/poky (push)
user@user1:~/poky/poky$ git checkout -t origin/nanbield -b my-nanbield
'my-nanbield' 브랜치가 리모트의 'nanbield' 브랜치를 ('origin'에서) 따라가도록 설정되었습니다.
새로 만든 'my-nanbield' 브랜치로 전환합니다
user@user1:~/poky/poky
user@user1:~/poky/poky$ git branch
master
bitbake core-image-sato
when I build use sstate in kirkstone
BB_SIGNATURE_HANDLER = "OEEquivHash"
BB_HASHSERVE = "auto"
BB_HASHSERVE_UPSTREAM = "hashserv.yocto.io:8687"
SSTATE_MIRRORS ?= "file://.* http://cdn.jsdelivr.net/yocto/sstate/all/PATH;downloadfilename=PATH"
I got below build errors
Initialising tasks: 100% |###############################################################| Time: 0:06:54
ERROR: SState: cannot test file://37/63/sstate:libpcre2:core2-64-poky-linux:10.40:r0:core2-64:10:3763adc 0cf69f61ef17cf80073839dc39b0a0964fe4c61190ce6e9b071bbd828_deploy_source_date_epoch.tar.zst: timeout('tim ed out',)
Traceback (most recent call last):
File "/home/jaekyulee/home2/poky/poky/meta/classes/sstate.bbclass", line 999, in checkstatus
fetcher.checkstatus()
File "/home/jaekyulee/home2/poky/poky/bitbake/lib/bb/fetch2/__init__.py", line 1831, in checkstatus
ret = m.try_mirrors(self, ud, self.d, mirrors, True)
File "/home/jaekyulee/home2/poky/poky/bitbake/lib/bb/fetch2/__init__.py", line 1604, in try_mirrors
return bool(try_mirrors(fetch, d, urldata, mirrors, check))
File "/home/jaekyulee/home2/poky/poky/bitbake/lib/bb/fetch2/__init__.py", line 1130, in try_mirrors
ret = try_mirror_url(fetch, origud, uds[index], ld, check)
File "/home/jaekyulee/home2/poky/poky/bitbake/lib/bb/fetch2/__init__.py", line 1023, in try_mirror_url
found = ud.method.checkstatus(fetch, ud, ld)
File "/home/jaekyulee/home2/poky/poky/bitbake/lib/bb/fetch2/wget.py", line 361, in checkstatus
with opener.open(r, timeout=30) as response:
File "/usr/lib/python3.6/urllib/request.py", line 526, in open
response = self._open(req, data)
File "/usr/lib/python3.6/urllib/request.py", line 544, in _open
'_open', req)
File "/usr/lib/python3.6/urllib/request.py", line 504, in _call_chain
result = func(*args)
File "/home/jaekyulee/home2/poky/poky/bitbake/lib/bb/fetch2/wget.py", line 166, in http_open
return self.do_open(HTTPConnectionCache, req)
File "/home/jaekyulee/home2/poky/poky/bitbake/lib/bb/fetch2/wget.py", line 236, in do_open
r = h.getresponse()
File "/usr/lib/python3.6/http/client.py", line 1377, in getresponse
response.begin()
File "/usr/lib/python3.6/http/client.py", line 320, in begin
version, status, reason = self._read_status()
File "/usr/lib/python3.6/http/client.py", line 281, in _read_status
line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1")
File "/usr/lib/python3.6/socket.py", line 586, in readinto
return self._sock.recv_into(b)
socket.timeout: timed out
ERROR: SState: cannot test file://df/14/sstate:libyaml:core2-64-poky-linux:0.2.5:r0:core2-64:10:df140583 fae29f6f1cb2f96a9a4998a8febb974195a811786a621798b014f68e_package.tar.zst: timeout('timed out',)
Traceback (most recent call last):
File "/home/jaekyulee/home2/poky/poky/meta/classes/sstate.bbclass", line 999, in checkstatus
fetcher.checkstatus()
File "/home/jaekyulee/home2/poky/poky/bitbake/lib/bb/fetch2/__init__.py", line 1831, in checkstatus
ret = m.try_mirrors(self, ud, self.d, mirrors, True)
File "/home/jaekyulee/home2/poky/poky/bitbake/lib/bb/fetch2/__init__.py", line 1604, in try_mirrors
return bool(try_mirrors(fetch, d, urldata, mirrors, check))
File "/home/jaekyulee/home2/poky/poky/bitbake/lib/bb/fetch2/__init__.py", line 1130, in try_mirrors
ret = try_mirror_url(fetch, origud, uds[index], ld, check)
File "/home/jaekyulee/home2/poky/poky/bitbake/lib/bb/fetch2/__init__.py", line 1023, in try_mirror_url
found = ud.method.checkstatus(fetch, ud, ld)
File "/home/jaekyulee/home2/poky/poky/bitbake/lib/bb/fetch2/wget.py", line 361, in checkstatus
with opener.open(r, timeout=30) as response:
File "/usr/lib/python3.6/urllib/request.py", line 526, in open
response = self._open(req, data)
File "/usr/lib/python3.6/urllib/request.py", line 544, in _open
'_open', req)
File "/usr/lib/python3.6/urllib/request.py", line 504, in _call_chain
result = func(*args)
File "/home/jaekyulee/home2/poky/poky/bitbake/lib/bb/fetch2/wget.py", line 166, in http_open
return self.do_open(HTTPConnectionCache, req)
File "/home/jaekyulee/home2/poky/poky/bitbake/lib/bb/fetch2/wget.py", line 236, in do_open
r = h.getresponse()
File "/usr/lib/python3.6/http/client.py", line 1377, in getresponse
response.begin()
File "/usr/lib/python3.6/http/client.py", line 320, in begin
version, status, reason = self._read_status()
File "/usr/lib/python3.6/http/client.py", line 281, in _read_status
line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1")
File "/usr/lib/python3.6/socket.py", line 586, in readinto
return self._sock.recv_into(b)
socket.timeout: timed out
ERROR: SState: cannot test file://6e/1b/sstate:libxv:core2-64-poky-linux:1.0.11:r0:core2-64:10:6e1b0d334 e05537b6c32b44dd902c3f286a290fc28c922ea5ef72a2014e46945_package_write_rpm.tar.zst: timeout('timed out',)
Traceback (most recent call last):
File "/home/jaekyulee/home2/poky/poky/meta/classes/sstate.bbclass", line 999, in checkstatus
fetcher.checkstatus()
File "/home/jaekyulee/home2/poky/poky/bitbake/lib/bb/fetch2/__init__.py", line 1831, in checkstatus
ret = m.try_mirrors(self, ud, self.d, mirrors, True)
File "/home/jaekyulee/home2/poky/poky/bitbake/lib/bb/fetch2/__init__.py", line 1604, in try_mirrors
return bool(try_mirrors(fetch, d, urldata, mirrors, check))
File "/home/jaekyulee/home2/poky/poky/bitbake/lib/bb/fetch2/__init__.py", line 1130, in try_mirrors
ret = try_mirror_url(fetch, origud, uds[index], ld, check)
File "/home/jaekyulee/home2/poky/poky/bitbake/lib/bb/fetch2/__init__.py", line 1023, in try_mirror_url
found = ud.method.checkstatus(fetch, ud, ld)
File "/home/jaekyulee/home2/poky/poky/bitbake/lib/bb/fetch2/wget.py", line 361, in checkstatus
with opener.open(r, timeout=30) as response:
File "/usr/lib/python3.6/urllib/request.py", line 526, in open
response = self._open(req, data)
File "/usr/lib/python3.6/urllib/request.py", line 544, in _open
'_open', req)
File "/usr/lib/python3.6/urllib/request.py", line 504, in _call_chain
result = func(*args)
File "/home/jaekyulee/home2/poky/poky/bitbake/lib/bb/fetch2/wget.py", line 166, in http_open
return self.do_open(HTTPConnectionCache, req)
File "/home/jaekyulee/home2/poky/poky/bitbake/lib/bb/fetch2/wget.py", line 236, in do_open
r = h.getresponse()
File "/usr/lib/python3.6/http/client.py", line 1377, in getresponse
response.begin()
File "/usr/lib/python3.6/http/client.py", line 320, in begin
version, status, reason = self._read_status()
File "/usr/lib/python3.6/http/client.py", line 281, in _read_status
line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1")
File "/usr/lib/python3.6/socket.py", line 586, in readinto
return self._sock.recv_into(b)
socket.timeout: timed out
ERROR: SState: cannot test file://universal/55/78/sstate:patch-native:x86_64-linux:2.7.6:r0:x86_64:10:55 78b5b247567349fac83a8d163b07bd3c2fc1a8ede701239f9ab173611a8ae3_deploy_source_date_epoch.tar.zst: timeout ('timed out',)
Traceback (most recent call last):
File "/home/jaekyulee/home2/poky/poky/meta/classes/sstate.bbclass", line 999, in checkstatus
fetcher.checkstatus()
File "/home/jaekyulee/home2/poky/poky/bitbake/lib/bb/fetch2/__init__.py", line 1831, in checkstatus
ret = m.try_mirrors(self, ud, self.d, mirrors, True)
File "/home/jaekyulee/home2/poky/poky/bitbake/lib/bb/fetch2/__init__.py", line 1604, in try_mirrors
return bool(try_mirrors(fetch, d, urldata, mirrors, check))
File "/home/jaekyulee/home2/poky/poky/bitbake/lib/bb/fetch2/__init__.py", line 1130, in try_mirrors
ret = try_mirror_url(fetch, origud, uds[index], ld, check)
File "/home/jaekyulee/home2/poky/poky/bitbake/lib/bb/fetch2/__init__.py", line 1023, in try_mirror_url
found = ud.method.checkstatus(fetch, ud, ld)
File "/home/jaekyulee/home2/poky/poky/bitbake/lib/bb/fetch2/wget.py", line 361, in checkstatus
with opener.open(r, timeout=30) as response:
File "/usr/lib/python3.6/urllib/request.py", line 526, in open
response = self._open(req, data)
File "/usr/lib/python3.6/urllib/request.py", line 544, in _open
'_open', req)
File "/usr/lib/python3.6/urllib/request.py", line 504, in _call_chain
result = func(*args)
File "/home/jaekyulee/home2/poky/poky/bitbake/lib/bb/fetch2/wget.py", line 166, in http_open
return self.do_open(HTTPConnectionCache, req)
File "/home/jaekyulee/home2/poky/poky/bitbake/lib/bb/fetch2/wget.py", line 236, in do_open
r = h.getresponse()
File "/usr/lib/python3.6/http/client.py", line 1377, in getresponse
response.begin()
File "/usr/lib/python3.6/http/client.py", line 320, in begin
version, status, reason = self._read_status()
File "/usr/lib/python3.6/http/client.py", line 281, in _read_status
line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1")
File "/usr/lib/python3.6/socket.py", line 586, in readinto
return self._sock.recv_into(b)
socket.timeout: timed out
Checking sstate mirror object availability: 100% |#######################################| Time: 0:00:49
Sstate summary: Wanted 2743 Local 0 Mirrors 2661 Missed 82 Current 0 (97% match, 0% complete)
NOTE: Executing Tasks
WARNING: strace-5.16-r0 do_package_qa_setscene: Failed to fetch URL file://75/0a/sstate:strace:core2-64- poky-linux:5.16:r0:core2-64:10:750a1fecb7daf8ff95f3c82eac73bbc4b7ea5dc713f1adbf5122372588e75c08_package_ qa.tar.zst.siginfo;downloadfilename=75/0a/sstate:strace:core2-64-poky-linux:5.16:r0:core2-64:10:750a1fec b7daf8ff95f3c82eac73bbc4b7ea5dc713f1adbf5122372588e75c08_package_qa.tar.zst.siginfo, attempting MIRRORS if available
ERROR: strace-5.16-r0 do_package_qa_setscene: Fetcher failure: Unable to find file file://75/0a/sstate:s trace:core2-64-poky-linux:5.16:r0:core2-64:10:750a1fecb7daf8ff95f3c82eac73bbc4b7ea5dc713f1adbf5122372588 e75c08_package_qa.tar.zst.siginfo;downloadfilename=75/0a/sstate:strace:core2-64-poky-linux:5.16:r0:core2 -64:10:750a1fecb7daf8ff95f3c82eac73bbc4b7ea5dc713f1adbf5122372588e75c08_package_qa.tar.zst.siginfo anywh ere. The paths that were searched were:
/home/jaekyulee/home2/poky/poky/build/sstate-cache
/home/jaekyulee/home2/poky/poky/build/sstate-cache
WARNING: strace-5.16-r0 do_populate_lic_setscene: Failed to fetch URL file://27/06/sstate:strace::5.16:r 0::10:2706d7981a1838621bd1d75db611180d49c0c3015a191ea939a8bd8531d4626c_populate_lic.tar.zst.siginfo;down loadfilename=27/06/sstate:strace::5.16:r0::10:2706d7981a1838621bd1d75db611180d49c0c3015a191ea939a8bd8531 d4626c_populate_lic.tar.zst.siginfo, attempting MIRRORS if available
ERROR: strace-5.16-r0 do_populate_lic_setscene: Fetcher failure: Unable to find file file://27/06/sstate :strace::5.16:r0::10:2706d7981a1838621bd1d75db611180d49c0c3015a191ea939a8bd8531d4626c_populate_lic.tar.z st.siginfo;downloadfilename=27/06/sstate:strace::5.16:r0::10:2706d7981a1838621bd1d75db611180d49c0c3015a1 91ea939a8bd8531d4626c_populate_lic.tar.zst.siginfo anywhere. The paths that were searched were:
/home/jaekyulee/home2/poky/poky/build/sstate-cache
/home/jaekyulee/home2/poky/poky/build/sstate-cache
WARNING: bc-1.07.1-r0 do_package_qa_setscene: Failed to fetch URL file://44/ac/sstate:bc:core2-64-poky-l inux:1.07.1:r0:core2-64:10:44ac7901f14d72e0f8b8f96f06088c2fe1c83fd72e4f6f91a0464f0471c10582_package_qa.t ar.zst.siginfo;downloadfilename=44/ac/sstate:bc:core2-64-poky-linux:1.07.1:r0:core2-64:10:44ac7901f14d72 e0f8b8f96f06088c2fe1c83fd72e4f6f91a0464f0471c10582_package_qa.tar.zst.siginfo, attempting MIRRORS if ava ilable
ERROR: bc-1.07.1-r0 do_package_qa_setscene: Fetcher failure: Unable to find file file://44/ac/sstate:bc: core2-64-poky-linux:1.07.1:r0:core2-64:10:44ac7901f14d72e0f8b8f96f06088c2fe1c83fd72e4f6f91a0464f0471c105 82_package_qa.tar.zst.siginfo;downloadfilename=44/ac/sstate:bc:core2-64-poky-linux:1.07.1:r0:core2-64:10 :44ac7901f14d72e0f8b8f96f06088c2fe1c83fd72e4f6f91a0464f0471c10582_package_qa.tar.zst.siginfo anywhere. T he paths that were searched were:
/home/jaekyulee/home2/poky/poky/build/sstate-cache
/home/jaekyulee/home2/poky/poky/build/sstate-cache
WARNING: diffutils-3.10-r0 do_package_write_rpm_setscene: Failed to fetch URL file://6d/4d/sstate:diffut ils:core2-64-poky-linux:3.10:r0:core2-64:10:6d4df7aeedd4f3a1e235e92bc8f5392d40fbda1625d4bf8120d9265a12c8 e03a_package_write_rpm.tar.zst;downloadfilename=6d/4d/sstate:diffutils:core2-64-poky-linux:3.10:r0:core2 -64:10:6d4df7aeedd4f3a1e235e92bc8f5392d40fbda1625d4bf8120d9265a12c8e03a_package_write_rpm.tar.zst, attem pting MIRRORS if available
ERROR: diffutils-3.10-r0 do_package_write_rpm_setscene: Fetcher failure: Unable to find file file://6d/4 d/sstate:diffutils:core2-64-poky-linux:3.10:r0:core2-64:10:6d4df7aeedd4f3a1e235e92bc8f5392d40fbda1625d4b f8120d9265a12c8e03a_package_write_rpm.tar.zst;downloadfilename=6d/4d/sstate:diffutils:core2-64-poky-linu x:3.10:r0:core2-64:10:6d4df7aeedd4f3a1e235e92bc8f5392d40fbda1625d4bf8120d9265a12c8e03a_package_write_rpm .tar.zst anywhere. The paths that were searched were:
/home/jaekyulee/home2/poky/poky/build/sstate-cache
/home/jaekyulee/home2/poky/poky/build/sstate-cache
WARNING: findutils-4.9.0-r0 do_package_qa_setscene: Failed to fetch URL file://f4/c5/sstate:findutils:co re2-64-poky-linux:4.9.0:r0:core2-64:10:f4c518a79ca690dcc5efe1e8aef284f487462b78fff343d8376aa81e9c100681_ package_qa.tar.zst;downloadfilename=f4/c5/sstate:findutils:core2-64-poky-linux:4.9.0:r0:core2-64:10:f4c5 18a79ca690dcc5efe1e8aef284f487462b78fff343d8376aa81e9c100681_package_qa.tar.zst, attempting MIRRORS if a vailable
ERROR: findutils-4.9.0-r0 do_package_qa_setscene: Fetcher failure: Unable to find file file://f4/c5/ssta te:findutils:core2-64-poky-linux:4.9.0:r0:core2-64:10:f4c518a79ca690dcc5efe1e8aef284f487462b78fff343d837 6aa81e9c100681_package_qa.tar.zst;downloadfilename=f4/c5/sstate:findutils:core2-64-poky-linux:4.9.0:r0:c ore2-64:10:f4c518a79ca690dcc5efe1e8aef284f487462b78fff343d8376aa81e9c100681_package_qa.tar.zst anywhere. The paths that were searched were:
/home/jaekyulee/home2/poky/poky/build/sstate-cache
/home/jaekyulee/home2/poky/poky/build/sstate-cache
WARNING: diffutils-3.10-r0 do_package_write_rpm_setscene: No sstate archive obtainable, will run full ta sk instead.
WARNING: Logfile for failed setscene task is /home/jaekyulee/home2/poky/poky/build/tmp/work/core2-64-pok y-linux/diffutils/3.10-r0/temp/log.do_package_write_rpm_setscene.5849
WARNING: Setscene task (/home/jaekyulee/home2/poky/poky/meta/recipes-extended/diffutils/diffutils_3.10.b b:do_package_write_rpm_setscene) failed with exit code '1' - real task will be run instead
WARNING: findutils-4.9.0-r0 do_package_qa_setscene: No sstate archive obtainable, will run full task ins tead.
WARNING: Logfile for failed setscene task is /home/jaekyulee/home2/poky/poky/build/tmp/work/core2-64-pok y-linux/findutils/4.9.0-r0/temp/log.do_package_qa_setscene.5981
WARNING: Setscene task (/home/jaekyulee/home2/poky/poky/meta/recipes-extended/findutils/findutils_4.9.0. bb:do_package_qa_setscene) failed with exit code '1' - real task will be run instead
WARNING: pulseaudio-client-conf-sato-1-r0 do_populate_lic_setscene: Failed to fetch URL file://b6/13/sst ate:pulseaudio-client-conf-sato::1:r0::10:b613fe344eeab9bafc301bd23311fab4e2dfa2b48a7982d9650e6fa474c3f4 4c_populate_lic.tar.zst;downloadfilename=b6/13/sstate:pulseaudio-client-conf-sato::1:r0::10:b613fe344eea b9bafc301bd23311fab4e2dfa2b48a7982d9650e6fa474c3f44c_populate_lic.tar.zst, attempting MIRRORS if availab le
ERROR: pulseaudio-client-conf-sato-1-r0 do_populate_lic_setscene: Fetcher failure: Unable to find file f ile://b6/13/sstate:pulseaudio-client-conf-sato::1:r0::10:b613fe344eeab9bafc301bd23311fab4e2dfa2b48a7982d 9650e6fa474c3f44c_populate_lic.tar.zst;downloadfilename=b6/13/sstate:pulseaudio-client-conf-sato::1:r0:: 10:b613fe344eeab9bafc301bd23311fab4e2dfa2b48a7982d9650e6fa474c3f44c_populate_lic.tar.zst anywhere. The p aths that were searched were:
/home/jaekyulee/home2/poky/poky/build/sstate-cache
/home/jaekyulee/home2/poky/poky/build/sstate-cache
WARNING: matchbox-theme-sato-0.2-r0 do_package_write_rpm_setscene: Failed to fetch URL file://04/8e/ssta te:matchbox-theme-sato:core2-64-poky-linux:0.2:r0:core2-64:10:048e9da6b9d8c2d25e528da59fa0fa04f62dc5ac3f f144ad49ee4c578fae36d8_package_write_rpm.tar.zst.siginfo;downloadfilename=04/8e/sstate:matchbox-theme-sa to:core2-64-poky-linux:0.2:r0:core2-64:10:048e9da6b9d8c2d25e528da59fa0fa04f62dc5ac3ff144ad49ee4c578fae36 d8_package_write_rpm.tar.zst.siginfo, attempting MIRRORS if available
ERROR: matchbox-theme-sato-0.2-r0 do_package_write_rpm_setscene: Fetcher failure: Unable to find file fi le://04/8e/sstate:matchbox-theme-sato:core2-64-poky-linux:0.2:r0:core2-64:10:048e9da6b9d8c2d25e528da59fa 0fa04f62dc5ac3ff144ad49ee4c578fae36d8_package_write_rpm.tar.zst.siginfo;downloadfilename=04/8e/sstate:ma tchbox-theme-sato:core2-64-poky-linux:0.2:r0:core2-64:10:048e9da6b9d8c2d25e528da59fa0fa04f62dc5ac3ff144a d49ee4c578fae36d8_package_write_rpm.tar.zst.siginfo anywhere. The paths that were searched were:
/home/jaekyulee/home2/poky/poky/build/sstate-cache
/home/jaekyulee/home2/poky/poky/build/sstate-cache
WARNING: dbus-wait-0.1+gitAUTOINC+6cc6077a36-r2 do_packagedata_setscene: Failed to fetch URL file://fb/6 2/sstate:dbus-wait:core2-64-poky-linux:0.1+gitAUTOINC+6cc6077a36:r2:core2-64:10:fb6209cd71d189ebaa866c34 ec8776b8470e5312c5dde036de1f0cf1fe809437_packagedata.tar.zst;downloadfilename=fb/62/sstate:dbus-wait:cor e2-64-poky-linux:0.1+gitAUTOINC+6cc6077a36:r2:core2-64:10:fb6209cd71d189ebaa866c34ec8776b8470e5312c5dde0 36de1f0cf1fe809437_packagedata.tar.zst, attempting MIRRORS if available
ERROR: dbus-wait-0.1+gitAUTOINC+6cc6077a36-r2 do_packagedata_setscene: Fetcher failure: Unable to find f ile file://fb/62/sstate:dbus-wait:core2-64-poky-linux:0.1+gitAUTOINC+6cc6077a36:r2:core2-64:10:fb6209cd7 1d189ebaa866c34ec8776b8470e5312c5dde036de1f0cf1fe809437_packagedata.tar.zst;downloadfilename=fb/62/sstat e:dbus-wait:core2-64-poky-linux:0.1+gitAUTOINC+6cc6077a36:r2:core2-64:10:fb6209cd71d189ebaa866c34ec8776b 8470e5312c5dde036de1f0cf1fe809437_packagedata.tar.zst anywhere. The paths that were searched were:
/home/jaekyulee/home2/poky/poky/build/sstate-cache
/home/jaekyulee/home2/poky/poky/build/sstate-cache
WARNING: pulseaudio-client-conf-sato-1-r0 do_populate_lic_setscene: No sstate archive obtainable, will r un full task instead.
WARNING: Logfile for failed setscene task is /home/jaekyulee/home2/poky/poky/build/tmp/work/all-poky-lin ux/pulseaudio-client-conf-sato/1-r0/temp/log.do_populate_lic_setscene.31804
WARNING: Setscene task (/home/jaekyulee/home2/poky/poky/meta/recipes-sato/pulseaudio-sato/pulseaudio-cli ent-conf-sato_1.bb:do_populate_lic_setscene) failed with exit code '1' - real task will be run instead
WARNING: matchbox-session-0.1-r4 do_packagedata_setscene: Failed to fetch URL file://0e/0e/sstate:matchb ox-session:core2-64-poky-linux:0.1:r4:core2-64:10:0e0e16882b67c306e4b598901d68832aced9c83e4715416ba10959 5ed922b792_packagedata.tar.zst;downloadfilename=0e/0e/sstate:matchbox-session:core2-64-poky-linux:0.1:r4 :core2-64:10:0e0e16882b67c306e4b598901d68832aced9c83e4715416ba109595ed922b792_packagedata.tar.zst, attem pting MIRRORS if available
ERROR: matchbox-session-0.1-r4 do_packagedata_setscene: Fetcher failure: Unable to find file file://0e/0 e/sstate:matchbox-session:core2-64-poky-linux:0.1:r4:core2-64:10:0e0e16882b67c306e4b598901d68832aced9c83 e4715416ba109595ed922b792_packagedata.tar.zst;downloadfilename=0e/0e/sstate:matchbox-session:core2-64-po ky-linux:0.1:r4:core2-64:10:0e0e16882b67c306e4b598901d68832aced9c83e4715416ba109595ed922b792_packagedata .tar.zst anywhere. The paths that were searched were:
/home/jaekyulee/home2/poky/poky/build/sstate-cache
/home/jaekyulee/home2/poky/poky/build/sstate-cache
WARNING: dbus-wait-0.1+gitAUTOINC+6cc6077a36-r2 do_packagedata_setscene: No sstate archive obtainable, w ill run full task instead.
WARNING: Logfile for failed setscene task is /home/jaekyulee/home2/poky/poky/build/tmp/work/core2-64-pok y-linux/dbus-wait/0.1+gitAUTOINC+6cc6077a36-r2/temp/log.do_packagedata_setscene.31845
WARNING: Setscene task (/home/jaekyulee/home2/poky/poky/meta/recipes-core/dbus-wait/dbus-wait_git.bb:do_ packagedata_setscene) failed with exit code '1' - real task will be run instead
WARNING: matchbox-session-0.1-r4 do_packagedata_setscene: No sstate archive obtainable, will run full ta sk instead.
WARNING: Logfile for failed setscene task is /home/jaekyulee/home2/poky/poky/build/tmp/work/core2-64-pok y-linux/matchbox-session/0.1-r4/temp/log.do_packagedata_setscene.32091
WARNING: Setscene task (/home/jaekyulee/home2/poky/poky/meta/recipes-graphics/matchbox-session/matchbox- session_0.1.bb:do_packagedata_setscene) failed with exit code '1' - real task will be run instead
WARNING: connman-gnome-0.7-r0 do_packagedata_setscene: Failed to fetch URL file://41/b9/sstate:connman-g nome:core2-64-poky-linux:0.7:r0:core2-64:10:41b9e760bae9dacf3c57e6ecbfc8bb2d23b1dd6dc3474d294efdb563fdc7 4c14_packagedata.tar.zst;downloadfilename=41/b9/sstate:connman-gnome:core2-64-poky-linux:0.7:r0:core2-64 :10:41b9e760bae9dacf3c57e6ecbfc8bb2d23b1dd6dc3474d294efdb563fdc74c14_packagedata.tar.zst, attempting MIR RORS if available
ERROR: connman-gnome-0.7-r0 do_packagedata_setscene: Fetcher failure: Unable to find file file://41/b9/s state:connman-gnome:core2-64-poky-linux:0.7:r0:core2-64:10:41b9e760bae9dacf3c57e6ecbfc8bb2d23b1dd6dc3474 d294efdb563fdc74c14_packagedata.tar.zst;downloadfilename=41/b9/sstate:connman-gnome:core2-64-poky-linux: 0.7:r0:core2-64:10:41b9e760bae9dacf3c57e6ecbfc8bb2d23b1dd6dc3474d294efdb563fdc74c14_packagedata.tar.zst anywhere. The paths that were searched were:
/home/jaekyulee/home2/poky/poky/build/sstate-cache
/home/jaekyulee/home2/poky/poky/build/sstate-cache
WARNING: connman-gnome-0.7-r0 do_packagedata_setscene: No sstate archive obtainable, will run full task instead.
WARNING: Logfile for failed setscene task is /home/jaekyulee/home2/poky/poky/build/tmp/work/core2-64-pok y-linux/connman-gnome/0.7-r0/temp/log.do_packagedata_setscene.32475
WARNING: Setscene task (/home/jaekyulee/home2/poky/poky/meta/recipes-connectivity/connman/connman-gnome_ 0.7.bb:do_packagedata_setscene) failed with exit code '1' - real task will be run instead
WARNING: matchbox-terminal-0.2-r0 do_packagedata_setscene: Failed to fetch URL file://fa/8c/sstate:match box-terminal:core2-64-poky-linux:0.2:r0:core2-64:10:fa8c1e35789705ec4fc9746d2fe7bf49ca7f8051a716b77d4139 131695fa5644_packagedata.tar.zst;downloadfilename=fa/8c/sstate:matchbox-terminal:core2-64-poky-linux:0.2 :r0:core2-64:10:fa8c1e35789705ec4fc9746d2fe7bf49ca7f8051a716b77d4139131695fa5644_packagedata.tar.zst, at tempting MIRRORS if available
ERROR: matchbox-terminal-0.2-r0 do_packagedata_setscene: Fetcher failure: Unable to find file file://fa/ 8c/sstate:matchbox-terminal:core2-64-poky-linux:0.2:r0:core2-64:10:fa8c1e35789705ec4fc9746d2fe7bf49ca7f8 051a716b77d4139131695fa5644_packagedata.tar.zst;downloadfilename=fa/8c/sstate:matchbox-terminal:core2-64 -poky-linux:0.2:r0:core2-64:10:fa8c1e35789705ec4fc9746d2fe7bf49ca7f8051a716b77d4139131695fa5644_packaged ata.tar.zst anywhere. The paths that were searched were:
/home/jaekyulee/home2/poky/poky/build/sstate-cache
/home/jaekyulee/home2/poky/poky/build/sstate-cache
WARNING: matchbox-terminal-0.2-r0 do_packagedata_setscene: No sstate archive obtainable, will run full t ask instead.
WARNING: Logfile for failed setscene task is /home/jaekyulee/home2/poky/poky/build/tmp/work/core2-64-pok y-linux/matchbox-terminal/0.2-r0/temp/log.do_packagedata_setscene.33079
WARNING: Setscene task (/home/jaekyulee/home2/poky/poky/meta/recipes-sato/matchbox-terminal/matchbox-ter minal_0.2.bb:do_packagedata_setscene) failed with exit code '1' - real task will be run instead
WARNING: gstreamer1.0-plugins-base-1.20.7-r0 do_package_write_rpm_setscene: Failed to fetch URL file://1 e/ba/sstate:gstreamer1.0-plugins-base:core2-64-poky-linux:1.20.7:r0:core2-64:10:1ebad5a7b9f0fffebaf3ae0c b5f3a5cf2f8ba381529bc76e24ae542ef7ac14e3_package_write_rpm.tar.zst.siginfo;downloadfilename=1e/ba/sstate :gstreamer1.0-plugins-base:core2-64-poky-linux:1.20.7:r0:core2-64:10:1ebad5a7b9f0fffebaf3ae0cb5f3a5cf2f8 ba381529bc76e24ae542ef7ac14e3_package_write_rpm.tar.zst.siginfo, attempting MIRRORS if available
ERROR: gstreamer1.0-plugins-base-1.20.7-r0 do_package_write_rpm_setscene: Fetcher failure: Unable to fin d file file://1e/ba/sstate:gstreamer1.0-plugins-base:core2-64-poky-linux:1.20.7:r0:core2-64:10:1ebad5a7b 9f0fffebaf3ae0cb5f3a5cf2f8ba381529bc76e24ae542ef7ac14e3_package_write_rpm.tar.zst.siginfo;downloadfilena me=1e/ba/sstate:gstreamer1.0-plugins-base:core2-64-poky-linux:1.20.7:r0:core2-64:10:1ebad5a7b9f0fffebaf3 ae0cb5f3a5cf2f8ba381529bc76e24ae542ef7ac14e3_package_write_rpm.tar.zst.siginfo anywhere. The paths that were searched were:
/home/jaekyulee/home2/poky/poky/build/sstate-cache
/home/jaekyulee/home2/poky/poky/build/sstate-cache
WARNING: gnutls-3.7.4-r0 do_populate_lic_setscene: Failed to fetch URL file://2e/43/sstate:gnutls::3.7.4 :r0::10:2e436f08466f3fafff59b8d4fcc3dc28d6462674c2f6bee0e4fbd6a831e0f0a5_populate_lic.tar.zst;downloadfi lename=2e/43/sstate:gnutls::3.7.4:r0::10:2e436f08466f3fafff59b8d4fcc3dc28d6462674c2f6bee0e4fbd6a831e0f0a 5_populate_lic.tar.zst, attempting MIRRORS if available
ERROR: gnutls-3.7.4-r0 do_populate_lic_setscene: Fetcher failure: Unable to find file file://2e/43/sstat e:gnutls::3.7.4:r0::10:2e436f08466f3fafff59b8d4fcc3dc28d6462674c2f6bee0e4fbd6a831e0f0a5_populate_lic.tar .zst;downloadfilename=2e/43/sstate:gnutls::3.7.4:r0::10:2e436f08466f3fafff59b8d4fcc3dc28d6462674c2f6bee0 e4fbd6a831e0f0a5_populate_lic.tar.zst anywhere. The paths that were searched were:
/home/jaekyulee/home2/poky/poky/build/sstate-cache
/home/jaekyulee/home2/poky/poky/build/sstate-cache
WARNING: gnutls-3.7.4-r0 do_populate_lic_setscene: No sstate archive obtainable, will run full task inst ead.
WARNING: Logfile for failed setscene task is /home/jaekyulee/home2/poky/poky/build/tmp/work/core2-64-pok y-linux/gnutls/3.7.4-r0/temp/log.do_populate_lic_setscene.36124
WARNING: Setscene task (/home/jaekyulee/home2/poky/poky/meta/recipes-support/gnutls/gnutls_3.7.4.bb:do_p opulate_lic_setscene) failed with exit code '1' - real task will be run instead
WARNING: iso-codes-4.15.0-r0 do_package_qa_setscene: Failed to fetch URL file://30/08/sstate:iso-codes:a ll-poky-linux:4.15.0:r0:allarch:10:3008051d38654b3bd717f312c3fdb692a14d508afdc5e89be68379caaadc7f02_pack age_qa.tar.zst;downloadfilename=30/08/sstate:iso-codes:all-poky-linux:4.15.0:r0:allarch:10:3008051d38654 b3bd717f312c3fdb692a14d508afdc5e89be68379caaadc7f02_package_qa.tar.zst, attempting MIRRORS if available
ERROR: iso-codes-4.15.0-r0 do_package_qa_setscene: Fetcher failure: Unable to find file file://30/08/sst ate:iso-codes:all-poky-linux:4.15.0:r0:allarch:10:3008051d38654b3bd717f312c3fdb692a14d508afdc5e89be68379 caaadc7f02_package_qa.tar.zst;downloadfilename=30/08/sstate:iso-codes:all-poky-linux:4.15.0:r0:allarch:1 0:3008051d38654b3bd717f312c3fdb692a14d508afdc5e89be68379caaadc7f02_package_qa.tar.zst anywhere. The path s that were searched were:
/home/jaekyulee/home2/poky/poky/build/sstate-cache
/home/jaekyulee/home2/poky/poky/build/sstate-cache
WARNING: iso-codes-4.15.0-r0 do_package_qa_setscene: No sstate archive obtainable, will run full task in stead.
WARNING: Logfile for failed setscene task is /home/jaekyulee/home2/poky/poky/build/tmp/work/all-poky-lin ux/iso-codes/4.15.0-r0/temp/log.do_package_qa_setscene.36557
WARNING: Setscene task (/home/jaekyulee/home2/poky/poky/meta/recipes-support/iso-codes/iso-codes_4.15.0. bb:do_package_qa_setscene) failed with exit code '1' - real task will be run instead
WARNING: libassuan-2.5.6-r0 do_package_write_rpm_setscene: Failed to fetch URL file://17/12/sstate:libas suan:core2-64-poky-linux:2.5.6:r0:core2-64:10:1712f79f4693dd500e21a746763dfaccdd61149062d2e855952c6469a6 e8968d_package_write_rpm.tar.zst;downloadfilename=17/12/sstate:libassuan:core2-64-poky-linux:2.5.6:r0:co re2-64:10:1712f79f4693dd500e21a746763dfaccdd61149062d2e855952c6469a6e8968d_package_write_rpm.tar.zst, at tempting MIRRORS if available
ERROR: libassuan-2.5.6-r0 do_package_write_rpm_setscene: Fetcher failure: Unable to find file file://17/ 12/sstate:libassuan:core2-64-poky-linux:2.5.6:r0:core2-64:10:1712f79f4693dd500e21a746763dfaccdd61149062d 2e855952c6469a6e8968d_package_write_rpm.tar.zst;downloadfilename=17/12/sstate:libassuan:core2-64-poky-li nux:2.5.6:r0:core2-64:10:1712f79f4693dd500e21a746763dfaccdd61149062d2e855952c6469a6e8968d_package_write_ rpm.tar.zst anywhere. The paths that were searched were:
/home/jaekyulee/home2/poky/poky/build/sstate-cache
/home/jaekyulee/home2/poky/poky/build/sstate-cache
WARNING: libassuan-2.5.6-r0 do_package_write_rpm_setscene: No sstate archive obtainable, will run full t ask instead.
WARNING: Logfile for failed setscene task is /home/jaekyulee/home2/poky/poky/build/tmp/work/core2-64-pok y-linux/libassuan/2.5.6-r0/temp/log.do_package_write_rpm_setscene.36837
WARNING: Setscene task (/home/jaekyulee/home2/poky/poky/meta/recipes-support/libassuan/libassuan_2.5.6.b b:do_package_write_rpm_setscene) failed with exit code '1' - real task will be run instead
WARNING: libnl-1_3.5.0-r0 do_package_write_rpm_setscene: Failed to fetch URL file://a7/23/sstate:libnl:c ore2-64-poky-linux:3.5.0:r0:core2-64:10:a7236d5f7bd5b5d16bda741e4f22cbc40fc7245933291998ee2eedeac79541b6 _package_write_rpm.tar.zst.siginfo;downloadfilename=a7/23/sstate:libnl:core2-64-poky-linux:3.5.0:r0:core 2-64:10:a7236d5f7bd5b5d16bda741e4f22cbc40fc7245933291998ee2eedeac79541b6_package_write_rpm.tar.zst.sigin fo, attempting MIRRORS if available
ERROR: libnl-1_3.5.0-r0 do_package_write_rpm_setscene: Fetcher failure: Unable to find file file://a7/23 /sstate:libnl:core2-64-poky-linux:3.5.0:r0:core2-64:10:a7236d5f7bd5b5d16bda741e4f22cbc40fc7245933291998e e2eedeac79541b6_package_write_rpm.tar.zst.siginfo;downloadfilename=a7/23/sstate:libnl:core2-64-poky-linu x:3.5.0:r0:core2-64:10:a7236d5f7bd5b5d16bda741e4f22cbc40fc7245933291998ee2eedeac79541b6_package_write_rp m.tar.zst.siginfo anywhere. The paths that were searched were:
/home/jaekyulee/home2/poky/poky/build/sstate-cache
/home/jaekyulee/home2/poky/poky/build/sstate-cache
WARNING: libpcap-1.10.1-r0 do_packagedata_setscene: Failed to fetch URL file://31/88/sstate:libpcap:core 2-64-poky-linux:1.10.1:r0:core2-64:10:3188e1231230b71899d97cb5e3c7a3679ab4621b6ee91c002adf198674c30944_p ackagedata.tar.zst;downloadfilename=31/88/sstate:libpcap:core2-64-poky-linux:1.10.1:r0:core2-64:10:3188e 1231230b71899d97cb5e3c7a3679ab4621b6ee91c002adf198674c30944_packagedata.tar.zst, attempting MIRRORS if a vailable
ERROR: libpcap-1.10.1-r0 do_packagedata_setscene: Fetcher failure: Unable to find file file://31/88/ssta te:libpcap:core2-64-poky-linux:1.10.1:r0:core2-64:10:3188e1231230b71899d97cb5e3c7a3679ab4621b6ee91c002ad f198674c30944_packagedata.tar.zst;downloadfilename=31/88/sstate:libpcap:core2-64-poky-linux:1.10.1:r0:co re2-64:10:3188e1231230b71899d97cb5e3c7a3679ab4621b6ee91c002adf198674c30944_packagedata.tar.zst anywhere. The paths that were searched were:
/home/jaekyulee/home2/poky/poky/build/sstate-cache
/home/jaekyulee/home2/poky/poky/build/sstate-cache
WARNING: json-c-0.15-r0 do_packagedata_setscene: Failed to fetch URL file://ba/78/sstate:json-c:core2-64 -poky-linux:0.15:r0:core2-64:10:ba7840f4fd4ec5074cb3e4c97be14fad4660657fe6785caad816c8b8c782c7f4_package data.tar.zst;downloadfilename=ba/78/sstate:json-c:core2-64-poky-linux:0.15:r0:core2-64:10:ba7840f4fd4ec5 074cb3e4c97be14fad4660657fe6785caad816c8b8c782c7f4_packagedata.tar.zst, attempting MIRRORS if available
ERROR: json-c-0.15-r0 do_packagedata_setscene: Fetcher failure: Unable to find file file://ba/78/sstate: json-c:core2-64-poky-linux:0.15:r0:core2-64:10:ba7840f4fd4ec5074cb3e4c97be14fad4660657fe6785caad816c8b8c 782c7f4_packagedata.tar.zst;downloadfilename=ba/78/sstate:json-c:core2-64-poky-linux:0.15:r0:core2-64:10 :ba7840f4fd4ec5074cb3e4c97be14fad4660657fe6785caad816c8b8c782c7f4_packagedata.tar.zst anywhere. The path s that were searched were:
/home/jaekyulee/home2/poky/poky/build/sstate-cache
/home/jaekyulee/home2/poky/poky/build/sstate-cache
WARNING: libpcap-1.10.1-r0 do_packagedata_setscene: No sstate archive obtainable, will run full task ins tead.
WARNING: Logfile for failed setscene task is /home/jaekyulee/home2/poky/poky/build/tmp/work/core2-64-pok y-linux/libpcap/1.10.1-r0/temp/log.do_packagedata_setscene.48591
WARNING: Setscene task (/home/jaekyulee/home2/poky/poky/meta/recipes-connectivity/libpcap/libpcap_1.10.1 .bb:do_packagedata_setscene) failed with exit code '1' - real task will be run instead
WARNING: json-c-0.15-r0 do_packagedata_setscene: No sstate archive obtainable, will run full task instea d.
WARNING: Logfile for failed setscene task is /home/jaekyulee/home2/poky/poky/build/tmp/work/core2-64-pok y-linux/json-c/0.15-r0/temp/log.do_packagedata_setscene.48927
WARNING: Setscene task (/home/jaekyulee/home2/poky/poky/meta/recipes-devtools/json-c/json-c_0.15.bb:do_p ackagedata_setscene) failed with exit code '1' - real task will be run instead
WARNING: libxshmfence-native-1.3-r0 do_populate_sysroot_setscene: Failed to fetch URL file://universal/2 6/3a/sstate:libxshmfence-native:x86_64-linux:1.3:r0:x86_64:10:263a8c47ecebe2c055063a7fd81d805ae371b24bad aac6f063c51bf19ab1b533_populate_sysroot.tar.zst.siginfo;downloadfilename=universal/26/3a/sstate:libxshmf ence-native:x86_64-linux:1.3:r0:x86_64:10:263a8c47ecebe2c055063a7fd81d805ae371b24badaac6f063c51bf19ab1b5 33_populate_sysroot.tar.zst.siginfo, attempting MIRRORS if available
ERROR: libxshmfence-native-1.3-r0 do_populate_sysroot_setscene: Fetcher failure: Unable to find file fil e://universal/26/3a/sstate:libxshmfence-native:x86_64-linux:1.3:r0:x86_64:10:263a8c47ecebe2c055063a7fd81 d805ae371b24badaac6f063c51bf19ab1b533_populate_sysroot.tar.zst.siginfo;downloadfilename=universal/26/3a/ sstate:libxshmfence-native:x86_64-linux:1.3:r0:x86_64:10:263a8c47ecebe2c055063a7fd81d805ae371b24badaac6f 063c51bf19ab1b533_populate_sysroot.tar.zst.siginfo anywhere. The paths that were searched were:
/home/jaekyulee/home2/poky/poky/build/sstate-cache
/home/jaekyulee/home2/poky/poky/build/sstate-cache
WARNING: libxfixes-native-1_6.0.0-r0 do_populate_sysroot_setscene: Failed to fetch URL file://universal/ ce/aa/sstate:libxfixes-native:x86_64-linux:6.0.0:r0:x86_64:10:ceaaca9d6d412fde4d9d693aef633baeb4988bb7c6 5f961a4985f573125494f1_populate_sysroot.tar.zst;downloadfilename=universal/ce/aa/sstate:libxfixes-native :x86_64-linux:6.0.0:r0:x86_64:10:ceaaca9d6d412fde4d9d693aef633baeb4988bb7c65f961a4985f573125494f1_popula te_sysroot.tar.zst, attempting MIRRORS if available
ERROR: libxfixes-native-1_6.0.0-r0 do_populate_sysroot_setscene: Fetcher failure: Unable to find file fi le://universal/ce/aa/sstate:libxfixes-native:x86_64-linux:6.0.0:r0:x86_64:10:ceaaca9d6d412fde4d9d693aef6 33baeb4988bb7c65f961a4985f573125494f1_populate_sysroot.tar.zst;downloadfilename=universal/ce/aa/sstate:l ibxfixes-native:x86_64-linux:6.0.0:r0:x86_64:10:ceaaca9d6d412fde4d9d693aef633baeb4988bb7c65f961a4985f573 125494f1_populate_sysroot.tar.zst anywhere. The paths that were searched were:
/home/jaekyulee/home2/poky/poky/build/sstate-cache
/home/jaekyulee/home2/poky/poky/build/sstate-cache
WARNING: libxfixes-native-1_6.0.0-r0 do_populate_sysroot_setscene: No sstate archive obtainable, will ru n full task instead.
WARNING: Logfile for failed setscene task is /home/jaekyulee/home2/poky/poky/build/tmp/work/x86_64-linux /libxfixes-native/1_6.0.0-r0/temp/log.do_populate_sysroot_setscene.62671
WARNING: Setscene task (virtual:native:/home/jaekyulee/home2/poky/poky/meta/recipes-graphics/xorg-lib/li bxfixes_6.0.0.bb:do_populate_sysroot_setscene) failed with exit code '1' - real task will be run instead
NOTE: Tasks Summary: Attempted 6595 tasks of which 6555 didn't need to be rerun and all succeeded
runqemu qemux86-64
runqemu - INFO - Network configuration: ip=192.168.7.2::192.168.7.1:255.255.255.0::eth0:off:8.8.8.8
runqemu - INFO - Running /home/jaekyulee/home2/poky/poky/build/tmp/work/x86_64-linux/qemu-helper-native/1.0-r1/recipe-sysroot-native/usr/bin/qemu-system-x86_64 -device virtio-net-pci,netdev=net0,mac=52:54:00:12:34:02 -netdev tap,id=net0,ifname=tap0,script=no,downscript=no -object rng-random,filename=/dev/urandom,id=rng0 -device virtio-rng-pci,rng=rng0 -drive file=/home/jaekyulee/home2/poky/poky/build/tmp/deploy/images/qemux86-64/core-image-sato-qemux86-64-20231204211102.rootfs.ext4,if=virtio,format=raw -usb -device usb-tablet -cpu IvyBridge -machine q35 -smp 4 -m 512 -serial mon:vc -serial null -device virtio-vga -display sdl,show-cursor=on -kernel /home/jaekyulee/home2/poky/poky/build/tmp/deploy/images/qemux86-64/bzImage -append 'root=/dev/vda rw ip=192.168.7.2::192.168.7.1:255.255.255.0::eth0:off:8.8.8.8 oprofile.timer=1 tsc=reliable no_timer_check rcupdate.rcu_expedited=1 '
runqemu - INFO - Host uptime: 9582452.32
runqemu - ERROR - Failed to run qemu: qemu-system-x86_64: warning: TCG doesn't support requested feature: CPUID.01H:ECX.x2apic [bit 21]
qemu-system-x86_64: warning: TCG doesn't support requested feature: CPUID.01H:ECX.tsc-deadline [bit 24]
qemu-system-x86_64: warning: TCG doesn't support requested feature: CPUID.01H:ECX.avx [bit 28]
qemu-system-x86_64: warning: TCG doesn't support requested feature: CPUID.01H:ECX.f16c [bit 29]
qemu-system-x86_64: warning: TCG doesn't support requested feature: CPUID.01H:ECX.x2apic [bit 21]
qemu-system-x86_64: warning: TCG doesn't support requested feature: CPUID.01H:ECX.tsc-deadline [bit 24]
qemu-system-x86_64: warning: TCG doesn't support requested feature: CPUID.01H:ECX.avx [bit 28]
qemu-system-x86_64: warning: TCG doesn't support requested feature: CPUID.01H:ECX.f16c [bit 29]
qemu-system-x86_64: warning: TCG doesn't support requested feature: CPUID.01H:ECX.x2apic [bit 21]
qemu-system-x86_64: warning: TCG doesn't support requested feature: CPUID.01H:ECX.tsc-deadline [bit 24]
qemu-system-x86_64: warning: TCG doesn't support requested feature: CPUID.01H:ECX.avx [bit 28]
qemu-system-x86_64: warning: TCG doesn't support requested feature: CPUID.01H:ECX.f16c [bit 29]
qemu-system-x86_64: warning: TCG doesn't support requested feature: CPUID.01H:ECX.x2apic [bit 21]
qemu-system-x86_64: warning: TCG doesn't support requested feature: CPUID.01H:ECX.tsc-deadline [bit 24]
qemu-system-x86_64: warning: TCG doesn't support requested feature: CPUID.01H:ECX.avx [bit 28]
qemu-system-x86_64: warning: TCG doesn't support requested feature: CPUID.01H:ECX.f16c [bit 29]
Could not initialize SDL(x11 not available) - exiting