* Build failed in Jenkins: libcamera #1446
@ 2025-07-30 16:33 Jenkins Builder Robot
2025-07-30 21:18 ` Build failed in Jenkins: libcamera #1447 Jenkins Builder Robot
0 siblings, 1 reply; 6+ messages in thread
From: Jenkins Builder Robot @ 2025-07-30 16:33 UTC (permalink / raw)
To: mchehab, linux-media, libcamera-devel
See <https://builder.linuxtv.org/job/libcamera/1446/display/redirect?page=changes>
Changes:
[Laurent Pinchart] Documentation: application: Update mediactl URL
[Laurent Pinchart] Documentation: Remove unneeded options from Sphinx configuration
[Laurent Pinchart] Documentation: Drop documentation author names
[Laurent Pinchart] Documentation: Use Sphinx doxylink to generate links to doxygen
[Laurent Pinchart] Documentation: Replace links to Doxygen documentation with doxylink
------------------------------------------
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 --resolve-git-dir <https://builder.linuxtv.org/job/libcamera/ws/.git> # 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.39.5'
> 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
Checking out Revision 56748884b649171c18efc723da4dfb97e551d1e2 (refs/remotes/origin/master)
> git config core.sparsecheckout # timeout=10
> git checkout -f 56748884b649171c18efc723da4dfb97e551d1e2 # timeout=10
Commit message: "Documentation: Replace links to Doxygen documentation with doxylink"
> git rev-list --no-walk 2d5a1367e2b14dab9671270655bbb1702e0826de # timeout=10
The recommended git tool is: NONE
No credentials specified
> git rev-parse 56748884b649171c18efc723da4dfb97e551d1e2^{commit} # timeout=10
The recommended git tool is: NONE
No credentials specified
[GitCheckoutListener] Recording commits of 'git git://linuxtv.org/libcamera.git'
[GitCheckoutListener] Found previous build 'libcamera #1445' that contains recorded Git commits
[GitCheckoutListener] -> Starting recording of new commits since '2d5a136'
[GitCheckoutListener] -> Single parent commit found - branch is already descendant of target branch head
[GitCheckoutListener] -> Using head commit '5674888' as starting point
[GitCheckoutListener] -> Recorded 5 new commits
[GitCheckoutListener] -> Git commit decorator could not be created for SCM 'hudson.plugins.git.GitSCM@7fed2a51'
[libcamera] $ /bin/sh -xe /tmp/jenkins13722130373720305186.sh
+ rm -rf build
+ meson setup -Dandroid=auto -Dv4l2=true build
The Meson build system
Version: 1.0.1
Source dir: <https://builder.linuxtv.org/job/libcamera/ws/>
Build dir: <https://builder.linuxtv.org/job/libcamera/ws/build>
Build type: native build
DEPRECATION: Option 'v4l2' value 'true' is replaced by 'enabled'
Project name: libcamera
Project version: 0.5.1
C compiler for the host machine: ccache cc (gcc 12.2.0 "cc (Debian 12.2.0-14) 12.2.0")
C linker for the host machine: cc ld.bfd 2.40
C++ compiler for the host machine: ccache c++ (gcc 12.2.0 "c++ (Debian 12.2.0-14) 12.2.0")
C++ linker for the host machine: c++ ld.bfd 2.40
Host machine cpu family: x86_64
Host machine cpu: x86_64
Header "fcntl.h" has symbol "F_ADD_SEALS" : YES
Header "unistd.h" has symbol "issetugid" : NO
Header "locale.h" has symbol "locale_t" : YES
Header "sys/mman.h" has symbol "memfd_create" : YES
Header "stdlib.h" has symbol "secure_getenv" : YES
Compiler for C supports arguments -Wno-c99-designator: NO
Found pkg-config: /usr/bin/pkg-config (1.8.1)
Run-time dependency lttng-ust found: YES 2.13.5
Program ./parser.py found: YES (<https://builder.linuxtv.org/job/libcamera/ws/utils/codegen/ipc/./parser.py)>
Program ./generate.py found: YES (<https://builder.linuxtv.org/job/libcamera/ws/utils/codegen/ipc/./generate.py)>
Program ./extract-docs.py found: YES (<https://builder.linuxtv.org/job/libcamera/ws/utils/codegen/ipc/./extract-docs.py)>
Configuring version.h using configuration
Program openssl found: YES (/usr/bin/openssl)
Found CMake: /usr/bin/cmake (3.25.1)
Run-time dependency libyuv found: NO (tried pkgconfig and cmake)
Has header "libyuv.h" : NO
Executing subproject libyuv method cmake
libyuv| Found CMake: /usr/bin/cmake (3.25.1)
| Configuring the build directory with CMake version 3.25.1
| Running CMake with: -G Ninja -DCMAKE_INSTALL_PREFIX=/usr/local -DCMAKE_POSITION_INDEPENDENT_CODE=ON
| - build directory: <https://builder.linuxtv.org/job/libcamera/ws/build/subprojects/libyuv/__CMake_build>
| - source directory: <https://builder.linuxtv.org/job/libcamera/ws/subprojects/libyuv>
| - toolchain file: <https://builder.linuxtv.org/job/libcamera/ws/build/subprojects/libyuv/__CMake_build/CMakeMesonToolchainFile.cmake>
| - preload file: /usr/lib/python3/dist-packages/mesonbuild/cmake/data/preload.cmake
| - trace args: --trace-expand --trace-format=json-v1 --no-warn-unused-cli --trace-redirect=cmake_trace.txt
| - disabled policy warnings: [CMP0025, CMP0047, CMP0056, CMP0060, CMP0065, CMP0066, CMP0067, CMP0082, CMP0089, CMP0102]
| Running with expanded trace output on.
| Not searching for unused variables given on the command line.
| Trace will be written to cmake_trace.txt
| -- The C compiler identification is GNU 12.2.0
| -- The CXX compiler identification is GNU 12.2.0
| -- Detecting C compiler ABI info
| -- Detecting C compiler ABI info - done
| -- Check for working C compiler: /usr/lib/ccache/cc - skipped
| -- Detecting C compile features
| -- Detecting C compile features - done
| -- Detecting CXX compiler ABI info
| -- Detecting CXX compiler ABI info - done
| -- Check for working CXX compiler: /usr/lib/ccache/c++ - skipped
| -- Detecting CXX compile features
| -- Detecting CXX compile features - done
| CMake Deprecation Warning at CMakeLists.txt:6 (CMAKE_MINIMUM_REQUIRED):
| Compatibility with CMake < 2.8.12 will be removed from a future version of
| CMake.
| Update the VERSION argument <min> value or use a ...<max> suffix to tell
| CMake that the project does not need compatibility with older versions.
| -- Found JPEG: /usr/lib/x86_64-linux-gnu/libjpeg.so (found version "62")
| CMake Warning (dev) at CMakeLists.txt:45 (if):
| Policy CMP0064 is not set: Support new TEST if() operator. Run "cmake
| --help-policy CMP0064" for policy details. Use the cmake_policy command to
| set the policy and suppress this warning.
| TEST will be interpreted as an operator when the policy is set to NEW.
| Since the policy is not set the OLD behavior will be used.
| This warning is for project developers. Use -Wno-dev to suppress it.
| Building ver.: 0.0.1770
| Packaging for: amd-64
| -- Configuring done
| -- Generating done
| -- Build files have been written to: <https://builder.linuxtv.org/job/libcamera/ws/build/subprojects/libyuv/__CMake_build>
libyuv| CMake configuration: SUCCEEDED
libyuv| CMake project YUV has 3 build targets.
cmake-ast| Processing generated meson AST
cmake-ast| Build file: <https://builder.linuxtv.org/job/libcamera/ws/build/subprojects/libyuv/meson.build>
libyuv| DEPRECATION: Option 'v4l2' value 'true' is replaced by 'enabled'
libyuv| Project name: YUV
libyuv| Project version: undefined
libyuv| C++ compiler for the host machine: ccache c++ (gcc 12.2.0 "c++ (Debian 12.2.0-14) 12.2.0")
libyuv| C++ linker for the host machine: c++ ld.bfd 2.40
libyuv| Build targets in project: 23
libyuv| Subproject libyuv finished.
Library atomic found: YES
Run-time dependency threads found: YES
Run-time dependency libdw found: YES 0.188
Run-time dependency libunwind found: YES 1.6.2
Header "execinfo.h" has symbol "backtrace" : YES
Checking for function "dlopen" : YES
Run-time dependency libudev found: YES 252
Run-time dependency yaml-0.1 found: YES 0.2.5
Run-time dependency gnutls found: YES 3.7.9
Run-time dependency libexif found: YES 0.6.24
Run-time dependency libjpeg found: YES 2.1.5
Run-time dependency libhardware found: NO (tried pkgconfig and cmake)
Run-time dependency libevent_pthreads found: YES 2.1.12-stable
Run-time dependency libtiff-4 found: YES 4.5.0
Run-time dependency GTest found: NO (tried pkgconfig and system)
Looking for a fallback subproject for the dependency gtest
Executing subproject gtest
gtest| DEPRECATION: Option 'v4l2' value 'true' is replaced by 'enabled'
gtest| Project name: gtest
gtest| Project version: 1.11.0
gtest| C++ compiler for the host machine: ccache c++ (gcc 12.2.0 "c++ (Debian 12.2.0-14) 12.2.0")
gtest| C++ linker for the host machine: c++ ld.bfd 2.40
gtest| Dependency threads found: YES unknown (cached)
gtest| Dependency threads found: YES unknown (cached)
gtest| Dependency threads found: YES unknown (cached)
gtest| Dependency threads found: YES unknown (cached)
gtest| Build targets in project: 50
gtest| Subproject gtest finished.
Dependency gtest from subproject subprojects/googletest-release-1.11.0 found: YES 1.11.0
Run-time dependency libdrm found: YES 2.4.114
Dependency libjpeg found: YES 2.1.5 (cached)
Run-time dependency sdl2 found: YES 2.26.5
Run-time dependency qt6 (modules: Core, Gui, OpenGL, OpenGLWidgets, Widgets) found: NO (tried pkgconfig)
Run-time dependency glib-2.0 found: YES 2.74.6
Run-time dependency gstreamer-video-1.0 found: YES 1.22.0
Run-time dependency gstreamer-allocators-1.0 found: YES 1.22.0
Run-time dependency python3 found: YES 3.11
Run-time dependency pybind11 found: NO (tried pkgconfig and cmake)
Configuring libcamerify using configuration
Program doxygen found: YES (/usr/bin/doxygen)
Program dot found: YES (/usr/bin/dot)
Configuring Doxyfile-common using configuration
Configuring Doxyfile-public.tmpl using configuration
Configuring Doxyfile-internal using configuration
Program sphinx-build found: YES (/var/lib/jenkins/.local/bin/sphinx-build)
Program python3 found: YES (/usr/bin/python3)
Documentation/meson.build:137:8: ERROR: Problem encountered: sphinxcontrib.doxylink module 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 #1447
2025-07-30 16:33 Build failed in Jenkins: libcamera #1446 Jenkins Builder Robot
@ 2025-07-30 21:18 ` Jenkins Builder Robot
2025-07-31 9:48 ` Build failed in Jenkins: libcamera #1448 Jenkins Builder Robot
0 siblings, 1 reply; 6+ messages in thread
From: Jenkins Builder Robot @ 2025-07-30 21:18 UTC (permalink / raw)
To: mchehab, linux-media, libcamera-devel
See <https://builder.linuxtv.org/job/libcamera/1447/display/redirect?page=changes>
Changes:
[Laurent Pinchart] gstreamer: Fix reconfiguration condition check
[Laurent Pinchart] gstreamer: Log and check adjusted camera configuration
[Laurent Pinchart] gstreamer: Enable bayer formats with 10/12/14/16 bits
------------------------------------------
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 --resolve-git-dir <https://builder.linuxtv.org/job/libcamera/ws/.git> # 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.39.5'
> 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
Checking out Revision 096b9416b2ea8aad709c9b0f7f8f8002c0d6f9e7 (refs/remotes/origin/master)
> git config core.sparsecheckout # timeout=10
> git checkout -f 096b9416b2ea8aad709c9b0f7f8f8002c0d6f9e7 # timeout=10
Commit message: "gstreamer: Enable bayer formats with 10/12/14/16 bits"
> git rev-list --no-walk 56748884b649171c18efc723da4dfb97e551d1e2 # timeout=10
The recommended git tool is: NONE
No credentials specified
> git rev-parse 096b9416b2ea8aad709c9b0f7f8f8002c0d6f9e7^{commit} # timeout=10
The recommended git tool is: NONE
No credentials specified
[GitCheckoutListener] Recording commits of 'git git://linuxtv.org/libcamera.git'
[GitCheckoutListener] Found previous build 'libcamera #1446' that contains recorded Git commits
[GitCheckoutListener] -> Starting recording of new commits since '5674888'
[GitCheckoutListener] -> Single parent commit found - branch is already descendant of target branch head
[GitCheckoutListener] -> Using head commit '096b941' as starting point
[GitCheckoutListener] -> Recorded 3 new commits
[GitCheckoutListener] -> Git commit decorator could not be created for SCM 'hudson.plugins.git.GitSCM@7fed2a51'
[libcamera] $ /bin/sh -xe /tmp/jenkins780714632410647130.sh
+ rm -rf build
+ meson setup -Dandroid=auto -Dv4l2=true build
The Meson build system
Version: 1.0.1
Source dir: <https://builder.linuxtv.org/job/libcamera/ws/>
Build dir: <https://builder.linuxtv.org/job/libcamera/ws/build>
Build type: native build
DEPRECATION: Option 'v4l2' value 'true' is replaced by 'enabled'
Project name: libcamera
Project version: 0.5.1
C compiler for the host machine: ccache cc (gcc 12.2.0 "cc (Debian 12.2.0-14) 12.2.0")
C linker for the host machine: cc ld.bfd 2.40
C++ compiler for the host machine: ccache c++ (gcc 12.2.0 "c++ (Debian 12.2.0-14) 12.2.0")
C++ linker for the host machine: c++ ld.bfd 2.40
Host machine cpu family: x86_64
Host machine cpu: x86_64
Header "fcntl.h" has symbol "F_ADD_SEALS" : YES
Header "unistd.h" has symbol "issetugid" : NO
Header "locale.h" has symbol "locale_t" : YES
Header "sys/mman.h" has symbol "memfd_create" : YES
Header "stdlib.h" has symbol "secure_getenv" : YES
Compiler for C supports arguments -Wno-c99-designator: NO
Found pkg-config: /usr/bin/pkg-config (1.8.1)
Run-time dependency lttng-ust found: YES 2.13.5
Program ./parser.py found: YES (<https://builder.linuxtv.org/job/libcamera/ws/utils/codegen/ipc/./parser.py)>
Program ./generate.py found: YES (<https://builder.linuxtv.org/job/libcamera/ws/utils/codegen/ipc/./generate.py)>
Program ./extract-docs.py found: YES (<https://builder.linuxtv.org/job/libcamera/ws/utils/codegen/ipc/./extract-docs.py)>
Configuring version.h using configuration
Program openssl found: YES (/usr/bin/openssl)
Found CMake: /usr/bin/cmake (3.25.1)
Run-time dependency libyuv found: NO (tried pkgconfig and cmake)
Has header "libyuv.h" : NO
Executing subproject libyuv method cmake
libyuv| Found CMake: /usr/bin/cmake (3.25.1)
| Configuring the build directory with CMake version 3.25.1
| Running CMake with: -G Ninja -DCMAKE_INSTALL_PREFIX=/usr/local -DCMAKE_POSITION_INDEPENDENT_CODE=ON
| - build directory: <https://builder.linuxtv.org/job/libcamera/ws/build/subprojects/libyuv/__CMake_build>
| - source directory: <https://builder.linuxtv.org/job/libcamera/ws/subprojects/libyuv>
| - toolchain file: <https://builder.linuxtv.org/job/libcamera/ws/build/subprojects/libyuv/__CMake_build/CMakeMesonToolchainFile.cmake>
| - preload file: /usr/lib/python3/dist-packages/mesonbuild/cmake/data/preload.cmake
| - trace args: --trace-expand --trace-format=json-v1 --no-warn-unused-cli --trace-redirect=cmake_trace.txt
| - disabled policy warnings: [CMP0025, CMP0047, CMP0056, CMP0060, CMP0065, CMP0066, CMP0067, CMP0082, CMP0089, CMP0102]
| Running with expanded trace output on.
| Not searching for unused variables given on the command line.
| Trace will be written to cmake_trace.txt
| -- The C compiler identification is GNU 12.2.0
| -- The CXX compiler identification is GNU 12.2.0
| -- Detecting C compiler ABI info
| -- Detecting C compiler ABI info - done
| -- Check for working C compiler: /usr/lib/ccache/cc - skipped
| -- Detecting C compile features
| -- Detecting C compile features - done
| -- Detecting CXX compiler ABI info
| -- Detecting CXX compiler ABI info - done
| -- Check for working CXX compiler: /usr/lib/ccache/c++ - skipped
| -- Detecting CXX compile features
| -- Detecting CXX compile features - done
| CMake Deprecation Warning at CMakeLists.txt:6 (CMAKE_MINIMUM_REQUIRED):
| Compatibility with CMake < 2.8.12 will be removed from a future version of
| CMake.
| Update the VERSION argument <min> value or use a ...<max> suffix to tell
| CMake that the project does not need compatibility with older versions.
| -- Found JPEG: /usr/lib/x86_64-linux-gnu/libjpeg.so (found version "62")
| CMake Warning (dev) at CMakeLists.txt:45 (if):
| Policy CMP0064 is not set: Support new TEST if() operator. Run "cmake
| --help-policy CMP0064" for policy details. Use the cmake_policy command to
| set the policy and suppress this warning.
| TEST will be interpreted as an operator when the policy is set to NEW.
| Since the policy is not set the OLD behavior will be used.
| This warning is for project developers. Use -Wno-dev to suppress it.
| Building ver.: 0.0.1770
| Packaging for: amd-64
| -- Configuring done
| -- Generating done
| -- Build files have been written to: <https://builder.linuxtv.org/job/libcamera/ws/build/subprojects/libyuv/__CMake_build>
libyuv| CMake configuration: SUCCEEDED
libyuv| CMake project YUV has 3 build targets.
cmake-ast| Processing generated meson AST
cmake-ast| Build file: <https://builder.linuxtv.org/job/libcamera/ws/build/subprojects/libyuv/meson.build>
libyuv| DEPRECATION: Option 'v4l2' value 'true' is replaced by 'enabled'
libyuv| Project name: YUV
libyuv| Project version: undefined
libyuv| C++ compiler for the host machine: ccache c++ (gcc 12.2.0 "c++ (Debian 12.2.0-14) 12.2.0")
libyuv| C++ linker for the host machine: c++ ld.bfd 2.40
libyuv| Build targets in project: 23
libyuv| Subproject libyuv finished.
Library atomic found: YES
Run-time dependency threads found: YES
Run-time dependency libdw found: YES 0.188
Run-time dependency libunwind found: YES 1.6.2
Header "execinfo.h" has symbol "backtrace" : YES
Checking for function "dlopen" : YES
Run-time dependency libudev found: YES 252
Run-time dependency yaml-0.1 found: YES 0.2.5
Run-time dependency gnutls found: YES 3.7.9
Run-time dependency libexif found: YES 0.6.24
Run-time dependency libjpeg found: YES 2.1.5
Run-time dependency libhardware found: NO (tried pkgconfig and cmake)
Run-time dependency libevent_pthreads found: YES 2.1.12-stable
Run-time dependency libtiff-4 found: YES 4.5.0
Run-time dependency GTest found: NO (tried pkgconfig and system)
Looking for a fallback subproject for the dependency gtest
Executing subproject gtest
gtest| DEPRECATION: Option 'v4l2' value 'true' is replaced by 'enabled'
gtest| Project name: gtest
gtest| Project version: 1.11.0
gtest| C++ compiler for the host machine: ccache c++ (gcc 12.2.0 "c++ (Debian 12.2.0-14) 12.2.0")
gtest| C++ linker for the host machine: c++ ld.bfd 2.40
gtest| Dependency threads found: YES unknown (cached)
gtest| Dependency threads found: YES unknown (cached)
gtest| Dependency threads found: YES unknown (cached)
gtest| Dependency threads found: YES unknown (cached)
gtest| Build targets in project: 50
gtest| Subproject gtest finished.
Dependency gtest from subproject subprojects/googletest-release-1.11.0 found: YES 1.11.0
Run-time dependency libdrm found: YES 2.4.114
Dependency libjpeg found: YES 2.1.5 (cached)
Run-time dependency sdl2 found: YES 2.26.5
Run-time dependency qt6 (modules: Core, Gui, OpenGL, OpenGLWidgets, Widgets) found: NO (tried pkgconfig)
Run-time dependency glib-2.0 found: YES 2.74.6
Run-time dependency gstreamer-video-1.0 found: YES 1.22.0
Run-time dependency gstreamer-allocators-1.0 found: YES 1.22.0
Run-time dependency python3 found: YES 3.11
Run-time dependency pybind11 found: NO (tried pkgconfig and cmake)
Configuring libcamerify using configuration
Program doxygen found: YES (/usr/bin/doxygen)
Program dot found: YES (/usr/bin/dot)
Configuring Doxyfile-common using configuration
Configuring Doxyfile-public.tmpl using configuration
Configuring Doxyfile-internal using configuration
Program sphinx-build found: YES (/var/lib/jenkins/.local/bin/sphinx-build)
Program python3 found: YES (/usr/bin/python3)
Documentation/meson.build:137:8: ERROR: Problem encountered: sphinxcontrib.doxylink module 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 #1448
2025-07-30 21:18 ` Build failed in Jenkins: libcamera #1447 Jenkins Builder Robot
@ 2025-07-31 9:48 ` Jenkins Builder Robot
2025-07-31 10:33 ` Build failed in Jenkins: libcamera #1449 Jenkins Builder Robot
0 siblings, 1 reply; 6+ messages in thread
From: Jenkins Builder Robot @ 2025-07-31 9:48 UTC (permalink / raw)
To: mchehab, linux-media, libcamera-devel
See <https://builder.linuxtv.org/job/libcamera/1448/display/redirect?page=changes>
Changes:
[barnabas.pocze] libcamera: base: log: Take `LogCategory` by reference
------------------------------------------
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 --resolve-git-dir <https://builder.linuxtv.org/job/libcamera/ws/.git> # 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.39.5'
> 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
Checking out Revision b0db9388f650fe0e00c0db0af488cd7a2d5dd4bb (refs/remotes/origin/master)
> git config core.sparsecheckout # timeout=10
> git checkout -f b0db9388f650fe0e00c0db0af488cd7a2d5dd4bb # timeout=10
Commit message: "libcamera: base: log: Take `LogCategory` by reference"
> git rev-list --no-walk 096b9416b2ea8aad709c9b0f7f8f8002c0d6f9e7 # timeout=10
The recommended git tool is: NONE
No credentials specified
> git rev-parse b0db9388f650fe0e00c0db0af488cd7a2d5dd4bb^{commit} # timeout=10
The recommended git tool is: NONE
No credentials specified
[GitCheckoutListener] Recording commits of 'git git://linuxtv.org/libcamera.git'
[GitCheckoutListener] Found previous build 'libcamera #1447' that contains recorded Git commits
[GitCheckoutListener] -> Starting recording of new commits since '096b941'
[GitCheckoutListener] -> Single parent commit found - branch is already descendant of target branch head
[GitCheckoutListener] -> Using head commit 'b0db938' as starting point
[GitCheckoutListener] -> Recorded one new commit
[GitCheckoutListener] -> Git commit decorator could not be created for SCM 'hudson.plugins.git.GitSCM@2f641b9d'
[libcamera] $ /bin/sh -xe /tmp/jenkins12085261309035350793.sh
+ rm -rf build
+ meson setup -Dandroid=auto -Dv4l2=true build
The Meson build system
Version: 1.0.1
Source dir: <https://builder.linuxtv.org/job/libcamera/ws/>
Build dir: <https://builder.linuxtv.org/job/libcamera/ws/build>
Build type: native build
DEPRECATION: Option 'v4l2' value 'true' is replaced by 'enabled'
Project name: libcamera
Project version: 0.5.1
C compiler for the host machine: ccache cc (gcc 12.2.0 "cc (Debian 12.2.0-14) 12.2.0")
C linker for the host machine: cc ld.bfd 2.40
C++ compiler for the host machine: ccache c++ (gcc 12.2.0 "c++ (Debian 12.2.0-14) 12.2.0")
C++ linker for the host machine: c++ ld.bfd 2.40
Host machine cpu family: x86_64
Host machine cpu: x86_64
Header "fcntl.h" has symbol "F_ADD_SEALS" : YES
Header "unistd.h" has symbol "issetugid" : NO
Header "locale.h" has symbol "locale_t" : YES
Header "sys/mman.h" has symbol "memfd_create" : YES
Header "stdlib.h" has symbol "secure_getenv" : YES
Compiler for C supports arguments -Wno-c99-designator: NO
Found pkg-config: /usr/bin/pkg-config (1.8.1)
Run-time dependency lttng-ust found: YES 2.13.5
Program ./parser.py found: YES (<https://builder.linuxtv.org/job/libcamera/ws/utils/codegen/ipc/./parser.py)>
Program ./generate.py found: YES (<https://builder.linuxtv.org/job/libcamera/ws/utils/codegen/ipc/./generate.py)>
Program ./extract-docs.py found: YES (<https://builder.linuxtv.org/job/libcamera/ws/utils/codegen/ipc/./extract-docs.py)>
Configuring version.h using configuration
Program openssl found: YES (/usr/bin/openssl)
Found CMake: /usr/bin/cmake (3.25.1)
Run-time dependency libyuv found: NO (tried pkgconfig and cmake)
Has header "libyuv.h" : NO
Executing subproject libyuv method cmake
libyuv| Found CMake: /usr/bin/cmake (3.25.1)
| Configuring the build directory with CMake version 3.25.1
| Running CMake with: -G Ninja -DCMAKE_INSTALL_PREFIX=/usr/local -DCMAKE_POSITION_INDEPENDENT_CODE=ON
| - build directory: <https://builder.linuxtv.org/job/libcamera/ws/build/subprojects/libyuv/__CMake_build>
| - source directory: <https://builder.linuxtv.org/job/libcamera/ws/subprojects/libyuv>
| - toolchain file: <https://builder.linuxtv.org/job/libcamera/ws/build/subprojects/libyuv/__CMake_build/CMakeMesonToolchainFile.cmake>
| - preload file: /usr/lib/python3/dist-packages/mesonbuild/cmake/data/preload.cmake
| - trace args: --trace-expand --trace-format=json-v1 --no-warn-unused-cli --trace-redirect=cmake_trace.txt
| - disabled policy warnings: [CMP0025, CMP0047, CMP0056, CMP0060, CMP0065, CMP0066, CMP0067, CMP0082, CMP0089, CMP0102]
| Running with expanded trace output on.
| Not searching for unused variables given on the command line.
| Trace will be written to cmake_trace.txt
| -- The C compiler identification is GNU 12.2.0
| -- The CXX compiler identification is GNU 12.2.0
| -- Detecting C compiler ABI info
| -- Detecting C compiler ABI info - done
| -- Check for working C compiler: /usr/lib/ccache/cc - skipped
| -- Detecting C compile features
| -- Detecting C compile features - done
| -- Detecting CXX compiler ABI info
| -- Detecting CXX compiler ABI info - done
| -- Check for working CXX compiler: /usr/lib/ccache/c++ - skipped
| -- Detecting CXX compile features
| -- Detecting CXX compile features - done
| CMake Deprecation Warning at CMakeLists.txt:6 (CMAKE_MINIMUM_REQUIRED):
| Compatibility with CMake < 2.8.12 will be removed from a future version of
| CMake.
| Update the VERSION argument <min> value or use a ...<max> suffix to tell
| CMake that the project does not need compatibility with older versions.
| -- Found JPEG: /usr/lib/x86_64-linux-gnu/libjpeg.so (found version "62")
| CMake Warning (dev) at CMakeLists.txt:45 (if):
| Policy CMP0064 is not set: Support new TEST if() operator. Run "cmake
| --help-policy CMP0064" for policy details. Use the cmake_policy command to
| set the policy and suppress this warning.
| TEST will be interpreted as an operator when the policy is set to NEW.
| Since the policy is not set the OLD behavior will be used.
| This warning is for project developers. Use -Wno-dev to suppress it.
| Building ver.: 0.0.1770
| Packaging for: amd-64
| -- Configuring done
| -- Generating done
| -- Build files have been written to: <https://builder.linuxtv.org/job/libcamera/ws/build/subprojects/libyuv/__CMake_build>
libyuv| CMake configuration: SUCCEEDED
libyuv| CMake project YUV has 3 build targets.
cmake-ast| Processing generated meson AST
cmake-ast| Build file: <https://builder.linuxtv.org/job/libcamera/ws/build/subprojects/libyuv/meson.build>
libyuv| DEPRECATION: Option 'v4l2' value 'true' is replaced by 'enabled'
libyuv| Project name: YUV
libyuv| Project version: undefined
libyuv| C++ compiler for the host machine: ccache c++ (gcc 12.2.0 "c++ (Debian 12.2.0-14) 12.2.0")
libyuv| C++ linker for the host machine: c++ ld.bfd 2.40
libyuv| Build targets in project: 23
libyuv| Subproject libyuv finished.
Library atomic found: YES
Run-time dependency threads found: YES
Run-time dependency libdw found: YES 0.188
Run-time dependency libunwind found: YES 1.6.2
Header "execinfo.h" has symbol "backtrace" : YES
Checking for function "dlopen" : YES
Run-time dependency libudev found: YES 252
Run-time dependency yaml-0.1 found: YES 0.2.5
Run-time dependency gnutls found: YES 3.7.9
Run-time dependency libexif found: YES 0.6.24
Run-time dependency libjpeg found: YES 2.1.5
Run-time dependency libhardware found: NO (tried pkgconfig and cmake)
Run-time dependency libevent_pthreads found: YES 2.1.12-stable
Run-time dependency libtiff-4 found: YES 4.5.0
Run-time dependency GTest found: NO (tried pkgconfig and system)
Looking for a fallback subproject for the dependency gtest
Executing subproject gtest
gtest| DEPRECATION: Option 'v4l2' value 'true' is replaced by 'enabled'
gtest| Project name: gtest
gtest| Project version: 1.11.0
gtest| C++ compiler for the host machine: ccache c++ (gcc 12.2.0 "c++ (Debian 12.2.0-14) 12.2.0")
gtest| C++ linker for the host machine: c++ ld.bfd 2.40
gtest| Dependency threads found: YES unknown (cached)
gtest| Dependency threads found: YES unknown (cached)
gtest| Dependency threads found: YES unknown (cached)
gtest| Dependency threads found: YES unknown (cached)
gtest| Build targets in project: 50
gtest| Subproject gtest finished.
Dependency gtest from subproject subprojects/googletest-release-1.11.0 found: YES 1.11.0
Run-time dependency libdrm found: YES 2.4.114
Dependency libjpeg found: YES 2.1.5 (cached)
Run-time dependency sdl2 found: YES 2.26.5
Run-time dependency qt6 (modules: Core, Gui, OpenGL, OpenGLWidgets, Widgets) found: NO (tried pkgconfig)
Run-time dependency glib-2.0 found: YES 2.74.6
Run-time dependency gstreamer-video-1.0 found: YES 1.22.0
Run-time dependency gstreamer-allocators-1.0 found: YES 1.22.0
Run-time dependency python3 found: YES 3.11
Run-time dependency pybind11 found: NO (tried pkgconfig and cmake)
Configuring libcamerify using configuration
Program doxygen found: YES (/usr/bin/doxygen)
Program dot found: YES (/usr/bin/dot)
Configuring Doxyfile-common using configuration
Configuring Doxyfile-public.tmpl using configuration
Configuring Doxyfile-internal using configuration
Program sphinx-build found: YES (/var/lib/jenkins/.local/bin/sphinx-build)
Program python3 found: YES (/usr/bin/python3)
Documentation/meson.build:137:8: ERROR: Problem encountered: sphinxcontrib.doxylink module 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 #1449
2025-07-31 9:48 ` Build failed in Jenkins: libcamera #1448 Jenkins Builder Robot
@ 2025-07-31 10:33 ` Jenkins Builder Robot
2025-07-31 23:33 ` Build failed in Jenkins: libcamera #1450 Jenkins Builder Robot
0 siblings, 1 reply; 6+ messages in thread
From: Jenkins Builder Robot @ 2025-07-31 10:33 UTC (permalink / raw)
To: mchehab, linux-media, libcamera-devel
See <https://builder.linuxtv.org/job/libcamera/1449/display/redirect?page=changes>
Changes:
[barnabas.pocze] libcamera: process: Use `pid_` member to decide if running
[barnabas.pocze] libcamera: process: start(): Use span instead of vector
------------------------------------------
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 --resolve-git-dir <https://builder.linuxtv.org/job/libcamera/ws/.git> # 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.39.5'
> 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
Checking out Revision 7a42f3c3d88926aa05b07d9c6a783bdbbfb73610 (refs/remotes/origin/master)
> git config core.sparsecheckout # timeout=10
> git checkout -f 7a42f3c3d88926aa05b07d9c6a783bdbbfb73610 # timeout=10
Commit message: "libcamera: process: start(): Use span instead of vector"
> git rev-list --no-walk b0db9388f650fe0e00c0db0af488cd7a2d5dd4bb # timeout=10
The recommended git tool is: NONE
No credentials specified
> git rev-parse 7a42f3c3d88926aa05b07d9c6a783bdbbfb73610^{commit} # timeout=10
The recommended git tool is: NONE
No credentials specified
[GitCheckoutListener] Recording commits of 'git git://linuxtv.org/libcamera.git'
[GitCheckoutListener] Found previous build 'libcamera #1448' that contains recorded Git commits
[GitCheckoutListener] -> Starting recording of new commits since 'b0db938'
[GitCheckoutListener] -> Single parent commit found - branch is already descendant of target branch head
[GitCheckoutListener] -> Using head commit '7a42f3c' as starting point
[GitCheckoutListener] -> Recorded 2 new commits
[GitCheckoutListener] -> Git commit decorator could not be created for SCM 'hudson.plugins.git.GitSCM@2f641b9d'
[libcamera] $ /bin/sh -xe /tmp/jenkins7446156597352370072.sh
+ rm -rf build
+ meson setup -Dandroid=auto -Dv4l2=true build
The Meson build system
Version: 1.0.1
Source dir: <https://builder.linuxtv.org/job/libcamera/ws/>
Build dir: <https://builder.linuxtv.org/job/libcamera/ws/build>
Build type: native build
DEPRECATION: Option 'v4l2' value 'true' is replaced by 'enabled'
Project name: libcamera
Project version: 0.5.1
C compiler for the host machine: ccache cc (gcc 12.2.0 "cc (Debian 12.2.0-14) 12.2.0")
C linker for the host machine: cc ld.bfd 2.40
C++ compiler for the host machine: ccache c++ (gcc 12.2.0 "c++ (Debian 12.2.0-14) 12.2.0")
C++ linker for the host machine: c++ ld.bfd 2.40
Host machine cpu family: x86_64
Host machine cpu: x86_64
Header "fcntl.h" has symbol "F_ADD_SEALS" : YES
Header "unistd.h" has symbol "issetugid" : NO
Header "locale.h" has symbol "locale_t" : YES
Header "sys/mman.h" has symbol "memfd_create" : YES
Header "stdlib.h" has symbol "secure_getenv" : YES
Compiler for C supports arguments -Wno-c99-designator: NO
Found pkg-config: /usr/bin/pkg-config (1.8.1)
Run-time dependency lttng-ust found: YES 2.13.5
Program ./parser.py found: YES (<https://builder.linuxtv.org/job/libcamera/ws/utils/codegen/ipc/./parser.py)>
Program ./generate.py found: YES (<https://builder.linuxtv.org/job/libcamera/ws/utils/codegen/ipc/./generate.py)>
Program ./extract-docs.py found: YES (<https://builder.linuxtv.org/job/libcamera/ws/utils/codegen/ipc/./extract-docs.py)>
Configuring version.h using configuration
Program openssl found: YES (/usr/bin/openssl)
Found CMake: /usr/bin/cmake (3.25.1)
Run-time dependency libyuv found: NO (tried pkgconfig and cmake)
Has header "libyuv.h" : NO
Executing subproject libyuv method cmake
libyuv| Found CMake: /usr/bin/cmake (3.25.1)
| Configuring the build directory with CMake version 3.25.1
| Running CMake with: -G Ninja -DCMAKE_INSTALL_PREFIX=/usr/local -DCMAKE_POSITION_INDEPENDENT_CODE=ON
| - build directory: <https://builder.linuxtv.org/job/libcamera/ws/build/subprojects/libyuv/__CMake_build>
| - source directory: <https://builder.linuxtv.org/job/libcamera/ws/subprojects/libyuv>
| - toolchain file: <https://builder.linuxtv.org/job/libcamera/ws/build/subprojects/libyuv/__CMake_build/CMakeMesonToolchainFile.cmake>
| - preload file: /usr/lib/python3/dist-packages/mesonbuild/cmake/data/preload.cmake
| - trace args: --trace-expand --trace-format=json-v1 --no-warn-unused-cli --trace-redirect=cmake_trace.txt
| - disabled policy warnings: [CMP0025, CMP0047, CMP0056, CMP0060, CMP0065, CMP0066, CMP0067, CMP0082, CMP0089, CMP0102]
| Running with expanded trace output on.
| Not searching for unused variables given on the command line.
| Trace will be written to cmake_trace.txt
| -- The C compiler identification is GNU 12.2.0
| -- The CXX compiler identification is GNU 12.2.0
| -- Detecting C compiler ABI info
| -- Detecting C compiler ABI info - done
| -- Check for working C compiler: /usr/lib/ccache/cc - skipped
| -- Detecting C compile features
| -- Detecting C compile features - done
| -- Detecting CXX compiler ABI info
| -- Detecting CXX compiler ABI info - done
| -- Check for working CXX compiler: /usr/lib/ccache/c++ - skipped
| -- Detecting CXX compile features
| -- Detecting CXX compile features - done
| CMake Deprecation Warning at CMakeLists.txt:6 (CMAKE_MINIMUM_REQUIRED):
| Compatibility with CMake < 2.8.12 will be removed from a future version of
| CMake.
| Update the VERSION argument <min> value or use a ...<max> suffix to tell
| CMake that the project does not need compatibility with older versions.
| -- Found JPEG: /usr/lib/x86_64-linux-gnu/libjpeg.so (found version "62")
| CMake Warning (dev) at CMakeLists.txt:45 (if):
| Policy CMP0064 is not set: Support new TEST if() operator. Run "cmake
| --help-policy CMP0064" for policy details. Use the cmake_policy command to
| set the policy and suppress this warning.
| TEST will be interpreted as an operator when the policy is set to NEW.
| Since the policy is not set the OLD behavior will be used.
| This warning is for project developers. Use -Wno-dev to suppress it.
| Building ver.: 0.0.1770
| Packaging for: amd-64
| -- Configuring done
| -- Generating done
| -- Build files have been written to: <https://builder.linuxtv.org/job/libcamera/ws/build/subprojects/libyuv/__CMake_build>
libyuv| CMake configuration: SUCCEEDED
libyuv| CMake project YUV has 3 build targets.
cmake-ast| Processing generated meson AST
cmake-ast| Build file: <https://builder.linuxtv.org/job/libcamera/ws/build/subprojects/libyuv/meson.build>
libyuv| DEPRECATION: Option 'v4l2' value 'true' is replaced by 'enabled'
libyuv| Project name: YUV
libyuv| Project version: undefined
libyuv| C++ compiler for the host machine: ccache c++ (gcc 12.2.0 "c++ (Debian 12.2.0-14) 12.2.0")
libyuv| C++ linker for the host machine: c++ ld.bfd 2.40
libyuv| Build targets in project: 23
libyuv| Subproject libyuv finished.
Library atomic found: YES
Run-time dependency threads found: YES
Run-time dependency libdw found: YES 0.188
Run-time dependency libunwind found: YES 1.6.2
Header "execinfo.h" has symbol "backtrace" : YES
Checking for function "dlopen" : YES
Run-time dependency libudev found: YES 252
Run-time dependency yaml-0.1 found: YES 0.2.5
Run-time dependency gnutls found: YES 3.7.9
Run-time dependency libexif found: YES 0.6.24
Run-time dependency libjpeg found: YES 2.1.5
Run-time dependency libhardware found: NO (tried pkgconfig and cmake)
Run-time dependency libevent_pthreads found: YES 2.1.12-stable
Run-time dependency libtiff-4 found: YES 4.5.0
Run-time dependency GTest found: NO (tried pkgconfig and system)
Looking for a fallback subproject for the dependency gtest
Executing subproject gtest
gtest| DEPRECATION: Option 'v4l2' value 'true' is replaced by 'enabled'
gtest| Project name: gtest
gtest| Project version: 1.11.0
gtest| C++ compiler for the host machine: ccache c++ (gcc 12.2.0 "c++ (Debian 12.2.0-14) 12.2.0")
gtest| C++ linker for the host machine: c++ ld.bfd 2.40
gtest| Dependency threads found: YES unknown (cached)
gtest| Dependency threads found: YES unknown (cached)
gtest| Dependency threads found: YES unknown (cached)
gtest| Dependency threads found: YES unknown (cached)
gtest| Build targets in project: 50
gtest| Subproject gtest finished.
Dependency gtest from subproject subprojects/googletest-release-1.11.0 found: YES 1.11.0
Run-time dependency libdrm found: YES 2.4.114
Dependency libjpeg found: YES 2.1.5 (cached)
Run-time dependency sdl2 found: YES 2.26.5
Run-time dependency qt6 (modules: Core, Gui, OpenGL, OpenGLWidgets, Widgets) found: NO (tried pkgconfig)
Run-time dependency glib-2.0 found: YES 2.74.6
Run-time dependency gstreamer-video-1.0 found: YES 1.22.0
Run-time dependency gstreamer-allocators-1.0 found: YES 1.22.0
Run-time dependency python3 found: YES 3.11
Run-time dependency pybind11 found: NO (tried pkgconfig and cmake)
Configuring libcamerify using configuration
Program doxygen found: YES (/usr/bin/doxygen)
Program dot found: YES (/usr/bin/dot)
Configuring Doxyfile-common using configuration
Configuring Doxyfile-public.tmpl using configuration
Configuring Doxyfile-internal using configuration
Program sphinx-build found: YES (/var/lib/jenkins/.local/bin/sphinx-build)
Program python3 found: YES (/usr/bin/python3)
Documentation/meson.build:137:8: ERROR: Problem encountered: sphinxcontrib.doxylink module 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 #1450
2025-07-31 10:33 ` Build failed in Jenkins: libcamera #1449 Jenkins Builder Robot
@ 2025-07-31 23:33 ` Jenkins Builder Robot
2025-07-31 23:39 ` Jenkins build is back to normal : libcamera #1451 Jenkins Builder Robot
0 siblings, 1 reply; 6+ messages in thread
From: Jenkins Builder Robot @ 2025-07-31 23:33 UTC (permalink / raw)
To: mchehab, linux-media, libcamera-devel
See <https://builder.linuxtv.org/job/libcamera/1450/display/redirect>
Changes:
------------------------------------------
Started by user Mauro Carvalho Chehab
Running as Mauro Carvalho Chehab
Building remotely on slave0 in workspace <https://builder.linuxtv.org/job/libcamera/ws/>
The recommended git tool is: NONE
No credentials specified
> git rev-parse --resolve-git-dir <https://builder.linuxtv.org/job/libcamera/ws/.git> # 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.39.5'
> 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
Checking out Revision 7a42f3c3d88926aa05b07d9c6a783bdbbfb73610 (refs/remotes/origin/master)
> git config core.sparsecheckout # timeout=10
> git checkout -f 7a42f3c3d88926aa05b07d9c6a783bdbbfb73610 # timeout=10
Commit message: "libcamera: process: start(): Use span instead of vector"
> git rev-list --no-walk 7a42f3c3d88926aa05b07d9c6a783bdbbfb73610 # timeout=10
The recommended git tool is: NONE
No credentials specified
> git rev-parse 7a42f3c3d88926aa05b07d9c6a783bdbbfb73610^{commit} # timeout=10
The recommended git tool is: NONE
No credentials specified
[GitCheckoutListener] Recording commits of 'git git://linuxtv.org/libcamera.git'
[GitCheckoutListener] Found previous build 'libcamera #1449' that contains recorded Git commits
[GitCheckoutListener] -> Starting recording of new commits since '7a42f3c'
[GitCheckoutListener] -> Single parent commit found - branch is already descendant of target branch head
[GitCheckoutListener] -> Using head commit '7a42f3c' as starting point
[GitCheckoutListener] -> No new commits found
[GitCheckoutListener] -> Git commit decorator could not be created for SCM 'hudson.plugins.git.GitSCM@2f641b9d'
[libcamera] $ /bin/sh -xe /tmp/jenkins12326903821414959293.sh
+ rm -rf build
+ meson setup -Dandroid=auto -Dv4l2=true build
The Meson build system
Version: 1.0.1
Source dir: <https://builder.linuxtv.org/job/libcamera/ws/>
Build dir: <https://builder.linuxtv.org/job/libcamera/ws/build>
Build type: native build
DEPRECATION: Option 'v4l2' value 'true' is replaced by 'enabled'
Project name: libcamera
Project version: 0.5.1
C compiler for the host machine: ccache cc (gcc 12.2.0 "cc (Debian 12.2.0-14+deb12u1) 12.2.0")
C linker for the host machine: cc ld.bfd 2.40
C++ compiler for the host machine: ccache c++ (gcc 12.2.0 "c++ (Debian 12.2.0-14+deb12u1) 12.2.0")
C++ linker for the host machine: c++ ld.bfd 2.40
Host machine cpu family: x86_64
Host machine cpu: x86_64
Header "fcntl.h" has symbol "F_ADD_SEALS" : YES
Header "unistd.h" has symbol "issetugid" : NO
Header "locale.h" has symbol "locale_t" : YES
Header "sys/mman.h" has symbol "memfd_create" : YES
Header "stdlib.h" has symbol "secure_getenv" : YES
Compiler for C supports arguments -Wno-c99-designator: NO
Found pkg-config: /usr/bin/pkg-config (1.8.1)
Run-time dependency lttng-ust found: YES 2.13.5
Program ./parser.py found: YES (<https://builder.linuxtv.org/job/libcamera/ws/utils/codegen/ipc/./parser.py)>
Program ./generate.py found: YES (<https://builder.linuxtv.org/job/libcamera/ws/utils/codegen/ipc/./generate.py)>
Program ./extract-docs.py found: YES (<https://builder.linuxtv.org/job/libcamera/ws/utils/codegen/ipc/./extract-docs.py)>
Configuring version.h using configuration
Program openssl found: YES (/usr/bin/openssl)
Found CMake: /usr/bin/cmake (3.25.1)
Run-time dependency libyuv found: NO (tried pkgconfig and cmake)
Has header "libyuv.h" : NO
Executing subproject libyuv method cmake
libyuv| Found CMake: /usr/bin/cmake (3.25.1)
| Configuring the build directory with CMake version 3.25.1
| Running CMake with: -G Ninja -DCMAKE_INSTALL_PREFIX=/usr/local -DCMAKE_POSITION_INDEPENDENT_CODE=ON
| - build directory: <https://builder.linuxtv.org/job/libcamera/ws/build/subprojects/libyuv/__CMake_build>
| - source directory: <https://builder.linuxtv.org/job/libcamera/ws/subprojects/libyuv>
| - toolchain file: <https://builder.linuxtv.org/job/libcamera/ws/build/subprojects/libyuv/__CMake_build/CMakeMesonToolchainFile.cmake>
| - preload file: /usr/lib/python3/dist-packages/mesonbuild/cmake/data/preload.cmake
| - trace args: --trace-expand --trace-format=json-v1 --no-warn-unused-cli --trace-redirect=cmake_trace.txt
| - disabled policy warnings: [CMP0025, CMP0047, CMP0056, CMP0060, CMP0065, CMP0066, CMP0067, CMP0082, CMP0089, CMP0102]
| Running with expanded trace output on.
| Not searching for unused variables given on the command line.
| Trace will be written to cmake_trace.txt
| -- The C compiler identification is GNU 12.2.0
| -- The CXX compiler identification is GNU 12.2.0
| -- Detecting C compiler ABI info
| -- Detecting C compiler ABI info - done
| -- Check for working C compiler: /usr/bin/cc - skipped
| -- Detecting C compile features
| -- Detecting C compile features - done
| -- Detecting CXX compiler ABI info
| -- Detecting CXX compiler ABI info - done
| -- Check for working CXX compiler: /usr/bin/c++ - skipped
| -- Detecting CXX compile features
| -- Detecting CXX compile features - done
| CMake Deprecation Warning at CMakeLists.txt:6 (CMAKE_MINIMUM_REQUIRED):
| Compatibility with CMake < 2.8.12 will be removed from a future version of
| CMake.
| Update the VERSION argument <min> value or use a ...<max> suffix to tell
| CMake that the project does not need compatibility with older versions.
| -- Found JPEG: /usr/lib/x86_64-linux-gnu/libjpeg.so (found version "62")
| CMake Warning (dev) at CMakeLists.txt:45 (if):
| Policy CMP0064 is not set: Support new TEST if() operator. Run "cmake
| --help-policy CMP0064" for policy details. Use the cmake_policy command to
| set the policy and suppress this warning.
| TEST will be interpreted as an operator when the policy is set to NEW.
| Since the policy is not set the OLD behavior will be used.
| This warning is for project developers. Use -Wno-dev to suppress it.
| Building ver.: 0.0.1770
| Packaging for: amd-64
| -- Configuring done
| -- Generating done
| -- Build files have been written to: <https://builder.linuxtv.org/job/libcamera/ws/build/subprojects/libyuv/__CMake_build>
libyuv| CMake configuration: SUCCEEDED
libyuv| CMake project YUV has 3 build targets.
cmake-ast| Processing generated meson AST
cmake-ast| Build file: <https://builder.linuxtv.org/job/libcamera/ws/build/subprojects/libyuv/meson.build>
libyuv| DEPRECATION: Option 'v4l2' value 'true' is replaced by 'enabled'
libyuv| Project name: YUV
libyuv| Project version: undefined
libyuv| C++ compiler for the host machine: ccache c++ (gcc 12.2.0 "c++ (Debian 12.2.0-14+deb12u1) 12.2.0")
libyuv| C++ linker for the host machine: c++ ld.bfd 2.40
libyuv| Build targets in project: 23
libyuv| Subproject libyuv finished.
Library atomic found: YES
Run-time dependency threads found: YES
Run-time dependency libdw found: YES 0.188
Run-time dependency libunwind found: YES 1.6.2
Header "execinfo.h" has symbol "backtrace" : YES
Checking for function "dlopen" : YES
Run-time dependency libudev found: YES 252
Run-time dependency yaml-0.1 found: YES 0.2.5
Run-time dependency gnutls found: YES 3.7.9
Run-time dependency libexif found: YES 0.6.24
Run-time dependency libjpeg found: YES 2.1.5
Run-time dependency libhardware found: NO (tried pkgconfig and cmake)
Run-time dependency libevent_pthreads found: YES 2.1.12-stable
Run-time dependency libtiff-4 found: YES 4.5.0
Run-time dependency GTest found: NO (tried pkgconfig and system)
Looking for a fallback subproject for the dependency gtest
Executing subproject gtest
gtest| DEPRECATION: Option 'v4l2' value 'true' is replaced by 'enabled'
gtest| Project name: gtest
gtest| Project version: 1.11.0
gtest| C++ compiler for the host machine: ccache c++ (gcc 12.2.0 "c++ (Debian 12.2.0-14+deb12u1) 12.2.0")
gtest| C++ linker for the host machine: c++ ld.bfd 2.40
gtest| Dependency threads found: YES unknown (cached)
gtest| Dependency threads found: YES unknown (cached)
gtest| Dependency threads found: YES unknown (cached)
gtest| Dependency threads found: YES unknown (cached)
gtest| Build targets in project: 50
gtest| Subproject gtest finished.
Dependency gtest from subproject subprojects/googletest-release-1.11.0 found: YES 1.11.0
Run-time dependency libdrm found: YES 2.4.114
Dependency libjpeg found: YES 2.1.5 (cached)
Run-time dependency sdl2 found: YES 2.26.5
Run-time dependency qt6 (modules: Core, Gui, OpenGL, OpenGLWidgets, Widgets) found: NO (tried pkgconfig)
Run-time dependency glib-2.0 found: YES 2.74.6
Run-time dependency gstreamer-video-1.0 found: YES 1.22.0
Run-time dependency gstreamer-allocators-1.0 found: YES 1.22.0
Run-time dependency python3 found: YES 3.11
Run-time dependency pybind11 found: NO (tried pkgconfig and cmake)
Configuring libcamerify using configuration
Program doxygen found: YES (/usr/bin/doxygen)
Program dot found: YES (/usr/bin/dot)
Configuring Doxyfile-common using configuration
Configuring Doxyfile-public.tmpl using configuration
Configuring Doxyfile-internal using configuration
Program sphinx-build found: YES (/usr/bin/sphinx-build)
Program python3 found: YES (/usr/bin/python3)
Documentation/meson.build:137:8: ERROR: Problem encountered: sphinxcontrib.doxylink module 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 #1451
2025-07-31 23:33 ` Build failed in Jenkins: libcamera #1450 Jenkins Builder Robot
@ 2025-07-31 23:39 ` Jenkins Builder Robot
0 siblings, 0 replies; 6+ messages in thread
From: Jenkins Builder Robot @ 2025-07-31 23:39 UTC (permalink / raw)
To: mchehab, linux-media, libcamera-devel
See <https://builder.linuxtv.org/job/libcamera/1451/display/redirect>
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2025-07-31 23:39 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-07-30 16:33 Build failed in Jenkins: libcamera #1446 Jenkins Builder Robot
2025-07-30 21:18 ` Build failed in Jenkins: libcamera #1447 Jenkins Builder Robot
2025-07-31 9:48 ` Build failed in Jenkins: libcamera #1448 Jenkins Builder Robot
2025-07-31 10:33 ` Build failed in Jenkins: libcamera #1449 Jenkins Builder Robot
2025-07-31 23:33 ` Build failed in Jenkins: libcamera #1450 Jenkins Builder Robot
2025-07-31 23:39 ` Jenkins build is back to normal : libcamera #1451 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).