* Another new error
@ 2016-06-06 7:20 Gary Thomas
2016-06-06 9:18 ` Martin Jansa
0 siblings, 1 reply; 2+ messages in thread
From: Gary Thomas @ 2016-06-06 7:20 UTC (permalink / raw)
To: yocto@yoctoproject.org
I just got another message/error I've not seen before, after I interrupted a
build using ^C
==========================================================================================
Keyboard Interrupt, closing down...
NOTE: Tasks Summary: Attempted 4444 tasks of which 3297 didn't need to be rerun and all succeeded.
ERROR: Command execution failed: Stopped build
Summary: There was 1 WARNING message shown.
Summary: There was 1 ERROR message shown, returning a non-zero exit code.
Execution was interrupted, returning a non-zero exit code.
Process ProcessServer-1:
Traceback (most recent call last):
File "/usr/lib/python3.4/multiprocessing/process.py", line 254, in _bootstrap
self.run()
File "/local/poky-cutting-edge/bitbake/lib/bb/server/process.py", line 104, in run
bb.cooker.server_main(self.cooker, self.main)
File "/local/poky-cutting-edge/bitbake/lib/bb/cooker.py", line 1689, in server_main
cooker.post_serve()
File "/local/poky-cutting-edge/bitbake/lib/bb/cooker.py", line 1624, in post_serve
procs = subprocess.check_output(["lsof", '-w', lockfile], stderr=subprocess.STDOUT)
File "/usr/lib/python3.4/subprocess.py", line 620, in check_output
raise CalledProcessError(retcode, process.args, output=output)
subprocess.CalledProcessError: Command '['lsof', '-w', '/local/p0382_2016-01-13/bitbake.lock']' returned non-zero exit
status 1
==========================================================================================
Build Configuration:
BB_VERSION = "1.31.0"
BUILD_SYS = "x86_64-linux"
NATIVELSBSTRING = "Ubuntu-15.10"
TARGET_SYS = "arm-amltd-linux-gnueabi"
MACHINE = "teton-p0382"
DISTRO = "amltd"
DISTRO_VERSION = "2.1+snapshot-20160606"
TUNE_FEATURES = "arm armv7a vfp thumb neon callconvention-hard cortexa9"
TARGET_FPU = "hard"
meta = "poky-master:6c5d7f1fb276cbe0a461ece6c8f0ca17a478fa8c"
Maybe it has to do with a change in the multiprocessing library
between python2 and python3?
--
------------------------------------------------------------
Gary Thomas | Consulting for the
MLB Associates | Embedded world
------------------------------------------------------------
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Another new error
2016-06-06 7:20 Another new error Gary Thomas
@ 2016-06-06 9:18 ` Martin Jansa
0 siblings, 0 replies; 2+ messages in thread
From: Martin Jansa @ 2016-06-06 9:18 UTC (permalink / raw)
To: Gary Thomas; +Cc: yocto@yoctoproject.org
[-- Attachment #1: Type: text/plain, Size: 2642 bytes --]
I was seeing this even before switch to python3, so probably unrelated.
On Mon, Jun 6, 2016 at 9:20 AM, Gary Thomas <gary@mlbassoc.com> wrote:
> I just got another message/error I've not seen before, after I interrupted
> a
> build using ^C
>
>
> ==========================================================================================
> Keyboard Interrupt, closing down...
>
> NOTE: Tasks Summary: Attempted 4444 tasks of which 3297 didn't need to be
> rerun and all succeeded.
> ERROR: Command execution failed: Stopped build
>
> Summary: There was 1 WARNING message shown.
> Summary: There was 1 ERROR message shown, returning a non-zero exit code.
> Execution was interrupted, returning a non-zero exit code.
> Process ProcessServer-1:
> Traceback (most recent call last):
> File "/usr/lib/python3.4/multiprocessing/process.py", line 254, in
> _bootstrap
> self.run()
> File "/local/poky-cutting-edge/bitbake/lib/bb/server/process.py", line
> 104, in run
> bb.cooker.server_main(self.cooker, self.main)
> File "/local/poky-cutting-edge/bitbake/lib/bb/cooker.py", line 1689, in
> server_main
> cooker.post_serve()
> File "/local/poky-cutting-edge/bitbake/lib/bb/cooker.py", line 1624, in
> post_serve
> procs = subprocess.check_output(["lsof", '-w', lockfile],
> stderr=subprocess.STDOUT)
> File "/usr/lib/python3.4/subprocess.py", line 620, in check_output
> raise CalledProcessError(retcode, process.args, output=output)
> subprocess.CalledProcessError: Command '['lsof', '-w',
> '/local/p0382_2016-01-13/bitbake.lock']' returned non-zero exit status 1
>
> ==========================================================================================
>
> Build Configuration:
> BB_VERSION = "1.31.0"
> BUILD_SYS = "x86_64-linux"
> NATIVELSBSTRING = "Ubuntu-15.10"
> TARGET_SYS = "arm-amltd-linux-gnueabi"
> MACHINE = "teton-p0382"
> DISTRO = "amltd"
> DISTRO_VERSION = "2.1+snapshot-20160606"
> TUNE_FEATURES = "arm armv7a vfp thumb neon callconvention-hard cortexa9"
> TARGET_FPU = "hard"
> meta = "poky-master:6c5d7f1fb276cbe0a461ece6c8f0ca17a478fa8c"
>
> Maybe it has to do with a change in the multiprocessing library
> between python2 and python3?
>
> --
> ------------------------------------------------------------
> Gary Thomas | Consulting for the
> MLB Associates | Embedded world
> ------------------------------------------------------------
> --
> _______________________________________________
> yocto mailing list
> yocto@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto
>
[-- Attachment #2: Type: text/html, Size: 3461 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2016-06-06 9:18 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-06-06 7:20 Another new error Gary Thomas
2016-06-06 9:18 ` Martin Jansa
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.