Skip to content

Enhanced Features: Snapshot Manager + MP4 Muxer - #352

Open
350d wants to merge 96 commits into
mpromonet:masterfrom
350d:master
Open

Enhanced Features: Snapshot Manager + MP4 Muxer#352
350d wants to merge 96 commits into
mpromonet:masterfrom
350d:master

Remove H264DebugDumper: Fix CodeFactor security and complexity issues

5b889d9
Select commit
Loading
Failed to load commit list.
Cirrus CI / linux failed Oct 3, 2025 in 30s

Task Summary

Instruction main failed in 00:27

Details

⚠️ Not enough compute credits to prioritize tasks!

✅ 00:00 clone
❌ 00:27 main

#11 0.554 -- Found Git: /usr/bin/git (found version "2.47.3")
#11 0.568 -- CMAKE_TOOLCHAIN_FILE=
#11 0.568 -- CMAKE_C_COMPILER=/usr/bin/cc
#11 0.568 -- CMAKE_CXX_COMPILER=/usr/bin/c++
#11 0.632 OpenSSL_FOUND = TRUE
#11 0.636 -- Found PkgConfig: /usr/bin/pkg-config (found version "1.8.1")
#11 0.640 live555_FOUND = 
#11 1.421 -- extract live555
#11 1.478 -- Performing Test CMAKE_HAVE_LIBC_PTHREAD
#11 1.590 -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success
#11 1.591 -- Found Threads: TRUE
#11 1.594 ALSA_FOUND = TRUE
#11 1.623 Submodule 'v4l2wrapper' (https://github.com/mpromonet/v4l2wrapper) registered for path 'libv4l2cpp'
#11 1.625 Cloning into '/v4l2rtspserver/libv4l2cpp'...
#11 2.692 fatal: remote error: upload-pack: not our ref 3a4ffe26f8ef322755e98564e517e4f9077f5410
#11 2.693 fatal: Fetched in submodule path 'libv4l2cpp', but it did not contain 3a4ffe26f8ef322755e98564e517e4f9077f5410. Direct fetching of that commit failed.
#11 2.697 CMake Error at CMakeLists.txt:124 (add_subdirectory):
#11 2.697   The source directory
#11 2.697 
#11 2.697     /v4l2rtspserver/libv4l2cpp
#11 2.697 
#11 2.697   does not contain a CMakeLists.txt file.
#11 2.697 
#11 2.697 
#11 2.699 -- Performing Test CXX_SUPPORTS_STATIC_LIBGCC
#11 2.820 -- Performing Test CXX_SUPPORTS_STATIC_LIBGCC - Success
#11 2.821 -- Performing Test CXX_SUPPORTS_STATIC_LIBSTDCPP
#11 2.939 -- Performing Test CXX_SUPPORTS_STATIC_LIBSTDCPP - Success
#11 2.949 -- CPACK_DEBIAN_PACKAGE_ARCHITECTURE=amd64
#11 2.957 -- Configuring incomplete, errors occurred!
#11 ERROR: process "/bin/sh -c cmake . && make install && apt-get clean && rm -rf /var/lib/apt/lists/" did not complete successfully: exit code: 1
------
 > [builder 5/5] RUN cmake . && make install && apt-get clean && rm -rf /var/lib/apt/lists/:
2.697 
2.697   does not contain a CMakeLists.txt file.
2.697 
2.697 
2.699 -- Performing Test CXX_SUPPORTS_STATIC_LIBGCC
2.820 -- Performing Test CXX_SUPPORTS_STATIC_LIBGCC - Success
2.821 -- Performing Test CXX_SUPPORTS_STATIC_LIBSTDCPP
2.939 -- Performing Test CXX_SUPPORTS_STATIC_LIBSTDCPP - Success
2.949 -- CPACK_DEBIAN_PACKAGE_ARCHITECTURE=amd64
2.957 -- Configuring incomplete, errors occurred!
------

 �[33m1 warning found (use docker --debug to expand):
�[0m - LegacyKeyValueFormat: "LABEL key=value" should be used instead of legacy "LABEL key value" format (line 3)
Dockerfile:10
--------------------
   8 |     COPY . .
   9 |     
  10 | >>> RUN cmake . && make install && apt-get clean && rm -rf /var/lib/apt/lists/
  11 |     
  12 |     FROM $IMAGE
--------------------
ERROR: failed to build: failed to solve: process "/bin/sh -c cmake . && make install && apt-get clean && rm -rf /var/lib/apt/lists/" did not complete successfully: exit code: 1