toaster.lists.yoctoproject.org archive mirror
 help / color / mirror / Atom feed
* Toaster is not working it's showing bitbake crash when I tried to build an image
@ 2024-02-29 11:03 dhanyalakshmi.k
  2024-03-01 10:08 ` [Toaster] " Reyna, David
  2024-03-28  6:52 ` dhanyalakshmi.k
  0 siblings, 2 replies; 8+ messages in thread
From: dhanyalakshmi.k @ 2024-02-29 11:03 UTC (permalink / raw)
  To: toaster

[-- Attachment #1: Type: text/plain, Size: 1685 bytes --]

Hello,
I tried to build an image from toaster web interface but it is showing " *bitbake crash* " with below traceback issues. I'm not understanding what I need to change or do so that toaster will work correctly to build an image. And the
ubuntu version=22.04
Yocto version=4.2 mickledore
Image trying to build is " *ls-image-main* " for ls1012afrwy card

Bitbake crash
Traceback (most recent call last):
File "/home/dhanyalakshmi/distro/sources/poky/bitbake/lib/bb/command.py", line 91, in runCommand
result = command_method(self, commandline)
File "/home/dhanyalakshmi/distro/sources/poky/bitbake/lib/bb/command.py", line 290, in updateConfig
command.cooker.updateConfigOpts(options, environment, cmdline)
File "/home/dhanyalakshmi/distro/sources/poky/bitbake/lib/bb/cooker.py", line 552, in updateConfigOpts
self.reset()
File "/home/dhanyalakshmi/distro/sources/poky/bitbake/lib/bb/cooker.py", line 1786, in reset
self.initConfigurationData()
File "/home/dhanyalakshmi/distro/sources/poky/bitbake/lib/bb/cooker.py", line 409, in initConfigurationData
self.databuilder.parseBaseConfiguration()
File "/home/dhanyalakshmi/distro/sources/poky/bitbake/lib/bb/cookerdata.py", line 261, in parseBaseConfiguration
self.data = self.parseConfigurationFiles(self.prefiles, self.postfiles)
File "/home/dhanyalakshmi/distro/sources/poky/bitbake/lib/bb/cookerdata.py", line 395, in parseConfigurationFiles
data = parse_config_file(os.path.join(layer, "conf", "layer.conf"), data)
File "/home/dhanyalakshmi/distro/sources/poky/bitbake/lib/bb/cookerdata.py", line 174, in wrapped
raise bb.BBHandledException()
bb.BBHandledException

I'm waiting for the reply
Thank you

[-- Attachment #2: Type: text/html, Size: 2154 bytes --]

^ permalink raw reply	[flat|nested] 8+ messages in thread

* RE: [Toaster] Toaster is not working it's showing bitbake crash when I tried to build an image
  2024-02-29 11:03 Toaster is not working it's showing bitbake crash when I tried to build an image dhanyalakshmi.k
@ 2024-03-01 10:08 ` Reyna, David
  2024-03-28  6:52 ` dhanyalakshmi.k
  1 sibling, 0 replies; 8+ messages in thread
From: Reyna, David @ 2024-03-01 10:08 UTC (permalink / raw)
  To: dhanyalakshmi.k; +Cc: toaster

[-- Attachment #1: Type: text/plain, Size: 3657 bytes --]

Hi Dhanyalakshmi,

You should not be able to crash bitbake from Toaster, so we need to do a bit of investigation.

One thing to do is to build the project from the command line with Toaster enabled, in hopes to find the real problem. In other words, we need to determine if (a) it is a build problem between your project configuration and bitbake, (b) a problem between Toaster and bitbake, or (c) a problem in how Toaster GUI is launching the build.

Here is how you can do that:

  *   Setup a build directory with your desired “conf/local.conf” and “conf/bblayers.conf” settings
  *   Run the regular bitbake image command in this shell. If this fails then you should direct information about the root cause
     *   $ bitbake <image>
  *   If it does not fail, we can test Toaster UI also from the command line. Do this:
     *   $ toaster start webport=0.0.0.0:80
     *   $ bitbake <image>
     *   You should then see Toaster events appear in the shell instead of the normal “knotty” output. If this fails, you should hopefully see more debug information
  *   If both builds succeed, then we are left with a problem in how Toaster is launching bitbake. There will be a generated “build-toaster-*” directory in your installation for this project.
     *   We could use the end of its conf files where you will find the extensions that Toaster added.
     *   There should also be a Toaster log file in there.
     *   Finally, in the directory where you launched Toaster there will be a build log file. The tail of that should show how the Toaster build was handed off.

David

From: toaster@lists.yoctoproject.org <toaster@lists.yoctoproject.org> On Behalf Of dhanyalakshmi.k via lists.yoctoproject.org
Sent: Thursday, February 29, 2024 3:04 AM
To: toaster@lists.yoctoproject.org
Subject: [Toaster] Toaster is not working it's showing bitbake crash when I tried to build an image

Hello,
I tried to build an image from toaster web interface but it is showing "bitbake crash" with below traceback issues. I'm not understanding what I need to change or do so that toaster will work correctly to build an image. And the
ubuntu version=22.04
Yocto version=4.2 mickledore
Image trying to build is "ls-image-main" for ls1012afrwy card

Bitbake crash
Traceback (most recent call last):
  File "/home/dhanyalakshmi/distro/sources/poky/bitbake/lib/bb/command.py", line 91, in runCommand
    result = command_method(self, commandline)
  File "/home/dhanyalakshmi/distro/sources/poky/bitbake/lib/bb/command.py", line 290, in updateConfig
    command.cooker.updateConfigOpts(options, environment, cmdline)
  File "/home/dhanyalakshmi/distro/sources/poky/bitbake/lib/bb/cooker.py", line 552, in updateConfigOpts
    self.reset()
  File "/home/dhanyalakshmi/distro/sources/poky/bitbake/lib/bb/cooker.py", line 1786, in reset
    self.initConfigurationData()
  File "/home/dhanyalakshmi/distro/sources/poky/bitbake/lib/bb/cooker.py", line 409, in initConfigurationData
    self.databuilder.parseBaseConfiguration()
  File "/home/dhanyalakshmi/distro/sources/poky/bitbake/lib/bb/cookerdata.py", line 261, in parseBaseConfiguration
    self.data = self.parseConfigurationFiles(self.prefiles, self.postfiles)
  File "/home/dhanyalakshmi/distro/sources/poky/bitbake/lib/bb/cookerdata.py", line 395, in parseConfigurationFiles
    data = parse_config_file(os.path.join(layer, "conf", "layer.conf"), data)
  File "/home/dhanyalakshmi/distro/sources/poky/bitbake/lib/bb/cookerdata.py", line 174, in wrapped
    raise bb.BBHandledException()
bb.BBHandledException

I'm waiting for the reply
Thank you

[-- Attachment #2: Type: text/html, Size: 10658 bytes --]

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Toaster is not working it's showing bitbake crash when I tried to build an image
  2024-02-29 11:03 Toaster is not working it's showing bitbake crash when I tried to build an image dhanyalakshmi.k
  2024-03-01 10:08 ` [Toaster] " Reyna, David
@ 2024-03-28  6:52 ` dhanyalakshmi.k
  2024-03-28 14:13   ` [Toaster] " Marlon Rodriguez Garcia
  1 sibling, 1 reply; 8+ messages in thread
From: dhanyalakshmi.k @ 2024-03-28  6:52 UTC (permalink / raw)
  To: toaster

[-- Attachment #1: Type: text/plain, Size: 201 bytes --]

Hi,
I'm still not able to get any solution for this toaster failing please anyone who has used toaster successfully please help me to resolve the issue I'm facing

Waiting for the reply
Thank you

[-- Attachment #2: Type: text/html, Size: 223 bytes --]

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [Toaster] Toaster is not working it's showing bitbake crash when I tried to build an image
  2024-03-28  6:52 ` dhanyalakshmi.k
@ 2024-03-28 14:13   ` Marlon Rodriguez Garcia
  2024-03-29  5:16     ` dhanyalakshmi.k
  2024-03-29  5:29     ` dhanyalakshmi.k
  0 siblings, 2 replies; 8+ messages in thread
From: Marlon Rodriguez Garcia @ 2024-03-28 14:13 UTC (permalink / raw)
  To: dhanyalakshmi k; +Cc: toaster

Hello Dhanyalakshmi,

I attempted to replicate the error you described, but unfortunately, I couldn't locate the image you referenced on Toaster. As a result, I wasn't able to proceed with troubleshooting.

Could you please provide further details regarding your workflow and any relevant information that could assist us in replicating your build? This additional context will greatly aid our efforts to address the issue effectively.

Thank you

Best regards,

Marlon

----- Original Message -----
From: "dhanyalakshmi.k via lists.yoctoproject.org" <dhanyalakshmi.k=priyarajaelectronics.com@lists.yoctoproject.org>
To: "toaster" <toaster@lists.yoctoproject.org>
Sent: Thursday, March 28, 2024 2:52:54 AM
Subject: Re: [Toaster] Toaster is not working it's showing bitbake crash when I tried to build an image

Hi, 
I'm still not able to get any solution for this toaster failing please anyone who has used toaster successfully please help me to resolve the issue I'm facing 

Waiting for the reply 
Thank you 


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#6147): https://lists.yoctoproject.org/g/toaster/message/6147
Mute This Topic: https://lists.yoctoproject.org/mt/104641086/7896800
Group Owner: toaster+owner@lists.yoctoproject.org
Unsubscribe: https://lists.yoctoproject.org/g/toaster/unsub [marlon.rodriguez-garcia@savoirfairelinux.com]
-=-=-=-=-=-=-=-=-=-=-=-


^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Toaster is not working it's showing bitbake crash when I tried to build an image
  2024-03-28 14:13   ` [Toaster] " Marlon Rodriguez Garcia
@ 2024-03-29  5:16     ` dhanyalakshmi.k
  2024-03-29  5:29     ` dhanyalakshmi.k
  1 sibling, 0 replies; 8+ messages in thread
From: dhanyalakshmi.k @ 2024-03-29  5:16 UTC (permalink / raw)
  To: toaster

[-- Attachment #1: Type: text/plain, Size: 1735 bytes --]

Hi Marlon,
Thank You for replying me.The procedure that i followed and about the image i'll describe it below.And also i'll attach related build log files.

First of all i'm building an image for my ls1012afrwy card.The steps that i followed to build "ls-image-main" in normal terminal without toaster is:

$ 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

$ sudo locale-gen en_US.UTF-8

$ mkdir distro
$ cd distro
$ repo init -u https://github.com/nxp-qoriq/yocto-sdk.git -b mickledore -m ls-6.1.55-2.2.0_distro.xml
$ repo sync

$ source  distro-setup-env -m ls1012afrwy
$ bitbake ls-image-main

I'm able to successfully build the above image without starting toaster.
Then the steps that i followed to install and start toaster is:

$ sudo apt-get install python3-pip
$ pip3 install --user -r /opt/yocto/poky/bitbake/toaster-requirements.txt
$ cd $HOME/distro/
$ source distro-setup-env -m ls1012afrwy
$ source toaster start

Then the toaster has started,then i tried to build an image(ls-image-main)

$ bitbake ls-image-main

In the attached document:

"success.png" When i build "ls-image-main" after starting toaster it shows this message but below only it shows "error.png" message.
"toaster1.png" and "toaster2.png" represents the messages that i got when i start toaster for the first time.

And also i have attached "bitbake-cookerdaemon.log" that may be helpful.

If their is anything other than this please do ask.I'm waiting for your reply.
Thank You

[-- Attachment #2: Type: text/html, Size: 2271 bytes --]

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Toaster is not working it's showing bitbake crash when I tried to build an image
  2024-03-28 14:13   ` [Toaster] " Marlon Rodriguez Garcia
  2024-03-29  5:16     ` dhanyalakshmi.k
@ 2024-03-29  5:29     ` dhanyalakshmi.k
  2024-03-30 10:46       ` dhanyalakshmi.k
  1 sibling, 1 reply; 8+ messages in thread
From: dhanyalakshmi.k @ 2024-03-29  5:29 UTC (permalink / raw)
  To: toaster


[-- Attachment #1.1.1: Type: text/plain, Size: 1737 bytes --]

Hi Marlon,
Thank You for replying me.The procedure that i followed and about the image i'll describe it below.And also i'll attach related build log files.

First of all i'm building an image for my *ls1012afrwy* card.The steps that i followed to build "ls-image-main" in normal terminal without toaster is:

$ 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

$ sudo locale-gen en_US.UTF-8

$ mkdir distro
$ cd distro
$ repo init -u https://github.com/nxp-qoriq/yocto-sdk.git -b mickledore -m ls-6.1.55-2.2.0_distro.xml
$ repo sync

$ source  distro-setup-env -m ls1012afrwy
$ bitbake ls-image-main

I'm able to successfully build the above image without starting toaster.
Then the steps that i followed to install and start toaster is:

$ sudo apt-get install python3-pip
$ pip3 install --user -r /opt/yocto/poky/bitbake/toaster-requirements.txt
$ cd $HOME/distro/
$ source distro-setup-env -m ls1012afrwy
$ source toaster start

Then the toaster has started,then i tried to build an image(ls-image-main)

$ bitbake ls-image-main

In the attached document:

"success.png" When i build "ls-image-main" after starting toaster it shows this message but below only it shows "error.png" message.
"toaster1.png" and "toaster2.png" represents the messages that i got when i start toaster for the first time.

And also i have attached "bitbake-cookerdaemon.log" that may be helpful.

If their is anything other than this please do ask.I'm waiting for your reply.
Thank You

[-- Attachment #1.1.2: Type: text/html, Size: 2666 bytes --]

[-- Attachment #1.2: toaster1.png --]
[-- Type: image/png, Size: 311474 bytes --]

[-- Attachment #1.3: toaster2.png --]
[-- Type: image/png, Size: 264753 bytes --]

[-- Attachment #1.4: sucess.png --]
[-- Type: image/png, Size: 169575 bytes --]

[-- Attachment #1.5: error.png --]
[-- Type: image/png, Size: 190270 bytes --]

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: bitbake-cookerdaemon.log --]
[-- Type: text/x-log; name="bitbake-cookerdaemon.log", Size: 37767 bytes --]

7976 10:29:08.414068 --- Starting bitbake server pid 7976 at 2024-03-29 10:29:08.414043 ---
7976 10:29:08.415128 Started bitbake server pid 7976
7976 10:29:08.415344 Entering server connection loop
7976 10:29:08.415374 Lockfile is: /home/dhanyalakshmi/distro/build_ls1012afrwy/bitbake.lock
Socket is /home/dhanyalakshmi/distro/build_ls1012afrwy/bitbake.sock (True)
7976 10:29:08.415663 Accepting [<socket.socket fd=6, family=AddressFamily.AF_UNIX, type=SocketKind.SOCK_STREAM, proto=0, laddr=bitbake.sock>] ([])
7976 10:29:08.416201 Processing Client
7976 10:29:08.416244 Connecting Client
7976 10:29:08.416520 Running command ['setFeatures', [0, 1, 2]]
7976 10:29:08.416612 Command Completed (socket: True)
7976 10:29:08.417294 Running command ['updateConfig', {'halt': True, 'force': False, 'invalidate_stamp': None, 'dry_run': False, 'dump_signatures': [], 'extra_assume_provided': [], 'profile': False, 'prefile': [], 'postfile': [], 'server_timeout': None, 'nosetscene': False, 'setsceneonly': False, 'skipsetscene': False, 'runall': [], 'runonly': None, 'writeeventlog': None, 'build_verbose_shell': False, 'build_verbose_stdout': False, 'default_loglevel': 20, 'debug_domains': {}}, {'SHELL': '/bin/bash', 'BB_ENV_PASSTHROUGH_ADDITIONS': 'ALL_PROXY BBPATH_EXTRA BB_LOGCONFIG BB_NO_NETWORK BB_NUMBER_THREADS BB_SETSCENE_ENFORCE BB_SRCREV_POLICY DISTRO FTPS_PROXY FTP_PROXY GIT_PROXY_COMMAND HTTPS_PROXY HTTP_PROXY MACHINE NO_PROXY PARALLEL_MAKE SCREENDIR SDKMACHINE SOCKS5_PASSWD SOCKS5_USER SSH_AGENT_PID SSH_AUTH_SOCK STAMPS_DIR TCLIBC TCMODE all_proxy ftp_proxy ftps_proxy http_proxy https_proxy no_proxy  TOASTER_DIR', 'TOASTER_DIR': '/home/dhanyalakshmi/distro', 'SSH_AUTH_SOCK': '/run/user/1000/keyring/ssh', 'PWD': '/home/dhanyalakshmi/distro/build_ls1012afrwy', 'LOGNAME': 'dhanyalakshmi', 'HOME': '/home/dhanyalakshmi', 'BBPATH': '/home/dhanyalakshmi/distro/build_ls1012afrwy', 'USER': 'dhanyalakshmi', 'PATH': '/home/dhanyalakshmi/distro/sources/poky/scripts:/home/dhanyalakshmi/distro/sources/poky/bitbake/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/opt/freescale/usr/local/gcc-4.1.78-eglibc-2.5.78-1/powerpc-e300c3-linux-gnu/bin:/home/dhanyalakshmi/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin', 'LC_ALL': 'en_US.UTF-8', 'SESSION_MANAGER': 'local/dhanyalakshmi:@/tmp/.ICE-unix/2560,unix/dhanyalakshmi:/tmp/.ICE-unix/2560', 'QT_ACCESSIBILITY': '1', 'COLORTERM': 'truecolor', 'XDG_CONFIG_DIRS': '/etc/xdg/xdg-ubuntu:/etc/xdg', 'SSH_AGENT_LAUNCHER': 'gnome-keyring', 'XDG_MENU_PREFIX': 'gnome-', 'GNOME_DESKTOP_SESSION_ID': 'this-is-deprecated', 'LANGUAGE': 'en_IN:en', 'GNOME_SHELL_SESSION_MODE': 'ubuntu', 'XMODIFIERS': '@im=ibus', 'DESKTOP_SESSION': 'ubuntu', 'GTK_MODULES': 'gail:atk-bridge', 'DBUS_STARTER_BUS_TYPE': 'session', 'XDG_SESSION_DESKTOP': 'ubuntu', 'XDG_SESSION_TYPE': 'wayland', 'SYSTEMD_EXEC_PID': '2560', 'XAUTHORITY': '/run/user/1000/.mutter-Xwaylandauth.802FL2', 'USERNAME': 'dhanyalakshmi', 'IM_CONFIG_PHASE': '1', 'LANG': 'en_US.UTF-8', 'XDG_CURRENT_DESKTOP': 'ubuntu:GNOME', 'VTE_VERSION': '6800', 'WAYLAND_DISPLAY': 'wayland-0', 'GNOME_TERMINAL_SCREEN': '/org/gnome/Terminal/screen/25a8325a_cb22_4be5_bfe9_10811fc266e0', 'BITBAKE_UI': 'toasterui', 'GNOME_SETUP_DISPLAY': ':1', 'XDG_SESSION_CLASS': 'user', 'PYTHONPATH': '/home/dhanyalakshmi/distro/sources/poky/bitbake/lib:', 'TERM': 'xterm-256color', 'TEMPLATECONF': '/home/dhanyalakshmi/distro/sources/poky/bitbake/bin/../../meta-poky/conf/templates/default', 'GNOME_TERMINAL_SERVICE': ':1.127', 'DISPLAY': ':0', 'SHLVL': '1', 'QT_IM_MODULE': 'ibus', 'BBBASEDIR': '/home/dhanyalakshmi/distro/sources/poky/bitbake/bin/..', 'DBUS_STARTER_ADDRESS': 'unix:path=/run/user/1000/bus,guid=5c004dff982e6c669978069566063f20', 'XDG_RUNTIME_DIR': '/run/user/1000', 'TOASTER_BUILDSERVER': '1', 'XDG_DATA_DIRS': '/usr/share/ubuntu:/usr/local/share/:/usr/share/:/var/lib/snapd/desktop', 'GDMSESSION': 'ubuntu', 'DBUS_SESSION_BUS_ADDRESS': 'unix:path=/run/user/1000/bus,guid=5c004dff982e6c669978069566063f20', 'BUILDDIR': '/home/dhanyalakshmi/distro/build_ls1012afrwy', 'OLDPWD': '/home/dhanyalakshmi/distro/sources/poky', '_': '/home/dhanyalakshmi/distro/sources/poky/bitbake/bin/bitbake', 'DJANGO_SETTINGS_MODULE': 'toaster.toastermain.settings', 'TZ': 'Asia/Calcutta'}, ['/home/dhanyalakshmi/distro/sources/poky/bitbake/bin/bitbake', 'hello']]
7976 10:29:10.298566 Command Completed (socket: True)
7976 10:29:10.298813 Running command ['getVariable', 'BB_DEFAULT_TASK']
7976 10:29:10.299371 Command Completed (socket: True)
7976 10:29:10.299515 Running command ['setConfig', 'cmd', 'build']
7976 10:29:10.299713 Command Completed (socket: True)
7976 10:29:10.300112 Running command ['getUIHandlerNum']
7976 10:29:10.300333 Command Completed (socket: True)
7976 10:29:10.300519 Running command ['setEventMask', 1, 20, {}, ['bb.build.TaskBase', 'bb.build.TaskFailed', 'bb.build.TaskFailedSilent', 'bb.build.TaskStarted', 'bb.build.TaskSucceeded', 'bb.command.CommandCompleted', 'bb.command.CommandExit', 'bb.command.CommandFailed', 'bb.cooker.CookerExit', 'bb.event.BuildInit', 'bb.event.BuildCompleted', 'bb.event.BuildStarted', 'bb.event.CacheLoadCompleted', 'bb.event.CacheLoadProgress', 'bb.event.CacheLoadStarted', 'bb.event.ConfigParsed', 'bb.event.DepTreeGenerated', 'bb.event.LogExecTTY', 'bb.event.MetadataEvent', 'bb.event.MultipleProviders', 'bb.event.NoProvider', 'bb.event.ParseCompleted', 'bb.event.ParseProgress', 'bb.event.ParseStarted', 'bb.event.RecipeParsed', 'bb.event.SanityCheck', 'bb.event.SanityCheckPassed', 'bb.event.TreeDataPreparationCompleted', 'bb.event.TreeDataPreparationStarted', 'bb.runqueue.runQueueTaskCompleted', 'bb.runqueue.runQueueTaskFailed', 'bb.runqueue.runQueueTaskSkipped', 'bb.runqueue.runQueueTaskStarted', 'bb.runqueue.sceneQueueTaskCompleted', 'bb.runqueue.sceneQueueTaskFailed', 'bb.runqueue.sceneQueueTaskStarted', 'logging.LogRecord']]
7976 10:29:10.300730 Command Completed (socket: True)
7976 10:29:10.300880 Running command ['getVariable', 'INHERIT']
7976 10:29:10.301188 Command Completed (socket: True)
7976 10:29:10.301324 Running command ['buildTargets', ['hello'], 'build']
7976 10:29:10.301432 Registering idle function <bound method Command.runAsyncCommand of <bb.command.Command object at 0x71a0308d4ca0>>
7976 10:29:10.301510 Command Completed (socket: True)
7976 10:29:10.301691 Running command ['getVariable', 'TMPDIR']
7976 10:29:10.301940 Command Completed (socket: True)
7976 10:29:10.302134 Running command ['getVariable', 'BBINCLUDELOGS']
7976 10:29:10.302363 Command Completed (socket: True)
7976 10:29:10.302478 Running command ['getVariable', 'BBINCLUDELOGS_LINES']
7976 10:29:10.302687 Command Completed (socket: True)
7976 10:29:10.302775 Running command ['getVariable', 'BB_CONSOLELOG']
7976 10:29:10.303030 Command Completed (socket: True)
7976 10:29:22.958820 Running command ['getVariable', 'BUILDNAME']
7976 10:29:22.959210 Command Completed (socket: True)
7976 10:29:22.959268 Running command ['getVariable', 'MACHINE']
7976 10:29:22.959468 Command Completed (socket: True)
7976 10:29:22.959537 Running command ['getVariable', 'DISTRO']
7976 10:29:22.959721 Command Completed (socket: True)
7976 10:29:22.959786 Running command ['getVariable', 'DISTRO_VERSION']
7976 10:29:22.959989 Command Completed (socket: True)
7976 10:29:22.960091 Running command ['getVariable', 'BB_VERSION']
7976 10:29:22.960287 Command Completed (socket: True)
7976 10:29:30.988133 Registering idle function <function BBCooker.buildTargets.<locals>.buildTargetsIdle at 0x71a02ae70040>
7976 10:29:30.988212 Removing idle function <bound method Command.runAsyncCommand of <bb.command.Command object at 0x71a0308d4ca0>>
7976 10:29:31.088534 Running command ['getAllKeysWithFlags', ['doc', 'func']]
7976 10:29:33.468852 Command Completed (socket: True)
7976 10:29:37.800002 Running command ['getVariable', 'ASSUME_PROVIDED']
7976 10:29:37.800844 Command Completed (socket: True)
7976 10:29:38.503649 Removing idle function <function BBCooker.buildTargets.<locals>.buildTargetsIdle at 0x71a02ae70040> at idleFinish
7976 10:29:41.938999 Running command ['getVariable', 'DEPLOY_DIR_IMAGE']
7976 10:29:41.939487 Command Completed (socket: True)
7976 10:29:41.939595 Running command ['getVariable', 'BUILDNAME']
7976 10:29:41.939775 Command Completed (socket: True)
7976 10:29:41.939841 Running command ['getVariable', 'MACHINE']
7976 10:29:41.940027 Command Completed (socket: True)
7976 10:29:41.940119 Running command ['getVariable', 'IMAGE_NAME']
7976 10:29:41.940290 Command Completed (socket: True)
7976 10:29:41.940369 Running command ['getVariable', 'LICENSE_DIRECTORY']
7976 10:29:41.940545 Command Completed (socket: True)
7976 10:29:41.940624 Running command ['getVariable', 'IMAGE_FSTYPES']
7976 10:29:41.940814 Command Completed (socket: True)
7976 10:29:42.261226 Processing Client
7976 10:29:42.261354 Disconnecting Client (socket: True)
7976 10:29:42.261750 No timeout, exiting.
7976 10:29:42.361998 Exiting (socket: True)
7976 10:29:42.365397 Exiting as we could obtain the lock
sys:1: ResourceWarning: unclosed file <_io.TextIOWrapper name='/home/dhanyalakshmi/distro/build_ls1012afrwy/bitbake-cookerdaemon.log' mode='a+' encoding='UTF-8'>
8806 10:30:39.957693 --- Starting bitbake server pid 8806 at 2024-03-29 10:30:39.957668 ---
8806 10:30:39.958708 Started bitbake server pid 8806
8806 10:30:39.958922 Entering server connection loop
8806 10:30:39.958954 Lockfile is: /home/dhanyalakshmi/distro/build_ls1012afrwy/bitbake.lock
Socket is /home/dhanyalakshmi/distro/build_ls1012afrwy/bitbake.sock (True)
8806 10:30:39.959262 Accepting [<socket.socket fd=6, family=AddressFamily.AF_UNIX, type=SocketKind.SOCK_STREAM, proto=0, laddr=bitbake.sock>] ([])
8806 10:30:39.959741 Processing Client
8806 10:30:39.959776 Connecting Client
8806 10:30:39.960065 Running command ['setFeatures', [0, 1, 2]]
8806 10:30:39.960162 Command Completed (socket: True)
8806 10:30:39.960852 Running command ['updateConfig', {'halt': True, 'force': False, 'invalidate_stamp': None, 'dry_run': False, 'dump_signatures': [], 'extra_assume_provided': [], 'profile': False, 'prefile': [], 'postfile': [], 'server_timeout': None, 'nosetscene': False, 'setsceneonly': False, 'skipsetscene': False, 'runall': [], 'runonly': None, 'writeeventlog': None, 'build_verbose_shell': False, 'build_verbose_stdout': False, 'default_loglevel': 20, 'debug_domains': {}}, {'SHELL': '/bin/bash', 'BB_ENV_PASSTHROUGH_ADDITIONS': 'ALL_PROXY BBPATH_EXTRA BB_LOGCONFIG BB_NO_NETWORK BB_NUMBER_THREADS BB_SETSCENE_ENFORCE BB_SRCREV_POLICY DISTRO FTPS_PROXY FTP_PROXY GIT_PROXY_COMMAND HTTPS_PROXY HTTP_PROXY MACHINE NO_PROXY PARALLEL_MAKE SCREENDIR SDKMACHINE SOCKS5_PASSWD SOCKS5_USER SSH_AGENT_PID SSH_AUTH_SOCK STAMPS_DIR TCLIBC TCMODE all_proxy ftp_proxy ftps_proxy http_proxy https_proxy no_proxy  TOASTER_DIR', 'TOASTER_DIR': '/home/dhanyalakshmi/distro', 'SSH_AUTH_SOCK': '/run/user/1000/keyring/ssh', 'PWD': '/home/dhanyalakshmi/distro/build_ls1012afrwy', 'LOGNAME': 'dhanyalakshmi', 'HOME': '/home/dhanyalakshmi', 'BBPATH': '/home/dhanyalakshmi/distro/build_ls1012afrwy', 'USER': 'dhanyalakshmi', 'PATH': '/home/dhanyalakshmi/distro/sources/poky/scripts:/home/dhanyalakshmi/distro/sources/poky/bitbake/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/opt/freescale/usr/local/gcc-4.1.78-eglibc-2.5.78-1/powerpc-e300c3-linux-gnu/bin:/home/dhanyalakshmi/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin', 'LC_ALL': 'en_US.UTF-8', 'SESSION_MANAGER': 'local/dhanyalakshmi:@/tmp/.ICE-unix/2560,unix/dhanyalakshmi:/tmp/.ICE-unix/2560', 'QT_ACCESSIBILITY': '1', 'COLORTERM': 'truecolor', 'XDG_CONFIG_DIRS': '/etc/xdg/xdg-ubuntu:/etc/xdg', 'SSH_AGENT_LAUNCHER': 'gnome-keyring', 'XDG_MENU_PREFIX': 'gnome-', 'GNOME_DESKTOP_SESSION_ID': 'this-is-deprecated', 'LANGUAGE': 'en_IN:en', 'GNOME_SHELL_SESSION_MODE': 'ubuntu', 'XMODIFIERS': '@im=ibus', 'DESKTOP_SESSION': 'ubuntu', 'GTK_MODULES': 'gail:atk-bridge', 'DBUS_STARTER_BUS_TYPE': 'session', 'XDG_SESSION_DESKTOP': 'ubuntu', 'XDG_SESSION_TYPE': 'wayland', 'SYSTEMD_EXEC_PID': '2560', 'XAUTHORITY': '/run/user/1000/.mutter-Xwaylandauth.802FL2', 'USERNAME': 'dhanyalakshmi', 'IM_CONFIG_PHASE': '1', 'LANG': 'en_US.UTF-8', 'XDG_CURRENT_DESKTOP': 'ubuntu:GNOME', 'VTE_VERSION': '6800', 'WAYLAND_DISPLAY': 'wayland-0', 'GNOME_TERMINAL_SCREEN': '/org/gnome/Terminal/screen/25a8325a_cb22_4be5_bfe9_10811fc266e0', 'BITBAKE_UI': 'toasterui', 'GNOME_SETUP_DISPLAY': ':1', 'XDG_SESSION_CLASS': 'user', 'PYTHONPATH': '/home/dhanyalakshmi/distro/sources/poky/bitbake/lib:', 'TERM': 'xterm-256color', 'TEMPLATECONF': '/home/dhanyalakshmi/distro/sources/poky/bitbake/bin/../../meta-poky/conf/templates/default', 'GNOME_TERMINAL_SERVICE': ':1.127', 'DISPLAY': ':0', 'SHLVL': '1', 'QT_IM_MODULE': 'ibus', 'BBBASEDIR': '/home/dhanyalakshmi/distro/sources/poky/bitbake/bin/..', 'DBUS_STARTER_ADDRESS': 'unix:path=/run/user/1000/bus,guid=5c004dff982e6c669978069566063f20', 'XDG_RUNTIME_DIR': '/run/user/1000', 'TOASTER_BUILDSERVER': '1', 'XDG_DATA_DIRS': '/usr/share/ubuntu:/usr/local/share/:/usr/share/:/var/lib/snapd/desktop', 'GDMSESSION': 'ubuntu', 'DBUS_SESSION_BUS_ADDRESS': 'unix:path=/run/user/1000/bus,guid=5c004dff982e6c669978069566063f20', 'BUILDDIR': '/home/dhanyalakshmi/distro/build_ls1012afrwy', 'OLDPWD': '/home/dhanyalakshmi/distro/sources/poky', '_': '/home/dhanyalakshmi/distro/sources/poky/bitbake/bin/bitbake', 'DJANGO_SETTINGS_MODULE': 'toaster.toastermain.settings', 'TZ': 'Asia/Calcutta'}, ['/home/dhanyalakshmi/distro/sources/poky/bitbake/bin/bitbake', 'core-image-minimal']]
8806 10:30:40.616850 Command Completed (socket: True)
8806 10:30:40.617043 Running command ['getVariable', 'BB_DEFAULT_TASK']
8806 10:30:40.617447 Command Completed (socket: True)
8806 10:30:40.617553 Running command ['setConfig', 'cmd', 'build']
8806 10:30:40.617695 Command Completed (socket: True)
8806 10:30:40.617989 Running command ['getUIHandlerNum']
8806 10:30:40.618135 Command Completed (socket: True)
8806 10:30:40.618263 Running command ['setEventMask', 1, 20, {}, ['bb.build.TaskBase', 'bb.build.TaskFailed', 'bb.build.TaskFailedSilent', 'bb.build.TaskStarted', 'bb.build.TaskSucceeded', 'bb.command.CommandCompleted', 'bb.command.CommandExit', 'bb.command.CommandFailed', 'bb.cooker.CookerExit', 'bb.event.BuildInit', 'bb.event.BuildCompleted', 'bb.event.BuildStarted', 'bb.event.CacheLoadCompleted', 'bb.event.CacheLoadProgress', 'bb.event.CacheLoadStarted', 'bb.event.ConfigParsed', 'bb.event.DepTreeGenerated', 'bb.event.LogExecTTY', 'bb.event.MetadataEvent', 'bb.event.MultipleProviders', 'bb.event.NoProvider', 'bb.event.ParseCompleted', 'bb.event.ParseProgress', 'bb.event.ParseStarted', 'bb.event.RecipeParsed', 'bb.event.SanityCheck', 'bb.event.SanityCheckPassed', 'bb.event.TreeDataPreparationCompleted', 'bb.event.TreeDataPreparationStarted', 'bb.runqueue.runQueueTaskCompleted', 'bb.runqueue.runQueueTaskFailed', 'bb.runqueue.runQueueTaskSkipped', 'bb.runqueue.runQueueTaskStarted', 'bb.runqueue.sceneQueueTaskCompleted', 'bb.runqueue.sceneQueueTaskFailed', 'bb.runqueue.sceneQueueTaskStarted', 'logging.LogRecord']]
8806 10:30:40.618408 Command Completed (socket: True)
8806 10:30:40.618506 Running command ['getVariable', 'INHERIT']
8806 10:30:40.618741 Command Completed (socket: True)
8806 10:30:40.618859 Running command ['buildTargets', ['core-image-minimal'], 'build']
8806 10:30:40.618929 Registering idle function <bound method Command.runAsyncCommand of <bb.command.Command object at 0x70f415858ca0>>
8806 10:30:40.618984 Command Completed (socket: True)
8806 10:30:40.619124 Running command ['getVariable', 'TMPDIR']
8806 10:30:40.619303 Command Completed (socket: True)
8806 10:30:40.619427 Running command ['getVariable', 'BBINCLUDELOGS']
8806 10:30:40.619586 Command Completed (socket: True)
8806 10:30:40.619635 Running command ['getVariable', 'BBINCLUDELOGS_LINES']
8806 10:30:40.619777 Command Completed (socket: True)
8806 10:30:40.619825 Running command ['getVariable', 'BB_CONSOLELOG']
8806 10:30:40.620022 Command Completed (socket: True)
8806 10:30:48.932159 Running command ['getVariable', 'BUILDNAME']
8806 10:30:48.952868 Command Completed (socket: True)
8806 10:30:48.963109 Running command ['getVariable', 'MACHINE']
8806 10:30:48.983666 Command Completed (socket: True)
8806 10:30:48.993905 Running command ['getVariable', 'DISTRO']
8806 10:30:49.014449 Command Completed (socket: True)
8806 10:30:49.024677 Running command ['getVariable', 'DISTRO_VERSION']
8806 10:30:49.045215 Command Completed (socket: True)
8806 10:30:49.055459 Running command ['getVariable', 'BB_VERSION']
8806 10:30:49.076009 Command Completed (socket: True)
8806 10:30:52.444066 Registering idle function <function BBCooker.buildTargets.<locals>.buildTargetsIdle at 0x70f40fda8040>
8806 10:30:52.444146 Removing idle function <bound method Command.runAsyncCommand of <bb.command.Command object at 0x70f415858ca0>>
8806 10:30:52.510692 Running command ['getAllKeysWithFlags', ['doc', 'func']]
8806 10:30:54.918144 Command Completed (socket: True)
8806 10:30:59.262581 Running command ['getVariable', 'ASSUME_PROVIDED']
8806 10:30:59.263180 Command Completed (socket: True)
Server refused shutdown.  Remaining client fds: 1
Client pids: 9346 
Server will shut down after all clients exit.
Server refused shutdown.  Remaining client fds: 1
Client pids: 17862 
Server will shut down after all clients exit.
Server refused shutdown.  Remaining client fds: 1
Client pids: 17873 
Server will shut down after all clients exit.
Server refused shutdown.  Remaining client fds: 1
Client pids: 17894 
Server will shut down after all clients exit.
Server refused shutdown.  Remaining client fds: 1
Client pids: 17914 
Server will shut down after all clients exit.
8806 10:33:13.367004 Removing idle function <function BBCooker.buildTargets.<locals>.buildTargetsIdle at 0x70f40fda8040> at idleFinish
8806 10:33:13.367359 Running command ['getVariable', 'DEPLOY_DIR_IMAGE']
8806 10:33:13.367814 Command Completed (socket: True)
8806 10:33:13.367895 Running command ['getVariable', 'BUILDNAME']
8806 10:33:13.370559 Command Completed (socket: True)
8806 10:33:13.370680 Running command ['getVariable', 'MACHINE']
8806 10:33:13.370900 Command Completed (socket: True)
8806 10:33:13.370995 Running command ['getVariable', 'IMAGE_NAME']
8806 10:33:13.371205 Command Completed (socket: True)
8806 10:33:13.371279 Running command ['getVariable', 'LICENSE_DIRECTORY']
8806 10:33:13.371499 Command Completed (socket: True)
8806 10:33:13.371568 Running command ['getVariable', 'IMAGE_FSTYPES']
8806 10:33:13.371798 Command Completed (socket: True)
8806 10:33:13.868582 Processing Client
8806 10:33:13.868921 Disconnecting Client (socket: True)
8806 10:33:13.870137 No timeout, exiting.
8806 10:33:13.971022 Exiting (socket: True)
8806 10:33:13.987471 Exiting as we could obtain the lock
sys:1: ResourceWarning: unclosed file <_io.TextIOWrapper name='/home/dhanyalakshmi/distro/build_ls1012afrwy/bitbake-cookerdaemon.log' mode='a+' encoding='UTF-8'>
18418 10:33:42.394263 --- Starting bitbake server pid 18418 at 2024-03-29 10:33:42.394236 ---
18418 10:33:42.395322 Started bitbake server pid 18418
18418 10:33:42.395501 Entering server connection loop
18418 10:33:42.395531 Lockfile is: /home/dhanyalakshmi/distro/build_ls1012afrwy/bitbake.lock
Socket is /home/dhanyalakshmi/distro/build_ls1012afrwy/bitbake.sock (True)
18418 10:33:42.395819 Accepting [<socket.socket fd=6, family=AddressFamily.AF_UNIX, type=SocketKind.SOCK_STREAM, proto=0, laddr=bitbake.sock>] ([])
18418 10:33:42.396355 Processing Client
18418 10:33:42.396407 Connecting Client
18418 10:33:42.396688 Running command ['setFeatures', [0, 1, 2]]
18418 10:33:42.396787 Command Completed (socket: True)
18418 10:33:42.397479 Running command ['updateConfig', {'halt': True, 'force': False, 'invalidate_stamp': None, 'dry_run': False, 'dump_signatures': [], 'extra_assume_provided': [], 'profile': False, 'prefile': [], 'postfile': [], 'server_timeout': None, 'nosetscene': False, 'setsceneonly': False, 'skipsetscene': False, 'runall': [], 'runonly': None, 'writeeventlog': None, 'build_verbose_shell': False, 'build_verbose_stdout': False, 'default_loglevel': 20, 'debug_domains': {}}, {'SHELL': '/bin/bash', 'BB_ENV_PASSTHROUGH_ADDITIONS': 'ALL_PROXY BBPATH_EXTRA BB_LOGCONFIG BB_NO_NETWORK BB_NUMBER_THREADS BB_SETSCENE_ENFORCE BB_SRCREV_POLICY DISTRO FTPS_PROXY FTP_PROXY GIT_PROXY_COMMAND HTTPS_PROXY HTTP_PROXY MACHINE NO_PROXY PARALLEL_MAKE SCREENDIR SDKMACHINE SOCKS5_PASSWD SOCKS5_USER SSH_AGENT_PID SSH_AUTH_SOCK STAMPS_DIR TCLIBC TCMODE all_proxy ftp_proxy ftps_proxy http_proxy https_proxy no_proxy  TOASTER_DIR', 'TOASTER_DIR': '/home/dhanyalakshmi/distro', 'SSH_AUTH_SOCK': '/run/user/1000/keyring/ssh', 'PWD': '/home/dhanyalakshmi/distro/build_ls1012afrwy', 'LOGNAME': 'dhanyalakshmi', 'HOME': '/home/dhanyalakshmi', 'BBPATH': '/home/dhanyalakshmi/distro/build_ls1012afrwy', 'USER': 'dhanyalakshmi', 'PATH': '/home/dhanyalakshmi/distro/sources/poky/scripts:/home/dhanyalakshmi/distro/sources/poky/bitbake/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/opt/freescale/usr/local/gcc-4.1.78-eglibc-2.5.78-1/powerpc-e300c3-linux-gnu/bin:/home/dhanyalakshmi/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin', 'LC_ALL': 'en_US.UTF-8', 'SESSION_MANAGER': 'local/dhanyalakshmi:@/tmp/.ICE-unix/2560,unix/dhanyalakshmi:/tmp/.ICE-unix/2560', 'QT_ACCESSIBILITY': '1', 'COLORTERM': 'truecolor', 'XDG_CONFIG_DIRS': '/etc/xdg/xdg-ubuntu:/etc/xdg', 'SSH_AGENT_LAUNCHER': 'gnome-keyring', 'XDG_MENU_PREFIX': 'gnome-', 'GNOME_DESKTOP_SESSION_ID': 'this-is-deprecated', 'LANGUAGE': 'en_IN:en', 'GNOME_SHELL_SESSION_MODE': 'ubuntu', 'XMODIFIERS': '@im=ibus', 'DESKTOP_SESSION': 'ubuntu', 'GTK_MODULES': 'gail:atk-bridge', 'DBUS_STARTER_BUS_TYPE': 'session', 'XDG_SESSION_DESKTOP': 'ubuntu', 'XDG_SESSION_TYPE': 'wayland', 'SYSTEMD_EXEC_PID': '2560', 'XAUTHORITY': '/run/user/1000/.mutter-Xwaylandauth.802FL2', 'USERNAME': 'dhanyalakshmi', 'IM_CONFIG_PHASE': '1', 'LANG': 'en_US.UTF-8', 'XDG_CURRENT_DESKTOP': 'ubuntu:GNOME', 'VTE_VERSION': '6800', 'WAYLAND_DISPLAY': 'wayland-0', 'GNOME_TERMINAL_SCREEN': '/org/gnome/Terminal/screen/25a8325a_cb22_4be5_bfe9_10811fc266e0', 'BITBAKE_UI': 'toasterui', 'GNOME_SETUP_DISPLAY': ':1', 'XDG_SESSION_CLASS': 'user', 'PYTHONPATH': '/home/dhanyalakshmi/distro/sources/poky/bitbake/lib:', 'TERM': 'xterm-256color', 'TEMPLATECONF': '/home/dhanyalakshmi/distro/sources/poky/bitbake/bin/../../meta-poky/conf/templates/default', 'GNOME_TERMINAL_SERVICE': ':1.127', 'DISPLAY': ':0', 'SHLVL': '1', 'QT_IM_MODULE': 'ibus', 'BBBASEDIR': '/home/dhanyalakshmi/distro/sources/poky/bitbake/bin/..', 'DBUS_STARTER_ADDRESS': 'unix:path=/run/user/1000/bus,guid=5c004dff982e6c669978069566063f20', 'XDG_RUNTIME_DIR': '/run/user/1000', 'TOASTER_BUILDSERVER': '1', 'XDG_DATA_DIRS': '/usr/share/ubuntu:/usr/local/share/:/usr/share/:/var/lib/snapd/desktop', 'GDMSESSION': 'ubuntu', 'DBUS_SESSION_BUS_ADDRESS': 'unix:path=/run/user/1000/bus,guid=5c004dff982e6c669978069566063f20', 'BUILDDIR': '/home/dhanyalakshmi/distro/build_ls1012afrwy', 'OLDPWD': '/home/dhanyalakshmi/distro/sources/poky', '_': '/home/dhanyalakshmi/distro/sources/poky/bitbake/bin/bitbake', 'DJANGO_SETTINGS_MODULE': 'toaster.toastermain.settings', 'TZ': 'Asia/Calcutta'}, ['/home/dhanyalakshmi/distro/sources/poky/bitbake/bin/bitbake', '-c', 'cleanall', 'core-image-minimal']]
18418 10:33:43.134849 Command Completed (socket: True)
18418 10:33:43.135047 Running command ['setConfig', 'cmd', 'cleanall']
18418 10:33:43.135434 Command Completed (socket: True)
18418 10:33:43.135741 Running command ['getUIHandlerNum']
18418 10:33:43.135903 Command Completed (socket: True)
18418 10:33:43.136034 Running command ['setEventMask', 1, 20, {}, ['bb.build.TaskBase', 'bb.build.TaskFailed', 'bb.build.TaskFailedSilent', 'bb.build.TaskStarted', 'bb.build.TaskSucceeded', 'bb.command.CommandCompleted', 'bb.command.CommandExit', 'bb.command.CommandFailed', 'bb.cooker.CookerExit', 'bb.event.BuildInit', 'bb.event.BuildCompleted', 'bb.event.BuildStarted', 'bb.event.CacheLoadCompleted', 'bb.event.CacheLoadProgress', 'bb.event.CacheLoadStarted', 'bb.event.ConfigParsed', 'bb.event.DepTreeGenerated', 'bb.event.LogExecTTY', 'bb.event.MetadataEvent', 'bb.event.MultipleProviders', 'bb.event.NoProvider', 'bb.event.ParseCompleted', 'bb.event.ParseProgress', 'bb.event.ParseStarted', 'bb.event.RecipeParsed', 'bb.event.SanityCheck', 'bb.event.SanityCheckPassed', 'bb.event.TreeDataPreparationCompleted', 'bb.event.TreeDataPreparationStarted', 'bb.runqueue.runQueueTaskCompleted', 'bb.runqueue.runQueueTaskFailed', 'bb.runqueue.runQueueTaskSkipped', 'bb.runqueue.runQueueTaskStarted', 'bb.runqueue.sceneQueueTaskCompleted', 'bb.runqueue.sceneQueueTaskFailed', 'bb.runqueue.sceneQueueTaskStarted', 'logging.LogRecord']]
18418 10:33:43.136185 Command Completed (socket: True)
18418 10:33:43.136286 Running command ['getVariable', 'INHERIT']
18418 10:33:43.136490 Command Completed (socket: True)
18418 10:33:43.136605 Running command ['buildTargets', ['core-image-minimal'], 'cleanall']
18418 10:33:43.136687 Registering idle function <bound method Command.runAsyncCommand of <bb.command.Command object at 0x7f184fb00ca0>>
18418 10:33:43.136740 Command Completed (socket: True)
18418 10:33:43.136870 Running command ['getVariable', 'TMPDIR']
18418 10:33:43.137037 Command Completed (socket: True)
18418 10:33:43.137167 Running command ['getVariable', 'BBINCLUDELOGS']
18418 10:33:43.137320 Command Completed (socket: True)
18418 10:33:43.137400 Running command ['getVariable', 'BBINCLUDELOGS_LINES']
18418 10:33:43.137532 Command Completed (socket: True)
18418 10:33:43.137594 Running command ['getVariable', 'BB_CONSOLELOG']
18418 10:33:43.137770 Command Completed (socket: True)
18418 10:33:51.067838 Running command ['getVariable', 'BUILDNAME']
18418 10:33:51.093649 Command Completed (socket: True)
18418 10:33:51.108979 Running command ['getVariable', 'MACHINE']
18418 10:33:51.129572 Command Completed (socket: True)
18418 10:33:51.139845 Running command ['getVariable', 'DISTRO']
18418 10:33:51.165504 Command Completed (socket: True)
18418 10:33:51.175740 Running command ['getVariable', 'DISTRO_VERSION']
18418 10:33:51.196316 Command Completed (socket: True)
18418 10:33:51.206534 Running command ['getVariable', 'BB_VERSION']
18418 10:33:51.232192 Command Completed (socket: True)
18418 10:33:55.736475 Registering idle function <function BBCooker.buildTargets.<locals>.buildTargetsIdle at 0x7f184e1040d0>
18418 10:33:55.736571 Removing idle function <bound method Command.runAsyncCommand of <bb.command.Command object at 0x7f184fb00ca0>>
18418 10:33:55.836015 Running command ['getAllKeysWithFlags', ['doc', 'func']]
18418 10:33:58.237641 Command Completed (socket: True)
18418 10:34:01.870015 Running command ['getVariable', 'ASSUME_PROVIDED']
18418 10:34:01.870594 Command Completed (socket: True)
18418 10:35:26.265417 Removing idle function <function BBCooker.buildTargets.<locals>.buildTargetsIdle at 0x7f184e1040d0> at idleFinish
18418 10:35:26.266041 Running command ['getVariable', 'DEPLOY_DIR_IMAGE']
18418 10:35:26.267936 Command Completed (socket: True)
18418 10:35:26.268021 Running command ['getVariable', 'BUILDNAME']
18418 10:35:26.268271 Command Completed (socket: True)
18418 10:35:26.268400 Running command ['getVariable', 'MACHINE']
18418 10:35:26.268638 Command Completed (socket: True)
18418 10:35:26.268741 Running command ['getVariable', 'IMAGE_NAME']
18418 10:35:26.268968 Command Completed (socket: True)
18418 10:35:26.269071 Running command ['getVariable', 'LICENSE_DIRECTORY']
18418 10:35:26.269304 Command Completed (socket: True)
18418 10:35:26.269407 Running command ['getVariable', 'IMAGE_FSTYPES']
18418 10:35:26.269661 Command Completed (socket: True)
18418 10:35:27.017354 Processing Client
18418 10:35:27.017698 Disconnecting Client (socket: True)
18418 10:35:27.018940 No timeout, exiting.
18418 10:35:27.119288 Exiting (socket: True)
18418 10:35:27.124995 Exiting as we could obtain the lock
sys:1: ResourceWarning: unclosed file <_io.TextIOWrapper name='/home/dhanyalakshmi/distro/build_ls1012afrwy/bitbake-cookerdaemon.log' mode='a+' encoding='UTF-8'>
19375 10:38:28.946689 --- Starting bitbake server pid 19375 at 2024-03-29 10:38:28.946663 ---
19375 10:38:28.957165 Started bitbake server pid 19375
19375 10:38:28.957347 Entering server connection loop
19375 10:38:28.957379 Lockfile is: /home/dhanyalakshmi/distro/build_ls1012afrwy/bitbake.lock
Socket is /home/dhanyalakshmi/distro/build_ls1012afrwy/bitbake.sock (True)
19375 10:38:28.957700 Accepting [<socket.socket fd=6, family=AddressFamily.AF_UNIX, type=SocketKind.SOCK_STREAM, proto=0, laddr=bitbake.sock>] ([])
19375 10:38:28.958215 Processing Client
19375 10:38:28.958260 Connecting Client
19375 10:38:28.958534 Running command ['setFeatures', [0, 1, 2]]
19375 10:38:28.958632 Command Completed (socket: True)
19375 10:38:28.959337 Running command ['updateConfig', {'halt': True, 'force': False, 'invalidate_stamp': None, 'dry_run': False, 'dump_signatures': [], 'extra_assume_provided': [], 'profile': False, 'prefile': [], 'postfile': [], 'server_timeout': None, 'nosetscene': False, 'setsceneonly': False, 'skipsetscene': False, 'runall': [], 'runonly': None, 'writeeventlog': None, 'build_verbose_shell': False, 'build_verbose_stdout': False, 'default_loglevel': 20, 'debug_domains': {}}, {'SHELL': '/bin/bash', 'BB_ENV_PASSTHROUGH_ADDITIONS': 'ALL_PROXY BBPATH_EXTRA BB_LOGCONFIG BB_NO_NETWORK BB_NUMBER_THREADS BB_SETSCENE_ENFORCE BB_SRCREV_POLICY DISTRO FTPS_PROXY FTP_PROXY GIT_PROXY_COMMAND HTTPS_PROXY HTTP_PROXY MACHINE NO_PROXY PARALLEL_MAKE SCREENDIR SDKMACHINE SOCKS5_PASSWD SOCKS5_USER SSH_AGENT_PID SSH_AUTH_SOCK STAMPS_DIR TCLIBC TCMODE all_proxy ftp_proxy ftps_proxy http_proxy https_proxy no_proxy  TOASTER_DIR', 'TOASTER_DIR': '/home/dhanyalakshmi/distro', 'SSH_AUTH_SOCK': '/run/user/1000/keyring/ssh', 'PWD': '/home/dhanyalakshmi/distro/build_ls1012afrwy', 'LOGNAME': 'dhanyalakshmi', 'HOME': '/home/dhanyalakshmi', 'BBPATH': '/home/dhanyalakshmi/distro/build_ls1012afrwy', 'USER': 'dhanyalakshmi', 'PATH': '/home/dhanyalakshmi/distro/sources/poky/scripts:/home/dhanyalakshmi/distro/sources/poky/bitbake/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/opt/freescale/usr/local/gcc-4.1.78-eglibc-2.5.78-1/powerpc-e300c3-linux-gnu/bin:/home/dhanyalakshmi/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin', 'LC_ALL': 'en_US.UTF-8', 'SESSION_MANAGER': 'local/dhanyalakshmi:@/tmp/.ICE-unix/2560,unix/dhanyalakshmi:/tmp/.ICE-unix/2560', 'QT_ACCESSIBILITY': '1', 'COLORTERM': 'truecolor', 'XDG_CONFIG_DIRS': '/etc/xdg/xdg-ubuntu:/etc/xdg', 'SSH_AGENT_LAUNCHER': 'gnome-keyring', 'XDG_MENU_PREFIX': 'gnome-', 'GNOME_DESKTOP_SESSION_ID': 'this-is-deprecated', 'LANGUAGE': 'en_IN:en', 'GNOME_SHELL_SESSION_MODE': 'ubuntu', 'XMODIFIERS': '@im=ibus', 'DESKTOP_SESSION': 'ubuntu', 'GTK_MODULES': 'gail:atk-bridge', 'DBUS_STARTER_BUS_TYPE': 'session', 'XDG_SESSION_DESKTOP': 'ubuntu', 'XDG_SESSION_TYPE': 'wayland', 'SYSTEMD_EXEC_PID': '2560', 'XAUTHORITY': '/run/user/1000/.mutter-Xwaylandauth.802FL2', 'USERNAME': 'dhanyalakshmi', 'IM_CONFIG_PHASE': '1', 'LANG': 'en_US.UTF-8', 'XDG_CURRENT_DESKTOP': 'ubuntu:GNOME', 'VTE_VERSION': '6800', 'WAYLAND_DISPLAY': 'wayland-0', 'GNOME_TERMINAL_SCREEN': '/org/gnome/Terminal/screen/25a8325a_cb22_4be5_bfe9_10811fc266e0', 'BITBAKE_UI': 'toasterui', 'GNOME_SETUP_DISPLAY': ':1', 'XDG_SESSION_CLASS': 'user', 'PYTHONPATH': '/home/dhanyalakshmi/distro/sources/poky/bitbake/lib:', 'TERM': 'xterm-256color', 'TEMPLATECONF': '/home/dhanyalakshmi/distro/sources/poky/bitbake/bin/../../meta-poky/conf/templates/default', 'GNOME_TERMINAL_SERVICE': ':1.127', 'DISPLAY': ':0', 'SHLVL': '1', 'QT_IM_MODULE': 'ibus', 'BBBASEDIR': '/home/dhanyalakshmi/distro/sources/poky/bitbake/bin/..', 'DBUS_STARTER_ADDRESS': 'unix:path=/run/user/1000/bus,guid=5c004dff982e6c669978069566063f20', 'XDG_RUNTIME_DIR': '/run/user/1000', 'TOASTER_BUILDSERVER': '1', 'XDG_DATA_DIRS': '/usr/share/ubuntu:/usr/local/share/:/usr/share/:/var/lib/snapd/desktop', 'GDMSESSION': 'ubuntu', 'DBUS_SESSION_BUS_ADDRESS': 'unix:path=/run/user/1000/bus,guid=5c004dff982e6c669978069566063f20', 'BUILDDIR': '/home/dhanyalakshmi/distro/build_ls1012afrwy', 'OLDPWD': '/home/dhanyalakshmi/distro/sources/poky', '_': '/home/dhanyalakshmi/distro/sources/poky/bitbake/bin/bitbake', 'DJANGO_SETTINGS_MODULE': 'toaster.toastermain.settings', 'TZ': 'Asia/Calcutta'}, ['/home/dhanyalakshmi/distro/sources/poky/bitbake/bin/bitbake', 'ls-image-main']]
19375 10:38:29.708656 Command Completed (socket: True)
19375 10:38:29.708843 Running command ['getVariable', 'BB_DEFAULT_TASK']
19375 10:38:29.709258 Command Completed (socket: True)
19375 10:38:29.709370 Running command ['setConfig', 'cmd', 'build']
19375 10:38:29.709511 Command Completed (socket: True)
19375 10:38:29.709816 Running command ['getUIHandlerNum']
19375 10:38:29.709970 Command Completed (socket: True)
19375 10:38:29.710096 Running command ['setEventMask', 1, 20, {}, ['bb.build.TaskBase', 'bb.build.TaskFailed', 'bb.build.TaskFailedSilent', 'bb.build.TaskStarted', 'bb.build.TaskSucceeded', 'bb.command.CommandCompleted', 'bb.command.CommandExit', 'bb.command.CommandFailed', 'bb.cooker.CookerExit', 'bb.event.BuildInit', 'bb.event.BuildCompleted', 'bb.event.BuildStarted', 'bb.event.CacheLoadCompleted', 'bb.event.CacheLoadProgress', 'bb.event.CacheLoadStarted', 'bb.event.ConfigParsed', 'bb.event.DepTreeGenerated', 'bb.event.LogExecTTY', 'bb.event.MetadataEvent', 'bb.event.MultipleProviders', 'bb.event.NoProvider', 'bb.event.ParseCompleted', 'bb.event.ParseProgress', 'bb.event.ParseStarted', 'bb.event.RecipeParsed', 'bb.event.SanityCheck', 'bb.event.SanityCheckPassed', 'bb.event.TreeDataPreparationCompleted', 'bb.event.TreeDataPreparationStarted', 'bb.runqueue.runQueueTaskCompleted', 'bb.runqueue.runQueueTaskFailed', 'bb.runqueue.runQueueTaskSkipped', 'bb.runqueue.runQueueTaskStarted', 'bb.runqueue.sceneQueueTaskCompleted', 'bb.runqueue.sceneQueueTaskFailed', 'bb.runqueue.sceneQueueTaskStarted', 'logging.LogRecord']]
19375 10:38:29.710262 Command Completed (socket: True)
19375 10:38:29.710373 Running command ['getVariable', 'INHERIT']
19375 10:38:29.710600 Command Completed (socket: True)
19375 10:38:29.710715 Running command ['buildTargets', ['ls-image-main'], 'build']
19375 10:38:29.710789 Registering idle function <bound method Command.runAsyncCommand of <bb.command.Command object at 0x7a51e0500ca0>>
19375 10:38:29.710840 Command Completed (socket: True)
19375 10:38:29.710966 Running command ['getVariable', 'TMPDIR']
19375 10:38:29.711126 Command Completed (socket: True)
19375 10:38:29.711263 Running command ['getVariable', 'BBINCLUDELOGS']
19375 10:38:29.711398 Command Completed (socket: True)
19375 10:38:29.711443 Running command ['getVariable', 'BBINCLUDELOGS_LINES']
19375 10:38:29.711570 Command Completed (socket: True)
19375 10:38:29.711614 Running command ['getVariable', 'BB_CONSOLELOG']
19375 10:38:29.711778 Command Completed (socket: True)
19375 10:38:39.268452 Running command ['getVariable', 'BUILDNAME']
19375 10:38:39.279056 Command Completed (socket: True)
19375 10:38:39.435294 Running command ['getVariable', 'MACHINE']
19375 10:38:39.455930 Command Completed (socket: True)
19375 10:38:39.471345 Running command ['getVariable', 'DISTRO']
19375 10:38:39.491934 Command Completed (socket: True)
19375 10:38:39.512355 Running command ['getVariable', 'DISTRO_VERSION']
19375 10:38:39.527909 Command Completed (socket: True)
19375 10:38:39.538174 Running command ['getVariable', 'BB_VERSION']
19375 10:38:39.558815 Command Completed (socket: True)
19375 10:38:42.834266 Registering idle function <function BBCooker.buildTargets.<locals>.buildTargetsIdle at 0x7a51deafc0d0>
19375 10:38:42.834345 Removing idle function <bound method Command.runAsyncCommand of <bb.command.Command object at 0x7a51e0500ca0>>
19375 10:38:42.893889 Running command ['getAllKeysWithFlags', ['doc', 'func']]
19375 10:38:45.532410 Command Completed (socket: True)
19375 10:38:50.126398 Running command ['getVariable', 'ASSUME_PROVIDED']
19375 10:38:50.130101 Command Completed (socket: True)
19375 10:38:58.131861 Removing idle function <function BBCooker.buildTargets.<locals>.buildTargetsIdle at 0x7a51deafc0d0> at idleFinish
19375 10:40:31.092334 Running command ['getVariable', 'DEPLOY_DIR_IMAGE']
19375 10:40:31.094187 Command Completed (socket: True)
19375 10:40:31.094349 Running command ['getVariable', 'BUILDNAME']
19375 10:40:31.094564 Command Completed (socket: True)
19375 10:40:31.094666 Running command ['getVariable', 'MACHINE']
19375 10:40:31.094882 Command Completed (socket: True)
19375 10:40:31.094950 Running command ['getVariable', 'IMAGE_NAME']
19375 10:40:31.095158 Command Completed (socket: True)
19375 10:40:31.095270 Running command ['getVariable', 'LICENSE_DIRECTORY']
19375 10:40:31.095459 Command Completed (socket: True)
19375 10:40:31.095529 Running command ['getVariable', 'IMAGE_FSTYPES']
19375 10:40:31.095736 Command Completed (socket: True)
19375 10:40:31.556675 Processing Client
19375 10:40:31.556818 Disconnecting Client (socket: True)
19375 10:40:31.557270 No timeout, exiting.
19375 10:40:31.657527 Exiting (socket: True)
19375 10:40:31.677762 Exiting as we could obtain the lock
sys:1: ResourceWarning: unclosed file <_io.TextIOWrapper name='/home/dhanyalakshmi/distro/build_ls1012afrwy/bitbake-cookerdaemon.log' mode='a+' encoding='UTF-8'>

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Toaster is not working it's showing bitbake crash when I tried to build an image
  2024-03-29  5:29     ` dhanyalakshmi.k
@ 2024-03-30 10:46       ` dhanyalakshmi.k
  2024-04-15 20:30         ` Alassane Yattara
  0 siblings, 1 reply; 8+ messages in thread
From: dhanyalakshmi.k @ 2024-03-30 10:46 UTC (permalink / raw)
  To: toaster

[-- Attachment #1: Type: text/plain, Size: 39 bytes --]

Hi
Is their any update on this issue

[-- Attachment #2: Type: text/html, Size: 68 bytes --]

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Toaster is not working it's showing bitbake crash when I tried to build an image
  2024-03-30 10:46       ` dhanyalakshmi.k
@ 2024-04-15 20:30         ` Alassane Yattara
  0 siblings, 0 replies; 8+ messages in thread
From: Alassane Yattara @ 2024-04-15 20:30 UTC (permalink / raw)
  To: toaster

[-- Attachment #1: Type: text/plain, Size: 1077 bytes --]

Hi Dhanyalakshmi,

I've reviewed the crash you're experiencing with the toaster. Here are my responses to your last message to Marlon.

1.  Firstly, it seems that the toaster is not set up correctly according to the toaster's specifications. Please refer to this [manual]( https://docs.yoctoproject.org/toaster-manual/setup-and-use.html ) for proper setup instructions.

2.  You mentioned that you want to build an image on Release `Yocto version=4.2 mickledore`, which is correct. However, in order to do so, you need to select the build system (4.2 mickledore) when creating a project, and then proceed to build the image. (Please refer to this [video]( https://www.youtube.com/watch?v=qYgDZ8YzV6w ) for instructions on how to create a project in toaster and `select the desired build system (4.2 mickledore)`).

3.  When attempting to reproduce the build crash you encountered, we followed the aforementioned steps. However, it appears that the image (`ls-image-main`) you are attempting to build does not exist in toaster under `Yocto version=4.2 mickledore`.

[-- Attachment #2: Type: text/html, Size: 3205 bytes --]

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2024-04-15 20:30 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-02-29 11:03 Toaster is not working it's showing bitbake crash when I tried to build an image dhanyalakshmi.k
2024-03-01 10:08 ` [Toaster] " Reyna, David
2024-03-28  6:52 ` dhanyalakshmi.k
2024-03-28 14:13   ` [Toaster] " Marlon Rodriguez Garcia
2024-03-29  5:16     ` dhanyalakshmi.k
2024-03-29  5:29     ` dhanyalakshmi.k
2024-03-30 10:46       ` dhanyalakshmi.k
2024-04-15 20:30         ` Alassane Yattara

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).