All of lore.kernel.org
 help / color / mirror / Atom feed
* Build failed in Jenkins: libcamera #172
@ 2020-05-11 21:03 Jenkins Builder Robot
  2020-05-11 21:12 ` [libcamera-devel] " Laurent Pinchart
  2020-05-13 14:03 ` Build failed in Jenkins: libcamera #173 Jenkins Builder Robot
  0 siblings, 2 replies; 6+ messages in thread
From: Jenkins Builder Robot @ 2020-05-11 21:03 UTC (permalink / raw)
  To: mchehab, linux-media, libcamera-devel

See <https://builder.linuxtv.org/job/libcamera/172/display/redirect?page=changes>

Changes:

[laurent.pinchart] LICENSES: Add BSD-2-Clause license

[laurent.pinchart] include: uapi: Add header definitions for BCM2835 Unicam and ISP blocks

[laurent.pinchart] libcamera: pipeline: Raspberry Pi pipeline handler

[laurent.pinchart] libcamera: ipa: Raspberry Pi IPA

[laurent.pinchart] libcamera: utils: Raspberry Pi Camera Tuning Tool

[laurent.pinchart] libcamera: raspberrypi: Add components to meson build


------------------------------------------
Started by an SCM change
Running as SYSTEM
Building remotely on slave2 in workspace <https://builder.linuxtv.org/job/libcamera/ws/>
No credentials specified
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url git://linuxtv.org/libcamera.git # timeout=10
Fetching upstream changes from git://linuxtv.org/libcamera.git
 > git --version # timeout=10
 > git fetch --tags --force --progress -- git://linuxtv.org/libcamera.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10
Checking out Revision 4bb5b1f60248ada4a26e1114940d1bff1cae5bfc (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 4bb5b1f60248ada4a26e1114940d1bff1cae5bfc # timeout=10
Commit message: "libcamera: raspberrypi: Add components to meson build"
 > git rev-list --no-walk 019a145068b714482bbf791c0f296abd06ec0dc1 # timeout=10
[libcamera] $ /bin/sh -xe /tmp/jenkins4639663244990242363.sh
+ meson setup --wipe build
Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/mesonbuild/mesonmain.py", line 112, in run
    return options.run_func(options)
  File "/usr/lib/python3/dist-packages/mesonbuild/msetup.py", line 229, in run
    app = MesonApp(options)
  File "/usr/lib/python3/dist-packages/mesonbuild/msetup.py", line 82, in __init__
    mesonlib.windows_proof_rmtree(l)
  File "/usr/lib/python3/dist-packages/mesonbuild/mesonlib.py", line 1116, in windows_proof_rmtree
    shutil.rmtree(f)
  File "/usr/lib/python3.7/shutil.py", line 501, in rmtree
    onerror(os.path.islink, path, sys.exc_info())
  File "/usr/lib/python3.7/shutil.py", line 499, in rmtree
    raise OSError("Cannot call rmtree on a symbolic link")
OSError: Cannot call rmtree on a symbolic link
+ true
+ meson configure build

ERROR: No such build data file as "'<https://builder.linuxtv.org/job/libcamera/ws/build/meson-private/build.dat'".>
+ meson build
The Meson build system
Version: 0.49.2
Source dir: <https://builder.linuxtv.org/job/libcamera/ws/>
Build dir: <https://builder.linuxtv.org/job/libcamera/ws/build>
Build type: native build
Project name: libcamera
Project version: 0.0.0
Native C compiler: ccache cc (gcc 8.3.0 "cc (Debian 8.3.0-6) 8.3.0")
Native C++ compiler: ccache c++ (gcc 8.3.0 "c++ (Debian 8.3.0-6) 8.3.0")
Build machine cpu family: x86_64
Build machine cpu: x86_64
Header <execinfo.h> has symbol "backtrace" : YES
Header <stdlib.h> has symbol "secure_getenv" : YES
Compiler for C supports arguments -Wno-c99-designator -Wc99-designator: NO
Configuring version.h using configuration
Program openssl found: YES (/usr/bin/openssl)
Library atomic found: YES
Library dl found: YES
Library gnutls found: YES
Found pkg-config: /usr/bin/pkg-config (0.29)
Dependency libudev found: YES 241
Dependency threads found: YES 
Dependency Boost found: NO 

src/ipa/raspberrypi/meson.build:3:0: ERROR:  Dependency "boost" not found

A full log can be found at <https://builder.linuxtv.org/job/libcamera/ws/build/meson-logs/meson-log.txt>
Build step 'Execute shell' marked build as failure

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

* Re: [libcamera-devel] Build failed in Jenkins: libcamera #172
  2020-05-11 21:03 Build failed in Jenkins: libcamera #172 Jenkins Builder Robot
@ 2020-05-11 21:12 ` Laurent Pinchart
  2020-05-13 14:03 ` Build failed in Jenkins: libcamera #173 Jenkins Builder Robot
  1 sibling, 0 replies; 6+ messages in thread
From: Laurent Pinchart @ 2020-05-11 21:12 UTC (permalink / raw)
  To: Jenkins Builder Robot; +Cc: mchehab, linux-media, libcamera-devel

Hello,

On Mon, May 11, 2020 at 09:03:22PM +0000, Jenkins Builder Robot wrote:
> See <https://builder.linuxtv.org/job/libcamera/172/display/redirect?page=changes>
> 
> Changes:
> 
> [laurent.pinchart] LICENSES: Add BSD-2-Clause license
> 
> [laurent.pinchart] include: uapi: Add header definitions for BCM2835 Unicam and ISP blocks
> 
> [laurent.pinchart] libcamera: pipeline: Raspberry Pi pipeline handler
> 
> [laurent.pinchart] libcamera: ipa: Raspberry Pi IPA
> 
> [laurent.pinchart] libcamera: utils: Raspberry Pi Camera Tuning Tool
> 
> [laurent.pinchart] libcamera: raspberrypi: Add components to meson build
> 
> 
> ------------------------------------------
> Started by an SCM change
> Running as SYSTEM
> Building remotely on slave2 in workspace <https://builder.linuxtv.org/job/libcamera/ws/>
> No credentials specified
>  > git rev-parse --is-inside-work-tree # timeout=10
> Fetching changes from the remote Git repository
>  > git config remote.origin.url git://linuxtv.org/libcamera.git # timeout=10
> Fetching upstream changes from git://linuxtv.org/libcamera.git
>  > git --version # timeout=10
>  > git fetch --tags --force --progress -- git://linuxtv.org/libcamera.git +refs/heads/*:refs/remotes/origin/* # timeout=10
>  > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
>  > git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10
> Checking out Revision 4bb5b1f60248ada4a26e1114940d1bff1cae5bfc (refs/remotes/origin/master)
>  > git config core.sparsecheckout # timeout=10
>  > git checkout -f 4bb5b1f60248ada4a26e1114940d1bff1cae5bfc # timeout=10
> Commit message: "libcamera: raspberrypi: Add components to meson build"
>  > git rev-list --no-walk 019a145068b714482bbf791c0f296abd06ec0dc1 # timeout=10
> [libcamera] $ /bin/sh -xe /tmp/jenkins4639663244990242363.sh
> + meson setup --wipe build
> Traceback (most recent call last):
>   File "/usr/lib/python3/dist-packages/mesonbuild/mesonmain.py", line 112, in run
>     return options.run_func(options)
>   File "/usr/lib/python3/dist-packages/mesonbuild/msetup.py", line 229, in run
>     app = MesonApp(options)
>   File "/usr/lib/python3/dist-packages/mesonbuild/msetup.py", line 82, in __init__
>     mesonlib.windows_proof_rmtree(l)
>   File "/usr/lib/python3/dist-packages/mesonbuild/mesonlib.py", line 1116, in windows_proof_rmtree
>     shutil.rmtree(f)
>   File "/usr/lib/python3.7/shutil.py", line 501, in rmtree
>     onerror(os.path.islink, path, sys.exc_info())
>   File "/usr/lib/python3.7/shutil.py", line 499, in rmtree
>     raise OSError("Cannot call rmtree on a symbolic link")
> OSError: Cannot call rmtree on a symbolic link

This is a bug in meson, fixed by
https://github.com/mesonbuild/meson/pull/7055. Until a new release
becomes available, I recommend either removing the build tree manually
before calling meson setup (and dropping the --wipe argument), or
removing the source symlink manually before running 'meson setup --wipe
build'.

> + true
> + meson configure build
> 
> ERROR: No such build data file as "'<https://builder.linuxtv.org/job/libcamera/ws/build/meson-private/build.dat'".>
> + meson build
> The Meson build system
> Version: 0.49.2
> Source dir: <https://builder.linuxtv.org/job/libcamera/ws/>
> Build dir: <https://builder.linuxtv.org/job/libcamera/ws/build>
> Build type: native build
> Project name: libcamera
> Project version: 0.0.0
> Native C compiler: ccache cc (gcc 8.3.0 "cc (Debian 8.3.0-6) 8.3.0")
> Native C++ compiler: ccache c++ (gcc 8.3.0 "c++ (Debian 8.3.0-6) 8.3.0")
> Build machine cpu family: x86_64
> Build machine cpu: x86_64
> Header <execinfo.h> has symbol "backtrace" : YES
> Header <stdlib.h> has symbol "secure_getenv" : YES
> Compiler for C supports arguments -Wno-c99-designator -Wc99-designator: NO
> Configuring version.h using configuration
> Program openssl found: YES (/usr/bin/openssl)
> Library atomic found: YES
> Library dl found: YES
> Library gnutls found: YES
> Found pkg-config: /usr/bin/pkg-config (0.29)
> Dependency libudev found: YES 241
> Dependency threads found: YES 
> Dependency Boost found: NO 
> 
> src/ipa/raspberrypi/meson.build:3:0: ERROR:  Dependency "boost" not found

The Raspberry Pi pipeline handler requires boost. If that dependency
can't be easily added to the build machine, the pipeline handlers can be
selected manually:

meson configure -Dpipelines='ipu3, rkisp1, simple, uvcvideo, vimc'

We should likely disable pipeline handlers automatically when
dependencies are missing.

> A full log can be found at <https://builder.linuxtv.org/job/libcamera/ws/build/meson-logs/meson-log.txt>
> Build step 'Execute shell' marked build as failure

-- 
Regards,

Laurent Pinchart

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

* Build failed in Jenkins: libcamera #173
  2020-05-11 21:03 Build failed in Jenkins: libcamera #172 Jenkins Builder Robot
  2020-05-11 21:12 ` [libcamera-devel] " Laurent Pinchart
@ 2020-05-13 14:03 ` Jenkins Builder Robot
  2020-05-13 14:18   ` Build failed in Jenkins: libcamera #174 Jenkins Builder Robot
  1 sibling, 1 reply; 6+ messages in thread
From: Jenkins Builder Robot @ 2020-05-13 14:03 UTC (permalink / raw)
  To: mchehab, linux-media, libcamera-devel

See <https://builder.linuxtv.org/job/libcamera/173/display/redirect?page=changes>

Changes:

[laurent.pinchart] ipa: Drop v4l2_controls.h from ipa_interface.h

[laurent.pinchart] libcamera: proxy: Relicense proxy worker under LGPL

[laurent.pinchart] licenses: License all meson files under CC0-1.0


------------------------------------------
Started by an SCM change
Running as SYSTEM
Building remotely on slave2 in workspace <https://builder.linuxtv.org/job/libcamera/ws/>
No credentials specified
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url git://linuxtv.org/libcamera.git # timeout=10
Fetching upstream changes from git://linuxtv.org/libcamera.git
 > git --version # timeout=10
 > git fetch --tags --force --progress -- git://linuxtv.org/libcamera.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10
Checking out Revision 7a653369cb42e1611b884f4a16de60d1b60aa8e7 (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 7a653369cb42e1611b884f4a16de60d1b60aa8e7 # timeout=10
Commit message: "licenses: License all meson files under CC0-1.0"
 > git rev-list --no-walk 4bb5b1f60248ada4a26e1114940d1bff1cae5bfc # timeout=10
[libcamera] $ /bin/sh -xe /tmp/jenkins4319577437542992880.sh
+ meson setup --wipe build
Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/mesonbuild/mesonmain.py", line 112, in run
    return options.run_func(options)
  File "/usr/lib/python3/dist-packages/mesonbuild/msetup.py", line 229, in run
    app = MesonApp(options)
  File "/usr/lib/python3/dist-packages/mesonbuild/msetup.py", line 82, in __init__
    mesonlib.windows_proof_rmtree(l)
  File "/usr/lib/python3/dist-packages/mesonbuild/mesonlib.py", line 1116, in windows_proof_rmtree
    shutil.rmtree(f)
  File "/usr/lib/python3.7/shutil.py", line 501, in rmtree
    onerror(os.path.islink, path, sys.exc_info())
  File "/usr/lib/python3.7/shutil.py", line 499, in rmtree
    raise OSError("Cannot call rmtree on a symbolic link")
OSError: Cannot call rmtree on a symbolic link
+ true
+ meson configure build

ERROR: No such build data file as "'<https://builder.linuxtv.org/job/libcamera/ws/build/meson-private/build.dat'".>
+ meson build
The Meson build system
Version: 0.49.2
Source dir: <https://builder.linuxtv.org/job/libcamera/ws/>
Build dir: <https://builder.linuxtv.org/job/libcamera/ws/build>
Build type: native build
Project name: libcamera
Project version: 0.0.0
Native C compiler: ccache cc (gcc 8.3.0 "cc (Debian 8.3.0-6) 8.3.0")
Native C++ compiler: ccache c++ (gcc 8.3.0 "c++ (Debian 8.3.0-6) 8.3.0")
Build machine cpu family: x86_64
Build machine cpu: x86_64
Header <execinfo.h> has symbol "backtrace" : YES
Header <stdlib.h> has symbol "secure_getenv" : YES
Compiler for C supports arguments -Wno-c99-designator -Wc99-designator: NO
Configuring version.h using configuration
Program openssl found: YES (/usr/bin/openssl)
Library atomic found: YES
Library dl found: YES
Library gnutls found: YES
Found pkg-config: /usr/bin/pkg-config (0.29)
Dependency libudev found: YES 241
Dependency threads found: YES 
Dependency Boost found: NO 

src/ipa/raspberrypi/meson.build:5:0: ERROR:  Dependency "boost" not found

A full log can be found at <https://builder.linuxtv.org/job/libcamera/ws/build/meson-logs/meson-log.txt>
Build step 'Execute shell' marked build as failure

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

* Build failed in Jenkins: libcamera #174
  2020-05-13 14:03 ` Build failed in Jenkins: libcamera #173 Jenkins Builder Robot
@ 2020-05-13 14:18   ` Jenkins Builder Robot
  2020-05-13 19:18     ` Build failed in Jenkins: libcamera #175 Jenkins Builder Robot
  0 siblings, 1 reply; 6+ messages in thread
From: Jenkins Builder Robot @ 2020-05-13 14:18 UTC (permalink / raw)
  To: mchehab, linux-media, libcamera-devel

See <https://builder.linuxtv.org/job/libcamera/174/display/redirect?page=changes>

Changes:

[laurent.pinchart] utils: raspberrypi: ctt: Fix pycodestyle E231

[laurent.pinchart] utils: raspberrypi: ctt: Fix pycodestyle E201 and E202

[laurent.pinchart] utils: raspberrypi: ctt: Fix pycodestyle E203

[laurent.pinchart] utils: raspberrypi: ctt: Fix pycodestyle E241

[laurent.pinchart] utils: raspberrypi: ctt: Fix pycodestyle E211

[laurent.pinchart] utils: raspberrypi: ctt: Fix pycodestyle E251

[laurent.pinchart] utils: raspberrypi: ctt: Fix pycodestyle E128

[laurent.pinchart] utils: raspberrypi: ctt: Fix pycodestyle E225

[laurent.pinchart] utils: raspberrypi: ctt: Fix pycodestyle E228

[laurent.pinchart] utils: raspberrypi: ctt: Fix pycodestyle E701

[laurent.pinchart] utils: raspberrypi: ctt: Fix pycodestyle E303

[laurent.pinchart] utils: raspberrypi: ctt: Fix pycodestyle E261 and E262

[laurent.pinchart] utils: raspberrypi: ctt: Fix pycodestyle E222

[laurent.pinchart] utils: raspberrypi: ctt: Fix pycodestyle E711 and E712

[laurent.pinchart] utils: raspberrypi: ctt: Fix pycodestyle E123 and E126

[laurent.pinchart] utils: raspberrypi: ctt: Fix pycodestyle E116 and E117

[laurent.pinchart] utils: raspberrypi: ctt: Fix pycodestyle E713

[laurent.pinchart] utils: raspberrypi: ctt: Fix pycodestyle E721

[laurent.pinchart] utils: raspberrypi: ctt: Fix pycodestyle E722

[laurent.pinchart] utils: raspberrypi: ctt: Fix pycodestyle W504

[laurent.pinchart] utils: raspberrypi: ctt: Fix pycodestyle E741

[laurent.pinchart] utils: raspberrypi: ctt: Fix pycodestyle E305

[laurent.pinchart] utils: raspberrypi: ctt: Fix pycodestyle E302


------------------------------------------
Started by an SCM change
Running as SYSTEM
Building remotely on slave2 in workspace <https://builder.linuxtv.org/job/libcamera/ws/>
No credentials specified
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url git://linuxtv.org/libcamera.git # timeout=10
Fetching upstream changes from git://linuxtv.org/libcamera.git
 > git --version # timeout=10
 > git fetch --tags --force --progress -- git://linuxtv.org/libcamera.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10
Checking out Revision e8655c2161a97261971ef19621a34651980b76d6 (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f e8655c2161a97261971ef19621a34651980b76d6 # timeout=10
Commit message: "utils: raspberrypi: ctt: Fix pycodestyle E302"
 > git rev-list --no-walk 7a653369cb42e1611b884f4a16de60d1b60aa8e7 # timeout=10
[libcamera] $ /bin/sh -xe /tmp/jenkins11751882835199749524.sh
+ meson setup --wipe build
Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/mesonbuild/mesonmain.py", line 112, in run
    return options.run_func(options)
  File "/usr/lib/python3/dist-packages/mesonbuild/msetup.py", line 229, in run
    app = MesonApp(options)
  File "/usr/lib/python3/dist-packages/mesonbuild/msetup.py", line 82, in __init__
    mesonlib.windows_proof_rmtree(l)
  File "/usr/lib/python3/dist-packages/mesonbuild/mesonlib.py", line 1116, in windows_proof_rmtree
    shutil.rmtree(f)
  File "/usr/lib/python3.7/shutil.py", line 501, in rmtree
    onerror(os.path.islink, path, sys.exc_info())
  File "/usr/lib/python3.7/shutil.py", line 499, in rmtree
    raise OSError("Cannot call rmtree on a symbolic link")
OSError: Cannot call rmtree on a symbolic link
+ true
+ meson configure build

ERROR: No such build data file as "'<https://builder.linuxtv.org/job/libcamera/ws/build/meson-private/build.dat'".>
+ meson build
The Meson build system
Version: 0.49.2
Source dir: <https://builder.linuxtv.org/job/libcamera/ws/>
Build dir: <https://builder.linuxtv.org/job/libcamera/ws/build>
Build type: native build
Project name: libcamera
Project version: 0.0.0
Native C compiler: ccache cc (gcc 8.3.0 "cc (Debian 8.3.0-6) 8.3.0")
Native C++ compiler: ccache c++ (gcc 8.3.0 "c++ (Debian 8.3.0-6) 8.3.0")
Build machine cpu family: x86_64
Build machine cpu: x86_64
Header <execinfo.h> has symbol "backtrace" : YES
Header <stdlib.h> has symbol "secure_getenv" : YES
Compiler for C supports arguments -Wno-c99-designator -Wc99-designator: NO
Configuring version.h using configuration
Program openssl found: YES (/usr/bin/openssl)
Library atomic found: YES
Library dl found: YES
Library gnutls found: YES
Found pkg-config: /usr/bin/pkg-config (0.29)
Dependency libudev found: YES 241
Dependency threads found: YES 
Dependency Boost found: NO 

src/ipa/raspberrypi/meson.build:5:0: ERROR:  Dependency "boost" not found

A full log can be found at <https://builder.linuxtv.org/job/libcamera/ws/build/meson-logs/meson-log.txt>
Build step 'Execute shell' marked build as failure

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

* Build failed in Jenkins: libcamera #175
  2020-05-13 14:18   ` Build failed in Jenkins: libcamera #174 Jenkins Builder Robot
@ 2020-05-13 19:18     ` Jenkins Builder Robot
  2020-05-14 12:24       ` Jenkins build is back to normal : libcamera #176 Jenkins Builder Robot
  0 siblings, 1 reply; 6+ messages in thread
From: Jenkins Builder Robot @ 2020-05-13 19:18 UTC (permalink / raw)
  To: mchehab, linux-media, libcamera-devel

See <https://builder.linuxtv.org/job/libcamera/175/display/redirect?page=changes>

Changes:

[laurent.pinchart] ipa: Only sign IPA modules that are being installed


------------------------------------------
Started by an SCM change
Running as SYSTEM
Building remotely on slave2 in workspace <https://builder.linuxtv.org/job/libcamera/ws/>
No credentials specified
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url git://linuxtv.org/libcamera.git # timeout=10
Fetching upstream changes from git://linuxtv.org/libcamera.git
 > git --version # timeout=10
 > git fetch --tags --force --progress -- git://linuxtv.org/libcamera.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10
Checking out Revision 924778eb073c47a0defc7319e98029c712129ede (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 924778eb073c47a0defc7319e98029c712129ede # timeout=10
Commit message: "ipa: Only sign IPA modules that are being installed"
 > git rev-list --no-walk e8655c2161a97261971ef19621a34651980b76d6 # timeout=10
[libcamera] $ /bin/sh -xe /tmp/jenkins15356621454705572211.sh
+ meson setup --wipe build
Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/mesonbuild/mesonmain.py", line 112, in run
    return options.run_func(options)
  File "/usr/lib/python3/dist-packages/mesonbuild/msetup.py", line 229, in run
    app = MesonApp(options)
  File "/usr/lib/python3/dist-packages/mesonbuild/msetup.py", line 82, in __init__
    mesonlib.windows_proof_rmtree(l)
  File "/usr/lib/python3/dist-packages/mesonbuild/mesonlib.py", line 1116, in windows_proof_rmtree
    shutil.rmtree(f)
  File "/usr/lib/python3.7/shutil.py", line 501, in rmtree
    onerror(os.path.islink, path, sys.exc_info())
  File "/usr/lib/python3.7/shutil.py", line 499, in rmtree
    raise OSError("Cannot call rmtree on a symbolic link")
OSError: Cannot call rmtree on a symbolic link
+ true
+ meson configure build

ERROR: No such build data file as "'<https://builder.linuxtv.org/job/libcamera/ws/build/meson-private/build.dat'".>
+ meson build
The Meson build system
Version: 0.49.2
Source dir: <https://builder.linuxtv.org/job/libcamera/ws/>
Build dir: <https://builder.linuxtv.org/job/libcamera/ws/build>
Build type: native build
Project name: libcamera
Project version: 0.0.0
Native C compiler: ccache cc (gcc 8.3.0 "cc (Debian 8.3.0-6) 8.3.0")
Native C++ compiler: ccache c++ (gcc 8.3.0 "c++ (Debian 8.3.0-6) 8.3.0")
Build machine cpu family: x86_64
Build machine cpu: x86_64
Header <execinfo.h> has symbol "backtrace" : YES
Header <stdlib.h> has symbol "secure_getenv" : YES
Compiler for C supports arguments -Wno-c99-designator -Wc99-designator: NO
Configuring version.h using configuration
Program openssl found: YES (/usr/bin/openssl)
Library atomic found: YES
Library dl found: YES
Library gnutls found: YES
Found pkg-config: /usr/bin/pkg-config (0.29)
Dependency libudev found: YES 241
Dependency threads found: YES 
Dependency Boost found: NO 

src/ipa/raspberrypi/meson.build:5:0: ERROR:  Dependency "boost" not found

A full log can be found at <https://builder.linuxtv.org/job/libcamera/ws/build/meson-logs/meson-log.txt>
Build step 'Execute shell' marked build as failure

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

* Jenkins build is back to normal : libcamera #176
  2020-05-13 19:18     ` Build failed in Jenkins: libcamera #175 Jenkins Builder Robot
@ 2020-05-14 12:24       ` Jenkins Builder Robot
  0 siblings, 0 replies; 6+ messages in thread
From: Jenkins Builder Robot @ 2020-05-14 12:24 UTC (permalink / raw)
  To: mchehab, linux-media, libcamera-devel

See <https://builder.linuxtv.org/job/libcamera/176/display/redirect>


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

end of thread, other threads:[~2020-05-14 12:22 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-11 21:03 Build failed in Jenkins: libcamera #172 Jenkins Builder Robot
2020-05-11 21:12 ` [libcamera-devel] " Laurent Pinchart
2020-05-13 14:03 ` Build failed in Jenkins: libcamera #173 Jenkins Builder Robot
2020-05-13 14:18   ` Build failed in Jenkins: libcamera #174 Jenkins Builder Robot
2020-05-13 19:18     ` Build failed in Jenkins: libcamera #175 Jenkins Builder Robot
2020-05-14 12:24       ` Jenkins build is back to normal : libcamera #176 Jenkins Builder Robot

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.