linux-media.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Build failed in Jenkins: libcamera #292
@ 2020-09-17 14:48 Jenkins Builder Robot
  2020-09-18 11:03 ` Build failed in Jenkins: libcamera #293 Jenkins Builder Robot
  0 siblings, 1 reply; 9+ messages in thread
From: Jenkins Builder Robot @ 2020-09-17 14:48 UTC (permalink / raw)
  To: mchehab, linux-media, libcamera-devel

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

Changes:

[laurent.pinchart] libcamera: Turn the android option into a feature


------------------------------------------
Started by an SCM change
Running as SYSTEM
Building remotely on slave2 in workspace <https://builder.linuxtv.org/job/libcamera/ws/>
The recommended git tool is: NONE
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 --version # 'git version 2.20.1'
 > 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 d5ce2679c67877295ce0096afd3d24d28ad34d16 (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f d5ce2679c67877295ce0096afd3d24d28ad34d16 # timeout=10
Commit message: "libcamera: Turn the android option into a feature"
 > git rev-list --no-walk de20029a582a71a87d99388a62fb63c86e85028a # timeout=10
[Checks API] No suitable checks publisher found.
[libcamera] $ /bin/sh -xe /tmp/jenkins4322611983009242554.sh
+ rm -rf build
+ meson setup build
The Meson build system
Version: 0.52.1
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
C compiler for the host machine: ccache cc (gcc 8.3.0 "cc (Debian 8.3.0-6) 8.3.0")
C linker for the host machine: GNU ld.bfd 2.31.1
C++ compiler for the host machine: ccache c++ (gcc 8.3.0 "c++ (Debian 8.3.0-6) 8.3.0")
C++ linker for the host machine: GNU ld.bfd 2.31.1
Host machine cpu family: x86_64
Host 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
Dependency libexif skipped: feature android disabled
Dependency libjpeg skipped: feature android disabled
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)
Run-time dependency libudev found: YES 241
Run-time dependency threads found: YES 
Run-time dependency Boost found: YES 1.67
Program ipa-sign-install.sh found: YES (<https://builder.linuxtv.org/job/libcamera/ws/src/ipa/ipa-sign-install.sh)>
WARNING: rcc dependencies will not work reliably until this upstream issue is fixed: https://bugreports.qt.io/browse/QTBUG-45460
Run-time dependency qt5 (modules: Core, Gui, Widgets) found: YES 5.11.3 (pkg-config)
Run-time dependency libtiff-4 found: YES 4.1.0
Header <QOpenGLWidget> has symbol "QOpenGLWidget" with dependency qt5: YES 
Detecting Qt5 tools
 moc: YES (/usr/lib/x86_64-linux-gnu/qt5/bin/moc, 5.11.3)
 uic: YES (/usr/lib/x86_64-linux-gnu/qt5/bin/uic, 5.11.3)
 rcc: YES (/usr/lib/x86_64-linux-gnu/qt5/bin/rcc, 5.11.3)
 lrelease: NO
Run-time dependency glib-2.0 found: YES 2.58.3
Did not find CMake 'cmake'
Found CMake: NO
Run-time dependency gstreamer-video-1.0 found: NO (tried pkgconfig and cmake)
Run-time dependency gstreamer-allocators-1.0 found: NO (tried pkgconfig and cmake)
Program doxygen found: YES (/usr/bin/doxygen)
Configuring Doxyfile using configuration
Program sphinx-build-3 found: NO
Program sphinx-build found: YES (/var/lib/jenkins/.local/bin/sphinx-build)
meson.build:123: WARNING: The current running kernel version 4.19.0-6-amd64 is too old to run libcamera.
meson.build:125: WARNING: If you intend to use libcamera on this machine, please upgrade to a kernel >= 5.0.0.
Configuring config.h using configuration
Message: Enabled pipelines: ipu3, raspberrypi, rkisp1, simple, uvcvideo, vimc
Build targets in project: 84
Found ninja-1.8.2 at /usr/bin/ninja
+ meson configure -Dandroid=true -Dv4l2=true build

ERROR: Value "true" for combo option is not one of the choices. Possible choices are: "enabled", "disabled", "auto".
Build step 'Execute shell' marked build as failure

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

* Build failed in Jenkins: libcamera #293
  2020-09-17 14:48 Build failed in Jenkins: libcamera #292 Jenkins Builder Robot
@ 2020-09-18 11:03 ` Jenkins Builder Robot
  2020-09-18 13:18   ` Build failed in Jenkins: libcamera #294 Jenkins Builder Robot
  0 siblings, 1 reply; 9+ messages in thread
From: Jenkins Builder Robot @ 2020-09-18 11:03 UTC (permalink / raw)
  To: mchehab, linux-media, libcamera-devel

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

Changes:

[jacopo] android: camera_device: Refuse unsupported formats

[jacopo] android: camera_device: Generate JPEG sizes

[jacopo] android: camera_device: Add debug to stream initialization

[jacopo] android: camera_device: Break out size calculation

[jacopo] android: camera_device: Generate RAW resolutions

[jacopo] android: camera_device: Get rid of stream counter

[jacopo] android: camera_device: Use Android format

[jacopo] android: camera_device: Rework CameraStream handling

[jacopo] android: camera_device: Set Encoder at construction

[jacopo] android: camera_device: Make CameraStream a class


------------------------------------------
Started by an SCM change
Running as SYSTEM
Building remotely on slave2 in workspace <https://builder.linuxtv.org/job/libcamera/ws/>
The recommended git tool is: NONE
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 --version # 'git version 2.20.1'
 > 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 45fe8e99c83889816df320c6d27f7a2019744693 (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 45fe8e99c83889816df320c6d27f7a2019744693 # timeout=10
Commit message: "android: camera_device: Make CameraStream a class"
 > git rev-list --no-walk d5ce2679c67877295ce0096afd3d24d28ad34d16 # timeout=10
[Checks API] No suitable checks publisher found.
[libcamera] $ /bin/sh -xe /tmp/jenkins11576694003869286712.sh
+ rm -rf build
+ meson setup build
The Meson build system
Version: 0.52.1
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
C compiler for the host machine: ccache cc (gcc 8.3.0 "cc (Debian 8.3.0-6) 8.3.0")
C linker for the host machine: GNU ld.bfd 2.31.1
C++ compiler for the host machine: ccache c++ (gcc 8.3.0 "c++ (Debian 8.3.0-6) 8.3.0")
C++ linker for the host machine: GNU ld.bfd 2.31.1
Host machine cpu family: x86_64
Host 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
Dependency libexif skipped: feature android disabled
Dependency libjpeg skipped: feature android disabled
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)
Run-time dependency libudev found: YES 241
Run-time dependency threads found: YES 
Run-time dependency Boost found: YES 1.67
Program ipa-sign-install.sh found: YES (<https://builder.linuxtv.org/job/libcamera/ws/src/ipa/ipa-sign-install.sh)>
WARNING: rcc dependencies will not work reliably until this upstream issue is fixed: https://bugreports.qt.io/browse/QTBUG-45460
Run-time dependency qt5 (modules: Core, Gui, Widgets) found: YES 5.11.3 (pkg-config)
Run-time dependency libtiff-4 found: YES 4.1.0
Header <QOpenGLWidget> has symbol "QOpenGLWidget" with dependency qt5: YES 
Detecting Qt5 tools
 moc: YES (/usr/lib/x86_64-linux-gnu/qt5/bin/moc, 5.11.3)
 uic: YES (/usr/lib/x86_64-linux-gnu/qt5/bin/uic, 5.11.3)
 rcc: YES (/usr/lib/x86_64-linux-gnu/qt5/bin/rcc, 5.11.3)
 lrelease: NO
Run-time dependency glib-2.0 found: YES 2.58.3
Did not find CMake 'cmake'
Found CMake: NO
Run-time dependency gstreamer-video-1.0 found: NO (tried pkgconfig and cmake)
Run-time dependency gstreamer-allocators-1.0 found: NO (tried pkgconfig and cmake)
Program doxygen found: YES (/usr/bin/doxygen)
Configuring Doxyfile using configuration
Program sphinx-build-3 found: NO
Program sphinx-build found: YES (/var/lib/jenkins/.local/bin/sphinx-build)
meson.build:123: WARNING: The current running kernel version 4.19.0-6-amd64 is too old to run libcamera.
meson.build:125: WARNING: If you intend to use libcamera on this machine, please upgrade to a kernel >= 5.0.0.
Configuring config.h using configuration
Message: Enabled pipelines: ipu3, raspberrypi, rkisp1, simple, uvcvideo, vimc
Build targets in project: 84
Found ninja-1.8.2 at /usr/bin/ninja
+ meson configure -Dandroid=true -Dv4l2=true build

ERROR: Value "true" for combo option is not one of the choices. Possible choices are: "enabled", "disabled", "auto".
Build step 'Execute shell' marked build as failure

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

* Build failed in Jenkins: libcamera #294
  2020-09-18 11:03 ` Build failed in Jenkins: libcamera #293 Jenkins Builder Robot
@ 2020-09-18 13:18   ` Jenkins Builder Robot
  2020-09-18 13:30     ` [libcamera-devel] " Laurent Pinchart
  2020-09-20 13:33     ` Build failed in Jenkins: libcamera #295 Jenkins Builder Robot
  0 siblings, 2 replies; 9+ messages in thread
From: Jenkins Builder Robot @ 2020-09-18 13:18 UTC (permalink / raw)
  To: mchehab, linux-media, libcamera-devel

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

Changes:

[jacopo] libcamera: ipu3: Always use sensor full frame size


------------------------------------------
Started by an SCM change
Running as SYSTEM
Building remotely on slave2 in workspace <https://builder.linuxtv.org/job/libcamera/ws/>
The recommended git tool is: NONE
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 --version # 'git version 2.20.1'
 > 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 7208e70211a6ea35b9d889aedf942e607d20d66a (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 7208e70211a6ea35b9d889aedf942e607d20d66a # timeout=10
Commit message: "libcamera: ipu3: Always use sensor full frame size"
 > git rev-list --no-walk 45fe8e99c83889816df320c6d27f7a2019744693 # timeout=10
[Checks API] No suitable checks publisher found.
[libcamera] $ /bin/sh -xe /tmp/jenkins15984653505809101702.sh
+ rm -rf build
+ meson setup build
The Meson build system
Version: 0.52.1
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
C compiler for the host machine: ccache cc (gcc 8.3.0 "cc (Debian 8.3.0-6) 8.3.0")
C linker for the host machine: GNU ld.bfd 2.31.1
C++ compiler for the host machine: ccache c++ (gcc 8.3.0 "c++ (Debian 8.3.0-6) 8.3.0")
C++ linker for the host machine: GNU ld.bfd 2.31.1
Host machine cpu family: x86_64
Host 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
Dependency libexif skipped: feature android disabled
Dependency libjpeg skipped: feature android disabled
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)
Run-time dependency libudev found: YES 241
Run-time dependency threads found: YES 
Run-time dependency Boost found: YES 1.67
Program ipa-sign-install.sh found: YES (<https://builder.linuxtv.org/job/libcamera/ws/src/ipa/ipa-sign-install.sh)>
WARNING: rcc dependencies will not work reliably until this upstream issue is fixed: https://bugreports.qt.io/browse/QTBUG-45460
Run-time dependency qt5 (modules: Core, Gui, Widgets) found: YES 5.11.3 (pkg-config)
Run-time dependency libtiff-4 found: YES 4.1.0
Header <QOpenGLWidget> has symbol "QOpenGLWidget" with dependency qt5: YES 
Detecting Qt5 tools
 moc: YES (/usr/lib/x86_64-linux-gnu/qt5/bin/moc, 5.11.3)
 uic: YES (/usr/lib/x86_64-linux-gnu/qt5/bin/uic, 5.11.3)
 rcc: YES (/usr/lib/x86_64-linux-gnu/qt5/bin/rcc, 5.11.3)
 lrelease: NO
Run-time dependency glib-2.0 found: YES 2.58.3
Did not find CMake 'cmake'
Found CMake: NO
Run-time dependency gstreamer-video-1.0 found: NO (tried pkgconfig and cmake)
Run-time dependency gstreamer-allocators-1.0 found: NO (tried pkgconfig and cmake)
Program doxygen found: YES (/usr/bin/doxygen)
Configuring Doxyfile using configuration
Program sphinx-build-3 found: NO
Program sphinx-build found: YES (/var/lib/jenkins/.local/bin/sphinx-build)
meson.build:123: WARNING: The current running kernel version 4.19.0-6-amd64 is too old to run libcamera.
meson.build:125: WARNING: If you intend to use libcamera on this machine, please upgrade to a kernel >= 5.0.0.
Configuring config.h using configuration
Message: Enabled pipelines: ipu3, raspberrypi, rkisp1, simple, uvcvideo, vimc
Build targets in project: 84
Found ninja-1.8.2 at /usr/bin/ninja
+ meson configure -Dandroid=true -Dv4l2=true build

ERROR: Value "true" for combo option is not one of the choices. Possible choices are: "enabled", "disabled", "auto".
Build step 'Execute shell' marked build as failure

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

* Re: [libcamera-devel] Build failed in Jenkins: libcamera #294
  2020-09-18 13:18   ` Build failed in Jenkins: libcamera #294 Jenkins Builder Robot
@ 2020-09-18 13:30     ` Laurent Pinchart
  2020-09-20 13:33     ` Build failed in Jenkins: libcamera #295 Jenkins Builder Robot
  1 sibling, 0 replies; 9+ messages in thread
From: Laurent Pinchart @ 2020-09-18 13:30 UTC (permalink / raw)
  To: mchehab; +Cc: Jenkins Builder Robot, linux-media, libcamera-devel

Hi Mauro,

On Fri, Sep 18, 2020 at 01:18:11PM +0000, Jenkins Builder Robot wrote:
> See <https://builder.linuxtv.org/job/libcamera/294/display/redirect?page=changes>
> 
> Changes:
> 
> [jacopo] libcamera: ipu3: Always use sensor full frame size
> 
> 
> ------------------------------------------
> Started by an SCM change
> Running as SYSTEM
> Building remotely on slave2 in workspace <https://builder.linuxtv.org/job/libcamera/ws/>
> The recommended git tool is: NONE
> 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 --version # 'git version 2.20.1'
>  > 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 7208e70211a6ea35b9d889aedf942e607d20d66a (refs/remotes/origin/master)
>  > git config core.sparsecheckout # timeout=10
>  > git checkout -f 7208e70211a6ea35b9d889aedf942e607d20d66a # timeout=10
> Commit message: "libcamera: ipu3: Always use sensor full frame size"
>  > git rev-list --no-walk 45fe8e99c83889816df320c6d27f7a2019744693 # timeout=10
> [Checks API] No suitable checks publisher found.
> [libcamera] $ /bin/sh -xe /tmp/jenkins15984653505809101702.sh
> + rm -rf build
> + meson setup build
> The Meson build system
> Version: 0.52.1
> 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
> C compiler for the host machine: ccache cc (gcc 8.3.0 "cc (Debian 8.3.0-6) 8.3.0")
> C linker for the host machine: GNU ld.bfd 2.31.1
> C++ compiler for the host machine: ccache c++ (gcc 8.3.0 "c++ (Debian 8.3.0-6) 8.3.0")
> C++ linker for the host machine: GNU ld.bfd 2.31.1
> Host machine cpu family: x86_64
> Host 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
> Dependency libexif skipped: feature android disabled
> Dependency libjpeg skipped: feature android disabled
> 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)
> Run-time dependency libudev found: YES 241
> Run-time dependency threads found: YES 
> Run-time dependency Boost found: YES 1.67
> Program ipa-sign-install.sh found: YES (<https://builder.linuxtv.org/job/libcamera/ws/src/ipa/ipa-sign-install.sh)>
> WARNING: rcc dependencies will not work reliably until this upstream issue is fixed: https://bugreports.qt.io/browse/QTBUG-45460
> Run-time dependency qt5 (modules: Core, Gui, Widgets) found: YES 5.11.3 (pkg-config)
> Run-time dependency libtiff-4 found: YES 4.1.0
> Header <QOpenGLWidget> has symbol "QOpenGLWidget" with dependency qt5: YES 
> Detecting Qt5 tools
>  moc: YES (/usr/lib/x86_64-linux-gnu/qt5/bin/moc, 5.11.3)
>  uic: YES (/usr/lib/x86_64-linux-gnu/qt5/bin/uic, 5.11.3)
>  rcc: YES (/usr/lib/x86_64-linux-gnu/qt5/bin/rcc, 5.11.3)
>  lrelease: NO
> Run-time dependency glib-2.0 found: YES 2.58.3
> Did not find CMake 'cmake'
> Found CMake: NO
> Run-time dependency gstreamer-video-1.0 found: NO (tried pkgconfig and cmake)
> Run-time dependency gstreamer-allocators-1.0 found: NO (tried pkgconfig and cmake)
> Program doxygen found: YES (/usr/bin/doxygen)
> Configuring Doxyfile using configuration
> Program sphinx-build-3 found: NO
> Program sphinx-build found: YES (/var/lib/jenkins/.local/bin/sphinx-build)
> meson.build:123: WARNING: The current running kernel version 4.19.0-6-amd64 is too old to run libcamera.
> meson.build:125: WARNING: If you intend to use libcamera on this machine, please upgrade to a kernel >= 5.0.0.
> Configuring config.h using configuration
> Message: Enabled pipelines: ipu3, raspberrypi, rkisp1, simple, uvcvideo, vimc
> Build targets in project: 84
> Found ninja-1.8.2 at /usr/bin/ninja
> + meson configure -Dandroid=true -Dv4l2=true build
> 
> ERROR: Value "true" for combo option is not one of the choices. Possible choices are: "enabled", "disabled", "auto".
> Build step 'Execute shell' marked build as failure

We have changed the android configuration option. Could you please
update the build script to use -Dandroid=auto instead of -Dandroid=true
?

-- 
Regards,

Laurent Pinchart

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

* Build failed in Jenkins: libcamera #295
  2020-09-18 13:18   ` Build failed in Jenkins: libcamera #294 Jenkins Builder Robot
  2020-09-18 13:30     ` [libcamera-devel] " Laurent Pinchart
@ 2020-09-20 13:33     ` Jenkins Builder Robot
  2020-09-21 11:18       ` Build failed in Jenkins: libcamera #296 Jenkins Builder Robot
  1 sibling, 1 reply; 9+ messages in thread
From: Jenkins Builder Robot @ 2020-09-20 13:33 UTC (permalink / raw)
  To: mchehab, linux-media, libcamera-devel

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

Changes:

[laurent.pinchart] android: jpeg: exif: Use reentrant localtime_r()

[laurent.pinchart] libcamera: camera: Optimize camera deletion


------------------------------------------
Started by an SCM change
Running as SYSTEM
Building remotely on slave2 in workspace <https://builder.linuxtv.org/job/libcamera/ws/>
The recommended git tool is: NONE
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 --version # 'git version 2.20.1'
 > 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 54557e25f2d478623839fe17f82700bb97fff0b2 (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 54557e25f2d478623839fe17f82700bb97fff0b2 # timeout=10
Commit message: "libcamera: camera: Optimize camera deletion"
 > git rev-list --no-walk 7208e70211a6ea35b9d889aedf942e607d20d66a # timeout=10
[Checks API] No suitable checks publisher found.
[libcamera] $ /bin/sh -xe /tmp/jenkins3661141524846127089.sh
+ rm -rf build
+ meson setup build
The Meson build system
Version: 0.52.1
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
C compiler for the host machine: ccache cc (gcc 8.3.0 "cc (Debian 8.3.0-6) 8.3.0")
C linker for the host machine: GNU ld.bfd 2.31.1
C++ compiler for the host machine: ccache c++ (gcc 8.3.0 "c++ (Debian 8.3.0-6) 8.3.0")
C++ linker for the host machine: GNU ld.bfd 2.31.1
Host machine cpu family: x86_64
Host 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
Dependency libexif skipped: feature android disabled
Dependency libjpeg skipped: feature android disabled
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)
Run-time dependency libudev found: YES 241
Run-time dependency threads found: YES 
Run-time dependency Boost found: YES 1.67
Program ipa-sign-install.sh found: YES (<https://builder.linuxtv.org/job/libcamera/ws/src/ipa/ipa-sign-install.sh)>
WARNING: rcc dependencies will not work reliably until this upstream issue is fixed: https://bugreports.qt.io/browse/QTBUG-45460
Run-time dependency qt5 (modules: Core, Gui, Widgets) found: YES 5.11.3 (pkg-config)
Run-time dependency libtiff-4 found: YES 4.1.0
Header <QOpenGLWidget> has symbol "QOpenGLWidget" with dependency qt5: YES 
Detecting Qt5 tools
 moc: YES (/usr/lib/x86_64-linux-gnu/qt5/bin/moc, 5.11.3)
 uic: YES (/usr/lib/x86_64-linux-gnu/qt5/bin/uic, 5.11.3)
 rcc: YES (/usr/lib/x86_64-linux-gnu/qt5/bin/rcc, 5.11.3)
 lrelease: NO
Run-time dependency glib-2.0 found: YES 2.58.3
Did not find CMake 'cmake'
Found CMake: NO
Run-time dependency gstreamer-video-1.0 found: NO (tried pkgconfig and cmake)
Run-time dependency gstreamer-allocators-1.0 found: NO (tried pkgconfig and cmake)
Program doxygen found: YES (/usr/bin/doxygen)
Configuring Doxyfile using configuration
Program sphinx-build-3 found: NO
Program sphinx-build found: YES (/var/lib/jenkins/.local/bin/sphinx-build)
meson.build:123: WARNING: The current running kernel version 4.19.0-6-amd64 is too old to run libcamera.
meson.build:125: WARNING: If you intend to use libcamera on this machine, please upgrade to a kernel >= 5.0.0.
Configuring config.h using configuration
Message: Enabled pipelines: ipu3, raspberrypi, rkisp1, simple, uvcvideo, vimc
Build targets in project: 84
Found ninja-1.8.2 at /usr/bin/ninja
+ meson configure -Dandroid=true -Dv4l2=true build

ERROR: Value "true" for combo option is not one of the choices. Possible choices are: "enabled", "disabled", "auto".
Build step 'Execute shell' marked build as failure

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

* Build failed in Jenkins: libcamera #296
  2020-09-20 13:33     ` Build failed in Jenkins: libcamera #295 Jenkins Builder Robot
@ 2020-09-21 11:18       ` Jenkins Builder Robot
  2020-09-21 12:18         ` Build failed in Jenkins: libcamera #297 Jenkins Builder Robot
  0 siblings, 1 reply; 9+ messages in thread
From: Jenkins Builder Robot @ 2020-09-21 11:18 UTC (permalink / raw)
  To: mchehab, linux-media, libcamera-devel

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

Changes:

[laurent.pinchart] libcamera: Don't unnecessarily include event_notifier.h

[laurent.pinchart] test: Include specific headers instead of libcamera.h

[laurent.pinchart] Documentation: Adjust guidelines regarding math.h header


------------------------------------------
Started by an SCM change
Running as SYSTEM
Building remotely on slave2 in workspace <https://builder.linuxtv.org/job/libcamera/ws/>
The recommended git tool is: NONE
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 --version # 'git version 2.20.1'
 > 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 e390f9f618ec694e5327ebe93cdfc0ba89ab5a86 (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f e390f9f618ec694e5327ebe93cdfc0ba89ab5a86 # timeout=10
Commit message: "Documentation: Adjust guidelines regarding math.h header"
 > git rev-list --no-walk 54557e25f2d478623839fe17f82700bb97fff0b2 # timeout=10
[Checks API] No suitable checks publisher found.
[libcamera] $ /bin/sh -xe /tmp/jenkins12867228752639600415.sh
+ rm -rf build
+ meson setup build
The Meson build system
Version: 0.52.1
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
C compiler for the host machine: ccache cc (gcc 8.3.0 "cc (Debian 8.3.0-6) 8.3.0")
C linker for the host machine: GNU ld.bfd 2.31.1
C++ compiler for the host machine: ccache c++ (gcc 8.3.0 "c++ (Debian 8.3.0-6) 8.3.0")
C++ linker for the host machine: GNU ld.bfd 2.31.1
Host machine cpu family: x86_64
Host 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
Dependency libexif skipped: feature android disabled
Dependency libjpeg skipped: feature android disabled
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)
Run-time dependency libudev found: YES 241
Run-time dependency threads found: YES 
Run-time dependency Boost found: YES 1.67
Program ipa-sign-install.sh found: YES (<https://builder.linuxtv.org/job/libcamera/ws/src/ipa/ipa-sign-install.sh)>
WARNING: rcc dependencies will not work reliably until this upstream issue is fixed: https://bugreports.qt.io/browse/QTBUG-45460
Run-time dependency qt5 (modules: Core, Gui, Widgets) found: YES 5.11.3 (pkg-config)
Run-time dependency libtiff-4 found: YES 4.1.0
Header <QOpenGLWidget> has symbol "QOpenGLWidget" with dependency qt5: YES 
Detecting Qt5 tools
 moc: YES (/usr/lib/x86_64-linux-gnu/qt5/bin/moc, 5.11.3)
 uic: YES (/usr/lib/x86_64-linux-gnu/qt5/bin/uic, 5.11.3)
 rcc: YES (/usr/lib/x86_64-linux-gnu/qt5/bin/rcc, 5.11.3)
 lrelease: NO
Run-time dependency glib-2.0 found: YES 2.58.3
Did not find CMake 'cmake'
Found CMake: NO
Run-time dependency gstreamer-video-1.0 found: NO (tried pkgconfig and cmake)
Run-time dependency gstreamer-allocators-1.0 found: NO (tried pkgconfig and cmake)
Program doxygen found: YES (/usr/bin/doxygen)
Configuring Doxyfile using configuration
Program sphinx-build-3 found: NO
Program sphinx-build found: YES (/var/lib/jenkins/.local/bin/sphinx-build)
meson.build:123: WARNING: The current running kernel version 4.19.0-6-amd64 is too old to run libcamera.
meson.build:125: WARNING: If you intend to use libcamera on this machine, please upgrade to a kernel >= 5.0.0.
Configuring config.h using configuration
Message: Enabled pipelines: ipu3, raspberrypi, rkisp1, simple, uvcvideo, vimc
Build targets in project: 84
Found ninja-1.8.2 at /usr/bin/ninja
+ meson configure -Dandroid=true -Dv4l2=true build

ERROR: Value "true" for combo option is not one of the choices. Possible choices are: "enabled", "disabled", "auto".
Build step 'Execute shell' marked build as failure

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

* Build failed in Jenkins: libcamera #297
  2020-09-21 11:18       ` Build failed in Jenkins: libcamera #296 Jenkins Builder Robot
@ 2020-09-21 12:18         ` Jenkins Builder Robot
  2020-09-22 11:03           ` Build failed in Jenkins: libcamera #298 Jenkins Builder Robot
  0 siblings, 1 reply; 9+ messages in thread
From: Jenkins Builder Robot @ 2020-09-21 12:18 UTC (permalink / raw)
  To: mchehab, linux-media, libcamera-devel

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

Changes:

[niklas.soderlund] libcamera: pipeline: raspberrypi: Move RPiStream into a separate file

[niklas.soderlund] libcamera: pipeline: ipa: raspberrypi: Rework drop frame signalling

[niklas.soderlund] libcamera: pipeline: raspberrypi: Add some debug logging

[niklas.soderlund] libcamera: pipeline: raspberrypi: Increase the number of RAW buffers

[niklas.soderlund] libcamera: pipeline: raspberrypi: Remove const qualifier from RPiStream

[niklas.soderlund] libcamera: pipeline: raspberrypi: Rework stream buffer logic for zero-copy

[niklas.soderlund] libcamera: pipeline: raspberrypi: Fix bug in passing configuration to IPA

[niklas.soderlund] libcamera: pipeline: raspberrypi: Add more robust stream buffer logic

[niklas.soderlund] libcamera: pipeline: ipa: raspberrypi: Remove use of FrameBuffer cookie

[niklas.soderlund] pipeline: raspberrypi: Use an unordered_map for the stream buffer list

[niklas.soderlund] pipeline: raspberrypi: Use an unordered_set to store IPA buffer ids

[niklas.soderlund] pipeline: ipa: raspberrypi: Handle any externally allocated FrameBuffer


------------------------------------------
Started by an SCM change
Running as SYSTEM
Building remotely on slave2 in workspace <https://builder.linuxtv.org/job/libcamera/ws/>
The recommended git tool is: NONE
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 --version # 'git version 2.20.1'
 > 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 39798e8777b553ed9ae9863da02e16e417d8307e (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 39798e8777b553ed9ae9863da02e16e417d8307e # timeout=10
Commit message: "pipeline: ipa: raspberrypi: Handle any externally allocated FrameBuffer"
 > git rev-list --no-walk e390f9f618ec694e5327ebe93cdfc0ba89ab5a86 # timeout=10
[Checks API] No suitable checks publisher found.
[libcamera] $ /bin/sh -xe /tmp/jenkins3819754941356252969.sh
+ rm -rf build
+ meson setup build
The Meson build system
Version: 0.52.1
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
C compiler for the host machine: ccache cc (gcc 8.3.0 "cc (Debian 8.3.0-6) 8.3.0")
C linker for the host machine: GNU ld.bfd 2.31.1
C++ compiler for the host machine: ccache c++ (gcc 8.3.0 "c++ (Debian 8.3.0-6) 8.3.0")
C++ linker for the host machine: GNU ld.bfd 2.31.1
Host machine cpu family: x86_64
Host 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
Dependency libexif skipped: feature android disabled
Dependency libjpeg skipped: feature android disabled
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)
Run-time dependency libudev found: YES 241
Run-time dependency threads found: YES 
Run-time dependency Boost found: YES 1.67
Program ipa-sign-install.sh found: YES (<https://builder.linuxtv.org/job/libcamera/ws/src/ipa/ipa-sign-install.sh)>
WARNING: rcc dependencies will not work reliably until this upstream issue is fixed: https://bugreports.qt.io/browse/QTBUG-45460
Run-time dependency qt5 (modules: Core, Gui, Widgets) found: YES 5.11.3 (pkg-config)
Run-time dependency libtiff-4 found: YES 4.1.0
Header <QOpenGLWidget> has symbol "QOpenGLWidget" with dependency qt5: YES 
Detecting Qt5 tools
 moc: YES (/usr/lib/x86_64-linux-gnu/qt5/bin/moc, 5.11.3)
 uic: YES (/usr/lib/x86_64-linux-gnu/qt5/bin/uic, 5.11.3)
 rcc: YES (/usr/lib/x86_64-linux-gnu/qt5/bin/rcc, 5.11.3)
 lrelease: NO
Run-time dependency glib-2.0 found: YES 2.58.3
Did not find CMake 'cmake'
Found CMake: NO
Run-time dependency gstreamer-video-1.0 found: NO (tried pkgconfig and cmake)
Run-time dependency gstreamer-allocators-1.0 found: NO (tried pkgconfig and cmake)
Program doxygen found: YES (/usr/bin/doxygen)
Configuring Doxyfile using configuration
Program sphinx-build-3 found: NO
Program sphinx-build found: YES (/var/lib/jenkins/.local/bin/sphinx-build)
meson.build:123: WARNING: The current running kernel version 4.19.0-6-amd64 is too old to run libcamera.
meson.build:125: WARNING: If you intend to use libcamera on this machine, please upgrade to a kernel >= 5.0.0.
Configuring config.h using configuration
Message: Enabled pipelines: ipu3, raspberrypi, rkisp1, simple, uvcvideo, vimc
Build targets in project: 84
Found ninja-1.8.2 at /usr/bin/ninja
+ meson configure -Dandroid=true -Dv4l2=true build

ERROR: Value "true" for combo option is not one of the choices. Possible choices are: "enabled", "disabled", "auto".
Build step 'Execute shell' marked build as failure

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

* Build failed in Jenkins: libcamera #298
  2020-09-21 12:18         ` Build failed in Jenkins: libcamera #297 Jenkins Builder Robot
@ 2020-09-22 11:03           ` Jenkins Builder Robot
  2020-09-22 13:22             ` Jenkins build is back to normal : libcamera #299 Jenkins Builder Robot
  0 siblings, 1 reply; 9+ messages in thread
From: Jenkins Builder Robot @ 2020-09-22 11:03 UTC (permalink / raw)
  To: mchehab, linux-media, libcamera-devel

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

Changes:

[niklas.soderlund] libcamera: buffer: Remove copyFrom()


------------------------------------------
Started by an SCM change
Running as SYSTEM
Building remotely on slave2 in workspace <https://builder.linuxtv.org/job/libcamera/ws/>
The recommended git tool is: NONE
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 --version # 'git version 2.20.1'
 > 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 f999ee85faacb097b7ce173a8704816e388dbfe9 (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f f999ee85faacb097b7ce173a8704816e388dbfe9 # timeout=10
Commit message: "libcamera: buffer: Remove copyFrom()"
 > git rev-list --no-walk 39798e8777b553ed9ae9863da02e16e417d8307e # timeout=10
[Checks API] No suitable checks publisher found.
[libcamera] $ /bin/sh -xe /tmp/jenkins14573909341065710177.sh
+ rm -rf build
+ meson setup build
The Meson build system
Version: 0.52.1
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
C compiler for the host machine: ccache cc (gcc 8.3.0 "cc (Debian 8.3.0-6) 8.3.0")
C linker for the host machine: GNU ld.bfd 2.31.1
C++ compiler for the host machine: ccache c++ (gcc 8.3.0 "c++ (Debian 8.3.0-6) 8.3.0")
C++ linker for the host machine: GNU ld.bfd 2.31.1
Host machine cpu family: x86_64
Host 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
Dependency libexif skipped: feature android disabled
Dependency libjpeg skipped: feature android disabled
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)
Run-time dependency libudev found: YES 241
Run-time dependency threads found: YES 
Run-time dependency Boost found: YES 1.67
Program ipa-sign-install.sh found: YES (<https://builder.linuxtv.org/job/libcamera/ws/src/ipa/ipa-sign-install.sh)>
WARNING: rcc dependencies will not work reliably until this upstream issue is fixed: https://bugreports.qt.io/browse/QTBUG-45460
Run-time dependency qt5 (modules: Core, Gui, Widgets) found: YES 5.11.3 (pkg-config)
Run-time dependency libtiff-4 found: YES 4.1.0
Header <QOpenGLWidget> has symbol "QOpenGLWidget" with dependency qt5: YES 
Detecting Qt5 tools
 moc: YES (/usr/lib/x86_64-linux-gnu/qt5/bin/moc, 5.11.3)
 uic: YES (/usr/lib/x86_64-linux-gnu/qt5/bin/uic, 5.11.3)
 rcc: YES (/usr/lib/x86_64-linux-gnu/qt5/bin/rcc, 5.11.3)
 lrelease: NO
Run-time dependency glib-2.0 found: YES 2.58.3
Did not find CMake 'cmake'
Found CMake: NO
Run-time dependency gstreamer-video-1.0 found: NO (tried pkgconfig and cmake)
Run-time dependency gstreamer-allocators-1.0 found: NO (tried pkgconfig and cmake)
Program doxygen found: YES (/usr/bin/doxygen)
Configuring Doxyfile using configuration
Program sphinx-build-3 found: NO
Program sphinx-build found: YES (/var/lib/jenkins/.local/bin/sphinx-build)
meson.build:123: WARNING: The current running kernel version 4.19.0-6-amd64 is too old to run libcamera.
meson.build:125: WARNING: If you intend to use libcamera on this machine, please upgrade to a kernel >= 5.0.0.
Configuring config.h using configuration
Message: Enabled pipelines: ipu3, raspberrypi, rkisp1, simple, uvcvideo, vimc
Build targets in project: 84
Found ninja-1.8.2 at /usr/bin/ninja
+ meson configure -Dandroid=true -Dv4l2=true build

ERROR: Value "true" for combo option is not one of the choices. Possible choices are: "enabled", "disabled", "auto".
Build step 'Execute shell' marked build as failure

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

* Jenkins build is back to normal : libcamera #299
  2020-09-22 11:03           ` Build failed in Jenkins: libcamera #298 Jenkins Builder Robot
@ 2020-09-22 13:22             ` Jenkins Builder Robot
  0 siblings, 0 replies; 9+ messages in thread
From: Jenkins Builder Robot @ 2020-09-22 13:22 UTC (permalink / raw)
  To: mchehab, linux-media, libcamera-devel

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


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

end of thread, other threads:[~2020-09-22 13:20 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-17 14:48 Build failed in Jenkins: libcamera #292 Jenkins Builder Robot
2020-09-18 11:03 ` Build failed in Jenkins: libcamera #293 Jenkins Builder Robot
2020-09-18 13:18   ` Build failed in Jenkins: libcamera #294 Jenkins Builder Robot
2020-09-18 13:30     ` [libcamera-devel] " Laurent Pinchart
2020-09-20 13:33     ` Build failed in Jenkins: libcamera #295 Jenkins Builder Robot
2020-09-21 11:18       ` Build failed in Jenkins: libcamera #296 Jenkins Builder Robot
2020-09-21 12:18         ` Build failed in Jenkins: libcamera #297 Jenkins Builder Robot
2020-09-22 11:03           ` Build failed in Jenkins: libcamera #298 Jenkins Builder Robot
2020-09-22 13:22             ` Jenkins build is back to normal : libcamera #299 Jenkins Builder Robot

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