Re: [yocto] Another new error

2016-06-06 Thread Martin Jansa
I was seeing this even before switch to python3, so probably unrelated.

On Mon, Jun 6, 2016 at 9:20 AM, Gary Thomas  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  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
>
-- 
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto


[yocto] Another new error

2016-06-06 Thread Gary Thomas

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  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