Bug#1144031: opencv: FTBFS with ffmpeg 9.0

Sebastian Ramacher sramacher at debian.org
Sun Aug 9 23:34:34 BST 2026


Source: opencv
Version: 4.10.0+dfsg-8
Severity: important
Tags: ftbfs sid forky
X-Debbugs-Cc: sramacher at debian.org
Usertags: ffmpeg-9.0

Dear maintainer,

opencv FTBFS with ffmpeg 9.0 (available in experimental).

FAILED: [code=1] modules/videoio/CMakeFiles/opencv_videoio.dir/src/cap_ffmpeg.cpp.o 
/usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -DENABLE_PLUGINS -DHAVE_CAMV4L2 -DHAVE_DC1394_2 -DHAVE_FFMPEG -DHAVE_GPHOTO2 -DHAVE_GSTREAMER -DHAVE_OBSENSOR -DHAVE_OBSENSOR_V4L2 -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/videoio/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/videoio -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgcodecs/include -isystem /usr/include/gdal -isystem /usr/include/eigen3 -isystem /usr/include/gstreamer-1.0 -isystem /usr/include/glib-2.0 -isystem /usr/lib/aarch64-linux-gnu/glib-2.0/include -isystem /usr/include/sysprof-6 -isystem /usr/include/orc-0.4 -isystem /usr/include/libdrm -isystem /usr/include/CL -isystem /usr/include/gphoto2 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/videoio/CMakeFiles/opencv_videoio.dir/src/cap_ffmpeg.cpp.o -MF modules/videoio/CMakeFiles/opencv_videoio.dir/src/cap_ffmpeg.cpp.o.d -o modules/videoio/CMakeFiles/opencv_videoio.dir/src/cap_ffmpeg.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/videoio/src/cap_ffmpeg.cpp
In file included from /build/reproducible-path/opencv-4.10.0+dfsg/modules/videoio/src/cap_ffmpeg_impl.hpp:175,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/videoio/src/cap_ffmpeg.cpp:50:
/build/reproducible-path/opencv-4.10.0+dfsg/modules/videoio/src/cap_ffmpeg_hw.hpp: In function ‘AVCodec* hw_find_codec(AVCodecID, AVHWDeviceType, int (*)(const AVCodec*), const char*, AVPixelFormat*)’:
/build/reproducible-path/opencv-4.10.0+dfsg/modules/videoio/src/cap_ffmpeg_hw.hpp:741:82: error: ‘AVCodec’ {aka ‘struct AVCodec’} has no member named ‘pix_fmts’
  741 |             if (av_codec_is_encoder(c) && hw_native_fmt != AV_PIX_FMT_NONE && c->pix_fmts) {
      |                                                                                  ^~~~~~~~
/build/reproducible-path/opencv-4.10.0+dfsg/modules/videoio/src/cap_ffmpeg_hw.hpp:742:36: error: ‘AVCodec’ {aka ‘struct AVCodec’} has no member named ‘pix_fmts’
  742 |                 for (int i = 0; c->pix_fmts[i] != AV_PIX_FMT_NONE; i++) {
      |                                    ^~~~~~~~
/build/reproducible-path/opencv-4.10.0+dfsg/modules/videoio/src/cap_ffmpeg_hw.hpp:743:28: error: ‘AVCodec’ {aka ‘struct AVCodec’} has no member named ‘pix_fmts’
  743 |                     if (c->pix_fmts[i] == hw_native_fmt) {
      |                            ^~~~~~~~
/build/reproducible-path/opencv-4.10.0+dfsg/modules/videoio/src/cap_ffmpeg_impl.hpp: In function ‘AVCodecContext* icv_configure_video_stream_FFMPEG(AVFormatContext*, AVStream*, const AVCodec*, int, int, int, double, AVPixelFormat, int, AVCodecID)’:
/build/reproducible-path/opencv-4.10.0+dfsg/modules/videoio/src/cap_ffmpeg_impl.hpp:2295:24: error: ‘const AVCodec’ {aka ‘const struct AVCodec’} has no member named ‘supported_framerates’
 2295 |     if(codec && codec->supported_framerates){
      |                        ^~~~~~~~~~~~~~~~~~~~
/build/reproducible-path/opencv-4.10.0+dfsg/modules/videoio/src/cap_ffmpeg_impl.hpp:2296:37: error: ‘const AVCodec’ {aka ‘const struct AVCodec’} has no member named ‘supported_framerates’
 2296 |         const AVRational *p= codec->supported_framerates;
      |                                     ^~~~~~~~~~~~~~~~~~~~

See the attached build log for more details.

Cheers
-- 
Sebastian Ramacher
-------------- next part --------------
sbuild (Debian sbuild) 0.89.3+deb13u4 (28 December 2025) on alderamin

+==============================================================================+
| opencv (arm64)                               Sun, 09 Aug 2026 19:44:23 +0000 |
+==============================================================================+

Package: opencv
Distribution: unstable
Machine Architecture: arm64
Host Architecture: arm64
Build Architecture: arm64
Build Type: any

I: Setting up the chroot...
I: Creating chroot session...
I: Setting up log color...
I: Setting up apt archive...
Copying ./minidlna_1.3.3+dfsg-1.1_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./libqt6multimedia6_6.10.2-4_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./heif-gdk-pixbuf-dbgsym_1.23.1-1_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./goldendict-ng_26.5.2-2_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./xmms2-plugin-vocoder_0.8+dfsg-30_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./handbrake_1.11.2+ds1-1_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./xmms2-plugin-asx_0.8+dfsg-30_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./xmms2-plugin-curl-dbgsym_0.8+dfsg-30_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./mpv_0.41.0-2_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./libxmmsclient++-glib-dev_0.8+dfsg-30_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./libswscale-dev_9.0-1_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./localsearch_3.11.1-3_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./janus_1.4.1+ds-4_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./mpv-mpris_1.2-1_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./vlc-plugin-svg_3.0.23-3_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./xmms2-plugin-apefile_0.8+dfsg-30_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./gerbera-dbgsym_2.4.1+dfsg-2_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./gr-framework_0.73.26+dfsg-1_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./xmms2-plugin-xspf-dbgsym_0.8+dfsg-30_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./libxine2-console_1.2.13+hg20251029-2_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./libneatvnc-dev_1.0.1+dfsg-1_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./libheif-plugin-ffmpegdec-dbgsym_1.23.1-1_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./ffplay_9.0-1_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./libxmmsclient-glib1-dbgsym_0.8+dfsg-30_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./libxmmsclient++-glib1v5-dbgsym_0.8+dfsg-30_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./libaubio-dev_0.4.9-5_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./xmms2-plugin-ao_0.8+dfsg-30_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./gmerlin-encoders-extra_2.0.0-2_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./libnotcurses3_3.0.17+dfsg-3_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./gmerlin-plugins-avdecoder_2.0.0+ds-4_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./kylin-video_3.1.4-1_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./python3-netgen_6.2.2604+dfsg1-1_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./libavifile-0.7c2_0.7.48~20090503.ds-32_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./xmms2-plugin-smb-dbgsym_0.8+dfsg-30_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./xmms2-plugin-oss-dbgsym_0.8+dfsg-30_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./vlc-plugin-video-splitter_3.0.23-3_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./openmw-launcher_0.51.0-1_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./xmms2-plugin-mpg123-dbgsym_0.8+dfsg-30_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./python3-av_17.1.0+ds-1_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./libavutil61_9.0-1_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./libheif-plugin-aomdec-dbgsym_1.23.1-1_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./libxine2-misc-plugins-dbgsym_1.2.13+hg20251029-2_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./indi-webcam_1.0+20221222161740-3_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./libk3b8t64_26.04.0-1_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./libheif-plugin-libde265_1.23.1-1_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./libheif-plugin-rav1e_1.23.1-1_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./qtox_1.18.3-2_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./libxmmsclient++-glib1v5_0.8+dfsg-30_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./libheif-plugin-aomenc-dbgsym_1.23.1-1_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./xmms2-plugin-html-dbgsym_0.8+dfsg-30_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./obs-studio-dbgsym_32.1.2+ds-1_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./libk3b-dev_26.04.0-1_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./xmms2-plugin-xml_0.8+dfsg-30_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./xmms2_0.8+dfsg-30_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./xmms2-plugin-asf_0.8+dfsg-30_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./freerdp3-dev_3.30.0+dfsg-1_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./libxmmsclient++4v5-dbgsym_0.8+dfsg-30_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./localsearch-extractor-iso_3.11.1-3_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./libxine2_1.2.13+hg20251029-2_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./squeezelite-pulseaudio_2.0.0-1577+git20260612.d0d1740-1_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./libxine2-ffmpeg_1.2.13+hg20251029-2_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./xmms2-plugin-all_0.8+dfsg-30_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./kid3-core-dbgsym_3.10.1-3_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./libheif-plugin-kvazaar_1.23.1-1_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./vlc-plugin-samba_3.0.23-3_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./libffms2-5_5.0-2_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./libxine2-bin_1.2.13+hg20251029-2_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./kid3-cli_3.10.1-3_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./openmw-cs_0.51.0-1_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./xmms2-plugin-xspf_0.8+dfsg-30_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./handbrake-cli_1.11.2+ds1-1_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./libgr-framework-dev_0.73.26+dfsg-1_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./chiaki_2.2.0-1.2_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./xmms2-plugin-sndfile_0.8+dfsg-30_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./libwxsvg-dev_1.5.25+dfsg-1_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./xmms2-plugin-mad-dbgsym_0.8+dfsg-30_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./xmms2-plugin-mpg123_0.8+dfsg-30_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./libam7xxx0.1_0.1.7-7_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./xmms2-plugin-sid-dbgsym_0.8+dfsg-30_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./lynkeos.app_3.10+dfsg-1_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./libheif-plugin-dav1d-dbgsym_1.23.1-1_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./xmms2-plugin-cue_0.8+dfsg-30_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./ddnet_19.8.2+ds-1_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./winpr-utils_3.30.0+dfsg-1_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./libqt6multimediawidgets6_6.10.2-4_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./aubio-tools_0.4.9-5_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./xmms2-plugin-asx-dbgsym_0.8+dfsg-30_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./libxine2-bin-dbgsym_1.2.13+hg20251029-2_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./libffms2-dev_5.0-2_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./libk3b-extracodecs-dbgsym_26.04.0-1_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./whisper.cpp-tools-dbgsym_1.9.2+dfsg-1_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./xmms2-plugin-rss-dbgsym_0.8+dfsg-30_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./gr-framework-bin_0.73.26+dfsg-1_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./libguvcview-2.2_2.2.2-1_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./libam7xxx0.1-bin_0.1.7-7_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./libqt6spatialaudio6_6.10.2-4_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./localsearch-test-utils_3.11.1-3_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./libobs0t64-dbgsym_32.1.2+ds-1_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./qt6-multimedia-examples_6.10.2-4_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./gr-framework-plugin-video_0.73.26+dfsg-1_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./x264_0.165.3223+git20250910.0480cb0-1_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./libavcodec-extra63_9.0-1_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./localsearch-extractor-office_3.11.1-3_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./kid3_3.10.1-3_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./xmms2-plugin-mp4-dbgsym_0.8+dfsg-30_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./rtpengine-recording-daemon_26.0.1.21-1_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./vlc-plugin-jack_3.0.23-3_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./lebiniou_3.67.0-2_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./libmpv2_0.41.0-2_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./ruby-xmmsclient_0.8+dfsg-30_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./qml6-module-qtmultimedia_6.10.2-4_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./gr-framework-plugin-base_0.73.26+dfsg-1_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./xmms2-plugin-cue-dbgsym_0.8+dfsg-30_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./libpiano0t64_2024.12.21-1_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./xmms2-plugin-ao-dbgsym_0.8+dfsg-30_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./libheif-plugin-svtenc_1.23.1-1_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./xjadeo-dbgsym_0.8.15-1_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./rbdoom3bfg_1.4.0+dfsg-9_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./xmms2-plugin-xml-dbgsym_0.8+dfsg-30_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./libwhisper-dev_1.9.2+dfsg-1_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./libaudio-xmmsclient-perl-dbgsym_0.8+dfsg-30_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./libheif-plugin-kvazaar-dbgsym_1.23.1-1_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./libavifile-0.7-dev_0.7.48~20090503.ds-32_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./mixxx_2.5.6+dfsg-2_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./unpaper_7.0.0-5_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./libkf6filemetadata-dev-tools_6.28.0-1_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./libvlccore-dev_3.0.23-3_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./janus-tools_1.4.1+ds-4_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./libffmpeg-ocaml_1.3.1-1_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./xmms2-plugin-sid_0.8+dfsg-30_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./xmms2-plugin-oss_0.8+dfsg-30_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./libxmmsclient-glib-dev_0.8+dfsg-30_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./gerbera_2.4.1+dfsg-2_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./libpiano-dev_2024.12.21-1_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./squeezelite-pa_2.0.0-1577+git20260612.d0d1740-1_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./xmms2-client-medialib-updater-dbgsym_0.8+dfsg-30_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./gr-framework-plugin-zmq_0.73.26+dfsg-1_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./libchromaprint1_1.6.1-1_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./xmms2-plugin-speex_0.8+dfsg-30_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./xmms2-plugin-curl_0.8+dfsg-30_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./yorick-av_0.0.6-2_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./kid3-core_3.10.1-3_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./libheif-plugin-ffmpegdec_1.23.1-1_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./whisper.cpp-tools_1.9.2+dfsg-1_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./xmms2-plugin-tta_0.8+dfsg-30_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./ffmsindex_5.0-2_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./libxmmsclient++-dev_0.8+dfsg-30_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./xmms2-plugin-alsa_0.8+dfsg-30_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./libxine2-dev_1.2.13+hg20251029-2_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./idjc_0.9.11-1_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./xmms2-client-avahi-dbgsym_0.8+dfsg-30_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./libswresample7_9.0-1_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./libavutil-dev_9.0-1_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./xmms2-plugin-mms-dbgsym_0.8+dfsg-30_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./xmms2-plugin-faad_0.8+dfsg-30_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./libfreerdp3-3_3.30.0+dfsg-1_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./kid3-qt-dbgsym_3.10.1-3_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./xmms2-plugin-gvfs_0.8+dfsg-30_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./freerdp-proxy-modules_3.30.0+dfsg-1_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./cmus-plugin-ffmpeg_2.12.0-3_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./cmus_2.12.0-3_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./libfreerdp-client3-3_3.30.0+dfsg-1_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./libxine2-vdr_1.2.13+hg20251029-2_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./notcurses-bin_3.0.17+dfsg-3_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./libgmerlin-avdec3_2.0.0+ds-4_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./libheif-plugin-aomenc_1.23.1-1_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./xmms2-plugin-karaoke_0.8+dfsg-30_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./xmms2-plugin-alsa-dbgsym_0.8+dfsg-30_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./localsearch-extractor-office-dbgsym_3.11.1-3_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./libheif1-dbgsym_1.23.1-1_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./libde265-dev_1.1.1-1_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./gr-framework-plugin-full_0.73.26+dfsg-1_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./libxine2-ffmpeg-dbgsym_1.2.13+hg20251029-2_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./cantata_3.4.0.ds1-1_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./libde265-examples_1.1.1-1_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./libnglib-dev_6.2.2604+dfsg1-1_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./xmms2-plugin-avcodec-dbgsym_0.8+dfsg-30_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./xmms2-plugin-modplug-dbgsym_0.8+dfsg-30_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./haruna-dbgsym_1.8.1-1_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./heif-gdk-pixbuf_1.23.1-1_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./qt6-multimedia-dev_6.10.2-4_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./xmms2-plugin-icymetaint-dbgsym_0.8+dfsg-30_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./motion_4.7.1-1_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./libavfilter-extra12_9.0-1_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./xmms2-plugin-wavpack_0.8+dfsg-30_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./libheif-plugin-x265_1.23.1-1_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./libchromaprint-dev_1.6.1-1_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./libaudio-xmmsclient-perl_0.8+dfsg-30_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./dragonplayer-dbgsym_26.04.0-1_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./libmgba-dev_0.10.5+dfsg-3_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./vlc-plugin-visualization_3.0.23-3_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./loudgain_0.6.8+ds-8_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./freerdp-shadow-x11_3.30.0+dfsg-1_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./libavformat63_9.0-1_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./libwinpr3-3_3.30.0+dfsg-1_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./libvlccore9_3.0.23-3_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./openmw_0.51.0-1_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./xmms2-plugin-vorbis-dbgsym_0.8+dfsg-30_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./gr-framework-plugin-x11_0.73.26+dfsg-1_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./mpv-mpris-dbgsym_1.2-1_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./libwxsvg3t64-dbgsym_1.5.25+dfsg-1_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./libffmpegthumbnailer4v5_2.3.0+dfsg-3_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./libheif-examples-dbgsym_1.23.1-1_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./xmms2-plugin-jack_0.8+dfsg-30_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./dolphin-emu_2606+dfsg-1_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./obs-studio_32.1.2+ds-1_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./libfreerdp-server3-3_3.30.0+dfsg-1_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./libxine2-misc-plugins_1.2.13+hg20251029-2_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./xmms2-client-medialib-updater_0.8+dfsg-30_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./xmms2-plugin-musepack_0.8+dfsg-30_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./xmms2-plugin-pulse-dbgsym_0.8+dfsg-30_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./libneatvnc1_1.0.1+dfsg-1_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./xmms2-plugin-pls-dbgsym_0.8+dfsg-30_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./libxmmsclient6_0.8+dfsg-30_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./vlc-plugin-access-extra_3.0.23-3_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./libde265-0_1.1.1-1_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./libnotcurses-core3_3.0.17+dfsg-3_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./libkf5filemetadata3_5.116.0-4_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./yorick-av-dbgsym_0.0.6-2_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./heif-view_1.23.1-1_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./libavformat-extra63_9.0-1_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./gr-framework-plugin-cairo_0.73.26+dfsg-1_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./libavfilter12_9.0-1_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./ffmpeg_9.0-1_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./harvid_0.9.1-1_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./libffmpeg-ocaml-dev_1.3.1-1_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./xmms2-plugin-flac-dbgsym_0.8+dfsg-30_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./libheif-plugin-j2kdec-dbgsym_1.23.1-1_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./freerdp-proxy_3.30.0+dfsg-1_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./xmms2-plugin-id3v2-dbgsym_0.8+dfsg-30_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./xmms2-plugin-daap-dbgsym_0.8+dfsg-30_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./xmms2-plugin-ofa_0.8+dfsg-30_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./xmms2-plugin-wavpack-dbgsym_0.8+dfsg-30_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./kid3-cli-dbgsym_3.10.1-3_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./freerdp-wayland_3.30.0+dfsg-1_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./cantata-dbgsym_3.4.0.ds1-1_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./xmms2-plugin-cdda_0.8+dfsg-30_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./xmms2-plugin-gvfs-dbgsym_0.8+dfsg-30_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./xmms2-plugin-ices-dbgsym_0.8+dfsg-30_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./libfreerdp-shadow-subsystem3-3_3.30.0+dfsg-1_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./localsearch-extractor-ffmpeg-dbgsym_3.11.1-3_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./libxine2-vdr-dbgsym_1.2.13+hg20251029-2_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./libxmmsclient6-dbgsym_0.8+dfsg-30_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./libheif-plugin-j2kenc_1.23.1-1_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./xmms2-plugin-sndfile-dbgsym_0.8+dfsg-30_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./k3b_26.04.0-1_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./xmms2-plugin-normalize_0.8+dfsg-30_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./libchromaprint-tools_1.6.1-1_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./xmms2-plugin-ofa-dbgsym_0.8+dfsg-30_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./xmms2-core_0.8+dfsg-30_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./xmms2-plugin-m3u_0.8+dfsg-30_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./r-cran-av_0.9.6+dfsg-1_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./tigervnc-tools_1.15.0+dfsg-2.1_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./xmms2-plugin-modplug_0.8+dfsg-30_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./libxmmsclient++4v5_0.8+dfsg-30_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./xmms2-plugin-musepack-dbgsym_0.8+dfsg-30_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./libwxsvg-tools-dbgsym_1.5.25+dfsg-1_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./localsearch-extractor-iso-dbgsym_3.11.1-3_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./tigervnc-viewer_1.15.0+dfsg-2.1_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./libukui-file-metadata-dev_4.24.0.2-2_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./xmms2-plugin-avcodec_0.8+dfsg-30_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./deepin-music-dbgsym_7.0.61-1_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./xmms2-plugin-tta-dbgsym_0.8+dfsg-30_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./xmms2-core-dbgsym_0.8+dfsg-30_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./tigervnc-xorg-extension_1.15.0+dfsg-2.1_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./ddnet-server_19.8.2+ds-1_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./libobs0t64_32.1.2+ds-1_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./python3-aubio_0.4.9-5_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./xmms2-plugin-mp4_0.8+dfsg-30_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./xmms2-plugin-gme-dbgsym_0.8+dfsg-30_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./libnotcurses++3_3.0.17+dfsg-3_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./libretro-mgba_0.10.5+dfsg-3_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./libheif-plugin-libde265-dbgsym_1.23.1-1_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./libheif-plugin-dav1d_1.23.1-1_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./xmms2-plugin-mad_0.8+dfsg-30_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./mgba-qt_0.10.5+dfsg-3_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./libffmpegthumbnailer-dev_2.3.0+dfsg-3_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./xmms2-plugin-faad-dbgsym_0.8+dfsg-30_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./atomes_1.3.1-1_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./vlc-plugin-fluidsynth_3.0.23-3_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./libavcodec-dev_9.0-1_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./xmms2-plugin-flv_0.8+dfsg-30_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./xmms2-client-cli-dbgsym_0.8+dfsg-30_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./xmms2-plugin-pulse_0.8+dfsg-30_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./vdr-plugin-markad_4.2.22-1_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./libheif-plugin-j2kdec_1.23.1-1_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./xmms2-plugin-ices_0.8+dfsg-30_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./libheif-plugin-jpegdec_1.23.1-1_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./rtpengine-perftest_26.0.1.21-1_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./rsgain_3.7-1_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./gr-framework-plugin-gs_0.73.26+dfsg-1_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./gr-framework-plugin-qt6_0.73.26+dfsg-1_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./obs-plugins-dbgsym_32.1.2+ds-1_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./libsdl-kitchensink1_1.0.13-1_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./libkf6filemetadata-bin_6.28.0-1_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./shairport-sync_5.1~dev~git20260518-1_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./localsearch-dbgsym_3.11.1-3_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./xmms2-plugin-flac_0.8+dfsg-30_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./goldendict-ng-dbgsym_26.5.2-2_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./survex-aven_1.4.22-1_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./libk3b-extracodecs_26.04.0-1_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./tigervnc-standalone-server_1.15.0+dfsg-2.1_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./libheif-plugins-all_1.23.1-1_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./libnotcurses-dev_3.0.17+dfsg-3_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./libvlc-bin_3.0.23-3_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./libkf5filemetadata-dev_5.116.0-4_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./libavfilter-dev_9.0-1_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./moc_2.6.0~svn-r3005-11_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./vlc-plugin-skins2_3.0.23-3_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./gr-framework-plugin-gl_0.73.26+dfsg-1_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./xmms2-plugin-icymetaint_0.8+dfsg-30_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./xmms2-plugin-m3u-dbgsym_0.8+dfsg-30_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./vlc-plugin-base_3.0.23-3_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./k3b-dbgsym_26.04.0-1_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./libvlc5_3.0.23-3_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./xmms2-plugin-apefile-dbgsym_0.8+dfsg-30_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./xmms2-plugin-flv-dbgsym_0.8+dfsg-30_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./freerdp-sdl_3.30.0+dfsg-1_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./libwhisper1_1.9.2+dfsg-1_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./libmgba0.10t64_0.10.5+dfsg-3_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./libavfilter-extra_9.0-1_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./xmms2-plugin-daap_0.8+dfsg-30_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./mgba-sdl_0.10.5+dfsg-3_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./xjadeo_0.8.15-1_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./libsdl-kitchensink-dev_1.0.13-1_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./tigervnc-common_1.15.0+dfsg-2.1_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./xmms2-plugin-normalize-dbgsym_0.8+dfsg-30_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./gmerlin-encoders-ffmpeg_2.0.0-2_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./libheif-dev_1.23.1-1_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./libaubio5_0.4.9-5_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./xmms2-client-nycli_0.8+dfsg-30_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./libavformat-extra_9.0-1_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./xmms2-plugin-jack-dbgsym_0.8+dfsg-30_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./xmms2-plugin-gme_0.8+dfsg-30_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./libx264-dev_0.165.3223+git20250910.0480cb0-1_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./vlc-plugin-video-output_3.0.23-3_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./libwinpr3-dev_3.30.0+dfsg-1_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./libnotcurses++-dev_3.0.17+dfsg-3_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./libswscale10_9.0-1_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./libheif-plugin-x265-dbgsym_1.23.1-1_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./vdr-markad_4.2.22-1_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./netgen-headers_6.2.2604+dfsg1-1_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./libwhisper1-dbgsym_1.9.2+dfsg-1_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./audacious-plugins_4.5.1-2_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./xmms2-plugin-smb_0.8+dfsg-30_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./ffmpegthumbs_26.04.0-1_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./libx264-165_0.165.3223+git20250910.0480cb0-1_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./libxine2-x_1.2.13+hg20251029-2_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./survex_1.4.22-1_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./libam7xxx-dev_0.1.7-7_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./libxmmsclient-glib1_0.8+dfsg-30_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./localsearch-extractor-ffmpeg_3.11.1-3_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./calibre-bin_9.13.0+ds+~0.10.6-1_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./mpd_0.24.12-1_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./moc-ffmpeg-plugin_2.6.0~svn-r3005-11_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./libheif-plugin-aomdec_1.23.1-1_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./libukui-file-metadata1_4.24.0.2-2_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./gmerlin-encoders-good_2.0.0-2_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./amide_1.1.0-0.1_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./xmms2-plugin-id3v2_0.8+dfsg-30_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./xmms2-plugin-asf-dbgsym_0.8+dfsg-30_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./xmms2-plugin-html_0.8+dfsg-30_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./timg_1.6.3-1_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./audacious-plugins-dbgsym_4.5.1-2_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./kylin-video-dbgsym_3.1.4-1_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./gpu-screen-recorder-cli_5.13.8-1_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./libavifile-0.7-bin_0.7.48~20090503.ds-32_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./libwxsvg3t64_1.5.25+dfsg-1_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./subtitlecomposer_0.8.2-4_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./libavcodec63_9.0-1_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./libvlc-dev_3.0.23-3_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./libxine2-console-dbgsym_1.2.13+hg20251029-2_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./freerdp-x11_3.30.0+dfsg-1_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./libkf6filemetadata-dev_6.28.0-1_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./heif-view-dbgsym_1.23.1-1_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./xmms2-client-cli_0.8+dfsg-30_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./vlc-bin_3.0.23-3_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./hacktv_0+git20260515+ds-3_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./netgen_6.2.2604+dfsg1-1_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./libfreerdp-server-proxy3-3_3.30.0+dfsg-1_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./libnglib-6.2t64_6.2.2604+dfsg1-1_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./libwinpr-tools3-3_3.30.0+dfsg-1_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./xmms2-plugin-airplay-dbgsym_0.8+dfsg-30_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./libheif1_1.23.1-1_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./janus-dev_1.4.1+ds-4_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./libavformat-dev_9.0-1_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./ddnet-tools_19.8.2+ds-1_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./libtgowt-dev_0~git20251117.d067233+dfsg-3_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./libobs-dev_32.1.2+ds-1_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./libheif-plugin-j2kenc-dbgsym_1.23.1-1_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./pianobar_2024.12.21-1_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./kid3-qt_3.10.1-3_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./rtpengine-daemon_26.0.1.21-1_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./dragonplayer_26.04.0-1_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./obs-plugins_32.1.2+ds-1_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./xmms2-plugin-cdda-dbgsym_0.8+dfsg-30_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./qml6-module-qtquick3d-spatialaudio_6.10.2-4_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./vlc_3.0.23-3_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./vlc-plugin-notify_3.0.23-3_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./libgr-framework0_0.73.26+dfsg-1_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./libguvcview-dev_2.2.2-1_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./libheif-plugin-rav1e-dbgsym_1.23.1-1_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./xmms2-plugin-speex-dbgsym_0.8+dfsg-30_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./libk3b8t64-dbgsym_26.04.0-1_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./heif-thumbnailer_1.23.1-1_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./vlc-plugin-qt_3.0.23-3_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./deepin-music_7.0.61-1_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./libswresample-dev_9.0-1_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./libheif-plugin-jpegenc-dbgsym_1.23.1-1_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./libwxsvg-tools_1.5.25+dfsg-1_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./libavcodec-extra_9.0-1_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./guvcview_2.2.2-1_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./xmms2-plugin-airplay_0.8+dfsg-30_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./libavdevice63_9.0-1_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./libheif-plugin-jpegdec-dbgsym_1.23.1-1_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./gr-framework-plugin-qt5_0.73.26+dfsg-1_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./libfreerdp-shadow3-3_3.30.0+dfsg-1_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./gr-framework-plugin-agg_0.73.26+dfsg-1_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./ffmpegthumbnailer_2.3.0+dfsg-3_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./xmms2-plugin-pls_0.8+dfsg-30_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./contextfree_3.4.2+dfsg-1_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./xmms2-plugin-mms_0.8+dfsg-30_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./minidlna-dbgsym_1.3.3+dfsg-1.1_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./ffmpegfs_2.50-1_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./libheif-examples_1.23.1-1_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./libxine2-x-dbgsym_1.2.13+hg20251029-2_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./libxmmsclient-dev_0.8+dfsg-30_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./libkf6filemetadata3_6.28.0-1_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./squeezelite_2.0.0-1577+git20260612.d0d1740-1_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./libheif-plugin-svtenc-dbgsym_1.23.1-1_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./libkf5filemetadata-bin_5.116.0-4_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./haruna_1.8.1-1_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./libukui-file-metadata-bin_4.24.0.2-2_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./xmms2-plugin-rss_0.8+dfsg-30_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./libgmerlin-avdec-dev_2.0.0+ds-4_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./libmpv-dev_0.41.0-2_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./tigervnc-scraping-server_1.15.0+dfsg-2.1_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./ruby-xmmsclient-dbgsym_0.8+dfsg-30_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./xmms2-client-avahi_0.8+dfsg-30_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./libavdevice-dev_9.0-1_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./libheif-plugin-jpegenc_1.23.1-1_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./xmms2-plugin-karaoke-dbgsym_0.8+dfsg-30_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./heif-thumbnailer-dbgsym_1.23.1-1_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./xmms2-plugin-vocoder-dbgsym_0.8+dfsg-30_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./xmms2-plugin-vorbis_0.8+dfsg-30_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./kid3-dbgsym_3.10.1-3_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...
Copying ./libnotcurses-core-dev_3.0.17+dfsg-3_arm64.deb to /var/run/schroot/mount/unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574...

+------------------------------------------------------------------------------+
| Update chroot                                Sun, 09 Aug 2026 19:45:09 +0000 |
+------------------------------------------------------------------------------+

Ign:1 file:/build/reproducible-path/resolver-me4yYg/apt_archive ./ InRelease
Get:2 file:/build/reproducible-path/resolver-me4yYg/apt_archive ./ Release [612 B]
Get:2 file:/build/reproducible-path/resolver-me4yYg/apt_archive ./ Release [612 B]
Ign:3 file:/build/reproducible-path/resolver-me4yYg/apt_archive ./ Release.gpg
Get:4 file:/build/reproducible-path/resolver-me4yYg/apt_archive ./ Packages [491 kB]
Get:5 https://deb.debian.org/debian unstable InRelease [193 kB]
Get:6 https://deb.debian.org/debian unstable/main Sources.diff/Index [63.6 kB]
Get:7 https://incoming.debian.org/debian-buildd buildd-unstable InRelease [48.9 kB]
Get:8 https://deb.debian.org/debian unstable/main arm64 Packages.diff/Index [63.6 kB]
Get:9 https://incoming.debian.org/debian-buildd buildd-unstable/main Sources [191 kB]
Get:10 https://deb.debian.org/debian unstable/main Sources T-2026-08-09-1402.24-F-2026-08-08-0801.27.pdiff [92.1 kB]
Get:10 https://deb.debian.org/debian unstable/main Sources T-2026-08-09-1402.24-F-2026-08-08-0801.27.pdiff [92.1 kB]
Get:11 https://deb.debian.org/debian unstable/main arm64 Packages T-2026-08-09-1402.24-F-2026-08-08-0801.27.pdiff [72.0 kB]
Get:11 https://deb.debian.org/debian unstable/main arm64 Packages T-2026-08-09-1402.24-F-2026-08-08-0801.27.pdiff [72.0 kB]
Get:12 https://incoming.debian.org/debian-buildd buildd-unstable/main arm64 Packages [229 kB]
Fetched 953 kB in 2s (414 kB/s)
Reading package lists...
Reading package lists...
Building dependency tree...
Reading state information...
Calculating upgrade...
The following packages will be upgraded:
  cpp-16 cpp-16-aarch64-linux-gnu g++-16 g++-16-aarch64-linux-gnu gcc-16
  gcc-16-aarch64-linux-gnu gcc-16-base libasan8 libatomic1 libcc1-0 libcrypt1
  libgcc-16-dev libgcc-s1 libgomp1 libhwasan0 libitm1 liblsan0
  libstdc++-16-dev libstdc++6 libtsan2 libubsan1 tar
22 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Need to get 254 MB of archives.
After this operation, 140 MB disk space will be freed.
Get:1 https://deb.debian.org/debian unstable/main arm64 tar arm64 1.35+dfsg-5 [801 kB]
Get:2 https://deb.debian.org/debian unstable/main arm64 libcrypt1 arm64 1:4.5.2+20251210-1 [92.0 kB]
Get:3 https://incoming.debian.org/debian-buildd buildd-unstable/main arm64 libubsan1 arm64 16.2.0-1 [1079 kB]
Get:4 https://incoming.debian.org/debian-buildd buildd-unstable/main arm64 libgomp1 arm64 16.2.0-1 [132 kB]
Get:5 https://incoming.debian.org/debian-buildd buildd-unstable/main arm64 libitm1 arm64 16.2.0-1 [24.2 kB]
Get:6 https://incoming.debian.org/debian-buildd buildd-unstable/main arm64 libatomic1 arm64 16.2.0-1 [9772 B]
Get:7 https://incoming.debian.org/debian-buildd buildd-unstable/main arm64 libasan8 arm64 16.2.0-1 [2672 kB]
Get:8 https://incoming.debian.org/debian-buildd buildd-unstable/main arm64 liblsan0 arm64 16.2.0-1 [1213 kB]
Get:9 https://incoming.debian.org/debian-buildd buildd-unstable/main arm64 libhwasan0 arm64 16.2.0-1 [1505 kB]
Get:10 https://incoming.debian.org/debian-buildd buildd-unstable/main arm64 gcc-16-base arm64 16.2.0-1 [38.0 kB]
Get:11 https://incoming.debian.org/debian-buildd buildd-unstable/main arm64 libstdc++6 arm64 16.2.0-1 [700 kB]
Get:12 https://incoming.debian.org/debian-buildd buildd-unstable/main arm64 libstdc++-16-dev arm64 16.2.0-1 [2581 kB]
Get:13 https://incoming.debian.org/debian-buildd buildd-unstable/main arm64 g++-16-aarch64-linux-gnu arm64 16.2.0-1 [79.7 MB]
Get:14 https://incoming.debian.org/debian-buildd buildd-unstable/main arm64 g++-16 arm64 16.2.0-1 [33.9 kB]
Get:15 https://incoming.debian.org/debian-buildd buildd-unstable/main arm64 gcc-16 arm64 16.2.0-1 [520 kB]
Get:16 https://incoming.debian.org/debian-buildd buildd-unstable/main arm64 cpp-16 arm64 16.2.0-1 [1276 B]
Get:17 https://incoming.debian.org/debian-buildd buildd-unstable/main arm64 cpp-16-aarch64-linux-gnu arm64 16.2.0-1 [74.4 MB]
Get:18 https://incoming.debian.org/debian-buildd buildd-unstable/main arm64 libcc1-0 arm64 16.2.0-1 [43.7 kB]
Get:19 https://incoming.debian.org/debian-buildd buildd-unstable/main arm64 gcc-16-aarch64-linux-gnu arm64 16.2.0-1 [83.5 MB]
Get:20 https://incoming.debian.org/debian-buildd buildd-unstable/main arm64 libgcc-16-dev arm64 16.2.0-1 [2393 kB]
Get:21 https://incoming.debian.org/debian-buildd buildd-unstable/main arm64 libtsan2 arm64 16.2.0-1 [2449 kB]
Get:22 https://incoming.debian.org/debian-buildd buildd-unstable/main arm64 libgcc-s1 arm64 16.2.0-1 [53.2 kB]
Fetched 254 MB in 1s (180 MB/s)
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15907 files and directories currently installed.)
Preparing to unpack .../tar_1.35+dfsg-5_arm64.deb ...
Unpacking tar (1.35+dfsg-5) over (1.35+dfsg-4) ...
Setting up tar (1.35+dfsg-5) ...
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15907 files and directories currently installed.)
Preparing to unpack .../0-libubsan1_16.2.0-1_arm64.deb ...
Unpacking libubsan1:arm64 (16.2.0-1) over (16.1.0-3) ...
Preparing to unpack .../1-libgomp1_16.2.0-1_arm64.deb ...
Unpacking libgomp1:arm64 (16.2.0-1) over (16.1.0-3) ...
Preparing to unpack .../2-libitm1_16.2.0-1_arm64.deb ...
Unpacking libitm1:arm64 (16.2.0-1) over (16.1.0-3) ...
Preparing to unpack .../3-libatomic1_16.2.0-1_arm64.deb ...
Unpacking libatomic1:arm64 (16.2.0-1) over (16.1.0-3) ...
Preparing to unpack .../4-libasan8_16.2.0-1_arm64.deb ...
Unpacking libasan8:arm64 (16.2.0-1) over (16.1.0-3) ...
Preparing to unpack .../5-liblsan0_16.2.0-1_arm64.deb ...
Unpacking liblsan0:arm64 (16.2.0-1) over (16.1.0-3) ...
Preparing to unpack .../6-libhwasan0_16.2.0-1_arm64.deb ...
Unpacking libhwasan0:arm64 (16.2.0-1) over (16.1.0-3) ...
Preparing to unpack .../7-gcc-16-base_16.2.0-1_arm64.deb ...
Unpacking gcc-16-base:arm64 (16.2.0-1) over (16.1.0-3) ...
Setting up gcc-16-base:arm64 (16.2.0-1) ...
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15907 files and directories currently installed.)
Preparing to unpack .../libstdc++6_16.2.0-1_arm64.deb ...
Unpacking libstdc++6:arm64 (16.2.0-1) over (16.1.0-3) ...
Setting up libstdc++6:arm64 (16.2.0-1) ...
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15907 files and directories currently installed.)
Preparing to unpack .../00-libstdc++-16-dev_16.2.0-1_arm64.deb ...
Unpacking libstdc++-16-dev:arm64 (16.2.0-1) over (16.1.0-3) ...
Preparing to unpack .../01-g++-16-aarch64-linux-gnu_16.2.0-1_arm64.deb ...
Unpacking g++-16-aarch64-linux-gnu (16.2.0-1) over (16.1.0-3) ...
Preparing to unpack .../02-g++-16_16.2.0-1_arm64.deb ...
Unpacking g++-16 (16.2.0-1) over (16.1.0-3) ...
Preparing to unpack .../03-gcc-16_16.2.0-1_arm64.deb ...
Unpacking gcc-16 (16.2.0-1) over (16.1.0-3) ...
Preparing to unpack .../04-cpp-16_16.2.0-1_arm64.deb ...
Unpacking cpp-16 (16.2.0-1) over (16.1.0-3) ...
Preparing to unpack .../05-cpp-16-aarch64-linux-gnu_16.2.0-1_arm64.deb ...
Unpacking cpp-16-aarch64-linux-gnu (16.2.0-1) over (16.1.0-3) ...
Preparing to unpack .../06-libcc1-0_16.2.0-1_arm64.deb ...
Unpacking libcc1-0:arm64 (16.2.0-1) over (16.1.0-3) ...
Preparing to unpack .../07-gcc-16-aarch64-linux-gnu_16.2.0-1_arm64.deb ...
Unpacking gcc-16-aarch64-linux-gnu (16.2.0-1) over (16.1.0-3) ...
Preparing to unpack .../08-libgcc-16-dev_16.2.0-1_arm64.deb ...
Unpacking libgcc-16-dev:arm64 (16.2.0-1) over (16.1.0-3) ...
Preparing to unpack .../09-libtsan2_16.2.0-1_arm64.deb ...
Unpacking libtsan2:arm64 (16.2.0-1) over (16.1.0-3) ...
Preparing to unpack .../10-libgcc-s1_16.2.0-1_arm64.deb ...
Unpacking libgcc-s1:arm64 (16.2.0-1) over (16.1.0-3) ...
Setting up libgcc-s1:arm64 (16.2.0-1) ...
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15907 files and directories currently installed.)
Preparing to unpack .../libcrypt1_1%3a4.5.2+20251210-1_arm64.deb ...
Unpacking libcrypt1:arm64 (1:4.5.2+20251210-1) over (1:4.5.1-1+b1) ...
Setting up libcrypt1:arm64 (1:4.5.2+20251210-1) ...
Setting up libgomp1:arm64 (16.2.0-1) ...
Setting up cpp-16-aarch64-linux-gnu (16.2.0-1) ...
Setting up libatomic1:arm64 (16.2.0-1) ...
Setting up libubsan1:arm64 (16.2.0-1) ...
Setting up libhwasan0:arm64 (16.2.0-1) ...
Setting up libasan8:arm64 (16.2.0-1) ...
Setting up cpp-16 (16.2.0-1) ...
Setting up libtsan2:arm64 (16.2.0-1) ...
Setting up libcc1-0:arm64 (16.2.0-1) ...
Setting up liblsan0:arm64 (16.2.0-1) ...
Setting up libitm1:arm64 (16.2.0-1) ...
Setting up libgcc-16-dev:arm64 (16.2.0-1) ...
Setting up gcc-16-aarch64-linux-gnu (16.2.0-1) ...
Setting up libstdc++-16-dev:arm64 (16.2.0-1) ...
Setting up g++-16-aarch64-linux-gnu (16.2.0-1) ...
Setting up gcc-16 (16.2.0-1) ...
Setting up g++-16 (16.2.0-1) ...
Processing triggers for man-db (2.13.1-1+b1) ...
Not building database; man-db/auto-update is not 'true'.
Processing triggers for libc-bin (2.42-17) ...

+------------------------------------------------------------------------------+
| Fetch source files                           Sun, 09 Aug 2026 19:45:32 +0000 |
+------------------------------------------------------------------------------+


Check APT
---------

Checking available source versions...

Download source files with APT
------------------------------

Reading package lists...
NOTICE: 'opencv' packaging is maintained in the 'Git' version control system at:
https://salsa.debian.org/science-team/opencv.git
Please use:
git clone https://salsa.debian.org/science-team/opencv.git
to retrieve the latest (possibly unreleased) updates to the package.
Need to get 128 MB of source archives.
Get:1 https://deb.debian.org/debian unstable/main opencv 4.10.0+dfsg-8 (dsc) [6466 B]
Get:2 https://deb.debian.org/debian unstable/main opencv 4.10.0+dfsg-8 (tar) [50.0 MB]
Get:3 https://deb.debian.org/debian unstable/main opencv 4.10.0+dfsg-8 (tar) [77.6 MB]
Get:4 https://deb.debian.org/debian unstable/main opencv 4.10.0+dfsg-8 (diff) [49.5 kB]
Fetched 128 MB in 1s (169 MB/s)
Download complete and in download only mode

+------------------------------------------------------------------------------+
| Install package build dependencies           Sun, 09 Aug 2026 19:45:33 +0000 |
+------------------------------------------------------------------------------+


Setup apt archive
-----------------

Merged Build-Depends: dpkg-dev (>= 1.22.5), ant, cmake, debhelper-compat (= 13), default-jdk, dh-sequence-python3, doxygen, dh-sequence-javahelper, ninja-build, libavcodec-dev, libavformat-dev, libdc1394-dev, libeigen3-dev, libgdal-dev, libgdcm-dev, libvtkgdcm-dev, libgdcm-tools, libgl-dev, libglu1-mesa-dev, libgoogle-glog-dev, libgphoto2-dev, libharfbuzz-dev, libjpeg-dev, liblapack-dev, liblapacke-dev, libleptonica-dev, libopenexr-dev, libopenjp2-7-dev, libopenjpip-dec-server, libopenjp2-tools, libimath-dev, libpng-dev, libprotobuf-dev, libqt5opengl5-dev, libraw1394-dev, libswscale-dev, libtbb-dev, libtesseract-dev, libtiff-dev, libv4l-dev, libva-dev, libvtk9-dev, libgstreamer1.0-dev, libgstreamer-plugins-base1.0-dev, dh-sequence-maven-repo-helper, ocl-icd-opencl-dev, protobuf-compiler, python3-all-dev, dh-sequence-numpy3, python3-numpy, python3-bs4, python3-imath, python3-setuptools, qtbase5-dev, zlib1g-dev, libavutil-dev (>= 7:9), build-essential
Filtered Build-Depends: dpkg-dev (>= 1.22.5), ant, cmake, debhelper-compat (= 13), default-jdk, dh-sequence-python3, doxygen, dh-sequence-javahelper, ninja-build, libavcodec-dev, libavformat-dev, libdc1394-dev, libeigen3-dev, libgdal-dev, libgdcm-dev, libvtkgdcm-dev, libgdcm-tools, libgl-dev, libglu1-mesa-dev, libgoogle-glog-dev, libgphoto2-dev, libharfbuzz-dev, libjpeg-dev, liblapack-dev, liblapacke-dev, libleptonica-dev, libopenexr-dev, libopenjp2-7-dev, libopenjpip-dec-server, libopenjp2-tools, libimath-dev, libpng-dev, libprotobuf-dev, libqt5opengl5-dev, libraw1394-dev, libswscale-dev, libtbb-dev, libtesseract-dev, libtiff-dev, libv4l-dev, libva-dev, libvtk9-dev, libgstreamer1.0-dev, libgstreamer-plugins-base1.0-dev, dh-sequence-maven-repo-helper, ocl-icd-opencl-dev, protobuf-compiler, python3-all-dev, dh-sequence-numpy3, python3-numpy, python3-bs4, python3-imath, python3-setuptools, qtbase5-dev, zlib1g-dev, libavutil-dev (>= 7:9), build-essential
dpkg-deb: building package 'sbuild-build-depends-main-dummy' in '/build/reproducible-path/resolver-c0izsT/apt_archive/sbuild-build-depends-main-dummy.deb'.
Ign:1 copy:/build/reproducible-path/resolver-c0izsT/apt_archive ./ InRelease
Get:2 copy:/build/reproducible-path/resolver-c0izsT/apt_archive ./ Release [615 B]
Ign:3 copy:/build/reproducible-path/resolver-c0izsT/apt_archive ./ Release.gpg
Get:4 copy:/build/reproducible-path/resolver-c0izsT/apt_archive ./ Sources [1811 B]
Get:5 copy:/build/reproducible-path/resolver-c0izsT/apt_archive ./ Packages [1541 B]
Fetched 3967 B in 0s (0 B/s)
Reading package lists...
Ign:1 file:/build/reproducible-path/resolver-me4yYg/apt_archive ./ InRelease
Get:2 file:/build/reproducible-path/resolver-me4yYg/apt_archive ./ Release [612 B]
Get:2 file:/build/reproducible-path/resolver-me4yYg/apt_archive ./ Release [612 B]
Ign:3 file:/build/reproducible-path/resolver-me4yYg/apt_archive ./ Release.gpg
Reading package lists...
Reading package lists...

Install main build dependencies (apt-based resolver)
----------------------------------------------------

Installing build dependencies
Reading package lists...
Building dependency tree...
Reading state information...
Solving dependencies...
The following additional packages will be installed:
  adwaita-icon-theme ant at-spi2-common binfmt-support bubblewrap
  ca-certificates-java cfortran cmake comerr-dev dbus dbus-bin dbus-daemon
  dbus-session-bus-common dbus-system-bus-common dbus-user-session
  dconf-gsettings-backend dconf-service dctrl-tools default-jdk
  default-jdk-headless default-jre default-jre-headless devscripts dh-python
  dirmngr doxygen fastjar fontconfig fontconfig-config fonts-dejavu-core
  fonts-dejavu-mono fonts-font-awesome fonts-font-awesome-legacy fonts-lato
  gdal-data gdal-plugins gfortran-16 gfortran-16-aarch64-linux-gnu
  gir1.2-freedesktop gir1.2-freedesktop-dev gir1.2-glib-2.0
  gir1.2-glib-2.0-dev gir1.2-gst-plugins-base-1.0 gir1.2-gstreamer-1.0
  gir1.2-gudev-1.0 gir1.2-harfbuzz-0.0 girepository-tools glycin-loaders
  glycin-thumbnailers gnupg gnupg-l10n gosop gpg gpg-agent gpgconf gpgsm
  gtk-update-icon-cache hdf5-helpers hicolor-icon-theme ibverbs-providers
  icu-devtools iso-codes jarwrapper java-common javahelper krb5-multidev
  libabsl20260526 libacl1-dev libadios2-mpi-auxiliary-2.12
  libadios2-mpi-c++-2.12 libadios2-mpi-c-2.12 libadios2-mpi-core-2.12
  libadios2-mpi-plugins libaec-dev libaec0 libamd-comgr3 libamdhip64-6
  libaom-dev libaom3 libapparmor1 libarchive-dev libarchive13t64
  libarmadillo-dev libarmadillo15 libarpack2-dev libarpack2t64 libasound2-data
  libasound2t64 libassuan-dev libassuan9 libatk-bridge2.0-0t64 libatk1.0-0t64
  libatspi2.0-0t64 libattr1-dev libavahi-client3 libavahi-common-data
  libavahi-common3 libavcodec-dev libavcodec62 libavcodec63 libavformat-dev
  libavformat62 libavformat63 libavif-dev libavif16 libavutil-dev libavutil60
  libavutil61 libb-hooks-op-check-perl libb2-1 libblas-dev libblas3
  libblkid-dev libblosc-dev libblosc1 libblosc2-7 libbluray4 libboost-dev
  libboost-python1.90.0 libboost1.90-dev libbrotli-dev libbrotli1 libbz2-dev
  libcairo-gobject2 libcairo2 libcap2 libcap2-bin libcbor0.10 libcfitsio-dev
  libcfitsio10t64 libcharls2 libchromaprint1 libcjson1 libclang-common-21-dev
  libclang-cpp21 libclang1-21 libclass-method-modifiers-perl
  libclass-xsaccessor-perl libclone-perl libcloudproviders0 libcodec2-1.2
  libcolord2 libconfig-inifiles-perl libcups2t64 libcurl3t64-gnutls
  libcurl4-gnutls libcurl4-openssl-dev libcurl4t64 libdatrie1 libdav1d-dev
  libdav1d7 libdbus-1-3 libdc1394-25 libdc1394-dev libdconf1 libde265-0
  libdeflate-dev libdeflate0 libdevel-callchecker-perl
  libdouble-conversion-dev libdouble-conversion3 libdrm-amdgpu1 libdrm-common
  libdrm-dev libdrm-etnaviv1 libdrm-freedreno1 libdrm-intel1 libdrm-nouveau2
  libdrm-radeon1 libdrm-tegra0 libdrm2 libdvdnav4 libdvdread8t64
  libdynaloader-functions-perl libedit2 libegl-dev libegl-mesa0 libegl1
  libeigen3-dev libencode-locale-perl libepoxy0 libesmtp6 libevdev2
  libevent-2.1-7t64 libevent-core-2.1-7t64 libevent-dev
  libevent-extra-2.1-7t64 libevent-openssl-2.1-7t64 libevent-pthreads-2.1-7t64
  libexif-dev libexif12 libexpat1 libexpat1-dev libexprtk-dev libext2fs-dev
  libfabric1 libffi-dev libffi8 libfido2-1 libfile-dirlist-perl
  libfile-homedir-perl libfile-listing-perl libfile-touch-perl
  libfile-which-perl libfmt10 libfontconfig-dev libfontconfig1 libfreetype-dev
  libfreetype6 libfreexl-dev libfreexl1 libfribidi0 libfuse3-4 libfyba-dev
  libfyba0t64 libgav1-2 libgbm-dev libgbm1 libgcrypt20 libgd3 libgdal-dev
  libgdal39 libgdcm-dev libgdcm-tools libgdcm3.0t64 libgdk-pixbuf-2.0-0
  libgdk-pixbuf2.0-common libgeos-c1t64 libgeos-dev libgeos3.14.1
  libgeotiff-dev libgeotiff5 libgflags-dev libgflags2.2 libgfortran-16-dev
  libgfortran5 libgif-dev libgif7 libgio-2.0-dev libgio-2.0-dev-bin
  libgirepository-2.0-0 libgl-dev libgl1 libgl1-mesa-dri libgl2ps-dev
  libgl2ps1.4 libgles-dev libgles1 libgles2 libglew-common-dev libglew-dev
  libglew2.3 libglib2.0-0t64 libglib2.0-bin libglib2.0-data libglib2.0-dev
  libglib2.0-dev-bin libglu1-mesa libglu1-mesa-dev libglvnd0 libglx-dev
  libglx-mesa0 libglx0 libglycin-2-0 libgme0 libgmp-dev libgmpxx4ldbl
  libgnutls-dane0t64 libgnutls28-dev libgnutls30t64 libgoogle-glog-dev
  libgoogle-glog0v6t64 libgpg-error-dev libgpg-error0 libgpgme-dev libgpgme45
  libgpgmepp-dev libgpgmepp7 libgphoto2-6t64 libgphoto2-dev
  libgphoto2-port12t64 libgraphite2-3 libgraphite2-dev libgsm1
  libgssapi-krb5-2 libgssrpc4t64 libgstreamer-gl1.0-0
  libgstreamer-plugins-base1.0-0 libgstreamer-plugins-base1.0-dev
  libgstreamer1.0-0 libgstreamer1.0-dev libgtk-3-0t64 libgtk-3-common
  libgudev-1.0-0 libgudev-1.0-dev libharfbuzz-cairo0 libharfbuzz-dev
  libharfbuzz-gobject0 libharfbuzz-icu0 libharfbuzz-subset0 libharfbuzz0b
  libhdf4-0 libhdf4-dev libhdf5-320 libhdf5-cpp-320 libhdf5-dev
  libhdf5-fortran-320 libhdf5-hl-320 libhdf5-hl-cpp-320 libhdf5-hl-fortran-320
  libhdf5-mpi-dev libhdf5-openmpi-320 libhdf5-openmpi-cpp-320
  libhdf5-openmpi-dev libhdf5-openmpi-fortran-320 libhdf5-openmpi-hl-320
  libhdf5-openmpi-hl-cpp-320 libhdf5-openmpi-hl-fortran-320 libheif-dev
  libheif-plugin-dav1d libheif-plugin-libde265 libheif1 libhsa-runtime64-1
  libhtml-parser-perl libhtml-tagset-perl libhtml-tree-perl
  libhttp-cookies-perl libhttp-date-perl libhttp-message-perl
  libhttp-negotiate-perl libhwloc-dev libhwloc-plugins libhwloc15 libhwy-dev
  libhwy1t64 libibmad5 libibumad3 libibverbs-dev libibverbs1 libice-dev
  libice6 libicu-dev libicu78 libidn2-0 libidn2-dev libimagequant0
  libimath-3-1-29t64 libimath-dev libimport-into-perl libinput-bin libinput10
  libio-html-perl libio-socket-ssl-perl libio-string-perl libjbig-dev libjbig0
  libjpeg-dev libjpeg62-turbo libjpeg62-turbo-dev libjs-jquery libjs-jquery-ui
  libjs-sphinxdoc libjson-c-dev libjson-c5 libjsoncpp-dev libjsoncpp26
  libjxl-dev libjxl0.11 libk5crypto3 libkadm5clnt-mit12 libkadm5srv-mit12
  libkdb5-10t64 libkeyutils1 libkml-dev libkmlbase1t64 libkmlconvenience1t64
  libkmldom1t64 libkmlengine1t64 libkmlregionator1t64 libkmlxsd1t64 libkrb5-3
  libkrb5-dev libkrb5support0 libksba8 liblapack-dev liblapack3 liblapacke
  liblapacke-dev liblcms2-2 liblcms2-dev libldap-dev libldap2 libleptonica-dev
  libleptonica6 liblerc-dev liblerc4 libllvm21 libltdl-dev libltdl7
  liblwp-mediatypes-perl liblwp-protocol-https-perl liblz4-dev liblzma-dev
  libmariadb-dev libmariadb-dev-compat libmariadb3 libmd4c0 libminizip-dev
  libminizip1t64 libmodule-runtime-perl libmoo-perl libmount-dev libmp3lame0
  libmpg123-0t64 libmtdev1t64 libmunge2 libmuparser-dev libmuparser2v5
  libncursesw6 libnet-http-perl libnet-ssleay-perl libnetcdf-dev libnetcdf22
  libnghttp2-14 libnghttp2-dev libnghttp3-9 libnghttp3-dev libngtcp2-16
  libngtcp2-crypto-gnutls8 libngtcp2-crypto-ossl-dev libngtcp2-crypto-ossl0
  libngtcp2-dev libnl-3-200 libnl-3-dev libnl-route-3-200 libnl-route-3-dev
  libnorm1t64 libnpth0t64 libnspr4 libnspr4-dev libnss3 libnss3-dev
  libnuma-dev libnuma1 libodbc2 libodbccr2 libodbcinst2 libogg-dev libogg0
  libopenexr-3-4-33 libopenexr-dev libopengl-dev libopengl0 libopenjp2-7
  libopenjp2-7-dev libopenjp2-tools libopenjph-dev libopenjph0.28
  libopenjpip-dec-server libopenjpip7 libopenmpi-dev libopenmpi40
  libopenmpt0t64 libopus0 liborc-0.4-0t64 liborc-0.4-dev liborc-0.4-dev-bin
  libp11-kit-dev libp11-kit0 libpam-systemd libpango-1.0-0 libpangocairo-1.0-0
  libpangoft2-1.0-0 libparams-classify-perl libpciaccess-dev libpciaccess0
  libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix3 libpcsclite1
  libpgm-5.3-0t64 libpixman-1-0 libpkgconf7 libpmix2t64 libpng-dev
  libpng16-16t64 libpoppler-dev libpoppler-private-dev libpoppler156 libpq-dev
  libpq5 libproc2-1 libproj-dev libproj25 libprotobuf-dev
  libprotobuf-lite32t64 libprotobuf32t64 libprotoc32t64 libprrte-bin
  libprrte-dev libprrte4 libpsl-dev libpsl5t64 libpugixml1v5
  libpython3-all-dev libpython3-dev libpython3-stdlib libpython3.13
  libpython3.13-dev libpython3.13-minimal libpython3.13-stdlib libpython3.14
  libpython3.14-dev libpython3.14-minimal libpython3.14-stdlib libqhull-dev
  libqhull-r8.0 libqhull8.0 libqhullcpp8.0 libqt5concurrent5t64 libqt5core5t64
  libqt5dbus5t64 libqt5gui5t64 libqt5network5t64 libqt5opengl5-dev
  libqt5opengl5t64 libqt5printsupport5t64 libqt5sql5t64 libqt5test5t64
  libqt5widgets5t64 libqt5xml5t64 libqt6core6t64 libqt6dbus6 libqt6gui6
  libqt6opengl6 libqt6openglwidgets6 libqt6sql6 libqt6widgets6 librabbitmq4
  librav1e-dev librav1e0.8 libraw1394-11 libraw1394-dev librdmacm1t64
  libreadline8t64 librhash1 librist4 librole-tiny-perl librsvg2-2 librtmp-dev
  librtmp1 librttopo-dev librttopo1 libsasl2-2 libsasl2-modules-db
  libselinux-dev libsensors-config libsensors5 libsepol-dev libset-scalar-perl
  libsharpyuv-dev libsharpyuv0 libshine3 libsm-dev libsm6 libsnappy1v5
  libsocket++1 libsodium26 libsoxr0 libspatialite-dev libspatialite8t64
  libspdlog1.15 libspeex1 libsqlite3-0 libsqlite3-dev libsrt1.5-gnutls
  libssh-4 libssh2-1-dev libssh2-1t64 libssl-dev libstdc++-15-dev
  libsub-quote-perl libsuperlu-dev libsuperlu7 libsvtav1enc-dev libsvtav1enc4
  libswresample-dev libswresample6 libswresample7 libswscale-dev libswscale10
  libswscale9 libsysprof-capture-4-dev libsystemd-shared libsz2 libtasn1-6
  libtasn1-6-dev libtbb-dev libtbb12 libtbbbind-2-5 libtbbmalloc2
  libtesseract-dev libtesseract5 libthai-data libthai0 libtheora-dev
  libtheora1 libtheoradec2 libtheoraenc2 libtiff-dev libtiff6 libtiffxx6
  libtimedate-perl libtmglib-dev libtmglib3 libtry-tiny-perl libts0t64
  libtwolame0 libucc1 libucx0 libudev-dev libudfread3 libunbound8
  libunistring-dev liburi-perl liburiparser-dev liburiparser1 libusb-1.0-0
  libutfcpp-dev libuv1t64 libv4l-0t64 libv4l-dev libv4l2rds0t64
  libv4lconvert0t64 libva-dev libva-drm2 libva-glx2 libva-wayland2 libva-x11-2
  libva2 libvdpau1 libvorbis0a libvorbisenc2 libvorbisfile3 libvpx12
  libvtk9-dev libvtk9-java libvtk9.6 libvtk9.6-qt libvtkgdcm-9.1t64
  libvtkgdcm-dev libvulkan-dev libvulkan1 libwacom-common libwacom9
  libwayland-bin libwayland-client0 libwayland-cursor0 libwayland-dev
  libwayland-egl1 libwayland-server0 libwebp-dev libwebp7 libwebpdecoder3
  libwebpdemux2 libwebpmux3 libwww-perl libwww-robotrules-perl libx11-6
  libx11-data libx11-dev libx11-xcb-dev libx11-xcb1 libx264-165 libx265-216
  libxapian30 libxau-dev libxau6 libxcb-cursor0 libxcb-dri3-0 libxcb-glx0
  libxcb-icccm4 libxcb-image0 libxcb-keysyms1 libxcb-present0 libxcb-randr0
  libxcb-render-util0 libxcb-render0 libxcb-shape0 libxcb-shm0 libxcb-sync1
  libxcb-util1 libxcb-xfixes0 libxcb-xinerama0 libxcb-xinput0 libxcb-xkb1
  libxcb1 libxcb1-dev libxcomposite1 libxcursor-dev libxcursor1 libxdamage1
  libxdmcp-dev libxdmcp6 libxerces-c-dev libxerces-c3.2t64 libxext-dev
  libxext6 libxfixes-dev libxfixes3 libxft-dev libxft2 libxi6 libxinerama1
  libxkbcommon-x11-0 libxkbcommon0 libxml2-dev libxnvctrl0 libxpm4 libxrandr2
  libxrender-dev libxrender1 libxres1 libxshmfence1 libxss-dev libxss1
  libxt-dev libxt6t64 libxtst6 libxvidcore4 libxxf86vm1 libxxhash-dev
  libyaml-0-2 libyaml-cpp0.9 libyaml-libyaml-perl libyuv-dev libyuv0 libz3-4
  libzfp1t64 libzmq5 libzstd-dev libzvbi-common libzvbi0t64 mariadb-common
  maven-repo-helper media-types mesa-libgallium mpi-default-bin
  mpi-default-dev mysql-common native-architecture netbase nettle-dev
  ninja-build nlohmann-json3-dev ocl-icd-libopencl1 ocl-icd-opencl-dev
  opencl-c-headers opencl-clhpp-headers openjdk-25-jdk openjdk-25-jdk-headless
  openjdk-25-jre openjdk-25-jre-headless openmpi-bin openmpi-common
  openssh-client openssh-common patchutils pci.ids perl-openssl-defaults
  pinentry-curses pkgconf pkgconf-bin procps proj-data protobuf-compiler
  prrte-common python3 python3-all python3-all-dev python3-autocommand
  python3-bs4 python3-dev python3-imath python3-inflect python3-jaraco.context
  python3-jaraco.functools python3-jaraco.text python3-minimal
  python3-more-itertools python3-mpi4py python3-numpy python3-numpy-dev
  python3-packaging python3-pkg-resources python3-setuptools python3-soupsieve
  python3-typeguard python3-typing-extensions python3-vtk9 python3-zipp
  python3.13 python3.13-dev python3.13-minimal python3.14 python3.14-dev
  python3.14-minimal qt5-qmake qt5-qmake-bin qtbase5-dev qtbase5-dev-tools
  qtchooser readline-common shared-mime-info systemd systemd-sysv
  unixodbc-common unixodbc-dev uuid-dev vtk9 wdiff x11-common x11proto-dev
  xkb-data xorg-sgml-doctools xtrans-dev zlib1g-dev
Suggested packages:
  adwaita-icon-theme-legacy ant-doc cmake-doc cmake-format elpa-cmake-mode
  doc-base debtags adequate at autopkgtest bls-standalone bsd-mailx | mailx
  default-mta | mail-transport-agent check-all-the-things diffoscope
  disorderfs docker.io dose-extra duck elpa-devscripts faketime gnuplot
  how-can-i-help libauthen-sasl-perl libdbd-pg-perl libterm-size-perl mutt
  piuparts postgresql-client pristine-lfs python3-debianbts python3-pycurl
  quilt ratt reprotest svn-buildpackage w3m flit python3-build
  python3-installer python3-wheel pinentry-gnome3 tor doxygen-latex
  doxygen-doc doxygen-gui graphviz node-fortawesome-fontawesome-free
  gfortran-16-doc libcoarrays-dev libheif-plugin-x265 | libheif-plugin-kvazaar
  gpg-wks-server parcimonie xloadimage scdaemon tpm2daemon isoquery krb5-doc
  lrzip libitpp-dev alsa-utils libasound2-plugins libcuda1 libnvcuvid1
  libnvidia-encode1 liblapack-doc libbluray-bdj libboost-doc libboost1.90-doc
  libboost-atomic1.90-dev libboost-chrono1.90-dev libboost-container1.90-dev
  libboost-context1.90-dev libboost-contract1.90-dev
  libboost-coroutine1.90-dev libboost-date-time1.90-dev
  libboost-exception1.90-dev libboost-fiber1.90-dev
  libboost-filesystem1.90-dev libboost-graph-parallel1.90-dev
  libboost-graph1.90-dev libboost-iostreams1.90-dev libboost-json1.90-dev
  libboost-locale1.90-dev libboost-log1.90-dev libboost-math1.90-dev
  libboost-mpi-python1.90-dev libboost-mpi1.90-dev libboost-nowide1.90-dev
  libboost-numpy1.90-dev libboost-program-options1.90-dev
  libboost-python1.90-dev libboost-random1.90-dev libboost-regex1.90-dev
  libboost-serialization1.90-dev libboost-stacktrace1.90-dev
  libboost-test1.90-dev libboost-thread1.90-dev libboost-timer1.90-dev
  libboost-type-erasure1.90-dev libboost-url1.90-dev libboost-wave1.90-dev
  libboost1.90-tools-dev libmpfrc++-dev libntl-dev colord cups-common
  libcurl4-doc libidn-dev libdvdcss2 libeigen3-doc freetype2-doc fuse3
  rng-tools libgd-tools dcmtk dicom3tools libgdal-doc geotiff-bin gdal-bin
  libglib2.0-doc libgdk-pixbuf2.0-bin libxml2-utils glew-utils
  low-memory-monitor gmp-doc libgmp10-doc libmpfr-dev dns-root-data gnutls-bin
  gnutls-doc gphoto2 libgraphite2-utils krb5-user libvisual-0.4-plugins
  gstreamer1.0-tools gstreamer1.0-doc gvfs hdf4-tools libhdf5-doc
  libheif-plugin-ffmpegdec libheif-plugin-jpegdec libheif-plugin-jpegenc
  libheif-plugin-j2kdec libheif-plugin-j2kenc libheif-plugin-kvazaar
  libheif-plugin-rav1e libheif-plugin-svtenc libdata-dump-perl libice-doc
  icu-doc libjs-jquery-ui-docs liblcms2-utils libtool-doc libcrypt-ssleay-perl
  liblzma-doc netcdf-bin netcdf-doc libnghttp2-doc odbc-postgresql tdsodbc
  openmpi-doc opus-tools liborc-0.4-doc p11-kit-doc libscalar-number-perl
  pcscd postgresql-doc-18 libpq-oauth proj-bin qgnomeplatform-qt5
  qt5-image-formats-plugins libraw1394-doc librsvg2-bin lm-sensors libsm-doc
  speex sqlite3-doc libssl-doc libstdc++-15-doc libsuperlu-doc libdw1t64
  libfdisk1 libmicrohttpd12t64 libpwquality1 libqrencode4
  libtss2-esys-3.0.2-0t64 libtss2-mu-4.0.1-0t64 libtss2-rc0t64
  libtss2-tcti-device0t64 libtbb-doc libsub-name-perl libbusiness-isbn-perl
  libmime-base32-perl libregexp-ipv6-perl vtk9-doc vtk9-examples
  java-virtual-machine libwacom-bin libwayland-doc libauthen-ntlm-perl
  libx11-doc xapian-tools libxcb-doc libxerces-c-doc libxext-doc libxt-doc
  maven-debian-helper opencl-icd opencl-clhpp-headers-doc openjdk-25-demo
  openjdk-25-source visualvm libnss-mdns fonts-dejavu-extra
  fonts-ipafont-gothic fonts-ipafont-mincho fonts-wqy-microhei
  | fonts-wqy-zenhei fonts-indic gfortran | fortran-compiler keychain
  libpam-ssh monkeysphere ssh-askpass pinentry-doc protobuf-mode-el
  python3-doc python3-tk python3-venv gfortran python-numpy-doc python3-pytest
  python-setuptools-doc python-typing-extensions-doc mayavi2 python3.13-venv
  python3.13-doc python3.14-venv python3.14-doc firebird-dev readline-doc
  systemd-container systemd-homed systemd-imds systemd-userdbd systemd-boot
  systemd-report systemd-resolved systemd-repart polkitd wdiff-doc
Recommended packages:
  librsvg2-common ant-optional gfortran | fortran-compiler diffstat dput
  | dupload libdistro-info-perl libjson-perl libstring-shellquote-perl
  licensecheck lintian lzip mmdebstrap python3-apt python3-debian
  python3-magic python3-requests python3-unidiff python3-xdg sbuild strace
  unzip wget | curl debian-keyring debian-tag2upload-keyring equivs
  git-debpush libgitlab-api-v4-perl libmetacpan-client-perl libsoap-lite-perl
  pristine-tar libheif-plugin-aomenc | libheif-plugin-rav1e
  | libheif-plugin-svtenc gnupg-utils gpg-wks-client gpgv sopv-doc
  alsa-ucm-conf alsa-topology-conf at-spi2-core libaacs0 bzip2-doc libpam-cap
  libcfitsio-doc libclang-rt-21-dev libexif-doc proj-bin pvrg-jpeg
  xdg-user-dirs libgpg-error-l10n libgpgmepp-doc libgphoto2-l10n
  gstreamer1.0-gl gstreamer1.0-plugins-base ibus-gtk3 libgtk-3-bin
  libheif-plugin-x265 libheif-plugin-aomenc libhtml-format-perl
  libio-compress-brotli-perl javascript-common krb5-locales libldap-common
  libnamespace-clean-perl libgpm2 libcoarrays-openmpi-dev libpng-tools
  poppler-data libpmix-dev publicsuffix qttranslations5-l10n libqt5svg5
  qt5-gtk-platformtheme qtwayland5 libqt5sql5-sqlite | libqt5sql5-mysql
  | libqt5sql5-odbc | libqt5sql5-psql | libqt5sql5-tds | libqt5sql5-ibase
  qt6-translations-l10n qt6-gtk-platformtheme qt6-qpa-plugins qt6-svg-plugins
  qt6-wayland libqt6sql6-sqlite | libqt6sql6-mysql | libqt6sql6-odbc
  | libqt6sql6-psql | libqt6sql6-ibase libraw1394-tools libsasl2-modules
  libxstring-perl libbpf1 libcryptsetup12 libkmod2 libtasn1-doc
  mesa-vulkan-drivers | vulkan-icd libdata-dump-perl libhtml-form-perl
  libhttp-daemon-perl libmailtools-perl libatk-wrapper-java-jni
  fonts-dejavu-extra xauth psmisc linux-sysctl-defaults python3-chardet
  | python3-charset-normalizer python3-lxml mount systemd-timesyncd
  | time-daemon systemd-tpm systemd-cryptsetup libnss-systemd
The following NEW packages will be installed:
  adwaita-icon-theme ant at-spi2-common binfmt-support bubblewrap
  ca-certificates-java cfortran cmake comerr-dev dbus dbus-bin dbus-daemon
  dbus-session-bus-common dbus-system-bus-common dbus-user-session
  dconf-gsettings-backend dconf-service dctrl-tools default-jdk
  default-jdk-headless default-jre default-jre-headless devscripts dh-python
  dirmngr doxygen fastjar fontconfig fontconfig-config fonts-dejavu-core
  fonts-dejavu-mono fonts-font-awesome fonts-font-awesome-legacy fonts-lato
  gdal-data gdal-plugins gfortran-16 gfortran-16-aarch64-linux-gnu
  gir1.2-freedesktop gir1.2-freedesktop-dev gir1.2-glib-2.0
  gir1.2-glib-2.0-dev gir1.2-gst-plugins-base-1.0 gir1.2-gstreamer-1.0
  gir1.2-gudev-1.0 gir1.2-harfbuzz-0.0 girepository-tools glycin-loaders
  glycin-thumbnailers gnupg gnupg-l10n gosop gpg gpg-agent gpgconf gpgsm
  gtk-update-icon-cache hdf5-helpers hicolor-icon-theme ibverbs-providers
  icu-devtools iso-codes jarwrapper java-common javahelper krb5-multidev
  libabsl20260526 libacl1-dev libadios2-mpi-auxiliary-2.12
  libadios2-mpi-c++-2.12 libadios2-mpi-c-2.12 libadios2-mpi-core-2.12
  libadios2-mpi-plugins libaec-dev libaec0 libamd-comgr3 libamdhip64-6
  libaom-dev libaom3 libapparmor1 libarchive-dev libarchive13t64
  libarmadillo-dev libarmadillo15 libarpack2-dev libarpack2t64 libasound2-data
  libasound2t64 libassuan-dev libassuan9 libatk-bridge2.0-0t64 libatk1.0-0t64
  libatspi2.0-0t64 libattr1-dev libavahi-client3 libavahi-common-data
  libavahi-common3 libavcodec-dev libavcodec62 libavcodec63 libavformat-dev
  libavformat62 libavformat63 libavif-dev libavif16 libavutil-dev libavutil60
  libavutil61 libb-hooks-op-check-perl libb2-1 libblas-dev libblas3
  libblkid-dev libblosc-dev libblosc1 libblosc2-7 libbluray4 libboost-dev
  libboost-python1.90.0 libboost1.90-dev libbrotli-dev libbrotli1 libbz2-dev
  libcairo-gobject2 libcairo2 libcap2 libcap2-bin libcbor0.10 libcfitsio-dev
  libcfitsio10t64 libcharls2 libchromaprint1 libcjson1 libclang-common-21-dev
  libclang-cpp21 libclang1-21 libclass-method-modifiers-perl
  libclass-xsaccessor-perl libclone-perl libcloudproviders0 libcodec2-1.2
  libcolord2 libconfig-inifiles-perl libcups2t64 libcurl3t64-gnutls
  libcurl4-gnutls libcurl4-openssl-dev libcurl4t64 libdatrie1 libdav1d-dev
  libdav1d7 libdbus-1-3 libdc1394-25 libdc1394-dev libdconf1 libde265-0
  libdeflate-dev libdeflate0 libdevel-callchecker-perl
  libdouble-conversion-dev libdouble-conversion3 libdrm-amdgpu1 libdrm-common
  libdrm-dev libdrm-etnaviv1 libdrm-freedreno1 libdrm-intel1 libdrm-nouveau2
  libdrm-radeon1 libdrm-tegra0 libdrm2 libdvdnav4 libdvdread8t64
  libdynaloader-functions-perl libedit2 libegl-dev libegl-mesa0 libegl1
  libeigen3-dev libencode-locale-perl libepoxy0 libesmtp6 libevdev2
  libevent-2.1-7t64 libevent-core-2.1-7t64 libevent-dev
  libevent-extra-2.1-7t64 libevent-openssl-2.1-7t64 libevent-pthreads-2.1-7t64
  libexif-dev libexif12 libexpat1 libexpat1-dev libexprtk-dev libext2fs-dev
  libfabric1 libffi-dev libffi8 libfido2-1 libfile-dirlist-perl
  libfile-homedir-perl libfile-listing-perl libfile-touch-perl
  libfile-which-perl libfmt10 libfontconfig-dev libfontconfig1 libfreetype-dev
  libfreetype6 libfreexl-dev libfreexl1 libfribidi0 libfuse3-4 libfyba-dev
  libfyba0t64 libgav1-2 libgbm-dev libgbm1 libgcrypt20 libgd3 libgdal-dev
  libgdal39 libgdcm-dev libgdcm-tools libgdcm3.0t64 libgdk-pixbuf-2.0-0
  libgdk-pixbuf2.0-common libgeos-c1t64 libgeos-dev libgeos3.14.1
  libgeotiff-dev libgeotiff5 libgflags-dev libgflags2.2 libgfortran-16-dev
  libgfortran5 libgif-dev libgif7 libgio-2.0-dev libgio-2.0-dev-bin
  libgirepository-2.0-0 libgl-dev libgl1 libgl1-mesa-dri libgl2ps-dev
  libgl2ps1.4 libgles-dev libgles1 libgles2 libglew-common-dev libglew-dev
  libglew2.3 libglib2.0-0t64 libglib2.0-bin libglib2.0-data libglib2.0-dev
  libglib2.0-dev-bin libglu1-mesa libglu1-mesa-dev libglvnd0 libglx-dev
  libglx-mesa0 libglx0 libglycin-2-0 libgme0 libgmp-dev libgmpxx4ldbl
  libgnutls-dane0t64 libgnutls28-dev libgnutls30t64 libgoogle-glog-dev
  libgoogle-glog0v6t64 libgpg-error-dev libgpg-error0 libgpgme-dev libgpgme45
  libgpgmepp-dev libgpgmepp7 libgphoto2-6t64 libgphoto2-dev
  libgphoto2-port12t64 libgraphite2-3 libgraphite2-dev libgsm1
  libgssapi-krb5-2 libgssrpc4t64 libgstreamer-gl1.0-0
  libgstreamer-plugins-base1.0-0 libgstreamer-plugins-base1.0-dev
  libgstreamer1.0-0 libgstreamer1.0-dev libgtk-3-0t64 libgtk-3-common
  libgudev-1.0-0 libgudev-1.0-dev libharfbuzz-cairo0 libharfbuzz-dev
  libharfbuzz-gobject0 libharfbuzz-icu0 libharfbuzz-subset0 libharfbuzz0b
  libhdf4-0 libhdf4-dev libhdf5-320 libhdf5-cpp-320 libhdf5-dev
  libhdf5-fortran-320 libhdf5-hl-320 libhdf5-hl-cpp-320 libhdf5-hl-fortran-320
  libhdf5-mpi-dev libhdf5-openmpi-320 libhdf5-openmpi-cpp-320
  libhdf5-openmpi-dev libhdf5-openmpi-fortran-320 libhdf5-openmpi-hl-320
  libhdf5-openmpi-hl-cpp-320 libhdf5-openmpi-hl-fortran-320 libheif-dev
  libheif-plugin-dav1d libheif-plugin-libde265 libheif1 libhsa-runtime64-1
  libhtml-parser-perl libhtml-tagset-perl libhtml-tree-perl
  libhttp-cookies-perl libhttp-date-perl libhttp-message-perl
  libhttp-negotiate-perl libhwloc-dev libhwloc-plugins libhwloc15 libhwy-dev
  libhwy1t64 libibmad5 libibumad3 libibverbs-dev libibverbs1 libice-dev
  libice6 libicu-dev libicu78 libidn2-0 libidn2-dev libimagequant0
  libimath-3-1-29t64 libimath-dev libimport-into-perl libinput-bin libinput10
  libio-html-perl libio-socket-ssl-perl libio-string-perl libjbig-dev libjbig0
  libjpeg-dev libjpeg62-turbo libjpeg62-turbo-dev libjs-jquery libjs-jquery-ui
  libjs-sphinxdoc libjson-c-dev libjson-c5 libjsoncpp-dev libjsoncpp26
  libjxl-dev libjxl0.11 libk5crypto3 libkadm5clnt-mit12 libkadm5srv-mit12
  libkdb5-10t64 libkeyutils1 libkml-dev libkmlbase1t64 libkmlconvenience1t64
  libkmldom1t64 libkmlengine1t64 libkmlregionator1t64 libkmlxsd1t64 libkrb5-3
  libkrb5-dev libkrb5support0 libksba8 liblapack-dev liblapack3 liblapacke
  liblapacke-dev liblcms2-2 liblcms2-dev libldap-dev libldap2 libleptonica-dev
  libleptonica6 liblerc-dev liblerc4 libllvm21 libltdl-dev libltdl7
  liblwp-mediatypes-perl liblwp-protocol-https-perl liblz4-dev liblzma-dev
  libmariadb-dev libmariadb-dev-compat libmariadb3 libmd4c0 libminizip-dev
  libminizip1t64 libmodule-runtime-perl libmoo-perl libmount-dev libmp3lame0
  libmpg123-0t64 libmtdev1t64 libmunge2 libmuparser-dev libmuparser2v5
  libncursesw6 libnet-http-perl libnet-ssleay-perl libnetcdf-dev libnetcdf22
  libnghttp2-14 libnghttp2-dev libnghttp3-9 libnghttp3-dev libngtcp2-16
  libngtcp2-crypto-gnutls8 libngtcp2-crypto-ossl-dev libngtcp2-crypto-ossl0
  libngtcp2-dev libnl-3-200 libnl-3-dev libnl-route-3-200 libnl-route-3-dev
  libnorm1t64 libnpth0t64 libnspr4 libnspr4-dev libnss3 libnss3-dev
  libnuma-dev libnuma1 libodbc2 libodbccr2 libodbcinst2 libogg-dev libogg0
  libopenexr-3-4-33 libopenexr-dev libopengl-dev libopengl0 libopenjp2-7
  libopenjp2-7-dev libopenjp2-tools libopenjph-dev libopenjph0.28
  libopenjpip-dec-server libopenjpip7 libopenmpi-dev libopenmpi40
  libopenmpt0t64 libopus0 liborc-0.4-0t64 liborc-0.4-dev liborc-0.4-dev-bin
  libp11-kit-dev libp11-kit0 libpam-systemd libpango-1.0-0 libpangocairo-1.0-0
  libpangoft2-1.0-0 libparams-classify-perl libpciaccess-dev libpciaccess0
  libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix3 libpcsclite1
  libpgm-5.3-0t64 libpixman-1-0 libpkgconf7 libpmix2t64 libpng-dev
  libpng16-16t64 libpoppler-dev libpoppler-private-dev libpoppler156 libpq-dev
  libpq5 libproc2-1 libproj-dev libproj25 libprotobuf-dev
  libprotobuf-lite32t64 libprotobuf32t64 libprotoc32t64 libprrte-bin
  libprrte-dev libprrte4 libpsl-dev libpsl5t64 libpugixml1v5
  libpython3-all-dev libpython3-dev libpython3-stdlib libpython3.13
  libpython3.13-dev libpython3.13-minimal libpython3.13-stdlib libpython3.14
  libpython3.14-dev libpython3.14-minimal libpython3.14-stdlib libqhull-dev
  libqhull-r8.0 libqhull8.0 libqhullcpp8.0 libqt5concurrent5t64 libqt5core5t64
  libqt5dbus5t64 libqt5gui5t64 libqt5network5t64 libqt5opengl5-dev
  libqt5opengl5t64 libqt5printsupport5t64 libqt5sql5t64 libqt5test5t64
  libqt5widgets5t64 libqt5xml5t64 libqt6core6t64 libqt6dbus6 libqt6gui6
  libqt6opengl6 libqt6openglwidgets6 libqt6sql6 libqt6widgets6 librabbitmq4
  librav1e-dev librav1e0.8 libraw1394-11 libraw1394-dev librdmacm1t64
  libreadline8t64 librhash1 librist4 librole-tiny-perl librsvg2-2 librtmp-dev
  librtmp1 librttopo-dev librttopo1 libsasl2-2 libsasl2-modules-db
  libselinux-dev libsensors-config libsensors5 libsepol-dev libset-scalar-perl
  libsharpyuv-dev libsharpyuv0 libshine3 libsm-dev libsm6 libsnappy1v5
  libsocket++1 libsodium26 libsoxr0 libspatialite-dev libspatialite8t64
  libspdlog1.15 libspeex1 libsqlite3-0 libsqlite3-dev libsrt1.5-gnutls
  libssh-4 libssh2-1-dev libssh2-1t64 libssl-dev libstdc++-15-dev
  libsub-quote-perl libsuperlu-dev libsuperlu7 libsvtav1enc-dev libsvtav1enc4
  libswresample-dev libswresample6 libswresample7 libswscale-dev libswscale10
  libswscale9 libsysprof-capture-4-dev libsystemd-shared libsz2 libtasn1-6
  libtasn1-6-dev libtbb-dev libtbb12 libtbbbind-2-5 libtbbmalloc2
  libtesseract-dev libtesseract5 libthai-data libthai0 libtheora-dev
  libtheora1 libtheoradec2 libtheoraenc2 libtiff-dev libtiff6 libtiffxx6
  libtimedate-perl libtmglib-dev libtmglib3 libtry-tiny-perl libts0t64
  libtwolame0 libucc1 libucx0 libudev-dev libudfread3 libunbound8
  libunistring-dev liburi-perl liburiparser-dev liburiparser1 libusb-1.0-0
  libutfcpp-dev libuv1t64 libv4l-0t64 libv4l-dev libv4l2rds0t64
  libv4lconvert0t64 libva-dev libva-drm2 libva-glx2 libva-wayland2 libva-x11-2
  libva2 libvdpau1 libvorbis0a libvorbisenc2 libvorbisfile3 libvpx12
  libvtk9-dev libvtk9-java libvtk9.6 libvtk9.6-qt libvtkgdcm-9.1t64
  libvtkgdcm-dev libvulkan-dev libvulkan1 libwacom-common libwacom9
  libwayland-bin libwayland-client0 libwayland-cursor0 libwayland-dev
  libwayland-egl1 libwayland-server0 libwebp-dev libwebp7 libwebpdecoder3
  libwebpdemux2 libwebpmux3 libwww-perl libwww-robotrules-perl libx11-6
  libx11-data libx11-dev libx11-xcb-dev libx11-xcb1 libx264-165 libx265-216
  libxapian30 libxau-dev libxau6 libxcb-cursor0 libxcb-dri3-0 libxcb-glx0
  libxcb-icccm4 libxcb-image0 libxcb-keysyms1 libxcb-present0 libxcb-randr0
  libxcb-render-util0 libxcb-render0 libxcb-shape0 libxcb-shm0 libxcb-sync1
  libxcb-util1 libxcb-xfixes0 libxcb-xinerama0 libxcb-xinput0 libxcb-xkb1
  libxcb1 libxcb1-dev libxcomposite1 libxcursor-dev libxcursor1 libxdamage1
  libxdmcp-dev libxdmcp6 libxerces-c-dev libxerces-c3.2t64 libxext-dev
  libxext6 libxfixes-dev libxfixes3 libxft-dev libxft2 libxi6 libxinerama1
  libxkbcommon-x11-0 libxkbcommon0 libxml2-dev libxnvctrl0 libxpm4 libxrandr2
  libxrender-dev libxrender1 libxres1 libxshmfence1 libxss-dev libxss1
  libxt-dev libxt6t64 libxtst6 libxvidcore4 libxxf86vm1 libxxhash-dev
  libyaml-0-2 libyaml-cpp0.9 libyaml-libyaml-perl libyuv-dev libyuv0 libz3-4
  libzfp1t64 libzmq5 libzstd-dev libzvbi-common libzvbi0t64 mariadb-common
  maven-repo-helper media-types mesa-libgallium mpi-default-bin
  mpi-default-dev mysql-common native-architecture netbase nettle-dev
  ninja-build nlohmann-json3-dev ocl-icd-libopencl1 ocl-icd-opencl-dev
  opencl-c-headers opencl-clhpp-headers openjdk-25-jdk openjdk-25-jdk-headless
  openjdk-25-jre openjdk-25-jre-headless openmpi-bin openmpi-common
  openssh-client openssh-common patchutils pci.ids perl-openssl-defaults
  pinentry-curses pkgconf pkgconf-bin procps proj-data protobuf-compiler
  prrte-common python3 python3-all python3-all-dev python3-autocommand
  python3-bs4 python3-dev python3-imath python3-inflect python3-jaraco.context
  python3-jaraco.functools python3-jaraco.text python3-minimal
  python3-more-itertools python3-mpi4py python3-numpy python3-numpy-dev
  python3-packaging python3-pkg-resources python3-setuptools python3-soupsieve
  python3-typeguard python3-typing-extensions python3-vtk9 python3-zipp
  python3.13 python3.13-dev python3.13-minimal python3.14 python3.14-dev
  python3.14-minimal qt5-qmake qt5-qmake-bin qtbase5-dev qtbase5-dev-tools
  qtchooser readline-common sbuild-build-depends-main-dummy shared-mime-info
  systemd systemd-sysv unixodbc-common unixodbc-dev uuid-dev vtk9 wdiff
  x11-common x11proto-dev xkb-data xorg-sgml-doctools xtrans-dev zlib1g-dev
0 upgraded, 829 newly installed, 0 to remove and 0 not upgraded.
Need to get 728 MB/748 MB of archives.
After this operation, 3367 MB of additional disk space will be used.
Get:1 file:/build/reproducible-path/resolver-me4yYg/apt_archive ./ libavutil61 7:9.0-1 [406 kB]
Get:2 copy:/build/reproducible-path/resolver-c0izsT/apt_archive ./ sbuild-build-depends-main-dummy 0.invalid.0 [1220 B]
Get:3 file:/build/reproducible-path/resolver-me4yYg/apt_archive ./ libswresample7 7:9.0-1 [92.1 kB]
Get:4 file:/build/reproducible-path/resolver-me4yYg/apt_archive ./ libavcodec63 7:9.0-1 [6898 kB]
Get:5 file:/build/reproducible-path/resolver-me4yYg/apt_archive ./ libavutil-dev 7:9.0-1 [570 kB]
Get:6 file:/build/reproducible-path/resolver-me4yYg/apt_archive ./ libswresample-dev 7:9.0-1 [102 kB]
Get:7 https://deb.debian.org/debian unstable/main arm64 libsystemd-shared arm64 261.2-1 [2267 kB]
Get:8 file:/build/reproducible-path/resolver-me4yYg/apt_archive ./ libavcodec-dev 7:9.0-1 [7578 kB]
Get:9 file:/build/reproducible-path/resolver-me4yYg/apt_archive ./ libavformat63 7:9.0-1 [1205 kB]
Get:10 file:/build/reproducible-path/resolver-me4yYg/apt_archive ./ libavformat-dev 7:9.0-1 [1465 kB]
Get:11 file:/build/reproducible-path/resolver-me4yYg/apt_archive ./ libswscale10 7:9.0-1 [477 kB]
Get:12 https://deb.debian.org/debian unstable/main arm64 systemd arm64 261.2-1 [3120 kB]
Get:13 file:/build/reproducible-path/resolver-me4yYg/apt_archive ./ libswscale-dev 7:9.0-1 [519 kB]
Get:14 https://deb.debian.org/debian unstable/main arm64 systemd-sysv arm64 261.2-1 [41.2 kB]
Get:15 https://deb.debian.org/debian unstable/main arm64 binfmt-support arm64 2.2.2-8+b1 [68.4 kB]
Get:16 https://deb.debian.org/debian unstable/main arm64 fonts-lato all 2.015-1 [2780 kB]
Get:17 https://deb.debian.org/debian unstable/main arm64 libexpat1 arm64 2.8.2-1 [108 kB]
Get:18 https://deb.debian.org/debian unstable/main arm64 libpython3.14-minimal arm64 3.14.6-1 [889 kB]
Get:19 https://deb.debian.org/debian unstable/main arm64 python3.14-minimal arm64 3.14.6-1 [2245 kB]
Get:20 https://deb.debian.org/debian unstable/main arm64 python3-minimal arm64 3.14.6-1 [25.1 kB]
Get:21 https://deb.debian.org/debian unstable/main arm64 media-types all 14.0.0 [30.8 kB]
Get:22 https://deb.debian.org/debian unstable/main arm64 netbase all 6.5 [12.4 kB]
Get:23 https://deb.debian.org/debian unstable/main arm64 libffi8 arm64 3.7.1-2 [25.4 kB]
Get:24 https://deb.debian.org/debian unstable/main arm64 libncursesw6 arm64 6.6+20260608-2 [125 kB]
Get:25 https://deb.debian.org/debian unstable/main arm64 readline-common all 8.3-4 [74.8 kB]
Get:26 https://deb.debian.org/debian unstable/main arm64 libreadline8t64 arm64 8.3-4 [168 kB]
Get:27 https://deb.debian.org/debian unstable/main arm64 libsqlite3-0 arm64 3.53.4-2 [901 kB]
Get:28 https://deb.debian.org/debian unstable/main arm64 libpython3.14-stdlib arm64 3.14.6-1 [2188 kB]
Get:29 https://deb.debian.org/debian unstable/main arm64 python3.14 arm64 3.14.6-1 [846 kB]
Get:30 https://incoming.debian.org/debian-buildd buildd-unstable/main arm64 libgfortran5 arm64 16.2.0-1 [367 kB]
Get:31 https://deb.debian.org/debian unstable/main arm64 libpython3-stdlib arm64 3.14.6-1 [8108 B]
Get:32 https://deb.debian.org/debian unstable/main arm64 python3 arm64 3.14.6-1 [25.1 kB]
Get:33 https://deb.debian.org/debian unstable/main arm64 python3-numpy-dev arm64 1:2.4.6+ds-4 [133 kB]
Get:34 https://deb.debian.org/debian unstable/main arm64 libblas3 arm64 3.12.1-8 [129 kB]
Get:35 https://deb.debian.org/debian unstable/main arm64 liblapack3 arm64 3.12.1-8 [1818 kB]
Get:36 https://deb.debian.org/debian unstable/main arm64 python3-numpy arm64 1:2.4.6+ds-4 [4336 kB]
Get:37 https://deb.debian.org/debian unstable/main arm64 libpython3.13-minimal arm64 3.13.14-1 [857 kB]
Get:38 https://deb.debian.org/debian unstable/main arm64 python3.13-minimal arm64 3.13.14-1 [2072 kB]
Get:39 https://deb.debian.org/debian unstable/main arm64 libproc2-1 arm64 2:4.0.6-3 [65.5 kB]
Get:40 https://deb.debian.org/debian unstable/main arm64 procps arm64 2:4.0.6-3 [969 kB]
Get:41 https://deb.debian.org/debian unstable/main arm64 libdbus-1-3 arm64 1.16.2-5+b1 [165 kB]
Get:42 https://deb.debian.org/debian unstable/main arm64 dbus-bin arm64 1.16.2-5+b1 [75.4 kB]
Get:43 https://deb.debian.org/debian unstable/main arm64 dbus-session-bus-common all 1.16.2-5 [48.7 kB]
Get:44 https://deb.debian.org/debian unstable/main arm64 libapparmor1 arm64 4.1.7-5 [35.4 kB]
Get:45 https://deb.debian.org/debian unstable/main arm64 dbus-daemon arm64 1.16.2-5+b1 [147 kB]
Get:46 https://deb.debian.org/debian unstable/main arm64 dbus-system-bus-common all 1.16.2-5 [49.6 kB]
Get:47 https://deb.debian.org/debian unstable/main arm64 dbus arm64 1.16.2-5+b1 [67.1 kB]
Get:48 https://deb.debian.org/debian unstable/main arm64 libpam-systemd arm64 261.2-1 [291 kB]
Get:49 https://deb.debian.org/debian unstable/main arm64 libcbor0.10 arm64 0.10.2-2.2 [27.1 kB]
Get:50 https://deb.debian.org/debian unstable/main arm64 libfido2-1 arm64 1.17.0-2 [74.5 kB]
Get:51 https://deb.debian.org/debian unstable/main arm64 openssh-common arm64 1:10.4p1-4 [455 kB]
Get:52 https://deb.debian.org/debian unstable/main arm64 libedit2 arm64 3.1-20260512-1 [88.3 kB]
Get:53 https://deb.debian.org/debian unstable/main arm64 libkrb5support0 arm64 1.22.1-3 [30.2 kB]
Get:54 https://deb.debian.org/debian unstable/main arm64 libk5crypto3 arm64 1.22.1-3 [74.7 kB]
Get:55 https://deb.debian.org/debian unstable/main arm64 libkeyutils1 arm64 1.6.3-6+b2 [9444 B]
Get:56 https://deb.debian.org/debian unstable/main arm64 libkrb5-3 arm64 1.22.1-3 [314 kB]
Get:57 https://deb.debian.org/debian unstable/main arm64 libgssapi-krb5-2 arm64 1.22.1-3 [125 kB]
Get:58 https://deb.debian.org/debian unstable/main arm64 openssh-client arm64 1:10.4p1-4 [659 kB]
Get:59 https://deb.debian.org/debian unstable/main arm64 libcap2 arm64 1:2.78-1 [26.4 kB]
Get:60 https://deb.debian.org/debian unstable/main arm64 bubblewrap arm64 0.11.2-2 [47.9 kB]
Get:61 https://deb.debian.org/debian unstable/main arm64 libbrotli1 arm64 1.2.0-3 [295 kB]
Get:62 https://incoming.debian.org/debian-buildd buildd-unstable/main arm64 libgfortran-16-dev arm64 16.2.0-1 [427 kB]
Get:63 https://deb.debian.org/debian unstable/main arm64 libpng16-16t64 arm64 1.6.58-1 [276 kB]
Get:64 https://deb.debian.org/debian unstable/main arm64 libfreetype6 arm64 2.14.3+dfsg-2 [457 kB]
Get:65 https://deb.debian.org/debian unstable/main arm64 fonts-dejavu-mono all 2.37-9 [488 kB]
Get:66 https://deb.debian.org/debian unstable/main arm64 fonts-dejavu-core all 2.37-9 [840 kB]
Get:67 https://incoming.debian.org/debian-buildd buildd-unstable/main arm64 gfortran-16-aarch64-linux-gnu arm64 16.2.0-1 [77.0 MB]
Get:68 https://deb.debian.org/debian unstable/main arm64 fontconfig-config arm64 2.17.1-5 [56.1 kB]
Get:69 https://deb.debian.org/debian unstable/main arm64 libfontconfig1 arm64 2.17.1-5 [125 kB]
Get:70 https://deb.debian.org/debian unstable/main arm64 libpixman-1-0 arm64 0.46.4-1+b2 [173 kB]
Get:71 https://deb.debian.org/debian unstable/main arm64 libxau6 arm64 1:1.0.11-1+b2 [20.8 kB]
Get:72 https://deb.debian.org/debian unstable/main arm64 libxdmcp6 arm64 1:1.1.5-2+b1 [28.2 kB]
Get:73 https://deb.debian.org/debian unstable/main arm64 libxcb1 arm64 1.17.0-2+b2 [142 kB]
Get:74 https://deb.debian.org/debian unstable/main arm64 libx11-data all 2:1.8.13-1 [346 kB]
Get:75 https://deb.debian.org/debian unstable/main arm64 libx11-6 arm64 2:1.8.13-1 [799 kB]
Get:76 https://deb.debian.org/debian unstable/main arm64 libxcb-render0 arm64 1.17.0-2+b2 [115 kB]
Get:77 https://deb.debian.org/debian unstable/main arm64 libxcb-shm0 arm64 1.17.0-2+b2 [105 kB]
Get:78 https://deb.debian.org/debian unstable/main arm64 libxext6 arm64 2:1.3.4-1+b4 [49.0 kB]
Get:79 https://deb.debian.org/debian unstable/main arm64 libxrender1 arm64 1:0.9.12-1+b2 [27.2 kB]
Get:80 https://deb.debian.org/debian unstable/main arm64 libcairo2 arm64 1.18.4-3+b1 [477 kB]
Get:81 https://deb.debian.org/debian unstable/main arm64 libglib2.0-0t64 arm64 2.88.3-2 [1419 kB]
Get:82 https://deb.debian.org/debian unstable/main arm64 libsharpyuv0 arm64 1.5.0-0.1+b2 [113 kB]
Get:83 https://deb.debian.org/debian unstable/main arm64 libde265-0 arm64 1.1.1-1 [151 kB]
Get:84 https://deb.debian.org/debian unstable/main arm64 libheif-plugin-libde265 arm64 1.23.1-1 [16.5 kB]
Get:85 https://deb.debian.org/debian unstable/main arm64 libdav1d7 arm64 1.5.4-1 [266 kB]
Get:86 https://deb.debian.org/debian unstable/main arm64 libheif-plugin-dav1d arm64 1.23.1-1 [18.5 kB]
Get:87 https://deb.debian.org/debian unstable/main arm64 libheif1 arm64 1.23.1-1 [642 kB]
Get:88 https://deb.debian.org/debian unstable/main arm64 libhwy1t64 arm64 1.3.0-5 [421 kB]
Get:89 https://deb.debian.org/debian unstable/main arm64 liblcms2-2 arm64 2.19.1-1 [153 kB]
Get:90 https://deb.debian.org/debian unstable/main arm64 libjxl0.11 arm64 0.11.2-5 [851 kB]
Get:91 https://deb.debian.org/debian unstable/main arm64 libcairo-gobject2 arm64 1.18.4-3+b1 [129 kB]
Get:92 https://deb.debian.org/debian unstable/main arm64 fontconfig arm64 2.17.1-5 [191 kB]
Get:93 https://deb.debian.org/debian unstable/main arm64 libfribidi0 arm64 1.0.16-5+b1 [26.1 kB]
Get:94 https://deb.debian.org/debian unstable/main arm64 libgraphite2-3 arm64 1.3.15-2 [69.6 kB]
Get:95 https://deb.debian.org/debian unstable/main arm64 libharfbuzz0b arm64 12.3.2-2+b2 [471 kB]
Get:96 https://deb.debian.org/debian unstable/main arm64 libthai-data all 0.1.30-3 [172 kB]
Get:97 https://deb.debian.org/debian unstable/main arm64 libdatrie1 arm64 0.2.14-2 [38.4 kB]
Get:98 https://deb.debian.org/debian unstable/main arm64 libthai0 arm64 0.1.30-3 [50.6 kB]
Get:99 https://deb.debian.org/debian unstable/main arm64 libpango-1.0-0 arm64 1.58.0-1 [211 kB]
Get:100 https://deb.debian.org/debian unstable/main arm64 libpangoft2-1.0-0 arm64 1.58.0-1 [49.0 kB]
Get:101 https://deb.debian.org/debian unstable/main arm64 libpangocairo-1.0-0 arm64 1.58.0-1 [31.9 kB]
Get:102 https://deb.debian.org/debian unstable/main arm64 librsvg2-2 arm64 2.62.1+dfsg-1 [1624 kB]
Get:103 https://deb.debian.org/debian unstable/main arm64 glycin-loaders arm64 2.1.5+ds-2 [2445 kB]
Get:104 https://deb.debian.org/debian unstable/main arm64 libglycin-2-0 arm64 2.1.5+ds-2 [1238 kB]
Get:105 https://deb.debian.org/debian unstable/main arm64 glycin-thumbnailers arm64 2.1.5+ds-2 [191 kB]
Get:106 https://deb.debian.org/debian unstable/main arm64 libgdk-pixbuf2.0-common all 2.44.7+dfsg-1 [316 kB]
Get:107 https://deb.debian.org/debian unstable/main arm64 shared-mime-info arm64 2.4-5+b4 [754 kB]
Get:108 https://deb.debian.org/debian unstable/main arm64 libgdk-pixbuf-2.0-0 arm64 2.44.7+dfsg-1 [89.9 kB]
Get:109 https://deb.debian.org/debian unstable/main arm64 gtk-update-icon-cache arm64 4.22.4+ds-1 [40.4 kB]
Get:110 https://deb.debian.org/debian unstable/main arm64 hicolor-icon-theme all 0.18-2 [11.8 kB]
Get:111 https://deb.debian.org/debian unstable/main arm64 adwaita-icon-theme all 50.0-2 [506 kB]
Get:112 https://deb.debian.org/debian unstable/main arm64 ca-certificates-java all 20260311 [11.2 kB]
Get:113 https://deb.debian.org/debian unstable/main arm64 java-common all 0.77 [6620 B]
Get:114 https://deb.debian.org/debian unstable/main arm64 libjpeg62-turbo arm64 1:3.1.3-4 [217 kB]
Get:115 https://deb.debian.org/debian unstable/main arm64 libnspr4 arm64 2:4.39-1 [101 kB]
Get:116 https://deb.debian.org/debian unstable/main arm64 libnss3 arm64 2:3.126-1 [1294 kB]
Get:117 https://deb.debian.org/debian unstable/main arm64 libpcsclite1 arm64 2.5.1-1 [53.9 kB]
Get:118 https://deb.debian.org/debian unstable/main arm64 openjdk-25-jre-headless arm64 25.0.4+7-1 [52.4 MB]
Get:119 https://deb.debian.org/debian unstable/main arm64 default-jre-headless arm64 2:1.25-77 [3012 B]
Get:120 https://deb.debian.org/debian unstable/main arm64 ant all 1.10.17-1 [2172 kB]
Get:121 https://deb.debian.org/debian unstable/main arm64 at-spi2-common all 2.61.1-1 [171 kB]
Get:122 https://deb.debian.org/debian unstable/main arm64 cfortran all 20210827-1.1 [64.6 kB]
Get:123 https://deb.debian.org/debian unstable/main arm64 libarchive13t64 arm64 3.8.9-1 [331 kB]
Get:124 https://deb.debian.org/debian unstable/main arm64 libnghttp3-9 arm64 1.17.0-1 [63.0 kB]
Get:125 https://deb.debian.org/debian unstable/main arm64 libngtcp2-16 arm64 1.24.0-1 [129 kB]
Get:126 https://deb.debian.org/debian unstable/main arm64 libidn2-0 arm64 2.3.8-5 [107 kB]
Get:127 https://deb.debian.org/debian unstable/main arm64 libsasl2-modules-db arm64 2.1.28+dfsg1-11 [17.1 kB]
Get:128 https://deb.debian.org/debian unstable/main arm64 libsasl2-2 arm64 2.1.28+dfsg1-11 [52.4 kB]
Get:129 https://deb.debian.org/debian unstable/main arm64 libldap2 arm64 2.6.13+dfsg-1+b1 [173 kB]
Get:130 https://deb.debian.org/debian unstable/main arm64 libnghttp2-14 arm64 1.70.0-1 [87.9 kB]
Get:131 https://deb.debian.org/debian unstable/main arm64 libngtcp2-crypto-ossl0 arm64 1.24.0-1 [24.7 kB]
Get:132 https://deb.debian.org/debian unstable/main arm64 libpsl5t64 arm64 0.23.1-1 [60.9 kB]
Get:133 https://deb.debian.org/debian unstable/main arm64 libssh2-1t64 arm64 1.11.1-5 [235 kB]
Get:134 https://deb.debian.org/debian unstable/main arm64 libcurl4t64 arm64 8.21.0-2 [381 kB]
Get:135 https://deb.debian.org/debian unstable/main arm64 libjsoncpp26 arm64 1.9.8-2 [76.6 kB]
Get:136 https://deb.debian.org/debian unstable/main arm64 librhash1 arm64 1.4.6-1.1+b1 [128 kB]
Get:137 https://deb.debian.org/debian unstable/main arm64 libuv1t64 arm64 1.52.1-4 [151 kB]
Get:138 https://deb.debian.org/debian unstable/main arm64 cmake arm64 4.3.4-1 [13.7 MB]
Get:139 https://deb.debian.org/debian unstable/main arm64 comerr-dev arm64 2.1-1.47.4-1 [51.1 kB]
Get:140 https://deb.debian.org/debian unstable/main arm64 dbus-user-session arm64 1.16.2-5+b1 [48.8 kB]
Get:141 https://deb.debian.org/debian unstable/main arm64 libdconf1 arm64 0.49.0-4+b1 [40.7 kB]
Get:142 https://deb.debian.org/debian unstable/main arm64 dconf-service arm64 0.49.0-4+b1 [31.0 kB]
Get:143 https://deb.debian.org/debian unstable/main arm64 dconf-gsettings-backend arm64 0.49.0-4+b1 [27.0 kB]
Get:144 https://deb.debian.org/debian unstable/main arm64 dctrl-tools arm64 2.24-3+b2 [125 kB]
Get:145 https://deb.debian.org/debian unstable/main arm64 libatk1.0-0t64 arm64 2.61.1-1 [47.1 kB]
Get:146 https://deb.debian.org/debian unstable/main arm64 libxi6 arm64 2:1.8.2-2+b1 [77.7 kB]
Get:147 https://deb.debian.org/debian unstable/main arm64 libxres1 arm64 2:1.2.1-2 [17.8 kB]
Get:148 https://deb.debian.org/debian unstable/main arm64 libatspi2.0-0t64 arm64 2.61.1-1 [76.6 kB]
Get:149 https://deb.debian.org/debian unstable/main arm64 libatk-bridge2.0-0t64 arm64 2.61.1-1 [62.0 kB]
Get:150 https://deb.debian.org/debian unstable/main arm64 libcloudproviders0 arm64 0.4.0-3 [27.1 kB]
Get:151 https://deb.debian.org/debian unstable/main arm64 libcolord2 arm64 1.4.8-3 [128 kB]
Get:152 https://deb.debian.org/debian unstable/main arm64 libavahi-common-data arm64 0.8-18 [113 kB]
Get:153 https://deb.debian.org/debian unstable/main arm64 libavahi-common3 arm64 0.8-18 [43.4 kB]
Get:154 https://deb.debian.org/debian unstable/main arm64 libavahi-client3 arm64 0.8-18 [47.1 kB]
Get:155 https://deb.debian.org/debian unstable/main arm64 libp11-kit0 arm64 0.26.4-1 [439 kB]
Get:156 https://deb.debian.org/debian unstable/main arm64 libtasn1-6 arm64 4.21.0-2+b1 [46.9 kB]
Get:157 https://deb.debian.org/debian unstable/main arm64 libgnutls30t64 arm64 3.8.13-1 [1434 kB]
Get:158 https://deb.debian.org/debian unstable/main arm64 libcups2t64 arm64 2.4.18-1 [233 kB]
Get:159 https://deb.debian.org/debian unstable/main arm64 libepoxy0 arm64 1.5.10-2+b2 [202 kB]
Get:160 https://deb.debian.org/debian unstable/main arm64 libwayland-client0 arm64 1.26.0-1 [27.8 kB]
Get:161 https://deb.debian.org/debian unstable/main arm64 libwayland-cursor0 arm64 1.26.0-1 [11.5 kB]
Get:162 https://deb.debian.org/debian unstable/main arm64 libwayland-egl1 arm64 1.26.0-1 [5824 B]
Get:163 https://deb.debian.org/debian unstable/main arm64 libxcomposite1 arm64 1:0.4.6-1+b2 [16.8 kB]
Get:164 https://deb.debian.org/debian unstable/main arm64 libxfixes3 arm64 1:6.0.0-2+b5 [20.4 kB]
Get:165 https://deb.debian.org/debian unstable/main arm64 libxcursor1 arm64 1:1.2.3-1+b2 [39.3 kB]
Get:166 https://deb.debian.org/debian unstable/main arm64 libxdamage1 arm64 1:1.1.7-1+b1 [16.5 kB]
Get:167 https://deb.debian.org/debian unstable/main arm64 libxinerama1 arm64 2:1.1.4-3+b5 [16.0 kB]
Get:168 https://deb.debian.org/debian unstable/main arm64 xkb-data all 2.48-1 [841 kB]
Get:169 https://deb.debian.org/debian unstable/main arm64 libxkbcommon0 arm64 1.13.1-1 [136 kB]
Get:170 https://deb.debian.org/debian unstable/main arm64 libxrandr2 arm64 2:1.5.4-1+b4 [35.6 kB]
Get:171 https://deb.debian.org/debian unstable/main arm64 libgtk-3-common all 3.24.52-1 [4929 kB]
Get:172 https://deb.debian.org/debian unstable/main arm64 libgtk-3-0t64 arm64 3.24.52-1 [2681 kB]
Get:173 https://deb.debian.org/debian unstable/main arm64 libglvnd0 arm64 1.7.0-3+b1 [40.9 kB]
Get:174 https://deb.debian.org/debian unstable/main arm64 libdrm-common all 2.4.134-3 [7860 B]
Get:175 https://deb.debian.org/debian unstable/main arm64 libdrm2 arm64 2.4.134-3 [37.1 kB]
Get:176 https://deb.debian.org/debian unstable/main arm64 libdrm-amdgpu1 arm64 2.4.134-3 [22.1 kB]
Get:177 https://deb.debian.org/debian unstable/main arm64 libz3-4 arm64 4.13.3-1.1 [7361 kB]
Get:178 https://deb.debian.org/debian unstable/main arm64 libllvm21 arm64 1:21.1.8-10 [25.4 MB]
Get:179 https://incoming.debian.org/debian-buildd buildd-unstable/main arm64 gfortran-16 arm64 16.2.0-1 [15.8 kB]
Get:180 https://deb.debian.org/debian unstable/main arm64 libsensors-config all 1:3.6.2-2 [16.2 kB]
Get:181 https://deb.debian.org/debian unstable/main arm64 libsensors5 arm64 1:3.6.2-2+b2 [36.2 kB]
Get:182 https://deb.debian.org/debian unstable/main arm64 libx11-xcb1 arm64 2:1.8.13-1 [250 kB]
Get:183 https://deb.debian.org/debian unstable/main arm64 libxcb-dri3-0 arm64 1.17.0-2+b2 [107 kB]
Get:184 https://deb.debian.org/debian unstable/main arm64 libxcb-present0 arm64 1.17.0-2+b2 [106 kB]
Get:185 https://deb.debian.org/debian unstable/main arm64 libxcb-randr0 arm64 1.17.0-2+b2 [116 kB]
Get:186 https://deb.debian.org/debian unstable/main arm64 libxcb-sync1 arm64 1.17.0-2+b2 [109 kB]
Get:187 https://deb.debian.org/debian unstable/main arm64 libxcb-xfixes0 arm64 1.17.0-2+b2 [109 kB]
Get:188 https://deb.debian.org/debian unstable/main arm64 libxshmfence1 arm64 1.3.3-1+b2 [11.4 kB]
Get:189 https://deb.debian.org/debian unstable/main arm64 mesa-libgallium arm64 26.1.5-1 [10.7 MB]
Get:190 https://deb.debian.org/debian unstable/main arm64 libgbm1 arm64 26.1.5-1 [46.5 kB]
Get:191 https://deb.debian.org/debian unstable/main arm64 libvulkan1 arm64 1.4.357.0-1 [142 kB]
Get:192 https://deb.debian.org/debian unstable/main arm64 libgl1-mesa-dri arm64 26.1.5-1 [43.9 kB]
Get:193 https://deb.debian.org/debian unstable/main arm64 libxcb-glx0 arm64 1.17.0-2+b2 [122 kB]
Get:194 https://deb.debian.org/debian unstable/main arm64 libxxf86vm1 arm64 1:1.1.4-2+b1 [19.8 kB]
Get:195 https://deb.debian.org/debian unstable/main arm64 libglx-mesa0 arm64 26.1.5-1 [110 kB]
Get:196 https://deb.debian.org/debian unstable/main arm64 libglx0 arm64 1.7.0-3+b1 [30.6 kB]
Get:197 https://deb.debian.org/debian unstable/main arm64 libgl1 arm64 1.7.0-3+b1 [88.7 kB]
Get:198 https://deb.debian.org/debian unstable/main arm64 libasound2-data all 1.2.16.1-1 [19.4 kB]
Get:199 https://deb.debian.org/debian unstable/main arm64 libasound2t64 arm64 1.2.16.1-1 [348 kB]
Get:200 https://deb.debian.org/debian unstable/main arm64 libgif7 arm64 6.1.3-1 [45.3 kB]
Get:201 https://deb.debian.org/debian unstable/main arm64 x11-common all 1:7.7+26 [217 kB]
Get:202 https://deb.debian.org/debian unstable/main arm64 libxtst6 arm64 2:1.2.5-1+b2 [26.0 kB]
Get:203 https://deb.debian.org/debian unstable/main arm64 openjdk-25-jre arm64 25.0.4+7-1 [192 kB]
Get:204 https://deb.debian.org/debian unstable/main arm64 default-jre arm64 2:1.25-77 [1028 B]
Get:205 https://deb.debian.org/debian unstable/main arm64 openjdk-25-jdk-headless arm64 25.0.4+7-1 [88.6 MB]
Get:206 https://deb.debian.org/debian unstable/main arm64 default-jdk-headless arm64 2:1.25-77 [1080 B]
Get:207 https://deb.debian.org/debian unstable/main arm64 openjdk-25-jdk arm64 25.0.4+7-1 [3760 kB]
Get:208 https://deb.debian.org/debian unstable/main arm64 default-jdk arm64 2:1.25-77 [1040 B]
Get:209 https://deb.debian.org/debian unstable/main arm64 libgpg-error0 arm64 1.61-3 [84.4 kB]
Get:210 https://deb.debian.org/debian unstable/main arm64 libassuan9 arm64 3.0.2-2+b2 [57.6 kB]
Get:211 https://deb.debian.org/debian unstable/main arm64 libgcrypt20 arm64 1.12.2-1 [788 kB]
Get:212 https://deb.debian.org/debian unstable/main arm64 gpgconf arm64 2.4.9-7 [118 kB]
Get:213 https://deb.debian.org/debian unstable/main arm64 libksba8 arm64 1.8.0-3 [128 kB]
Get:214 https://deb.debian.org/debian unstable/main arm64 libnpth0t64 arm64 1.8-3+b2 [22.9 kB]
Get:215 https://deb.debian.org/debian unstable/main arm64 gpg arm64 2.4.9-7 [569 kB]
Get:216 https://deb.debian.org/debian unstable/main arm64 pinentry-curses arm64 1.3.3-2 [88.6 kB]
Get:217 https://deb.debian.org/debian unstable/main arm64 gpg-agent arm64 2.4.9-7 [245 kB]
Get:218 https://deb.debian.org/debian unstable/main arm64 libconfig-inifiles-perl all 3.002000-1 [44.9 kB]
Get:219 https://deb.debian.org/debian unstable/main arm64 libfile-dirlist-perl all 0.05-3 [7600 B]
Get:220 https://deb.debian.org/debian unstable/main arm64 libfile-which-perl all 1.27-2 [15.1 kB]
Get:221 https://deb.debian.org/debian unstable/main arm64 libfile-homedir-perl all 1.006-2 [42.4 kB]
Get:222 https://deb.debian.org/debian unstable/main arm64 libfile-touch-perl all 0.12-2 [8816 B]
Get:223 https://deb.debian.org/debian unstable/main arm64 libio-string-perl all 1.08-4 [12.1 kB]
Get:224 https://deb.debian.org/debian unstable/main arm64 libclass-method-modifiers-perl all 2.15-1 [18.0 kB]
Get:225 https://deb.debian.org/debian unstable/main arm64 libclass-xsaccessor-perl arm64 1.19-4+b7 [35.3 kB]
Get:226 https://deb.debian.org/debian unstable/main arm64 libb-hooks-op-check-perl arm64 0.22-3+b5 [10.7 kB]
Get:227 https://deb.debian.org/debian unstable/main arm64 libdynaloader-functions-perl all 0.004-2 [12.2 kB]
Get:228 https://deb.debian.org/debian unstable/main arm64 libdevel-callchecker-perl arm64 0.009-3+b1 [15.8 kB]
Get:229 https://deb.debian.org/debian unstable/main arm64 libparams-classify-perl arm64 0.015-2+b6 [22.4 kB]
Get:230 https://deb.debian.org/debian unstable/main arm64 libmodule-runtime-perl all 0.018-1 [17.8 kB]
Get:231 https://deb.debian.org/debian unstable/main arm64 libimport-into-perl all 1.002005-2 [11.3 kB]
Get:232 https://deb.debian.org/debian unstable/main arm64 librole-tiny-perl all 2.002005-1 [19.5 kB]
Get:233 https://deb.debian.org/debian unstable/main arm64 libsub-quote-perl all 2.006009-1 [21.3 kB]
Get:234 https://deb.debian.org/debian unstable/main arm64 libmoo-perl all 2.005005-1 [58.0 kB]
Get:235 https://deb.debian.org/debian unstable/main arm64 libencode-locale-perl all 1.05-3 [12.9 kB]
Get:236 https://deb.debian.org/debian unstable/main arm64 libtimedate-perl all 2.3500-1 [64.2 kB]
Get:237 https://deb.debian.org/debian unstable/main arm64 libhttp-date-perl all 6.08-1 [12.1 kB]
Get:238 https://deb.debian.org/debian unstable/main arm64 libfile-listing-perl all 6.16-1 [12.4 kB]
Get:239 https://deb.debian.org/debian unstable/main arm64 libhtml-tagset-perl all 3.24-1 [14.7 kB]
Get:240 https://deb.debian.org/debian unstable/main arm64 liburi-perl all 5.35-1 [112 kB]
Get:241 https://deb.debian.org/debian unstable/main arm64 libhtml-parser-perl arm64 3.83-2+b1 [96.6 kB]
Get:242 https://deb.debian.org/debian unstable/main arm64 libhtml-tree-perl all 5.07-3 [211 kB]
Get:243 https://deb.debian.org/debian unstable/main arm64 libclone-perl arm64 0.50-1+b1 [21.0 kB]
Get:244 https://deb.debian.org/debian unstable/main arm64 libio-html-perl all 1.004-3 [16.2 kB]
Get:245 https://deb.debian.org/debian unstable/main arm64 liblwp-mediatypes-perl all 6.04-2 [20.2 kB]
Get:246 https://deb.debian.org/debian unstable/main arm64 libhttp-message-perl all 7.04-1 [80.6 kB]
Get:247 https://deb.debian.org/debian unstable/main arm64 libhttp-cookies-perl all 6.12-2 [19.2 kB]
Get:248 https://deb.debian.org/debian unstable/main arm64 libhttp-negotiate-perl all 6.01-2 [13.1 kB]
Get:249 https://deb.debian.org/debian unstable/main arm64 perl-openssl-defaults arm64 7+b2 [6712 B]
Get:250 https://deb.debian.org/debian unstable/main arm64 libnet-ssleay-perl arm64 1.96-1+b1 [328 kB]
Get:251 https://deb.debian.org/debian unstable/main arm64 libio-socket-ssl-perl all 2.099-1 [229 kB]
Get:252 https://deb.debian.org/debian unstable/main arm64 libnet-http-perl all 6.24-1 [23.2 kB]
Get:253 https://deb.debian.org/debian unstable/main arm64 liblwp-protocol-https-perl all 6.15-1 [10.7 kB]
Get:254 https://deb.debian.org/debian unstable/main arm64 libtry-tiny-perl all 0.32-1 [22.9 kB]
Get:255 https://deb.debian.org/debian unstable/main arm64 libwww-robotrules-perl all 6.03-1 [15.8 kB]
Get:256 https://deb.debian.org/debian unstable/main arm64 libwww-perl all 6.83-1 [186 kB]
Get:257 https://deb.debian.org/debian unstable/main arm64 libyaml-0-2 arm64 0.2.5-2+b1 [47.8 kB]
Get:258 https://deb.debian.org/debian unstable/main arm64 libyaml-libyaml-perl arm64 0.910.0+ds-1+b1 [44.9 kB]
Get:259 https://deb.debian.org/debian unstable/main arm64 patchutils arm64 0.4.5-1 [81.0 kB]
Get:260 https://deb.debian.org/debian unstable/main arm64 gosop arm64 1.1.0-3+b3 [2105 kB]
Get:261 https://deb.debian.org/debian unstable/main arm64 wdiff arm64 1.2.2-9+b1 [122 kB]
Get:262 https://deb.debian.org/debian unstable/main arm64 devscripts all 2.26.10 [1084 kB]
Get:263 https://deb.debian.org/debian unstable/main arm64 dh-python all 7.20260623 [114 kB]
Get:264 https://deb.debian.org/debian unstable/main arm64 dirmngr arm64 2.4.9-7 [354 kB]
Get:265 https://deb.debian.org/debian unstable/main arm64 libclang-cpp21 arm64 1:21.1.8-10 [11.7 MB]
Get:266 https://deb.debian.org/debian unstable/main arm64 libclang1-21 arm64 1:21.1.8-10 [6905 kB]
Get:267 https://deb.debian.org/debian unstable/main arm64 libfmt10 arm64 10.1.1+ds1-4+b2 [120 kB]
Get:268 https://deb.debian.org/debian unstable/main arm64 libspdlog1.15 arm64 1:1.15.3+ds-1+b2 [98.0 kB]
Get:269 https://deb.debian.org/debian unstable/main arm64 libxapian30 arm64 1.4.31-2 [1055 kB]
Get:270 https://deb.debian.org/debian unstable/main arm64 doxygen arm64 1.15.0+ds1-1.1 [4922 kB]
Get:271 https://deb.debian.org/debian unstable/main arm64 fastjar arm64 2:0.98-8 [73.6 kB]
Get:272 https://deb.debian.org/debian unstable/main arm64 fonts-font-awesome-legacy all 6-3 [1547 kB]
Get:273 https://deb.debian.org/debian unstable/main arm64 fonts-font-awesome all 7.3.0+dfsg-1 [677 kB]
Get:274 https://deb.debian.org/debian unstable/main arm64 gdal-data all 3.13.2+dfsg-1 [462 kB]
Get:275 https://deb.debian.org/debian unstable/main arm64 gdal-plugins arm64 3.13.2+dfsg-1+b1 [233 kB]
Get:276 https://deb.debian.org/debian unstable/main arm64 gir1.2-glib-2.0 arm64 2.88.3-2 [180 kB]
Get:277 https://deb.debian.org/debian unstable/main arm64 gir1.2-freedesktop arm64 1.86.0-6+b2 [57.7 kB]
Get:278 https://deb.debian.org/debian unstable/main arm64 gir1.2-glib-2.0-dev arm64 2.88.3-2 [903 kB]
Get:279 https://deb.debian.org/debian unstable/main arm64 gir1.2-freedesktop-dev arm64 1.86.0-6+b2 [48.8 kB]
Get:280 https://deb.debian.org/debian unstable/main arm64 libcap2-bin arm64 1:2.78-1 [35.6 kB]
Get:281 https://deb.debian.org/debian unstable/main arm64 libgstreamer1.0-0 arm64 1.28.6-1 [1324 kB]
Get:282 https://deb.debian.org/debian unstable/main arm64 gir1.2-gstreamer-1.0 arm64 1.28.6-1 [123 kB]
Get:283 https://deb.debian.org/debian unstable/main arm64 libegl-mesa0 arm64 26.1.5-1 [116 kB]
Get:284 https://deb.debian.org/debian unstable/main arm64 libegl1 arm64 1.7.0-3+b1 [33.2 kB]
Get:285 https://deb.debian.org/debian unstable/main arm64 liborc-0.4-0t64 arm64 1:0.4.42-4 [237 kB]
Get:286 https://deb.debian.org/debian unstable/main arm64 iso-codes all 4.20.1-1 [3319 kB]
Get:287 https://deb.debian.org/debian unstable/main arm64 libgstreamer-plugins-base1.0-0 arm64 1.28.6-1 [926 kB]
Get:288 https://deb.debian.org/debian unstable/main arm64 libgudev-1.0-0 arm64 238-7+b2 [13.9 kB]
Get:289 https://deb.debian.org/debian unstable/main arm64 libgstreamer-gl1.0-0 arm64 1.28.6-1 [256 kB]
Get:290 https://deb.debian.org/debian unstable/main arm64 gir1.2-gst-plugins-base-1.0 arm64 1.28.6-1 [167 kB]
Get:291 https://deb.debian.org/debian unstable/main arm64 gir1.2-gudev-1.0 arm64 238-7+b2 [5040 B]
Get:292 https://deb.debian.org/debian unstable/main arm64 libharfbuzz-gobject0 arm64 12.3.2-2+b2 [30.6 kB]
Get:293 https://deb.debian.org/debian unstable/main arm64 gir1.2-harfbuzz-0.0 arm64 12.3.2-2+b2 [41.1 kB]
Get:294 https://deb.debian.org/debian unstable/main arm64 native-architecture all 0.2.6 [2264 B]
Get:295 https://deb.debian.org/debian unstable/main arm64 libgirepository-2.0-0 arm64 2.88.3-2 [116 kB]
Get:296 https://deb.debian.org/debian unstable/main arm64 girepository-tools arm64 2.88.3-2 [120 kB]
Get:297 https://deb.debian.org/debian unstable/main arm64 gnupg-l10n all 2.4.9-7 [748 kB]
Get:298 https://deb.debian.org/debian unstable/main arm64 gpgsm arm64 2.4.9-7 [247 kB]
Get:299 https://deb.debian.org/debian unstable/main arm64 gnupg all 2.4.9-7 [415 kB]
Get:300 https://deb.debian.org/debian unstable/main arm64 hdf5-helpers arm64 2.1.0+repack-1 [21.0 kB]
Get:301 https://deb.debian.org/debian unstable/main arm64 libnl-3-200 arm64 3.12.0-2+b1 [58.8 kB]
Get:302 https://deb.debian.org/debian unstable/main arm64 libnl-route-3-200 arm64 3.12.0-2+b1 [181 kB]
Get:303 https://deb.debian.org/debian unstable/main arm64 libibverbs1 arm64 63.0-2 [59.7 kB]
Get:304 https://deb.debian.org/debian unstable/main arm64 ibverbs-providers arm64 63.0-2 [356 kB]
Get:305 https://deb.debian.org/debian unstable/main arm64 libicu78 arm64 78.3-2 [9803 kB]
Get:306 https://deb.debian.org/debian unstable/main arm64 icu-devtools arm64 78.3-2 [194 kB]
Get:307 https://deb.debian.org/debian unstable/main arm64 jarwrapper all 0.82 [9024 B]
Get:308 https://deb.debian.org/debian unstable/main arm64 javahelper all 0.82 [78.7 kB]
Get:309 https://deb.debian.org/debian unstable/main arm64 libgssrpc4t64 arm64 1.22.1-3 [54.7 kB]
Get:310 https://deb.debian.org/debian unstable/main arm64 libkadm5clnt-mit12 arm64 1.22.1-3 [38.6 kB]
Get:311 https://deb.debian.org/debian unstable/main arm64 libkdb5-10t64 arm64 1.22.1-3 [39.8 kB]
Get:312 https://deb.debian.org/debian unstable/main arm64 libkadm5srv-mit12 arm64 1.22.1-3 [51.6 kB]
Get:313 https://deb.debian.org/debian unstable/main arm64 krb5-multidev arm64 1.22.1-3 [125 kB]
Get:314 https://deb.debian.org/debian unstable/main arm64 libabsl20260526 arm64 20260526.0-2 [510 kB]
Get:315 https://deb.debian.org/debian unstable/main arm64 libattr1-dev arm64 1:2.6.0-1 [38.2 kB]
Get:316 https://deb.debian.org/debian unstable/main arm64 libacl1-dev arm64 2.4.0-1 [103 kB]
Get:317 https://deb.debian.org/debian unstable/main arm64 libblosc2-7 arm64 2.23.1+ds-2 [169 kB]
Get:318 https://deb.debian.org/debian unstable/main arm64 librdmacm1t64 arm64 63.0-2 [68.5 kB]
Get:319 https://deb.debian.org/debian unstable/main arm64 libfabric1 arm64 2.1.0-1.1+b2 [542 kB]
Get:320 https://deb.debian.org/debian unstable/main arm64 libsz2 arm64 1.1.7-1 [17.8 kB]
Get:321 https://deb.debian.org/debian unstable/main arm64 libhdf5-320 arm64 2.1.0+repack-1 [1646 kB]
Get:322 https://deb.debian.org/debian unstable/main arm64 libevent-core-2.1-7t64 arm64 2.1.13-stable-1 [126 kB]
Get:323 https://deb.debian.org/debian unstable/main arm64 libevent-pthreads-2.1-7t64 arm64 2.1.13-stable-1 [54.0 kB]
Get:324 https://deb.debian.org/debian unstable/main arm64 libhwloc15 arm64 2.14.0-2 [141 kB]
Get:325 https://deb.debian.org/debian unstable/main arm64 libesmtp6 arm64 1.1.0-3.2+b2 [56.6 kB]
Get:326 https://deb.debian.org/debian unstable/main arm64 libmunge2 arm64 0.5.18-1 [18.3 kB]
Get:327 https://deb.debian.org/debian unstable/main arm64 pci.ids all 0.0~2026.07.21-1 [285 kB]
Get:328 https://deb.debian.org/debian unstable/main arm64 libpciaccess0 arm64 0.19-2 [17.3 kB]
Get:329 https://deb.debian.org/debian unstable/main arm64 libxnvctrl0 arm64 535.171.04-1+b3 [14.0 kB]
Get:330 https://deb.debian.org/debian unstable/main arm64 ocl-icd-libopencl1 arm64 2.3.4-1+b1 [42.0 kB]
Get:331 https://deb.debian.org/debian unstable/main arm64 libhwloc-plugins arm64 2.14.0-2 [16.2 kB]
Get:332 https://deb.debian.org/debian unstable/main arm64 libpmix2t64 arm64 6.1.1~rc2-4 [619 kB]
Get:333 https://deb.debian.org/debian unstable/main arm64 libclang-common-21-dev arm64 1:21.1.8-10 [768 kB]
Get:334 https://deb.debian.org/debian unstable/main arm64 libamd-comgr3 arm64 7.0.2+dfsg-3 [12.8 MB]
Get:335 https://deb.debian.org/debian unstable/main arm64 libnuma1 arm64 2.0.19-1+b2 [21.5 kB]
Get:336 https://deb.debian.org/debian unstable/main arm64 libhsa-runtime64-1 arm64 6.4.3+dfsg-5 [385 kB]
Get:337 https://deb.debian.org/debian unstable/main arm64 libamdhip64-6 arm64 6.4.3-5 [9338 kB]
Get:338 https://deb.debian.org/debian unstable/main arm64 libfuse3-4 arm64 3.18.2-2 [95.6 kB]
Get:339 https://deb.debian.org/debian unstable/main arm64 libibumad3 arm64 63.0-2 [27.7 kB]
Get:340 https://deb.debian.org/debian unstable/main arm64 libibmad5 arm64 63.0-2 [40.9 kB]
Get:341 https://deb.debian.org/debian unstable/main arm64 libucx0 arm64 1.22.0-1 [849 kB]
Get:342 https://deb.debian.org/debian unstable/main arm64 libucc1 arm64 1.8.0-2 [333 kB]
Get:343 https://deb.debian.org/debian unstable/main arm64 libopenmpi40 arm64 5.0.10-4 [1757 kB]
Get:344 https://deb.debian.org/debian unstable/main arm64 libpugixml1v5 arm64 1.16-1 [81.4 kB]
Get:345 https://deb.debian.org/debian unstable/main arm64 libyaml-cpp0.9 arm64 0.9.0+dfsg-9 [131 kB]
Get:346 https://deb.debian.org/debian unstable/main arm64 libzfp1t64 arm64 1.0.1-4+b7 [62.3 kB]
Get:347 https://deb.debian.org/debian unstable/main arm64 libnorm1t64 arm64 1.5.9+dfsg-4+b1 [205 kB]
Get:348 https://deb.debian.org/debian unstable/main arm64 libpgm-5.3-0t64 arm64 5.3.128~dfsg-3 [150 kB]
Get:349 https://deb.debian.org/debian unstable/main arm64 libsodium26 arm64 1.0.22-2 [162 kB]
Get:350 https://deb.debian.org/debian unstable/main arm64 libzmq5 arm64 4.3.5-1+b7 [257 kB]
Get:351 https://deb.debian.org/debian unstable/main arm64 libadios2-mpi-plugins arm64 2.12.1+dfsg1-2+b2 [24.1 kB]
Get:352 https://deb.debian.org/debian unstable/main arm64 libadios2-mpi-core-2.12 arm64 2.12.1+dfsg1-2+b2 [1725 kB]
Get:353 https://deb.debian.org/debian unstable/main arm64 libadios2-mpi-c-2.12 arm64 2.12.1+dfsg1-2+b2 [66.4 kB]
Get:354 https://deb.debian.org/debian unstable/main arm64 libadios2-mpi-auxiliary-2.12 arm64 2.12.1+dfsg1-2+b2 [378 kB]
Get:355 https://deb.debian.org/debian unstable/main arm64 libadios2-mpi-c++-2.12 arm64 2.12.1+dfsg1-2+b2 [190 kB]
Get:356 https://deb.debian.org/debian unstable/main arm64 libaec0 arm64 1.1.7-1 [21.4 kB]
Get:357 https://deb.debian.org/debian unstable/main arm64 libaec-dev arm64 1.1.7-1 [24.3 kB]
Get:358 https://deb.debian.org/debian unstable/main arm64 libaom3 arm64 3.14.1-1 [1664 kB]
Get:359 https://deb.debian.org/debian unstable/main arm64 libaom-dev arm64 3.14.1-1 [1922 kB]
Get:360 https://deb.debian.org/debian unstable/main arm64 libbz2-dev arm64 1.0.8-6+b2 [30.9 kB]
Get:361 https://deb.debian.org/debian unstable/main arm64 libext2fs-dev arm64 1.47.4-1 [294 kB]
Get:362 https://deb.debian.org/debian unstable/main arm64 libxxhash-dev arm64 0.8.3-2+b2 [81.8 kB]
Get:363 https://deb.debian.org/debian unstable/main arm64 liblz4-dev arm64 1.10.0-10 [93.6 kB]
Get:364 https://deb.debian.org/debian unstable/main arm64 liblzma-dev arm64 5.8.3-1 [364 kB]
Get:365 https://deb.debian.org/debian unstable/main arm64 zlib1g-dev arm64 1:1.3.dfsg+really1.3.2-3 [916 kB]
Get:366 https://deb.debian.org/debian unstable/main arm64 libxml2-dev arm64 2.15.3+dfsg-1 [721 kB]
Get:367 https://deb.debian.org/debian unstable/main arm64 libzstd-dev arm64 1.5.7+dfsg-4 [327 kB]
Get:368 https://deb.debian.org/debian unstable/main arm64 libgmpxx4ldbl arm64 2:6.3.0+dfsg-5+b2 [328 kB]
Get:369 https://deb.debian.org/debian unstable/main arm64 libgmp-dev arm64 2:6.3.0+dfsg-5+b2 [632 kB]
Get:370 https://deb.debian.org/debian unstable/main arm64 nettle-dev arm64 3.10.2-1+b1 [1318 kB]
Get:371 https://deb.debian.org/debian unstable/main arm64 libarchive-dev arm64 3.8.9-1 [560 kB]
Get:372 https://deb.debian.org/debian unstable/main arm64 libarpack2t64 arm64 3.9.1-6+b2 [81.7 kB]
Get:373 https://deb.debian.org/debian unstable/main arm64 libsuperlu7 arm64 7.0.1+dfsg1-2+b2 [141 kB]
Get:374 https://deb.debian.org/debian unstable/main arm64 libarmadillo15 arm64 1:15.2.1+dfsg-2 [106 kB]
Get:375 https://deb.debian.org/debian unstable/main arm64 libblas-dev arm64 3.12.1-8 [139 kB]
Get:376 https://deb.debian.org/debian unstable/main arm64 liblapack-dev arm64 3.12.1-8 [3759 kB]
Get:377 https://deb.debian.org/debian unstable/main arm64 libarpack2-dev arm64 3.9.1-6+b2 [99.1 kB]
Get:378 https://deb.debian.org/debian unstable/main arm64 libhdf5-fortran-320 arm64 2.1.0+repack-1 [109 kB]
Get:379 https://deb.debian.org/debian unstable/main arm64 libhdf5-hl-320 arm64 2.1.0+repack-1 [64.6 kB]
Get:380 https://deb.debian.org/debian unstable/main arm64 libhdf5-hl-fortran-320 arm64 2.1.0+repack-1 [40.4 kB]
Get:381 https://deb.debian.org/debian unstable/main arm64 libhdf5-cpp-320 arm64 2.1.0+repack-1 [119 kB]
Get:382 https://deb.debian.org/debian unstable/main arm64 libhdf5-hl-cpp-320 arm64 2.1.0+repack-1 [20.8 kB]
Get:383 https://deb.debian.org/debian unstable/main arm64 libjpeg62-turbo-dev arm64 1:3.1.3-4 [358 kB]
Get:384 https://deb.debian.org/debian unstable/main arm64 libjpeg-dev arm64 1:3.1.3-4 [78.8 kB]
Get:385 https://deb.debian.org/debian unstable/main arm64 libbrotli-dev arm64 1.2.0-3 [311 kB]
Get:386 https://deb.debian.org/debian unstable/main arm64 libidn2-dev arm64 2.3.8-5 [100 kB]
Get:387 https://deb.debian.org/debian unstable/main arm64 libkrb5-dev arm64 1.22.1-3 [14.0 kB]
Get:388 https://deb.debian.org/debian unstable/main arm64 libldap-dev arm64 2.6.13+dfsg-1+b1 [299 kB]
Get:389 https://deb.debian.org/debian unstable/main arm64 libpkgconf7 arm64 2.5.1-4 [45.5 kB]
Get:390 https://deb.debian.org/debian unstable/main arm64 pkgconf-bin arm64 2.5.1-4 [35.1 kB]
Get:391 https://deb.debian.org/debian unstable/main arm64 pkgconf arm64 2.5.1-4 [33.6 kB]
Get:392 https://deb.debian.org/debian unstable/main arm64 libnghttp2-dev arm64 1.70.0-1 [128 kB]
Get:393 https://deb.debian.org/debian unstable/main arm64 libnghttp3-dev arm64 1.17.0-1 [92.5 kB]
Get:394 https://deb.debian.org/debian unstable/main arm64 libngtcp2-crypto-ossl-dev arm64 1.24.0-1 [26.8 kB]
Get:395 https://deb.debian.org/debian unstable/main arm64 libngtcp2-dev arm64 1.24.0-1 [194 kB]
Get:396 https://deb.debian.org/debian unstable/main arm64 libunistring-dev arm64 1.4.2-1 [622 kB]
Get:397 https://deb.debian.org/debian unstable/main arm64 libpsl-dev arm64 0.23.1-1 [30.0 kB]
Get:398 https://deb.debian.org/debian unstable/main arm64 librtmp1 arm64 2.6-1 [57.4 kB]
Get:399 https://deb.debian.org/debian unstable/main arm64 libevent-2.1-7t64 arm64 2.1.13-stable-1 [169 kB]
Get:400 https://deb.debian.org/debian unstable/main arm64 libunbound8 arm64 1.26.0-1 [577 kB]
Get:401 https://deb.debian.org/debian unstable/main arm64 libgnutls-dane0t64 arm64 3.8.13-1 [493 kB]
Get:402 https://deb.debian.org/debian unstable/main arm64 libp11-kit-dev arm64 0.26.4-1 [225 kB]
Get:403 https://deb.debian.org/debian unstable/main arm64 libtasn1-6-dev arm64 4.21.0-2+b1 [96.2 kB]
Get:404 https://deb.debian.org/debian unstable/main arm64 libgnutls28-dev arm64 3.8.13-1 [1456 kB]
Get:405 https://deb.debian.org/debian unstable/main arm64 librtmp-dev arm64 2.6-1 [174 kB]
Get:406 https://deb.debian.org/debian unstable/main arm64 libssl-dev arm64 3.6.3-1 [3424 kB]
Get:407 https://deb.debian.org/debian unstable/main arm64 libssh2-1-dev arm64 1.11.1-5 [387 kB]
Get:408 https://deb.debian.org/debian unstable/main arm64 libcurl4-openssl-dev arm64 8.21.0-2 [522 kB]
Get:409 https://deb.debian.org/debian unstable/main arm64 libhdf5-dev arm64 2.1.0+repack-1 [3915 kB]
Get:410 https://deb.debian.org/debian unstable/main arm64 libsuperlu-dev arm64 7.0.1+dfsg1-2+b2 [21.5 kB]
Get:411 https://deb.debian.org/debian unstable/main arm64 libarmadillo-dev arm64 1:15.2.1+dfsg-2 [422 kB]
Get:412 https://deb.debian.org/debian unstable/main arm64 libgpg-error-dev arm64 1.61-3 [147 kB]
Get:413 https://deb.debian.org/debian unstable/main arm64 libassuan-dev arm64 3.0.2-2+b2 [118 kB]
Get:414 https://deb.debian.org/debian unstable/main arm64 libva2 arm64 2.24.1-2 [77.4 kB]
Get:415 https://deb.debian.org/debian unstable/main arm64 libva-drm2 arm64 2.24.1-2 [18.3 kB]
Get:416 https://deb.debian.org/debian unstable/main arm64 libva-x11-2 arm64 2.24.1-2 [22.6 kB]
Get:417 https://deb.debian.org/debian unstable/main arm64 libvdpau1 arm64 1.5-4+b1 [23.0 kB]
Get:418 https://deb.debian.org/debian unstable/main arm64 libcodec2-1.2 arm64 1.2.0-5 [8166 kB]
Get:419 https://deb.debian.org/debian unstable/main arm64 libgsm1 arm64 1.0.24-1 [26.4 kB]
Get:420 https://deb.debian.org/debian unstable/main arm64 libmpg123-0t64 arm64 1.33.7-1 [143 kB]
Get:421 https://deb.debian.org/debian unstable/main arm64 libmp3lame0 arm64 4.0-1 [282 kB]
Get:422 https://deb.debian.org/debian unstable/main arm64 libopenjp2-7 arm64 2.5.4-1.1 [187 kB]
Get:423 https://deb.debian.org/debian unstable/main arm64 libopus0 arm64 1.6.1-1+b1 [3443 kB]
Get:424 https://deb.debian.org/debian unstable/main arm64 librav1e0.8 arm64 0.8.1-11 [681 kB]
Get:425 https://deb.debian.org/debian unstable/main arm64 libshine3 arm64 3.1.1-4 [24.0 kB]
Get:426 https://deb.debian.org/debian unstable/main arm64 libsnappy1v5 arm64 1.2.2-2+b2 [28.3 kB]
Get:427 https://deb.debian.org/debian unstable/main arm64 libspeex1 arm64 1.2.1-3+b2 [50.8 kB]
Get:428 https://deb.debian.org/debian unstable/main arm64 libsvtav1enc4 arm64 4.1.0+dfsg-1 [1667 kB]
Get:429 https://deb.debian.org/debian unstable/main arm64 libsoxr0 arm64 0.1.3-4.1+b1 [53.0 kB]
Get:430 https://deb.debian.org/debian unstable/main arm64 libtheoradec2 arm64 1.2.0+dfsg-6+b2 [52.2 kB]
Get:431 https://deb.debian.org/debian unstable/main arm64 libogg0 arm64 1.3.6-2+b1 [23.4 kB]
Get:432 https://deb.debian.org/debian unstable/main arm64 libtheoraenc2 arm64 1.2.0+dfsg-6+b2 [103 kB]
Get:433 https://deb.debian.org/debian unstable/main arm64 libtwolame0 arm64 0.4.0-3 [49.0 kB]
Get:434 https://deb.debian.org/debian unstable/main arm64 libvorbis0a arm64 1.3.7-3+b2 [84.2 kB]
Get:435 https://deb.debian.org/debian unstable/main arm64 libvorbisenc2 arm64 1.3.7-3+b2 [75.8 kB]
Get:436 https://deb.debian.org/debian unstable/main arm64 libvpx12 arm64 1.16.0-3 [1150 kB]
Get:437 https://deb.debian.org/debian unstable/main arm64 libwebp7 arm64 1.5.0-0.1+b2 [280 kB]
Get:438 https://deb.debian.org/debian unstable/main arm64 libwebpmux3 arm64 1.5.0-0.1+b2 [124 kB]
Get:439 https://deb.debian.org/debian unstable/main arm64 libx264-165 arm64 2:0.165.3223+git20250910.0480cb0-1 [439 kB]
Get:440 https://deb.debian.org/debian unstable/main arm64 libx265-216 arm64 4.2-3 [1953 kB]
Get:441 https://deb.debian.org/debian unstable/main arm64 libxvidcore4 arm64 2:1.3.7-3+b2 [192 kB]
Get:442 https://deb.debian.org/debian unstable/main arm64 libzvbi-common all 0.2.44-2 [70.7 kB]
Get:443 https://deb.debian.org/debian unstable/main arm64 libzvbi0t64 arm64 0.2.44-2 [258 kB]
Get:444 https://deb.debian.org/debian unstable/main arm64 libavutil60 arm64 7:8.1.2-2+b3 [407 kB]
Get:445 https://deb.debian.org/debian unstable/main arm64 libswresample6 arm64 7:8.1.2-2+b3 [96.8 kB]
Get:446 https://deb.debian.org/debian unstable/main arm64 libavcodec62 arm64 7:8.1.2-2+b3 [5970 kB]
Get:447 https://deb.debian.org/debian unstable/main arm64 libudfread3 arm64 1.2.0-3 [16.1 kB]
Get:448 https://deb.debian.org/debian unstable/main arm64 libbluray4 arm64 1:1.5.0-3 [120 kB]
Get:449 https://deb.debian.org/debian unstable/main arm64 libchromaprint1 arm64 1.6.1-1 [39.7 kB]
Get:450 https://deb.debian.org/debian unstable/main arm64 libdvdread8t64 arm64 7.1.1-1 [59.1 kB]
Get:451 https://deb.debian.org/debian unstable/main arm64 libdvdnav4 arm64 7.0.0-2+b1 [41.0 kB]
Get:452 https://deb.debian.org/debian unstable/main arm64 libgme0 arm64 0.6.4-1+b1 [130 kB]
Get:453 https://deb.debian.org/debian unstable/main arm64 libvorbisfile3 arm64 1.3.7-3+b2 [20.3 kB]
Get:454 https://deb.debian.org/debian unstable/main arm64 libopenmpt0t64 arm64 0.8.7-1 [794 kB]
Get:455 https://deb.debian.org/debian unstable/main arm64 librabbitmq4 arm64 0.17.0-1 [40.9 kB]
Get:456 https://deb.debian.org/debian unstable/main arm64 libcjson1 arm64 1.7.19-2+b1 [29.1 kB]
Get:457 https://deb.debian.org/debian unstable/main arm64 librist4 arm64 0.2.20+dfsg-1 [134 kB]
Get:458 https://deb.debian.org/debian unstable/main arm64 libsrt1.5-gnutls arm64 1.5.6-1 [312 kB]
Get:459 https://deb.debian.org/debian unstable/main arm64 libssh-4 arm64 0.12.2-1 [234 kB]
Get:460 https://deb.debian.org/debian unstable/main arm64 libavformat62 arm64 7:8.1.2-2+b3 [1187 kB]
Get:461 https://deb.debian.org/debian unstable/main arm64 libdav1d-dev arm64 1.5.4-1 [25.9 kB]
Get:462 https://deb.debian.org/debian unstable/main arm64 librav1e-dev arm64 0.8.1-11 [14.4 kB]
Get:463 https://deb.debian.org/debian unstable/main arm64 libsvtav1enc-dev arm64 4.1.0+dfsg-1 [41.2 kB]
Get:464 https://deb.debian.org/debian unstable/main arm64 libyuv0 arm64 0.0.1949.20260706-1 [140 kB]
Get:465 https://deb.debian.org/debian unstable/main arm64 libyuv-dev arm64 0.0.1949.20260706-1 [198 kB]
Get:466 https://deb.debian.org/debian unstable/main arm64 libgav1-2 arm64 0.20.0-2+b2 [468 kB]
Get:467 https://deb.debian.org/debian unstable/main arm64 libavif16 arm64 1.4.2-1 [135 kB]
Get:468 https://deb.debian.org/debian unstable/main arm64 libavif-dev arm64 1.4.2-1 [61.0 kB]
Get:469 https://deb.debian.org/debian unstable/main arm64 libb2-1 arm64 0.98.1-1.1+b3 [17.4 kB]
Get:470 https://deb.debian.org/debian unstable/main arm64 uuid-dev arm64 2.42.2-2 [45.0 kB]
Get:471 https://deb.debian.org/debian unstable/main arm64 libblkid-dev arm64 2.42.2-2 [212 kB]
Get:472 https://deb.debian.org/debian unstable/main arm64 libblosc1 arm64 1.21.5+ds-2+b2 [38.3 kB]
Get:473 https://deb.debian.org/debian unstable/main arm64 libblosc-dev arm64 1.21.5+ds-2+b2 [49.7 kB]
Get:474 https://deb.debian.org/debian unstable/main arm64 libstdc++-15-dev arm64 15.3.0-2 [2656 kB]
Get:475 https://deb.debian.org/debian unstable/main arm64 libboost1.90-dev arm64 1.90.0-6 [11.3 MB]
Get:476 https://deb.debian.org/debian unstable/main arm64 libboost-dev arm64 1.90.0.2 [3064 B]
Get:477 https://deb.debian.org/debian unstable/main arm64 libboost-python1.90.0 arm64 1.90.0-6 [325 kB]
Get:478 https://deb.debian.org/debian unstable/main arm64 libngtcp2-crypto-gnutls8 arm64 1.24.0-1 [22.5 kB]
Get:479 https://deb.debian.org/debian unstable/main arm64 libcurl4-gnutls arm64 8.21.0-2 [376 kB]
Get:480 https://deb.debian.org/debian unstable/main arm64 libcurl3t64-gnutls arm64 8.21.0-2 [17.0 kB]
Get:481 https://deb.debian.org/debian unstable/main arm64 libcfitsio10t64 arm64 4.6.4-1 [523 kB]
Get:482 https://deb.debian.org/debian unstable/main arm64 libcfitsio-dev arm64 4.6.4-1 [600 kB]
Get:483 https://deb.debian.org/debian unstable/main arm64 libcharls2 arm64 2.4.2-2+b3 [79.8 kB]
Get:484 https://deb.debian.org/debian unstable/main arm64 libraw1394-11 arm64 2.1.2-2.1 [36.9 kB]
Get:485 https://deb.debian.org/debian unstable/main arm64 libusb-1.0-0 arm64 2:1.0.30-1 [56.7 kB]
Get:486 https://deb.debian.org/debian unstable/main arm64 libdc1394-25 arm64 2.2.6-6+b2 [108 kB]
Get:487 https://deb.debian.org/debian unstable/main arm64 libraw1394-dev arm64 2.1.2-2.1 [49.9 kB]
Get:488 https://deb.debian.org/debian unstable/main arm64 libdc1394-dev arm64 2.2.6-6+b2 [138 kB]
Get:489 https://deb.debian.org/debian unstable/main arm64 libdeflate0 arm64 1.25-1 [41.4 kB]
Get:490 https://deb.debian.org/debian unstable/main arm64 libdeflate-dev arm64 1.25-1 [50.3 kB]
Get:491 https://deb.debian.org/debian unstable/main arm64 libdouble-conversion3 arm64 3.4.0-1+b1 [36.8 kB]
Get:492 https://deb.debian.org/debian unstable/main arm64 libdouble-conversion-dev arm64 3.4.0-1+b1 [58.3 kB]
Get:493 https://deb.debian.org/debian unstable/main arm64 libdrm-intel1 arm64 2.4.134-3 [59.4 kB]
Get:494 https://deb.debian.org/debian unstable/main arm64 libdrm-radeon1 arm64 2.4.134-3 [20.3 kB]
Get:495 https://deb.debian.org/debian unstable/main arm64 libdrm-nouveau2 arm64 2.4.134-3 [18.5 kB]
Get:496 https://deb.debian.org/debian unstable/main arm64 libdrm-freedreno1 arm64 2.4.134-3 [20.3 kB]
Get:497 https://deb.debian.org/debian unstable/main arm64 libdrm-tegra0 arm64 2.4.134-3 [11.0 kB]
Get:498 https://deb.debian.org/debian unstable/main arm64 libdrm-etnaviv1 arm64 2.4.134-3 [13.7 kB]
Get:499 https://deb.debian.org/debian unstable/main arm64 libpciaccess-dev arm64 0.19-2 [21.9 kB]
Get:500 https://deb.debian.org/debian unstable/main arm64 libdrm-dev arm64 2.4.134-3 [324 kB]
Get:501 https://deb.debian.org/debian unstable/main arm64 xorg-sgml-doctools all 1:1.12.1-1 [23.9 kB]
Get:502 https://deb.debian.org/debian unstable/main arm64 x11proto-dev all 2025.1-1 [605 kB]
Get:503 https://deb.debian.org/debian unstable/main arm64 libxau-dev arm64 1:1.0.11-1+b2 [24.1 kB]
Get:504 https://deb.debian.org/debian unstable/main arm64 libxdmcp-dev arm64 1:1.1.5-2+b1 [43.8 kB]
Get:505 https://deb.debian.org/debian unstable/main arm64 xtrans-dev all 1.6.0-1 [93.5 kB]
Get:506 https://deb.debian.org/debian unstable/main arm64 libxcb1-dev arm64 1.17.0-2+b2 [182 kB]
Get:507 https://deb.debian.org/debian unstable/main arm64 libx11-dev arm64 2:1.8.13-1 [887 kB]
Get:508 https://deb.debian.org/debian unstable/main arm64 libglx-dev arm64 1.7.0-3+b1 [15.0 kB]
Get:509 https://deb.debian.org/debian unstable/main arm64 libgl-dev arm64 1.7.0-3+b1 [99.8 kB]
Get:510 https://deb.debian.org/debian unstable/main arm64 libegl-dev arm64 1.7.0-3+b1 [18.7 kB]
Get:511 https://deb.debian.org/debian unstable/main arm64 libeigen3-dev all 3.4.0-5 [1034 kB]
Get:512 https://deb.debian.org/debian unstable/main arm64 libevdev2 arm64 1.13.6+dfsg-3 [30.1 kB]
Get:513 https://deb.debian.org/debian unstable/main arm64 libevent-extra-2.1-7t64 arm64 2.1.13-stable-1 [102 kB]
Get:514 https://deb.debian.org/debian unstable/main arm64 libevent-openssl-2.1-7t64 arm64 2.1.13-stable-1 [60.1 kB]
Get:515 https://deb.debian.org/debian unstable/main arm64 libevent-dev arm64 2.1.13-stable-1 [302 kB]
Get:516 https://deb.debian.org/debian unstable/main arm64 libexif12 arm64 0.6.26-1 [448 kB]
Get:517 https://deb.debian.org/debian unstable/main arm64 libexif-dev arm64 0.6.26-1 [97.8 kB]
Get:518 https://deb.debian.org/debian unstable/main arm64 libexpat1-dev arm64 2.8.2-1 [161 kB]
Get:519 https://deb.debian.org/debian unstable/main arm64 libexprtk-dev all 0.0.3-4 [121 kB]
Get:520 https://deb.debian.org/debian unstable/main arm64 libffi-dev arm64 3.7.1-2 [66.9 kB]
Get:521 https://deb.debian.org/debian unstable/main arm64 libpng-dev arm64 1.6.58-1 [361 kB]
Get:522 https://deb.debian.org/debian unstable/main arm64 libfreetype-dev arm64 2.14.3+dfsg-2 [633 kB]
Get:523 https://deb.debian.org/debian unstable/main arm64 libfontconfig-dev arm64 2.17.1-5 [150 kB]
Get:524 https://deb.debian.org/debian unstable/main arm64 libminizip1t64 arm64 1:1.3.dfsg+really1.3.2-3 [56.4 kB]
Get:525 https://deb.debian.org/debian unstable/main arm64 libfreexl1 arm64 2.0.0-1+b4 [38.4 kB]
Get:526 https://deb.debian.org/debian unstable/main arm64 libminizip-dev arm64 1:1.3.dfsg+really1.3.2-3 [65.5 kB]
Get:527 https://deb.debian.org/debian unstable/main arm64 libfreexl-dev arm64 2.0.0-1+b4 [120 kB]
Get:528 https://deb.debian.org/debian unstable/main arm64 libfyba0t64 arm64 4.1.1-11+b2 [105 kB]
Get:529 https://deb.debian.org/debian unstable/main arm64 libfyba-dev arm64 4.1.1-11+b2 [167 kB]
Get:530 https://deb.debian.org/debian unstable/main arm64 libgbm-dev arm64 26.1.5-1 [21.4 kB]
Get:531 https://deb.debian.org/debian unstable/main arm64 libimagequant0 arm64 4.4.1-1+b2 [217 kB]
Get:532 https://deb.debian.org/debian unstable/main arm64 libjbig0 arm64 2.1-6.1+b3 [30.2 kB]
Get:533 https://deb.debian.org/debian unstable/main arm64 liblerc4 arm64 4.2.0+ds-1 [152 kB]
Get:534 https://deb.debian.org/debian unstable/main arm64 libtiff6 arm64 4.7.2-1 [358 kB]
Get:535 https://deb.debian.org/debian unstable/main arm64 libxpm4 arm64 1:3.5.19-1 [55.4 kB]
Get:536 https://deb.debian.org/debian unstable/main arm64 libgd3 arm64 2.3.3-14 [114 kB]
Get:537 https://deb.debian.org/debian unstable/main arm64 libgeos3.14.1 arm64 3.14.1-2+b1 [911 kB]
Get:538 https://deb.debian.org/debian unstable/main arm64 libgeos-c1t64 arm64 3.14.1-2+b1 [106 kB]
Get:539 https://deb.debian.org/debian unstable/main arm64 proj-data all 9.8.1-1 [6352 kB]
Get:540 https://deb.debian.org/debian unstable/main arm64 libproj25 arm64 9.8.1-1 [1289 kB]
Get:541 https://deb.debian.org/debian unstable/main arm64 libgeotiff5 arm64 1.7.4-2 [65.3 kB]
Get:542 https://deb.debian.org/debian unstable/main arm64 libhdf4-0 arm64 4.3.1-3 [264 kB]
Get:543 https://deb.debian.org/debian unstable/main arm64 libjson-c5 arm64 0.19+ds-1 [45.3 kB]
Get:544 https://deb.debian.org/debian unstable/main arm64 liburiparser1 arm64 1.0.1+dfsg-1 [53.6 kB]
Get:545 https://deb.debian.org/debian unstable/main arm64 libkmlbase1t64 arm64 1.3.0-13+b2 [43.6 kB]
Get:546 https://deb.debian.org/debian unstable/main arm64 libkmldom1t64 arm64 1.3.0-13+b2 [144 kB]
Get:547 https://deb.debian.org/debian unstable/main arm64 libkmlengine1t64 arm64 1.3.0-13+b2 [72.4 kB]
Get:548 https://deb.debian.org/debian unstable/main arm64 mysql-common all 5.8+1.1.1 [6784 B]
Get:549 https://deb.debian.org/debian unstable/main arm64 mariadb-common all 1:11.8.8-1 [23.2 kB]
Get:550 https://deb.debian.org/debian unstable/main arm64 libmariadb3 arm64 1:11.8.8-1 [163 kB]
Get:551 https://deb.debian.org/debian unstable/main arm64 libmuparser2v5 arm64 2.3.4-2+b1 [127 kB]
Get:552 https://deb.debian.org/debian unstable/main arm64 libnetcdf22 arm64 1:4.10.1-1+b1 [488 kB]
Get:553 https://deb.debian.org/debian unstable/main arm64 libltdl7 arm64 2.5.4-11 [415 kB]
Get:554 https://deb.debian.org/debian unstable/main arm64 libodbc2 arm64 2.3.14-2 [130 kB]
Get:555 https://deb.debian.org/debian unstable/main arm64 unixodbc-common all 2.3.14-2 [6944 B]
Get:556 https://deb.debian.org/debian unstable/main arm64 libodbcinst2 arm64 2.3.14-2 [35.0 kB]
Get:557 https://deb.debian.org/debian unstable/main arm64 libgpgme45 arm64 2.1.2-1 [334 kB]
Get:558 https://deb.debian.org/debian unstable/main arm64 libgpgmepp7 arm64 2.1.0-2 [149 kB]
Get:559 https://deb.debian.org/debian unstable/main arm64 libpoppler156 arm64 26.01.0-5 [1975 kB]
Get:560 https://deb.debian.org/debian unstable/main arm64 libpq5 arm64 18.4-1+b2 [249 kB]
Get:561 https://deb.debian.org/debian unstable/main arm64 libqhull-r8.0 arm64 2020.2-9 [226 kB]
Get:562 https://deb.debian.org/debian unstable/main arm64 librttopo1 arm64 1.1.0-4+b2 [165 kB]
Get:563 https://deb.debian.org/debian unstable/main arm64 libspatialite8t64 arm64 5.1.0-4 [1610 kB]
Get:564 https://deb.debian.org/debian unstable/main arm64 libxerces-c3.2t64 arm64 3.2.4+debian-1.3+b4 [785 kB]
Get:565 https://deb.debian.org/debian unstable/main arm64 libgdal39 arm64 3.13.2+dfsg-1+b1 [10.1 MB]
Get:566 https://deb.debian.org/debian unstable/main arm64 libgeos-dev arm64 3.14.1-2+b1 [60.5 kB]
Get:567 https://deb.debian.org/debian unstable/main arm64 libsqlite3-dev arm64 3.53.4-2 [1109 kB]
Get:568 https://deb.debian.org/debian unstable/main arm64 libjbig-dev arm64 2.1-6.1+b3 [30.1 kB]
Get:569 https://deb.debian.org/debian unstable/main arm64 libwebpdemux2 arm64 1.5.0-0.1+b2 [112 kB]
Get:570 https://deb.debian.org/debian unstable/main arm64 libwebpdecoder3 arm64 1.5.0-0.1+b2 [190 kB]
Get:571 https://deb.debian.org/debian unstable/main arm64 libsharpyuv-dev arm64 1.5.0-0.1+b2 [117 kB]
Get:572 https://deb.debian.org/debian unstable/main arm64 libwebp-dev arm64 1.5.0-0.1+b2 [413 kB]
Get:573 https://deb.debian.org/debian unstable/main arm64 libtiffxx6 arm64 4.7.2-1 [191 kB]
Get:574 https://deb.debian.org/debian unstable/main arm64 liblerc-dev arm64 4.2.0+ds-1 [165 kB]
Get:575 https://deb.debian.org/debian unstable/main arm64 libtiff-dev arm64 4.7.2-1 [509 kB]
Get:576 https://deb.debian.org/debian unstable/main arm64 libproj-dev arm64 9.8.1-1 [140 kB]
Get:577 https://deb.debian.org/debian unstable/main arm64 libgeotiff-dev arm64 1.7.4-2 [97.0 kB]
Get:578 https://deb.debian.org/debian unstable/main arm64 libgif-dev arm64 6.1.3-1 [58.8 kB]
Get:579 https://deb.debian.org/debian unstable/main arm64 libhdf4-dev arm64 4.3.1-3 [356 kB]
Get:580 https://deb.debian.org/debian unstable/main arm64 libheif-dev arm64 1.23.1-1 [71.4 kB]
Get:581 https://deb.debian.org/debian unstable/main arm64 libjson-c-dev arm64 0.19+ds-1 [76.3 kB]
Get:582 https://deb.debian.org/debian unstable/main arm64 libhwy-dev arm64 1.3.0-5 [450 kB]
Get:583 https://deb.debian.org/debian unstable/main arm64 liblcms2-dev arm64 2.19.1-1 [2552 kB]
Get:584 https://deb.debian.org/debian unstable/main arm64 libjxl-dev arm64 0.11.2-5 [178 kB]
Get:585 https://deb.debian.org/debian unstable/main arm64 libkmlconvenience1t64 arm64 1.3.0-13+b2 [44.6 kB]
Get:586 https://deb.debian.org/debian unstable/main arm64 libkmlregionator1t64 arm64 1.3.0-13+b2 [20.6 kB]
Get:587 https://deb.debian.org/debian unstable/main arm64 libkmlxsd1t64 arm64 1.3.0-13+b2 [28.9 kB]
Get:588 https://deb.debian.org/debian unstable/main arm64 liburiparser-dev arm64 1.0.1+dfsg-1 [31.8 kB]
Get:589 https://deb.debian.org/debian unstable/main arm64 libkml-dev arm64 1.3.0-13+b2 [662 kB]
Get:590 https://deb.debian.org/debian unstable/main arm64 libltdl-dev arm64 2.5.4-11 [168 kB]
Get:591 https://deb.debian.org/debian unstable/main arm64 libmariadb-dev arm64 1:11.8.8-1 [260 kB]
Get:592 https://deb.debian.org/debian unstable/main arm64 libmariadb-dev-compat arm64 1:11.8.8-1 [21.8 kB]
Get:593 https://deb.debian.org/debian unstable/main arm64 libmuparser-dev arm64 2.3.4-2+b1 [33.5 kB]
Get:594 https://deb.debian.org/debian unstable/main arm64 libnetcdf-dev arm64 1:4.10.1-1+b1 [125 kB]
Get:595 https://deb.debian.org/debian unstable/main arm64 libopenjp2-7-dev arm64 2.5.4-1.1 [226 kB]
Get:596 https://deb.debian.org/debian unstable/main arm64 libpcre2-16-0 arm64 10.46-1+b2 [245 kB]
Get:597 https://deb.debian.org/debian unstable/main arm64 libpcre2-32-0 arm64 10.46-1+b2 [235 kB]
Get:598 https://deb.debian.org/debian unstable/main arm64 libpcre2-posix3 arm64 10.46-1+b2 [63.5 kB]
Get:599 https://deb.debian.org/debian unstable/main arm64 libpcre2-dev arm64 10.46-1+b2 [742 kB]
Get:600 https://deb.debian.org/debian unstable/main arm64 libgpgme-dev arm64 2.1.2-1 [526 kB]
Get:601 https://deb.debian.org/debian unstable/main arm64 libgpgmepp-dev arm64 2.1.0-2 [197 kB]
Get:602 https://deb.debian.org/debian unstable/main arm64 libnspr4-dev arm64 2:4.39-1 [200 kB]
Get:603 https://deb.debian.org/debian unstable/main arm64 libnss3-dev arm64 2:3.126-1 [210 kB]
Get:604 https://deb.debian.org/debian unstable/main arm64 libpoppler-dev arm64 26.01.0-5 [8408 B]
Get:605 https://deb.debian.org/debian unstable/main arm64 libpoppler-private-dev arm64 26.01.0-5 [183 kB]
Get:606 https://deb.debian.org/debian unstable/main arm64 libpq-dev arm64 18.4-1+b2 [164 kB]
Get:607 https://deb.debian.org/debian unstable/main arm64 libqhull8.0 arm64 2020.2-9 [226 kB]
Get:608 https://deb.debian.org/debian unstable/main arm64 libqhullcpp8.0 arm64 2020.2-9 [102 kB]
Get:609 https://deb.debian.org/debian unstable/main arm64 libqhull-dev arm64 2020.2-9 [474 kB]
Get:610 https://deb.debian.org/debian unstable/main arm64 librttopo-dev arm64 1.1.0-4+b2 [211 kB]
Get:611 https://deb.debian.org/debian unstable/main arm64 libspatialite-dev arm64 5.1.0-4 [1941 kB]
Get:612 https://deb.debian.org/debian unstable/main arm64 libicu-dev arm64 78.3-2 [10.9 MB]
Get:613 https://deb.debian.org/debian unstable/main arm64 libxerces-c-dev arm64 3.2.4+debian-1.3+b4 [1652 kB]
Get:614 https://deb.debian.org/debian unstable/main arm64 libodbccr2 arm64 2.3.14-2 [15.4 kB]
Get:615 https://deb.debian.org/debian unstable/main arm64 unixodbc-dev arm64 2.3.14-2 [210 kB]
Get:616 https://deb.debian.org/debian unstable/main arm64 libgdal-dev arm64 3.13.2+dfsg-1+b1 [484 kB]
Get:617 https://deb.debian.org/debian unstable/main arm64 libsocket++1 arm64 1.12.13+git20131030.5d039ba-2 [73.7 kB]
Get:618 https://deb.debian.org/debian unstable/main arm64 libgdcm3.0t64 arm64 3.0.24-13 [2148 kB]
Get:619 https://deb.debian.org/debian unstable/main arm64 libgdcm-dev arm64 3.0.24-13 [264 kB]
Get:620 https://deb.debian.org/debian unstable/main arm64 libgdcm-tools arm64 3.0.24-13 [468 kB]
Get:621 https://deb.debian.org/debian unstable/main arm64 libgflags2.2 arm64 2.2.2-3 [75.7 kB]
Get:622 https://deb.debian.org/debian unstable/main arm64 libgflags-dev arm64 2.2.2-3 [96.7 kB]
Get:623 https://deb.debian.org/debian unstable/main arm64 libsepol-dev arm64 3.11-1 [355 kB]
Get:624 https://deb.debian.org/debian unstable/main arm64 libselinux-dev arm64 3.11-2 [175 kB]
Get:625 https://deb.debian.org/debian unstable/main arm64 libmount-dev arm64 2.42.2-2 [26.7 kB]
Get:626 https://deb.debian.org/debian unstable/main arm64 libsysprof-capture-4-dev arm64 50.0-3 [47.3 kB]
Get:627 https://deb.debian.org/debian unstable/main arm64 libgio-2.0-dev arm64 2.88.3-2 [1671 kB]
Get:628 https://deb.debian.org/debian unstable/main arm64 python3-packaging all 26.2-2 [84.2 kB]
Get:629 https://deb.debian.org/debian unstable/main arm64 libgio-2.0-dev-bin arm64 2.88.3-2 [149 kB]
Get:630 https://deb.debian.org/debian unstable/main arm64 libgl2ps1.4 arm64 1.4.2+dfsg1-4+b1 [39.7 kB]
Get:631 https://deb.debian.org/debian unstable/main arm64 libgl2ps-dev arm64 1.4.2+dfsg1-4+b1 [61.9 kB]
Get:632 https://deb.debian.org/debian unstable/main arm64 libgles1 arm64 1.7.0-3+b1 [11.9 kB]
Get:633 https://deb.debian.org/debian unstable/main arm64 libgles2 arm64 1.7.0-3+b1 [17.4 kB]
Get:634 https://deb.debian.org/debian unstable/main arm64 libgles-dev arm64 1.7.0-3+b1 [50.0 kB]
Get:635 https://deb.debian.org/debian unstable/main arm64 libglew-common-dev arm64 2.3.1+dfsg2-5 [144 kB]
Get:636 https://deb.debian.org/debian unstable/main arm64 libglew2.3 arm64 2.3.1+dfsg2-5 [154 kB]
Get:637 https://deb.debian.org/debian unstable/main arm64 libopengl0 arm64 1.7.0-3+b1 [31.2 kB]
Get:638 https://deb.debian.org/debian unstable/main arm64 libglu1-mesa arm64 9.0.2-1.1+b4 [162 kB]
Get:639 https://deb.debian.org/debian unstable/main arm64 libopengl-dev arm64 1.7.0-3+b1 [4572 B]
Get:640 https://deb.debian.org/debian unstable/main arm64 libglu1-mesa-dev arm64 9.0.2-1.1+b4 [203 kB]
Get:641 https://deb.debian.org/debian unstable/main arm64 libglew-dev arm64 2.3.1+dfsg2-5 [138 kB]
Get:642 https://deb.debian.org/debian unstable/main arm64 libglib2.0-data all 2.88.3-2 [1277 kB]
Get:643 https://deb.debian.org/debian unstable/main arm64 libglib2.0-bin arm64 2.88.3-2 [110 kB]
Get:644 https://deb.debian.org/debian unstable/main arm64 libglib2.0-dev-bin arm64 2.88.3-2 [38.0 kB]
Get:645 https://deb.debian.org/debian unstable/main arm64 libglib2.0-dev arm64 2.88.3-2 [38.8 kB]
Get:646 https://deb.debian.org/debian unstable/main arm64 libgoogle-glog0v6t64 arm64 0.6.0-3 [63.2 kB]
Get:647 https://deb.debian.org/debian unstable/main arm64 libgoogle-glog-dev arm64 0.6.0-3 [101 kB]
Get:648 https://deb.debian.org/debian unstable/main arm64 libgphoto2-port12t64 arm64 2.5.33-1+b1 [136 kB]
Get:649 https://deb.debian.org/debian unstable/main arm64 libgphoto2-6t64 arm64 2.5.33-1+b1 [722 kB]
Get:650 https://deb.debian.org/debian unstable/main arm64 libgphoto2-dev arm64 2.5.33-1+b1 [87.7 kB]
Get:651 https://deb.debian.org/debian unstable/main arm64 libgraphite2-dev arm64 1.3.15-2 [20.0 kB]
Get:652 https://deb.debian.org/debian unstable/main arm64 libgstreamer1.0-dev arm64 1.28.6-1 [608 kB]
Get:653 https://deb.debian.org/debian unstable/main arm64 liborc-0.4-dev-bin arm64 1:0.4.42-4 [20.5 kB]
Get:654 https://deb.debian.org/debian unstable/main arm64 liborc-0.4-dev arm64 1:0.4.42-4 [37.7 kB]
Get:655 https://deb.debian.org/debian unstable/main arm64 libx11-xcb-dev arm64 2:1.8.13-1 [252 kB]
Get:656 https://deb.debian.org/debian unstable/main arm64 libwayland-server0 arm64 1.26.0-1 [35.0 kB]
Get:657 https://deb.debian.org/debian unstable/main arm64 libwayland-bin arm64 1.26.0-1 [20.8 kB]
Get:658 https://deb.debian.org/debian unstable/main arm64 libwayland-dev arm64 1.26.0-1 [78.1 kB]
Get:659 https://deb.debian.org/debian unstable/main arm64 libudev-dev arm64 261.2-1 [54.0 kB]
Get:660 https://deb.debian.org/debian unstable/main arm64 libgudev-1.0-dev arm64 238-7+b2 [28.8 kB]
Get:661 https://deb.debian.org/debian unstable/main arm64 libgstreamer-plugins-base1.0-dev arm64 1.28.6-1 [552 kB]
Get:662 https://deb.debian.org/debian unstable/main arm64 libharfbuzz-cairo0 arm64 12.3.2-2+b2 [26.2 kB]
Get:663 https://deb.debian.org/debian unstable/main arm64 libharfbuzz-icu0 arm64 12.3.2-2+b2 [13.8 kB]
Get:664 https://deb.debian.org/debian unstable/main arm64 libharfbuzz-subset0 arm64 12.3.2-2+b2 [513 kB]
Get:665 https://deb.debian.org/debian unstable/main arm64 libharfbuzz-dev arm64 12.3.2-2+b2 [149 kB]
Get:666 https://deb.debian.org/debian unstable/main arm64 libhdf5-openmpi-320 arm64 2.1.0+repack-1 [1717 kB]
Get:667 https://deb.debian.org/debian unstable/main arm64 libhdf5-openmpi-fortran-320 arm64 2.1.0+repack-1 [110 kB]
Get:668 https://deb.debian.org/debian unstable/main arm64 libhdf5-openmpi-hl-320 arm64 2.1.0+repack-1 [64.7 kB]
Get:669 https://deb.debian.org/debian unstable/main arm64 libhdf5-openmpi-hl-fortran-320 arm64 2.1.0+repack-1 [40.3 kB]
Get:670 https://deb.debian.org/debian unstable/main arm64 libhdf5-openmpi-cpp-320 arm64 2.1.0+repack-1 [119 kB]
Get:671 https://deb.debian.org/debian unstable/main arm64 libhdf5-openmpi-hl-cpp-320 arm64 2.1.0+repack-1 [20.9 kB]
Get:672 https://deb.debian.org/debian unstable/main arm64 openmpi-common all 5.0.10-4 [31.0 kB]
Get:673 https://deb.debian.org/debian unstable/main arm64 libnl-3-dev arm64 3.12.0-2+b1 [106 kB]
Get:674 https://deb.debian.org/debian unstable/main arm64 libnl-route-3-dev arm64 3.12.0-2+b1 [214 kB]
Get:675 https://deb.debian.org/debian unstable/main arm64 libibverbs-dev arm64 63.0-2 [681 kB]
Get:676 https://deb.debian.org/debian unstable/main arm64 libprrte4 arm64 4.1.1~rc2-6 [453 kB]
Get:677 https://deb.debian.org/debian unstable/main arm64 libjs-jquery all 3.7.1+dfsg+~3.5.33-1 [319 kB]
Get:678 https://deb.debian.org/debian unstable/main arm64 prrte-common all 4.1.1~rc2-6 [40.3 kB]
Get:679 https://deb.debian.org/debian unstable/main arm64 libprrte-dev arm64 4.1.1~rc2-6 [3583 kB]
Get:680 https://deb.debian.org/debian unstable/main arm64 libnuma-dev arm64 2.0.19-1+b2 [37.1 kB]
Get:681 https://deb.debian.org/debian unstable/main arm64 libhwloc-dev arm64 2.14.0-2 [239 kB]
Get:682 https://deb.debian.org/debian unstable/main arm64 libjs-jquery-ui all 1.14.2+dfsg-1 [245 kB]
Get:683 https://deb.debian.org/debian unstable/main arm64 libprrte-bin arm64 4.1.1~rc2-6 [39.8 kB]
Get:684 https://deb.debian.org/debian unstable/main arm64 openmpi-bin arm64 5.0.10-4 [168 kB]
Get:685 https://deb.debian.org/debian unstable/main arm64 libopenmpi-dev arm64 5.0.10-4 [1031 kB]
Get:686 https://deb.debian.org/debian unstable/main arm64 libhdf5-openmpi-dev arm64 2.1.0+repack-1 [4078 kB]
Get:687 https://deb.debian.org/debian unstable/main arm64 mpi-default-dev arm64 1.20 [3504 B]
Get:688 https://deb.debian.org/debian unstable/main arm64 libhdf5-mpi-dev arm64 2.1.0+repack-1 [14.9 kB]
Get:689 https://deb.debian.org/debian unstable/main arm64 libice6 arm64 2:1.1.1-1+b2 [63.1 kB]
Get:690 https://deb.debian.org/debian unstable/main arm64 libice-dev arm64 2:1.1.1-1+b2 [73.6 kB]
Get:691 https://deb.debian.org/debian unstable/main arm64 libimath-3-1-29t64 arm64 3.1.12-1+b7 [36.8 kB]
Get:692 https://deb.debian.org/debian unstable/main arm64 libimath-dev arm64 3.1.12-1+b7 [121 kB]
Get:693 https://deb.debian.org/debian unstable/main arm64 libwacom-common all 2.18.0-1 [117 kB]
Get:694 https://deb.debian.org/debian unstable/main arm64 libwacom9 arm64 2.18.0-1 [25.7 kB]
Get:695 https://deb.debian.org/debian unstable/main arm64 libinput-bin arm64 1.31.3-1 [28.0 kB]
Get:696 https://deb.debian.org/debian unstable/main arm64 libmtdev1t64 arm64 1.1.7-1+b2 [22.7 kB]
Get:697 https://deb.debian.org/debian unstable/main arm64 libinput10 arm64 1.31.3-1 [142 kB]
Get:698 https://deb.debian.org/debian unstable/main arm64 libjs-sphinxdoc all 9.1.0-6 [46.1 kB]
Get:699 https://deb.debian.org/debian unstable/main arm64 libjsoncpp-dev arm64 1.9.8-2 [103 kB]
Get:700 https://deb.debian.org/debian unstable/main arm64 libtmglib3 arm64 3.12.1-8 [98.8 kB]
Get:701 https://deb.debian.org/debian unstable/main arm64 liblapacke arm64 3.12.1-8 [328 kB]
Get:702 https://deb.debian.org/debian unstable/main arm64 libtmglib-dev arm64 3.12.1-8 [104 kB]
Get:703 https://deb.debian.org/debian unstable/main arm64 liblapacke-dev arm64 3.12.1-8 [352 kB]
Get:704 https://deb.debian.org/debian unstable/main arm64 libleptonica6 arm64 1.86.0-1+b1 [981 kB]
Get:705 https://deb.debian.org/debian unstable/main arm64 libleptonica-dev arm64 1.86.0-1+b1 [1519 kB]
Get:706 https://deb.debian.org/debian unstable/main arm64 libmd4c0 arm64 0.5.3-1 [46.3 kB]
Get:707 https://deb.debian.org/debian unstable/main arm64 libogg-dev arm64 1.3.6-2+b1 [208 kB]
Get:708 https://deb.debian.org/debian unstable/main arm64 libopenjph0.28 arm64 0.28.1-1 [101 kB]
Get:709 https://deb.debian.org/debian unstable/main arm64 libopenexr-3-4-33 arm64 3.4.6+ds-4+b2 [640 kB]
Get:710 https://deb.debian.org/debian unstable/main arm64 libopenjph-dev arm64 0.28.1-1 [21.9 kB]
Get:711 https://deb.debian.org/debian unstable/main arm64 libopenexr-dev arm64 3.4.6+ds-4+b2 [233 kB]
Get:712 https://deb.debian.org/debian unstable/main arm64 libopenjp2-tools arm64 2.5.4-1.1 [109 kB]
Get:713 https://deb.debian.org/debian unstable/main arm64 libopenjpip7 arm64 2.5.4-1.1 [74.7 kB]
Get:714 https://deb.debian.org/debian unstable/main arm64 libopenjpip-dec-server arm64 2.5.4-1.1 [42.9 kB]
Get:715 https://deb.debian.org/debian unstable/main arm64 libprotobuf32t64 arm64 3.21.12-16 [852 kB]
Get:716 https://deb.debian.org/debian unstable/main arm64 libprotobuf-lite32t64 arm64 3.21.12-16 [251 kB]
Get:717 https://deb.debian.org/debian unstable/main arm64 libprotobuf-dev arm64 3.21.12-16 [1253 kB]
Get:718 https://deb.debian.org/debian unstable/main arm64 libprotoc32t64 arm64 3.21.12-16 [776 kB]
Get:719 https://deb.debian.org/debian unstable/main arm64 libpython3.14 arm64 3.14.6-1 [2240 kB]
Get:720 https://deb.debian.org/debian unstable/main arm64 libpython3.14-dev arm64 3.14.6-1 [5227 kB]
Get:721 https://deb.debian.org/debian unstable/main arm64 libpython3-dev arm64 3.14.6-1 [8344 B]
Get:722 https://deb.debian.org/debian unstable/main arm64 libpython3.13-stdlib arm64 3.13.14-1 [1913 kB]
Get:723 https://deb.debian.org/debian unstable/main arm64 libpython3.13 arm64 3.13.14-1 [2066 kB]
Get:724 https://deb.debian.org/debian unstable/main arm64 libpython3.13-dev arm64 3.13.14-1 [5027 kB]
Get:725 https://deb.debian.org/debian unstable/main arm64 libpython3-all-dev arm64 3.14.6-1 [1072 B]
Get:726 https://deb.debian.org/debian unstable/main arm64 libqt5core5t64 arm64 5.15.19+dfsg-4 [1805 kB]
Get:727 https://deb.debian.org/debian unstable/main arm64 libqt5concurrent5t64 arm64 5.15.19+dfsg-4 [38.2 kB]
Get:728 https://deb.debian.org/debian unstable/main arm64 libqt5dbus5t64 arm64 5.15.19+dfsg-4 [197 kB]
Get:729 https://deb.debian.org/debian unstable/main arm64 libqt5network5t64 arm64 5.15.19+dfsg-4 [642 kB]
Get:730 https://deb.debian.org/debian unstable/main arm64 libsm6 arm64 2:1.2.6-1+b2 [36.8 kB]
Get:731 https://deb.debian.org/debian unstable/main arm64 libxcb-icccm4 arm64 0.4.2-1+b2 [27.5 kB]
Get:732 https://deb.debian.org/debian unstable/main arm64 libxcb-util1 arm64 0.4.1-1+b2 [23.8 kB]
Get:733 https://deb.debian.org/debian unstable/main arm64 libxcb-image0 arm64 0.4.0-2+b3 [21.8 kB]
Get:734 https://deb.debian.org/debian unstable/main arm64 libxcb-keysyms1 arm64 0.4.1-1+b2 [17.1 kB]
Get:735 https://deb.debian.org/debian unstable/main arm64 libxcb-render-util0 arm64 0.3.10-1+b2 [18.7 kB]
Get:736 https://deb.debian.org/debian unstable/main arm64 libxcb-shape0 arm64 1.17.0-2+b2 [106 kB]
Get:737 https://deb.debian.org/debian unstable/main arm64 libxcb-xinerama0 arm64 1.17.0-2+b2 [105 kB]
Get:738 https://deb.debian.org/debian unstable/main arm64 libxcb-xinput0 arm64 1.17.0-2+b2 [129 kB]
Get:739 https://deb.debian.org/debian unstable/main arm64 libxcb-xkb1 arm64 1.17.0-2+b2 [128 kB]
Get:740 https://deb.debian.org/debian unstable/main arm64 libxkbcommon-x11-0 arm64 1.13.1-1 [19.7 kB]
Get:741 https://deb.debian.org/debian unstable/main arm64 libqt5gui5t64 arm64 5.15.19+dfsg-4 [3249 kB]
Get:742 https://deb.debian.org/debian unstable/main arm64 libqt5widgets5t64 arm64 5.15.19+dfsg-4 [2265 kB]
Get:743 https://deb.debian.org/debian unstable/main arm64 libqt5opengl5t64 arm64 5.15.19+dfsg-4 [137 kB]
Get:744 https://deb.debian.org/debian unstable/main arm64 libqt5printsupport5t64 arm64 5.15.19+dfsg-4 [191 kB]
Get:745 https://deb.debian.org/debian unstable/main arm64 libqt5sql5t64 arm64 5.15.19+dfsg-4 [114 kB]
Get:746 https://deb.debian.org/debian unstable/main arm64 libqt5test5t64 arm64 5.15.19+dfsg-4 [132 kB]
Get:747 https://deb.debian.org/debian unstable/main arm64 libqt5xml5t64 arm64 5.15.19+dfsg-4 [113 kB]
Get:748 https://deb.debian.org/debian unstable/main arm64 libvulkan-dev arm64 1.4.357.0-1 [1910 kB]
Get:749 https://deb.debian.org/debian unstable/main arm64 libxext-dev arm64 2:1.3.4-1+b4 [104 kB]
Get:750 https://deb.debian.org/debian unstable/main arm64 qt5-qmake-bin arm64 5.15.19+dfsg-4 [915 kB]
Get:751 https://deb.debian.org/debian unstable/main arm64 qtchooser arm64 66-2+b2 [24.3 kB]
Get:752 https://deb.debian.org/debian unstable/main arm64 qt5-qmake arm64 5.15.19+dfsg-4 [217 kB]
Get:753 https://deb.debian.org/debian unstable/main arm64 qtbase5-dev-tools arm64 5.15.19+dfsg-4 [704 kB]
Get:754 https://deb.debian.org/debian unstable/main arm64 qtbase5-dev arm64 5.15.19+dfsg-4 [1115 kB]
Get:755 https://deb.debian.org/debian unstable/main arm64 libqt5opengl5-dev arm64 5.15.19+dfsg-4 [45.1 kB]
Get:756 https://deb.debian.org/debian unstable/main arm64 libqt6core6t64 arm64 6.10.2+dfsg-16 [1704 kB]
Get:757 https://deb.debian.org/debian unstable/main arm64 libqt6dbus6 arm64 6.10.2+dfsg-16 [250 kB]
Get:758 https://deb.debian.org/debian unstable/main arm64 libts0t64 arm64 1.22-1.1+b2 [62.0 kB]
Get:759 https://deb.debian.org/debian unstable/main arm64 libxcb-cursor0 arm64 0.1.6-1 [17.8 kB]
Get:760 https://deb.debian.org/debian unstable/main arm64 libqt6gui6 arm64 6.10.2+dfsg-16 [2953 kB]
Get:761 https://deb.debian.org/debian unstable/main arm64 libqt6opengl6 arm64 6.10.2+dfsg-16 [384 kB]
Get:762 https://deb.debian.org/debian unstable/main arm64 libqt6widgets6 arm64 6.10.2+dfsg-16 [2454 kB]
Get:763 https://deb.debian.org/debian unstable/main arm64 libqt6openglwidgets6 arm64 6.10.2+dfsg-16 [46.7 kB]
Get:764 https://deb.debian.org/debian unstable/main arm64 libqt6sql6 arm64 6.10.2+dfsg-16 [137 kB]
Get:765 https://deb.debian.org/debian unstable/main arm64 libset-scalar-perl all 1.29-3 [32.1 kB]
Get:766 https://deb.debian.org/debian unstable/main arm64 libsm-dev arm64 2:1.2.6-1+b2 [40.5 kB]
Get:767 https://deb.debian.org/debian unstable/main arm64 libswscale9 arm64 7:8.1.2-2+b3 [2701 kB]
Get:768 https://deb.debian.org/debian unstable/main arm64 libtbbbind-2-5 arm64 2023.1.0-2 [12.6 kB]
Get:769 https://deb.debian.org/debian unstable/main arm64 libtbbmalloc2 arm64 2023.1.0-2 [34.0 kB]
Get:770 https://deb.debian.org/debian unstable/main arm64 libtbb12 arm64 2023.1.0-2 [68.6 kB]
Get:771 https://deb.debian.org/debian unstable/main arm64 libtbb-dev arm64 2023.1.0-2 [209 kB]
Get:772 https://deb.debian.org/debian unstable/main arm64 libtesseract5 arm64 5.5.0-1.1 [1200 kB]
Get:773 https://deb.debian.org/debian unstable/main arm64 libtesseract-dev arm64 5.5.0-1.1 [1456 kB]
Get:774 https://deb.debian.org/debian unstable/main arm64 libtheora1 arm64 1.2.0+dfsg-6+b2 [127 kB]
Get:775 https://deb.debian.org/debian unstable/main arm64 libtheora-dev arm64 1.2.0+dfsg-6+b2 [160 kB]
Get:776 https://deb.debian.org/debian unstable/main arm64 libutfcpp-dev all 4.1.1-2 [13.3 kB]
Get:777 https://deb.debian.org/debian unstable/main arm64 libv4lconvert0t64 arm64 1.32.0-5 [146 kB]
Get:778 https://deb.debian.org/debian unstable/main arm64 libv4l-0t64 arm64 1.32.0-5 [208 kB]
Get:779 https://deb.debian.org/debian unstable/main arm64 libv4l2rds0t64 arm64 1.32.0-5 [88.2 kB]
Get:780 https://deb.debian.org/debian unstable/main arm64 libv4l-dev arm64 1.32.0-5 [106 kB]
Get:781 https://deb.debian.org/debian unstable/main arm64 libva-glx2 arm64 2.24.1-2 [22.0 kB]
Get:782 https://deb.debian.org/debian unstable/main arm64 libva-wayland2 arm64 2.24.1-2 [21.5 kB]
Get:783 https://deb.debian.org/debian unstable/main arm64 libva-dev arm64 2.24.1-2 [130 kB]
Get:784 https://deb.debian.org/debian unstable/main arm64 libvtk9.6 arm64 9.6.2+dfsg1-4+b1 [43.0 MB]
Get:785 https://deb.debian.org/debian unstable/main arm64 libvtk9.6-qt arm64 9.6.2+dfsg1-4+b1 [217 kB]
Get:786 https://deb.debian.org/debian unstable/main arm64 libvtk9-java arm64 9.6.2+dfsg1-4+b1 [6814 kB]
Get:787 https://deb.debian.org/debian unstable/main arm64 libxrender-dev arm64 1:0.9.12-1+b2 [38.9 kB]
Get:788 https://deb.debian.org/debian unstable/main arm64 libxfixes-dev arm64 1:6.0.0-2+b5 [22.8 kB]
Get:789 https://deb.debian.org/debian unstable/main arm64 libxcursor-dev arm64 1:1.2.3-1+b2 [51.8 kB]
Get:790 https://deb.debian.org/debian unstable/main arm64 libxft2 arm64 2.3.6-1+b5 [50.6 kB]
Get:791 https://deb.debian.org/debian unstable/main arm64 libxft-dev arm64 2.3.6-1+b5 [70.8 kB]
Get:792 https://deb.debian.org/debian unstable/main arm64 libxss1 arm64 1:1.2.3-1+b4 [17.0 kB]
Get:793 https://deb.debian.org/debian unstable/main arm64 libxss-dev arm64 1:1.2.3-1+b4 [22.8 kB]
Get:794 https://deb.debian.org/debian unstable/main arm64 libxt6t64 arm64 1:1.2.1-1.3+b2 [174 kB]
Get:795 https://deb.debian.org/debian unstable/main arm64 libxt-dev arm64 1:1.2.1-1.3+b2 [403 kB]
Get:796 https://deb.debian.org/debian unstable/main arm64 nlohmann-json3-dev all 3.12.0.really.3.12.0.really.3.11.3-3 [263 kB]
Get:797 https://deb.debian.org/debian unstable/main arm64 mpi-default-bin arm64 1.20 [2724 B]
Get:798 https://deb.debian.org/debian unstable/main arm64 python3-mpi4py arm64 4.1.2-1 [930 kB]
Get:799 https://deb.debian.org/debian unstable/main arm64 python3-vtk9 arm64 9.6.2+dfsg1-4+b1 [9647 kB]
Get:800 https://deb.debian.org/debian unstable/main arm64 vtk9 arm64 9.6.2+dfsg1-4+b1 [50.4 kB]
Get:801 https://deb.debian.org/debian unstable/main arm64 libvtk9-dev arm64 9.6.2+dfsg1-4+b1 [4718 kB]
Get:802 https://deb.debian.org/debian unstable/main arm64 libvtkgdcm-9.1t64 arm64 3.0.24-13 [197 kB]
Get:803 https://deb.debian.org/debian unstable/main arm64 libvtkgdcm-dev arm64 3.0.24-13 [23.1 kB]
Get:804 https://deb.debian.org/debian unstable/main arm64 maven-repo-helper all 1.12 [136 kB]
Get:805 https://deb.debian.org/debian unstable/main arm64 ninja-build arm64 1.13.2-1+b1 [142 kB]
Get:806 https://deb.debian.org/debian unstable/main arm64 opencl-c-headers all 3.0~2025.07.22-2 [47.6 kB]
Get:807 https://deb.debian.org/debian unstable/main arm64 opencl-clhpp-headers all 3.0~2025.07.22-1 [51.0 kB]
Get:808 https://deb.debian.org/debian unstable/main arm64 ocl-icd-opencl-dev arm64 2.3.4-1+b1 [8632 B]
Get:809 https://deb.debian.org/debian unstable/main arm64 protobuf-compiler arm64 3.21.12-16 [83.1 kB]
Get:810 https://deb.debian.org/debian unstable/main arm64 python3.13 arm64 3.13.14-1 [781 kB]
Get:811 https://deb.debian.org/debian unstable/main arm64 python3-all arm64 3.14.6-1 [1052 B]
Get:812 https://deb.debian.org/debian unstable/main arm64 python3.14-dev arm64 3.14.6-1 [508 kB]
Get:813 https://deb.debian.org/debian unstable/main arm64 python3-dev arm64 3.14.6-1 [25.7 kB]
Get:814 https://deb.debian.org/debian unstable/main arm64 python3.13-dev arm64 3.13.14-1 [504 kB]
Get:815 https://deb.debian.org/debian unstable/main arm64 python3-all-dev arm64 3.14.6-1 [1072 B]
Get:816 https://deb.debian.org/debian unstable/main arm64 python3-autocommand all 2.2.2-4 [13.7 kB]
Get:817 https://deb.debian.org/debian unstable/main arm64 python3-soupsieve all 2.8.4-1 [38.7 kB]
Get:818 https://deb.debian.org/debian unstable/main arm64 python3-typing-extensions all 4.16.0-4 [95.2 kB]
Get:819 https://deb.debian.org/debian unstable/main arm64 python3-bs4 all 4.15.0-1 [119 kB]
Get:820 https://deb.debian.org/debian unstable/main arm64 python3-imath arm64 3.1.12-1+b7 [3671 kB]
Get:821 https://deb.debian.org/debian unstable/main arm64 python3-more-itertools all 11.1.0-1 [74.5 kB]
Get:822 https://deb.debian.org/debian unstable/main arm64 python3-typeguard all 4.4.4-3 [37.1 kB]
Get:823 https://deb.debian.org/debian unstable/main arm64 python3-inflect all 7.5.0-2 [32.8 kB]
Get:824 https://deb.debian.org/debian unstable/main arm64 python3-jaraco.context all 6.0.1-2 [8184 B]
Get:825 https://deb.debian.org/debian unstable/main arm64 python3-jaraco.functools all 4.1.0-1 [12.0 kB]
Get:826 https://deb.debian.org/debian unstable/main arm64 python3-jaraco.text all 4.0.0-1 [11.4 kB]
Get:827 https://deb.debian.org/debian unstable/main arm64 python3-pkg-resources all 78.1.1-0.1 [224 kB]
Get:828 https://deb.debian.org/debian unstable/main arm64 python3-zipp all 3.23.0-1 [11.0 kB]
Get:829 https://deb.debian.org/debian unstable/main arm64 python3-setuptools all 78.1.1-0.1 [738 kB]
Preconfiguring packages ...
Fetched 728 MB in 40s (18.1 MB/s)
Selecting previously unselected package libsystemd-shared:arm64.
(Reading database ... 15906 files and directories currently installed.)
Preparing to unpack .../libsystemd-shared_261.2-1_arm64.deb ...
Unpacking libsystemd-shared:arm64 (261.2-1) ...
Setting up libsystemd-shared:arm64 (261.2-1) ...
Selecting previously unselected package systemd.
(Reading database ... 15914 files and directories currently installed.)
Preparing to unpack .../systemd_261.2-1_arm64.deb ...
Unpacking systemd (261.2-1) ...
Setting up systemd (261.2-1) ...
Created symlink '/etc/systemd/system/multi-user.target.wants/remote-fs.target' → '/usr/lib/systemd/system/remote-fs.target'.
Created symlink '/etc/systemd/system/sysinit.target.wants/systemd-pstore.service' → '/usr/lib/systemd/system/systemd-pstore.service'.
Created symlink '/etc/systemd/system/autovt at .service' → '/usr/lib/systemd/system/getty at .service'.
Created symlink '/etc/systemd/system/getty.target.wants/getty at tty1.service' → '/usr/lib/systemd/system/getty at .service'.
Initializing machine ID from random generator.
Creating group 'lpadmin' with GID 993.
Selecting previously unselected package systemd-sysv.
(Reading database ... 16870 files and directories currently installed.)
Preparing to unpack .../0-systemd-sysv_261.2-1_arm64.deb ...
Unpacking systemd-sysv (261.2-1) ...
Selecting previously unselected package binfmt-support.
Preparing to unpack .../1-binfmt-support_2.2.2-8+b1_arm64.deb ...
Unpacking binfmt-support (2.2.2-8+b1) ...
Selecting previously unselected package fonts-lato.
Preparing to unpack .../2-fonts-lato_2.015-1_all.deb ...
Unpacking fonts-lato (2.015-1) ...
Selecting previously unselected package libexpat1:arm64.
Preparing to unpack .../3-libexpat1_2.8.2-1_arm64.deb ...
Unpacking libexpat1:arm64 (2.8.2-1) ...
Selecting previously unselected package libpython3.14-minimal:arm64.
Preparing to unpack .../4-libpython3.14-minimal_3.14.6-1_arm64.deb ...
Unpacking libpython3.14-minimal:arm64 (3.14.6-1) ...
Selecting previously unselected package python3.14-minimal.
Preparing to unpack .../5-python3.14-minimal_3.14.6-1_arm64.deb ...
Unpacking python3.14-minimal (3.14.6-1) ...
Setting up libpython3.14-minimal:arm64 (3.14.6-1) ...
Setting up libexpat1:arm64 (2.8.2-1) ...
Setting up python3.14-minimal (3.14.6-1) ...
Selecting previously unselected package python3-minimal.
(Reading database ... 17283 files and directories currently installed.)
Preparing to unpack .../00-python3-minimal_3.14.6-1_arm64.deb ...
Unpacking python3-minimal (3.14.6-1) ...
Selecting previously unselected package media-types.
Preparing to unpack .../01-media-types_14.0.0_all.deb ...
Unpacking media-types (14.0.0) ...
Selecting previously unselected package netbase.
Preparing to unpack .../02-netbase_6.5_all.deb ...
Unpacking netbase (6.5) ...
Selecting previously unselected package libffi8:arm64.
Preparing to unpack .../03-libffi8_3.7.1-2_arm64.deb ...
Unpacking libffi8:arm64 (3.7.1-2) ...
Selecting previously unselected package libncursesw6:arm64.
Preparing to unpack .../04-libncursesw6_6.6+20260608-2_arm64.deb ...
Unpacking libncursesw6:arm64 (6.6+20260608-2) ...
Selecting previously unselected package readline-common.
Preparing to unpack .../05-readline-common_8.3-4_all.deb ...
Unpacking readline-common (8.3-4) ...
Selecting previously unselected package libreadline8t64:arm64.
Preparing to unpack .../06-libreadline8t64_8.3-4_arm64.deb ...
Adding 'diversion of /lib/aarch64-linux-gnu/libhistory.so.8 to /lib/aarch64-linux-gnu/libhistory.so.8.usr-is-merged by libreadline8t64'
Adding 'diversion of /lib/aarch64-linux-gnu/libhistory.so.8.2 to /lib/aarch64-linux-gnu/libhistory.so.8.2.usr-is-merged by libreadline8t64'
Adding 'diversion of /lib/aarch64-linux-gnu/libreadline.so.8 to /lib/aarch64-linux-gnu/libreadline.so.8.usr-is-merged by libreadline8t64'
Adding 'diversion of /lib/aarch64-linux-gnu/libreadline.so.8.2 to /lib/aarch64-linux-gnu/libreadline.so.8.2.usr-is-merged by libreadline8t64'
Unpacking libreadline8t64:arm64 (8.3-4) ...
Selecting previously unselected package libsqlite3-0:arm64.
Preparing to unpack .../07-libsqlite3-0_3.53.4-2_arm64.deb ...
Unpacking libsqlite3-0:arm64 (3.53.4-2) ...
Selecting previously unselected package libpython3.14-stdlib:arm64.
Preparing to unpack .../08-libpython3.14-stdlib_3.14.6-1_arm64.deb ...
Unpacking libpython3.14-stdlib:arm64 (3.14.6-1) ...
Selecting previously unselected package python3.14.
Preparing to unpack .../09-python3.14_3.14.6-1_arm64.deb ...
Unpacking python3.14 (3.14.6-1) ...
Selecting previously unselected package libpython3-stdlib:arm64.
Preparing to unpack .../10-libpython3-stdlib_3.14.6-1_arm64.deb ...
Unpacking libpython3-stdlib:arm64 (3.14.6-1) ...
Setting up python3-minimal (3.14.6-1) ...
Selecting previously unselected package python3.
(Reading database ... 17810 files and directories currently installed.)
Preparing to unpack .../000-python3_3.14.6-1_arm64.deb ...
Unpacking python3 (3.14.6-1) ...
Selecting previously unselected package python3-numpy-dev:arm64.
Preparing to unpack .../001-python3-numpy-dev_1%3a2.4.6+ds-4_arm64.deb ...
Unpacking python3-numpy-dev:arm64 (1:2.4.6+ds-4) ...
Selecting previously unselected package libblas3:arm64.
Preparing to unpack .../002-libblas3_3.12.1-8_arm64.deb ...
Unpacking libblas3:arm64 (3.12.1-8) ...
Selecting previously unselected package libgfortran5:arm64.
Preparing to unpack .../003-libgfortran5_16.2.0-1_arm64.deb ...
Unpacking libgfortran5:arm64 (16.2.0-1) ...
Selecting previously unselected package liblapack3:arm64.
Preparing to unpack .../004-liblapack3_3.12.1-8_arm64.deb ...
Unpacking liblapack3:arm64 (3.12.1-8) ...
Selecting previously unselected package python3-numpy.
Preparing to unpack .../005-python3-numpy_1%3a2.4.6+ds-4_arm64.deb ...
Unpacking python3-numpy (1:2.4.6+ds-4) ...
Selecting previously unselected package libpython3.13-minimal:arm64.
Preparing to unpack .../006-libpython3.13-minimal_3.13.14-1_arm64.deb ...
Unpacking libpython3.13-minimal:arm64 (3.13.14-1) ...
Selecting previously unselected package python3.13-minimal.
Preparing to unpack .../007-python3.13-minimal_3.13.14-1_arm64.deb ...
Unpacking python3.13-minimal (3.13.14-1) ...
Selecting previously unselected package libproc2-1:arm64.
Preparing to unpack .../008-libproc2-1_2%3a4.0.6-3_arm64.deb ...
Unpacking libproc2-1:arm64 (2:4.0.6-3) ...
Selecting previously unselected package procps.
Preparing to unpack .../009-procps_2%3a4.0.6-3_arm64.deb ...
Unpacking procps (2:4.0.6-3) ...
Selecting previously unselected package libdbus-1-3:arm64.
Preparing to unpack .../010-libdbus-1-3_1.16.2-5+b1_arm64.deb ...
Unpacking libdbus-1-3:arm64 (1.16.2-5+b1) ...
Selecting previously unselected package dbus-bin.
Preparing to unpack .../011-dbus-bin_1.16.2-5+b1_arm64.deb ...
Unpacking dbus-bin (1.16.2-5+b1) ...
Selecting previously unselected package dbus-session-bus-common.
Preparing to unpack .../012-dbus-session-bus-common_1.16.2-5_all.deb ...
Unpacking dbus-session-bus-common (1.16.2-5) ...
Selecting previously unselected package libapparmor1:arm64.
Preparing to unpack .../013-libapparmor1_4.1.7-5_arm64.deb ...
Unpacking libapparmor1:arm64 (4.1.7-5) ...
Selecting previously unselected package dbus-daemon.
Preparing to unpack .../014-dbus-daemon_1.16.2-5+b1_arm64.deb ...
Unpacking dbus-daemon (1.16.2-5+b1) ...
Selecting previously unselected package dbus-system-bus-common.
Preparing to unpack .../015-dbus-system-bus-common_1.16.2-5_all.deb ...
Unpacking dbus-system-bus-common (1.16.2-5) ...
Selecting previously unselected package dbus.
Preparing to unpack .../016-dbus_1.16.2-5+b1_arm64.deb ...
Unpacking dbus (1.16.2-5+b1) ...
Selecting previously unselected package libpam-systemd:arm64.
Preparing to unpack .../017-libpam-systemd_261.2-1_arm64.deb ...
Unpacking libpam-systemd:arm64 (261.2-1) ...
Selecting previously unselected package libcbor0.10:arm64.
Preparing to unpack .../018-libcbor0.10_0.10.2-2.2_arm64.deb ...
Unpacking libcbor0.10:arm64 (0.10.2-2.2) ...
Selecting previously unselected package libfido2-1:arm64.
Preparing to unpack .../019-libfido2-1_1.17.0-2_arm64.deb ...
Unpacking libfido2-1:arm64 (1.17.0-2) ...
Selecting previously unselected package openssh-common.
Preparing to unpack .../020-openssh-common_1%3a10.4p1-4_arm64.deb ...
Unpacking openssh-common (1:10.4p1-4) ...
Selecting previously unselected package libedit2:arm64.
Preparing to unpack .../021-libedit2_3.1-20260512-1_arm64.deb ...
Unpacking libedit2:arm64 (3.1-20260512-1) ...
Selecting previously unselected package libkrb5support0:arm64.
Preparing to unpack .../022-libkrb5support0_1.22.1-3_arm64.deb ...
Unpacking libkrb5support0:arm64 (1.22.1-3) ...
Selecting previously unselected package libk5crypto3:arm64.
Preparing to unpack .../023-libk5crypto3_1.22.1-3_arm64.deb ...
Unpacking libk5crypto3:arm64 (1.22.1-3) ...
Selecting previously unselected package libkeyutils1:arm64.
Preparing to unpack .../024-libkeyutils1_1.6.3-6+b2_arm64.deb ...
Unpacking libkeyutils1:arm64 (1.6.3-6+b2) ...
Selecting previously unselected package libkrb5-3:arm64.
Preparing to unpack .../025-libkrb5-3_1.22.1-3_arm64.deb ...
Unpacking libkrb5-3:arm64 (1.22.1-3) ...
Selecting previously unselected package libgssapi-krb5-2:arm64.
Preparing to unpack .../026-libgssapi-krb5-2_1.22.1-3_arm64.deb ...
Unpacking libgssapi-krb5-2:arm64 (1.22.1-3) ...
Selecting previously unselected package openssh-client.
Preparing to unpack .../027-openssh-client_1%3a10.4p1-4_arm64.deb ...
Unpacking openssh-client (1:10.4p1-4) ...
Selecting previously unselected package libcap2:arm64.
Preparing to unpack .../028-libcap2_1%3a2.78-1_arm64.deb ...
Unpacking libcap2:arm64 (1:2.78-1) ...
Selecting previously unselected package bubblewrap.
Preparing to unpack .../029-bubblewrap_0.11.2-2_arm64.deb ...
Unpacking bubblewrap (0.11.2-2) ...
Selecting previously unselected package libbrotli1:arm64.
Preparing to unpack .../030-libbrotli1_1.2.0-3_arm64.deb ...
Unpacking libbrotli1:arm64 (1.2.0-3) ...
Selecting previously unselected package libpng16-16t64:arm64.
Preparing to unpack .../031-libpng16-16t64_1.6.58-1_arm64.deb ...
Unpacking libpng16-16t64:arm64 (1.6.58-1) ...
Selecting previously unselected package libfreetype6:arm64.
Preparing to unpack .../032-libfreetype6_2.14.3+dfsg-2_arm64.deb ...
Unpacking libfreetype6:arm64 (2.14.3+dfsg-2) ...
Selecting previously unselected package fonts-dejavu-mono.
Preparing to unpack .../033-fonts-dejavu-mono_2.37-9_all.deb ...
Unpacking fonts-dejavu-mono (2.37-9) ...
Selecting previously unselected package fonts-dejavu-core.
Preparing to unpack .../034-fonts-dejavu-core_2.37-9_all.deb ...
Unpacking fonts-dejavu-core (2.37-9) ...
Selecting previously unselected package fontconfig-config.
Preparing to unpack .../035-fontconfig-config_2.17.1-5_arm64.deb ...
Unpacking fontconfig-config (2.17.1-5) ...
Selecting previously unselected package libfontconfig1:arm64.
Preparing to unpack .../036-libfontconfig1_2.17.1-5_arm64.deb ...
Unpacking libfontconfig1:arm64 (2.17.1-5) ...
Selecting previously unselected package libpixman-1-0:arm64.
Preparing to unpack .../037-libpixman-1-0_0.46.4-1+b2_arm64.deb ...
Unpacking libpixman-1-0:arm64 (0.46.4-1+b2) ...
Selecting previously unselected package libxau6:arm64.
Preparing to unpack .../038-libxau6_1%3a1.0.11-1+b2_arm64.deb ...
Unpacking libxau6:arm64 (1:1.0.11-1+b2) ...
Selecting previously unselected package libxdmcp6:arm64.
Preparing to unpack .../039-libxdmcp6_1%3a1.1.5-2+b1_arm64.deb ...
Unpacking libxdmcp6:arm64 (1:1.1.5-2+b1) ...
Selecting previously unselected package libxcb1:arm64.
Preparing to unpack .../040-libxcb1_1.17.0-2+b2_arm64.deb ...
Unpacking libxcb1:arm64 (1.17.0-2+b2) ...
Selecting previously unselected package libx11-data.
Preparing to unpack .../041-libx11-data_2%3a1.8.13-1_all.deb ...
Unpacking libx11-data (2:1.8.13-1) ...
Selecting previously unselected package libx11-6:arm64.
Preparing to unpack .../042-libx11-6_2%3a1.8.13-1_arm64.deb ...
Unpacking libx11-6:arm64 (2:1.8.13-1) ...
Selecting previously unselected package libxcb-render0:arm64.
Preparing to unpack .../043-libxcb-render0_1.17.0-2+b2_arm64.deb ...
Unpacking libxcb-render0:arm64 (1.17.0-2+b2) ...
Selecting previously unselected package libxcb-shm0:arm64.
Preparing to unpack .../044-libxcb-shm0_1.17.0-2+b2_arm64.deb ...
Unpacking libxcb-shm0:arm64 (1.17.0-2+b2) ...
Selecting previously unselected package libxext6:arm64.
Preparing to unpack .../045-libxext6_2%3a1.3.4-1+b4_arm64.deb ...
Unpacking libxext6:arm64 (2:1.3.4-1+b4) ...
Selecting previously unselected package libxrender1:arm64.
Preparing to unpack .../046-libxrender1_1%3a0.9.12-1+b2_arm64.deb ...
Unpacking libxrender1:arm64 (1:0.9.12-1+b2) ...
Selecting previously unselected package libcairo2:arm64.
Preparing to unpack .../047-libcairo2_1.18.4-3+b1_arm64.deb ...
Unpacking libcairo2:arm64 (1.18.4-3+b1) ...
Selecting previously unselected package libglib2.0-0t64:arm64.
Preparing to unpack .../048-libglib2.0-0t64_2.88.3-2_arm64.deb ...
Unpacking libglib2.0-0t64:arm64 (2.88.3-2) ...
Selecting previously unselected package libsharpyuv0:arm64.
Preparing to unpack .../049-libsharpyuv0_1.5.0-0.1+b2_arm64.deb ...
Unpacking libsharpyuv0:arm64 (1.5.0-0.1+b2) ...
Selecting previously unselected package libde265-0:arm64.
Preparing to unpack .../050-libde265-0_1.1.1-1_arm64.deb ...
Unpacking libde265-0:arm64 (1.1.1-1) ...
Selecting previously unselected package libheif-plugin-libde265:arm64.
Preparing to unpack .../051-libheif-plugin-libde265_1.23.1-1_arm64.deb ...
Unpacking libheif-plugin-libde265:arm64 (1.23.1-1) ...
Selecting previously unselected package libdav1d7:arm64.
Preparing to unpack .../052-libdav1d7_1.5.4-1_arm64.deb ...
Unpacking libdav1d7:arm64 (1.5.4-1) ...
Selecting previously unselected package libheif-plugin-dav1d:arm64.
Preparing to unpack .../053-libheif-plugin-dav1d_1.23.1-1_arm64.deb ...
Unpacking libheif-plugin-dav1d:arm64 (1.23.1-1) ...
Selecting previously unselected package libheif1:arm64.
Preparing to unpack .../054-libheif1_1.23.1-1_arm64.deb ...
Unpacking libheif1:arm64 (1.23.1-1) ...
Selecting previously unselected package libhwy1t64:arm64.
Preparing to unpack .../055-libhwy1t64_1.3.0-5_arm64.deb ...
Unpacking libhwy1t64:arm64 (1.3.0-5) ...
Selecting previously unselected package liblcms2-2:arm64.
Preparing to unpack .../056-liblcms2-2_2.19.1-1_arm64.deb ...
Unpacking liblcms2-2:arm64 (2.19.1-1) ...
Selecting previously unselected package libjxl0.11:arm64.
Preparing to unpack .../057-libjxl0.11_0.11.2-5_arm64.deb ...
Unpacking libjxl0.11:arm64 (0.11.2-5) ...
Selecting previously unselected package libcairo-gobject2:arm64.
Preparing to unpack .../058-libcairo-gobject2_1.18.4-3+b1_arm64.deb ...
Unpacking libcairo-gobject2:arm64 (1.18.4-3+b1) ...
Selecting previously unselected package fontconfig.
Preparing to unpack .../059-fontconfig_2.17.1-5_arm64.deb ...
Unpacking fontconfig (2.17.1-5) ...
Selecting previously unselected package libfribidi0:arm64.
Preparing to unpack .../060-libfribidi0_1.0.16-5+b1_arm64.deb ...
Unpacking libfribidi0:arm64 (1.0.16-5+b1) ...
Selecting previously unselected package libgraphite2-3:arm64.
Preparing to unpack .../061-libgraphite2-3_1.3.15-2_arm64.deb ...
Unpacking libgraphite2-3:arm64 (1.3.15-2) ...
Selecting previously unselected package libharfbuzz0b:arm64.
Preparing to unpack .../062-libharfbuzz0b_12.3.2-2+b2_arm64.deb ...
Unpacking libharfbuzz0b:arm64 (12.3.2-2+b2) ...
Selecting previously unselected package libthai-data.
Preparing to unpack .../063-libthai-data_0.1.30-3_all.deb ...
Unpacking libthai-data (0.1.30-3) ...
Selecting previously unselected package libdatrie1:arm64.
Preparing to unpack .../064-libdatrie1_0.2.14-2_arm64.deb ...
Unpacking libdatrie1:arm64 (0.2.14-2) ...
Selecting previously unselected package libthai0:arm64.
Preparing to unpack .../065-libthai0_0.1.30-3_arm64.deb ...
Unpacking libthai0:arm64 (0.1.30-3) ...
Selecting previously unselected package libpango-1.0-0:arm64.
Preparing to unpack .../066-libpango-1.0-0_1.58.0-1_arm64.deb ...
Unpacking libpango-1.0-0:arm64 (1.58.0-1) ...
Selecting previously unselected package libpangoft2-1.0-0:arm64.
Preparing to unpack .../067-libpangoft2-1.0-0_1.58.0-1_arm64.deb ...
Unpacking libpangoft2-1.0-0:arm64 (1.58.0-1) ...
Selecting previously unselected package libpangocairo-1.0-0:arm64.
Preparing to unpack .../068-libpangocairo-1.0-0_1.58.0-1_arm64.deb ...
Unpacking libpangocairo-1.0-0:arm64 (1.58.0-1) ...
Selecting previously unselected package librsvg2-2:arm64.
Preparing to unpack .../069-librsvg2-2_2.62.1+dfsg-1_arm64.deb ...
Unpacking librsvg2-2:arm64 (2.62.1+dfsg-1) ...
Selecting previously unselected package glycin-loaders.
Preparing to unpack .../070-glycin-loaders_2.1.5+ds-2_arm64.deb ...
Unpacking glycin-loaders (2.1.5+ds-2) ...
Selecting previously unselected package libglycin-2-0:arm64.
Preparing to unpack .../071-libglycin-2-0_2.1.5+ds-2_arm64.deb ...
Unpacking libglycin-2-0:arm64 (2.1.5+ds-2) ...
Selecting previously unselected package glycin-thumbnailers.
Preparing to unpack .../072-glycin-thumbnailers_2.1.5+ds-2_arm64.deb ...
Unpacking glycin-thumbnailers (2.1.5+ds-2) ...
Selecting previously unselected package libgdk-pixbuf2.0-common.
Preparing to unpack .../073-libgdk-pixbuf2.0-common_2.44.7+dfsg-1_all.deb ...
Unpacking libgdk-pixbuf2.0-common (2.44.7+dfsg-1) ...
Selecting previously unselected package shared-mime-info.
Preparing to unpack .../074-shared-mime-info_2.4-5+b4_arm64.deb ...
Unpacking shared-mime-info (2.4-5+b4) ...
Selecting previously unselected package libgdk-pixbuf-2.0-0:arm64.
Preparing to unpack .../075-libgdk-pixbuf-2.0-0_2.44.7+dfsg-1_arm64.deb ...
Unpacking libgdk-pixbuf-2.0-0:arm64 (2.44.7+dfsg-1) ...
Selecting previously unselected package gtk-update-icon-cache.
Preparing to unpack .../076-gtk-update-icon-cache_4.22.4+ds-1_arm64.deb ...
No diversion 'diversion of /usr/sbin/update-icon-caches to /usr/sbin/update-icon-caches.gtk2 by libgtk-3-bin', none removed.
No diversion 'diversion of /usr/share/man/man8/update-icon-caches.8.gz to /usr/share/man/man8/update-icon-caches.gtk2.8.gz by libgtk-3-bin', none removed.
Unpacking gtk-update-icon-cache (4.22.4+ds-1) ...
Selecting previously unselected package hicolor-icon-theme.
Preparing to unpack .../077-hicolor-icon-theme_0.18-2_all.deb ...
Unpacking hicolor-icon-theme (0.18-2) ...
Selecting previously unselected package adwaita-icon-theme.
Preparing to unpack .../078-adwaita-icon-theme_50.0-2_all.deb ...
Unpacking adwaita-icon-theme (50.0-2) ...
Selecting previously unselected package ca-certificates-java.
Preparing to unpack .../079-ca-certificates-java_20260311_all.deb ...
Unpacking ca-certificates-java (20260311) ...
Selecting previously unselected package java-common.
Preparing to unpack .../080-java-common_0.77_all.deb ...
Unpacking java-common (0.77) ...
Selecting previously unselected package libjpeg62-turbo:arm64.
Preparing to unpack .../081-libjpeg62-turbo_1%3a3.1.3-4_arm64.deb ...
Unpacking libjpeg62-turbo:arm64 (1:3.1.3-4) ...
Selecting previously unselected package libnspr4:arm64.
Preparing to unpack .../082-libnspr4_2%3a4.39-1_arm64.deb ...
Unpacking libnspr4:arm64 (2:4.39-1) ...
Selecting previously unselected package libnss3:arm64.
Preparing to unpack .../083-libnss3_2%3a3.126-1_arm64.deb ...
Unpacking libnss3:arm64 (2:3.126-1) ...
Selecting previously unselected package libpcsclite1:arm64.
Preparing to unpack .../084-libpcsclite1_2.5.1-1_arm64.deb ...
Unpacking libpcsclite1:arm64 (2.5.1-1) ...
Selecting previously unselected package openjdk-25-jre-headless:arm64.
Preparing to unpack .../085-openjdk-25-jre-headless_25.0.4+7-1_arm64.deb ...
Unpacking openjdk-25-jre-headless:arm64 (25.0.4+7-1) ...
Selecting previously unselected package default-jre-headless.
Preparing to unpack .../086-default-jre-headless_2%3a1.25-77_arm64.deb ...
Unpacking default-jre-headless (2:1.25-77) ...
Selecting previously unselected package ant.
Preparing to unpack .../087-ant_1.10.17-1_all.deb ...
Unpacking ant (1.10.17-1) ...
Selecting previously unselected package at-spi2-common.
Preparing to unpack .../088-at-spi2-common_2.61.1-1_all.deb ...
Unpacking at-spi2-common (2.61.1-1) ...
Selecting previously unselected package cfortran.
Preparing to unpack .../089-cfortran_20210827-1.1_all.deb ...
Unpacking cfortran (20210827-1.1) ...
Selecting previously unselected package libarchive13t64:arm64.
Preparing to unpack .../090-libarchive13t64_3.8.9-1_arm64.deb ...
Unpacking libarchive13t64:arm64 (3.8.9-1) ...
Selecting previously unselected package libnghttp3-9:arm64.
Preparing to unpack .../091-libnghttp3-9_1.17.0-1_arm64.deb ...
Unpacking libnghttp3-9:arm64 (1.17.0-1) ...
Selecting previously unselected package libngtcp2-16:arm64.
Preparing to unpack .../092-libngtcp2-16_1.24.0-1_arm64.deb ...
Unpacking libngtcp2-16:arm64 (1.24.0-1) ...
Selecting previously unselected package libidn2-0:arm64.
Preparing to unpack .../093-libidn2-0_2.3.8-5_arm64.deb ...
Unpacking libidn2-0:arm64 (2.3.8-5) ...
Selecting previously unselected package libsasl2-modules-db:arm64.
Preparing to unpack .../094-libsasl2-modules-db_2.1.28+dfsg1-11_arm64.deb ...
Unpacking libsasl2-modules-db:arm64 (2.1.28+dfsg1-11) ...
Selecting previously unselected package libsasl2-2:arm64.
Preparing to unpack .../095-libsasl2-2_2.1.28+dfsg1-11_arm64.deb ...
Unpacking libsasl2-2:arm64 (2.1.28+dfsg1-11) ...
Selecting previously unselected package libldap2:arm64.
Preparing to unpack .../096-libldap2_2.6.13+dfsg-1+b1_arm64.deb ...
Unpacking libldap2:arm64 (2.6.13+dfsg-1+b1) ...
Selecting previously unselected package libnghttp2-14:arm64.
Preparing to unpack .../097-libnghttp2-14_1.70.0-1_arm64.deb ...
Unpacking libnghttp2-14:arm64 (1.70.0-1) ...
Selecting previously unselected package libngtcp2-crypto-ossl0:arm64.
Preparing to unpack .../098-libngtcp2-crypto-ossl0_1.24.0-1_arm64.deb ...
Unpacking libngtcp2-crypto-ossl0:arm64 (1.24.0-1) ...
Selecting previously unselected package libpsl5t64:arm64.
Preparing to unpack .../099-libpsl5t64_0.23.1-1_arm64.deb ...
Unpacking libpsl5t64:arm64 (0.23.1-1) ...
Selecting previously unselected package libssh2-1t64:arm64.
Preparing to unpack .../100-libssh2-1t64_1.11.1-5_arm64.deb ...
Unpacking libssh2-1t64:arm64 (1.11.1-5) ...
Selecting previously unselected package libcurl4t64:arm64.
Preparing to unpack .../101-libcurl4t64_8.21.0-2_arm64.deb ...
Unpacking libcurl4t64:arm64 (8.21.0-2) ...
Selecting previously unselected package libjsoncpp26:arm64.
Preparing to unpack .../102-libjsoncpp26_1.9.8-2_arm64.deb ...
Unpacking libjsoncpp26:arm64 (1.9.8-2) ...
Selecting previously unselected package librhash1:arm64.
Preparing to unpack .../103-librhash1_1.4.6-1.1+b1_arm64.deb ...
Unpacking librhash1:arm64 (1.4.6-1.1+b1) ...
Selecting previously unselected package libuv1t64:arm64.
Preparing to unpack .../104-libuv1t64_1.52.1-4_arm64.deb ...
Unpacking libuv1t64:arm64 (1.52.1-4) ...
Selecting previously unselected package cmake.
Preparing to unpack .../105-cmake_4.3.4-1_arm64.deb ...
Unpacking cmake (4.3.4-1) ...
Selecting previously unselected package comerr-dev:arm64.
Preparing to unpack .../106-comerr-dev_2.1-1.47.4-1_arm64.deb ...
Unpacking comerr-dev:arm64 (2.1-1.47.4-1) ...
Selecting previously unselected package dbus-user-session.
Preparing to unpack .../107-dbus-user-session_1.16.2-5+b1_arm64.deb ...
Unpacking dbus-user-session (1.16.2-5+b1) ...
Selecting previously unselected package libdconf1:arm64.
Preparing to unpack .../108-libdconf1_0.49.0-4+b1_arm64.deb ...
Unpacking libdconf1:arm64 (0.49.0-4+b1) ...
Selecting previously unselected package dconf-service.
Preparing to unpack .../109-dconf-service_0.49.0-4+b1_arm64.deb ...
Unpacking dconf-service (0.49.0-4+b1) ...
Selecting previously unselected package dconf-gsettings-backend:arm64.
Preparing to unpack .../110-dconf-gsettings-backend_0.49.0-4+b1_arm64.deb ...
Unpacking dconf-gsettings-backend:arm64 (0.49.0-4+b1) ...
Selecting previously unselected package dctrl-tools.
Preparing to unpack .../111-dctrl-tools_2.24-3+b2_arm64.deb ...
Unpacking dctrl-tools (2.24-3+b2) ...
Selecting previously unselected package libatk1.0-0t64:arm64.
Preparing to unpack .../112-libatk1.0-0t64_2.61.1-1_arm64.deb ...
Unpacking libatk1.0-0t64:arm64 (2.61.1-1) ...
Selecting previously unselected package libxi6:arm64.
Preparing to unpack .../113-libxi6_2%3a1.8.2-2+b1_arm64.deb ...
Unpacking libxi6:arm64 (2:1.8.2-2+b1) ...
Selecting previously unselected package libxres1:arm64.
Preparing to unpack .../114-libxres1_2%3a1.2.1-2_arm64.deb ...
Unpacking libxres1:arm64 (2:1.2.1-2) ...
Selecting previously unselected package libatspi2.0-0t64:arm64.
Preparing to unpack .../115-libatspi2.0-0t64_2.61.1-1_arm64.deb ...
Unpacking libatspi2.0-0t64:arm64 (2.61.1-1) ...
Selecting previously unselected package libatk-bridge2.0-0t64:arm64.
Preparing to unpack .../116-libatk-bridge2.0-0t64_2.61.1-1_arm64.deb ...
Unpacking libatk-bridge2.0-0t64:arm64 (2.61.1-1) ...
Selecting previously unselected package libcloudproviders0:arm64.
Preparing to unpack .../117-libcloudproviders0_0.4.0-3_arm64.deb ...
Unpacking libcloudproviders0:arm64 (0.4.0-3) ...
Selecting previously unselected package libcolord2:arm64.
Preparing to unpack .../118-libcolord2_1.4.8-3_arm64.deb ...
Unpacking libcolord2:arm64 (1.4.8-3) ...
Selecting previously unselected package libavahi-common-data:arm64.
Preparing to unpack .../119-libavahi-common-data_0.8-18_arm64.deb ...
Unpacking libavahi-common-data:arm64 (0.8-18) ...
Selecting previously unselected package libavahi-common3:arm64.
Preparing to unpack .../120-libavahi-common3_0.8-18_arm64.deb ...
Unpacking libavahi-common3:arm64 (0.8-18) ...
Selecting previously unselected package libavahi-client3:arm64.
Preparing to unpack .../121-libavahi-client3_0.8-18_arm64.deb ...
Unpacking libavahi-client3:arm64 (0.8-18) ...
Selecting previously unselected package libp11-kit0:arm64.
Preparing to unpack .../122-libp11-kit0_0.26.4-1_arm64.deb ...
Unpacking libp11-kit0:arm64 (0.26.4-1) ...
Selecting previously unselected package libtasn1-6:arm64.
Preparing to unpack .../123-libtasn1-6_4.21.0-2+b1_arm64.deb ...
Unpacking libtasn1-6:arm64 (4.21.0-2+b1) ...
Selecting previously unselected package libgnutls30t64:arm64.
Preparing to unpack .../124-libgnutls30t64_3.8.13-1_arm64.deb ...
Unpacking libgnutls30t64:arm64 (3.8.13-1) ...
Selecting previously unselected package libcups2t64:arm64.
Preparing to unpack .../125-libcups2t64_2.4.18-1_arm64.deb ...
Unpacking libcups2t64:arm64 (2.4.18-1) ...
Selecting previously unselected package libepoxy0:arm64.
Preparing to unpack .../126-libepoxy0_1.5.10-2+b2_arm64.deb ...
Unpacking libepoxy0:arm64 (1.5.10-2+b2) ...
Selecting previously unselected package libwayland-client0:arm64.
Preparing to unpack .../127-libwayland-client0_1.26.0-1_arm64.deb ...
Unpacking libwayland-client0:arm64 (1.26.0-1) ...
Selecting previously unselected package libwayland-cursor0:arm64.
Preparing to unpack .../128-libwayland-cursor0_1.26.0-1_arm64.deb ...
Unpacking libwayland-cursor0:arm64 (1.26.0-1) ...
Selecting previously unselected package libwayland-egl1:arm64.
Preparing to unpack .../129-libwayland-egl1_1.26.0-1_arm64.deb ...
Unpacking libwayland-egl1:arm64 (1.26.0-1) ...
Selecting previously unselected package libxcomposite1:arm64.
Preparing to unpack .../130-libxcomposite1_1%3a0.4.6-1+b2_arm64.deb ...
Unpacking libxcomposite1:arm64 (1:0.4.6-1+b2) ...
Selecting previously unselected package libxfixes3:arm64.
Preparing to unpack .../131-libxfixes3_1%3a6.0.0-2+b5_arm64.deb ...
Unpacking libxfixes3:arm64 (1:6.0.0-2+b5) ...
Selecting previously unselected package libxcursor1:arm64.
Preparing to unpack .../132-libxcursor1_1%3a1.2.3-1+b2_arm64.deb ...
Unpacking libxcursor1:arm64 (1:1.2.3-1+b2) ...
Selecting previously unselected package libxdamage1:arm64.
Preparing to unpack .../133-libxdamage1_1%3a1.1.7-1+b1_arm64.deb ...
Unpacking libxdamage1:arm64 (1:1.1.7-1+b1) ...
Selecting previously unselected package libxinerama1:arm64.
Preparing to unpack .../134-libxinerama1_2%3a1.1.4-3+b5_arm64.deb ...
Unpacking libxinerama1:arm64 (2:1.1.4-3+b5) ...
Selecting previously unselected package xkb-data.
Preparing to unpack .../135-xkb-data_2.48-1_all.deb ...
Unpacking xkb-data (2.48-1) ...
Selecting previously unselected package libxkbcommon0:arm64.
Preparing to unpack .../136-libxkbcommon0_1.13.1-1_arm64.deb ...
Unpacking libxkbcommon0:arm64 (1.13.1-1) ...
Selecting previously unselected package libxrandr2:arm64.
Preparing to unpack .../137-libxrandr2_2%3a1.5.4-1+b4_arm64.deb ...
Unpacking libxrandr2:arm64 (2:1.5.4-1+b4) ...
Selecting previously unselected package libgtk-3-common.
Preparing to unpack .../138-libgtk-3-common_3.24.52-1_all.deb ...
Unpacking libgtk-3-common (3.24.52-1) ...
Selecting previously unselected package libgtk-3-0t64:arm64.
Preparing to unpack .../139-libgtk-3-0t64_3.24.52-1_arm64.deb ...
Unpacking libgtk-3-0t64:arm64 (3.24.52-1) ...
Selecting previously unselected package libglvnd0:arm64.
Preparing to unpack .../140-libglvnd0_1.7.0-3+b1_arm64.deb ...
Unpacking libglvnd0:arm64 (1.7.0-3+b1) ...
Selecting previously unselected package libdrm-common.
Preparing to unpack .../141-libdrm-common_2.4.134-3_all.deb ...
Unpacking libdrm-common (2.4.134-3) ...
Selecting previously unselected package libdrm2:arm64.
Preparing to unpack .../142-libdrm2_2.4.134-3_arm64.deb ...
Unpacking libdrm2:arm64 (2.4.134-3) ...
Selecting previously unselected package libdrm-amdgpu1:arm64.
Preparing to unpack .../143-libdrm-amdgpu1_2.4.134-3_arm64.deb ...
Unpacking libdrm-amdgpu1:arm64 (2.4.134-3) ...
Selecting previously unselected package libz3-4:arm64.
Preparing to unpack .../144-libz3-4_4.13.3-1.1_arm64.deb ...
Unpacking libz3-4:arm64 (4.13.3-1.1) ...
Selecting previously unselected package libllvm21:arm64.
Preparing to unpack .../145-libllvm21_1%3a21.1.8-10_arm64.deb ...
Unpacking libllvm21:arm64 (1:21.1.8-10) ...
Selecting previously unselected package libsensors-config.
Preparing to unpack .../146-libsensors-config_1%3a3.6.2-2_all.deb ...
Unpacking libsensors-config (1:3.6.2-2) ...
Selecting previously unselected package libsensors5:arm64.
Preparing to unpack .../147-libsensors5_1%3a3.6.2-2+b2_arm64.deb ...
Unpacking libsensors5:arm64 (1:3.6.2-2+b2) ...
Selecting previously unselected package libx11-xcb1:arm64.
Preparing to unpack .../148-libx11-xcb1_2%3a1.8.13-1_arm64.deb ...
Unpacking libx11-xcb1:arm64 (2:1.8.13-1) ...
Selecting previously unselected package libxcb-dri3-0:arm64.
Preparing to unpack .../149-libxcb-dri3-0_1.17.0-2+b2_arm64.deb ...
Unpacking libxcb-dri3-0:arm64 (1.17.0-2+b2) ...
Selecting previously unselected package libxcb-present0:arm64.
Preparing to unpack .../150-libxcb-present0_1.17.0-2+b2_arm64.deb ...
Unpacking libxcb-present0:arm64 (1.17.0-2+b2) ...
Selecting previously unselected package libxcb-randr0:arm64.
Preparing to unpack .../151-libxcb-randr0_1.17.0-2+b2_arm64.deb ...
Unpacking libxcb-randr0:arm64 (1.17.0-2+b2) ...
Selecting previously unselected package libxcb-sync1:arm64.
Preparing to unpack .../152-libxcb-sync1_1.17.0-2+b2_arm64.deb ...
Unpacking libxcb-sync1:arm64 (1.17.0-2+b2) ...
Selecting previously unselected package libxcb-xfixes0:arm64.
Preparing to unpack .../153-libxcb-xfixes0_1.17.0-2+b2_arm64.deb ...
Unpacking libxcb-xfixes0:arm64 (1.17.0-2+b2) ...
Selecting previously unselected package libxshmfence1:arm64.
Preparing to unpack .../154-libxshmfence1_1.3.3-1+b2_arm64.deb ...
Unpacking libxshmfence1:arm64 (1.3.3-1+b2) ...
Selecting previously unselected package mesa-libgallium:arm64.
Preparing to unpack .../155-mesa-libgallium_26.1.5-1_arm64.deb ...
Unpacking mesa-libgallium:arm64 (26.1.5-1) ...
Selecting previously unselected package libgbm1:arm64.
Preparing to unpack .../156-libgbm1_26.1.5-1_arm64.deb ...
Unpacking libgbm1:arm64 (26.1.5-1) ...
Selecting previously unselected package libvulkan1:arm64.
Preparing to unpack .../157-libvulkan1_1.4.357.0-1_arm64.deb ...
Unpacking libvulkan1:arm64 (1.4.357.0-1) ...
Selecting previously unselected package libgl1-mesa-dri:arm64.
Preparing to unpack .../158-libgl1-mesa-dri_26.1.5-1_arm64.deb ...
Unpacking libgl1-mesa-dri:arm64 (26.1.5-1) ...
Selecting previously unselected package libxcb-glx0:arm64.
Preparing to unpack .../159-libxcb-glx0_1.17.0-2+b2_arm64.deb ...
Unpacking libxcb-glx0:arm64 (1.17.0-2+b2) ...
Selecting previously unselected package libxxf86vm1:arm64.
Preparing to unpack .../160-libxxf86vm1_1%3a1.1.4-2+b1_arm64.deb ...
Unpacking libxxf86vm1:arm64 (1:1.1.4-2+b1) ...
Selecting previously unselected package libglx-mesa0:arm64.
Preparing to unpack .../161-libglx-mesa0_26.1.5-1_arm64.deb ...
Unpacking libglx-mesa0:arm64 (26.1.5-1) ...
Selecting previously unselected package libglx0:arm64.
Preparing to unpack .../162-libglx0_1.7.0-3+b1_arm64.deb ...
Unpacking libglx0:arm64 (1.7.0-3+b1) ...
Selecting previously unselected package libgl1:arm64.
Preparing to unpack .../163-libgl1_1.7.0-3+b1_arm64.deb ...
Unpacking libgl1:arm64 (1.7.0-3+b1) ...
Selecting previously unselected package libasound2-data.
Preparing to unpack .../164-libasound2-data_1.2.16.1-1_all.deb ...
Unpacking libasound2-data (1.2.16.1-1) ...
Selecting previously unselected package libasound2t64:arm64.
Preparing to unpack .../165-libasound2t64_1.2.16.1-1_arm64.deb ...
Unpacking libasound2t64:arm64 (1.2.16.1-1) ...
Selecting previously unselected package libgif7:arm64.
Preparing to unpack .../166-libgif7_6.1.3-1_arm64.deb ...
Unpacking libgif7:arm64 (6.1.3-1) ...
Selecting previously unselected package x11-common.
Preparing to unpack .../167-x11-common_1%3a7.7+26_all.deb ...
Unpacking x11-common (1:7.7+26) ...
Selecting previously unselected package libxtst6:arm64.
Preparing to unpack .../168-libxtst6_2%3a1.2.5-1+b2_arm64.deb ...
Unpacking libxtst6:arm64 (2:1.2.5-1+b2) ...
Selecting previously unselected package openjdk-25-jre:arm64.
Preparing to unpack .../169-openjdk-25-jre_25.0.4+7-1_arm64.deb ...
Unpacking openjdk-25-jre:arm64 (25.0.4+7-1) ...
Selecting previously unselected package default-jre.
Preparing to unpack .../170-default-jre_2%3a1.25-77_arm64.deb ...
Unpacking default-jre (2:1.25-77) ...
Selecting previously unselected package openjdk-25-jdk-headless:arm64.
Preparing to unpack .../171-openjdk-25-jdk-headless_25.0.4+7-1_arm64.deb ...
Unpacking openjdk-25-jdk-headless:arm64 (25.0.4+7-1) ...
Selecting previously unselected package default-jdk-headless.
Preparing to unpack .../172-default-jdk-headless_2%3a1.25-77_arm64.deb ...
Unpacking default-jdk-headless (2:1.25-77) ...
Selecting previously unselected package openjdk-25-jdk:arm64.
Preparing to unpack .../173-openjdk-25-jdk_25.0.4+7-1_arm64.deb ...
Unpacking openjdk-25-jdk:arm64 (25.0.4+7-1) ...
Selecting previously unselected package default-jdk.
Preparing to unpack .../174-default-jdk_2%3a1.25-77_arm64.deb ...
Unpacking default-jdk (2:1.25-77) ...
Selecting previously unselected package libgpg-error0:arm64.
Preparing to unpack .../175-libgpg-error0_1.61-3_arm64.deb ...
Unpacking libgpg-error0:arm64 (1.61-3) ...
Selecting previously unselected package libassuan9:arm64.
Preparing to unpack .../176-libassuan9_3.0.2-2+b2_arm64.deb ...
Unpacking libassuan9:arm64 (3.0.2-2+b2) ...
Selecting previously unselected package libgcrypt20:arm64.
Preparing to unpack .../177-libgcrypt20_1.12.2-1_arm64.deb ...
Unpacking libgcrypt20:arm64 (1.12.2-1) ...
Selecting previously unselected package gpgconf.
Preparing to unpack .../178-gpgconf_2.4.9-7_arm64.deb ...
Unpacking gpgconf (2.4.9-7) ...
Selecting previously unselected package libksba8:arm64.
Preparing to unpack .../179-libksba8_1.8.0-3_arm64.deb ...
Unpacking libksba8:arm64 (1.8.0-3) ...
Selecting previously unselected package libnpth0t64:arm64.
Preparing to unpack .../180-libnpth0t64_1.8-3+b2_arm64.deb ...
Unpacking libnpth0t64:arm64 (1.8-3+b2) ...
Selecting previously unselected package gpg.
Preparing to unpack .../181-gpg_2.4.9-7_arm64.deb ...
Unpacking gpg (2.4.9-7) ...
Selecting previously unselected package pinentry-curses.
Preparing to unpack .../182-pinentry-curses_1.3.3-2_arm64.deb ...
Unpacking pinentry-curses (1.3.3-2) ...
Selecting previously unselected package gpg-agent.
Preparing to unpack .../183-gpg-agent_2.4.9-7_arm64.deb ...
Unpacking gpg-agent (2.4.9-7) ...
Selecting previously unselected package libconfig-inifiles-perl.
Preparing to unpack .../184-libconfig-inifiles-perl_3.002000-1_all.deb ...
Unpacking libconfig-inifiles-perl (3.002000-1) ...
Selecting previously unselected package libfile-dirlist-perl.
Preparing to unpack .../185-libfile-dirlist-perl_0.05-3_all.deb ...
Unpacking libfile-dirlist-perl (0.05-3) ...
Selecting previously unselected package libfile-which-perl.
Preparing to unpack .../186-libfile-which-perl_1.27-2_all.deb ...
Unpacking libfile-which-perl (1.27-2) ...
Selecting previously unselected package libfile-homedir-perl.
Preparing to unpack .../187-libfile-homedir-perl_1.006-2_all.deb ...
Unpacking libfile-homedir-perl (1.006-2) ...
Selecting previously unselected package libfile-touch-perl.
Preparing to unpack .../188-libfile-touch-perl_0.12-2_all.deb ...
Unpacking libfile-touch-perl (0.12-2) ...
Selecting previously unselected package libio-string-perl.
Preparing to unpack .../189-libio-string-perl_1.08-4_all.deb ...
Unpacking libio-string-perl (1.08-4) ...
Selecting previously unselected package libclass-method-modifiers-perl.
Preparing to unpack .../190-libclass-method-modifiers-perl_2.15-1_all.deb ...
Unpacking libclass-method-modifiers-perl (2.15-1) ...
Selecting previously unselected package libclass-xsaccessor-perl.
Preparing to unpack .../191-libclass-xsaccessor-perl_1.19-4+b7_arm64.deb ...
Unpacking libclass-xsaccessor-perl (1.19-4+b7) ...
Selecting previously unselected package libb-hooks-op-check-perl:arm64.
Preparing to unpack .../192-libb-hooks-op-check-perl_0.22-3+b5_arm64.deb ...
Unpacking libb-hooks-op-check-perl:arm64 (0.22-3+b5) ...
Selecting previously unselected package libdynaloader-functions-perl.
Preparing to unpack .../193-libdynaloader-functions-perl_0.004-2_all.deb ...
Unpacking libdynaloader-functions-perl (0.004-2) ...
Selecting previously unselected package libdevel-callchecker-perl:arm64.
Preparing to unpack .../194-libdevel-callchecker-perl_0.009-3+b1_arm64.deb ...
Unpacking libdevel-callchecker-perl:arm64 (0.009-3+b1) ...
Selecting previously unselected package libparams-classify-perl:arm64.
Preparing to unpack .../195-libparams-classify-perl_0.015-2+b6_arm64.deb ...
Unpacking libparams-classify-perl:arm64 (0.015-2+b6) ...
Selecting previously unselected package libmodule-runtime-perl.
Preparing to unpack .../196-libmodule-runtime-perl_0.018-1_all.deb ...
Unpacking libmodule-runtime-perl (0.018-1) ...
Selecting previously unselected package libimport-into-perl.
Preparing to unpack .../197-libimport-into-perl_1.002005-2_all.deb ...
Unpacking libimport-into-perl (1.002005-2) ...
Selecting previously unselected package librole-tiny-perl.
Preparing to unpack .../198-librole-tiny-perl_2.002005-1_all.deb ...
Unpacking librole-tiny-perl (2.002005-1) ...
Selecting previously unselected package libsub-quote-perl.
Preparing to unpack .../199-libsub-quote-perl_2.006009-1_all.deb ...
Unpacking libsub-quote-perl (2.006009-1) ...
Selecting previously unselected package libmoo-perl.
Preparing to unpack .../200-libmoo-perl_2.005005-1_all.deb ...
Unpacking libmoo-perl (2.005005-1) ...
Selecting previously unselected package libencode-locale-perl.
Preparing to unpack .../201-libencode-locale-perl_1.05-3_all.deb ...
Unpacking libencode-locale-perl (1.05-3) ...
Selecting previously unselected package libtimedate-perl.
Preparing to unpack .../202-libtimedate-perl_2.3500-1_all.deb ...
Unpacking libtimedate-perl (2.3500-1) ...
Selecting previously unselected package libhttp-date-perl.
Preparing to unpack .../203-libhttp-date-perl_6.08-1_all.deb ...
Unpacking libhttp-date-perl (6.08-1) ...
Selecting previously unselected package libfile-listing-perl.
Preparing to unpack .../204-libfile-listing-perl_6.16-1_all.deb ...
Unpacking libfile-listing-perl (6.16-1) ...
Selecting previously unselected package libhtml-tagset-perl.
Preparing to unpack .../205-libhtml-tagset-perl_3.24-1_all.deb ...
Unpacking libhtml-tagset-perl (3.24-1) ...
Selecting previously unselected package liburi-perl.
Preparing to unpack .../206-liburi-perl_5.35-1_all.deb ...
Unpacking liburi-perl (5.35-1) ...
Selecting previously unselected package libhtml-parser-perl:arm64.
Preparing to unpack .../207-libhtml-parser-perl_3.83-2+b1_arm64.deb ...
Unpacking libhtml-parser-perl:arm64 (3.83-2+b1) ...
Selecting previously unselected package libhtml-tree-perl.
Preparing to unpack .../208-libhtml-tree-perl_5.07-3_all.deb ...
Unpacking libhtml-tree-perl (5.07-3) ...
Selecting previously unselected package libclone-perl:arm64.
Preparing to unpack .../209-libclone-perl_0.50-1+b1_arm64.deb ...
Unpacking libclone-perl:arm64 (0.50-1+b1) ...
Selecting previously unselected package libio-html-perl.
Preparing to unpack .../210-libio-html-perl_1.004-3_all.deb ...
Unpacking libio-html-perl (1.004-3) ...
Selecting previously unselected package liblwp-mediatypes-perl.
Preparing to unpack .../211-liblwp-mediatypes-perl_6.04-2_all.deb ...
Unpacking liblwp-mediatypes-perl (6.04-2) ...
Selecting previously unselected package libhttp-message-perl.
Preparing to unpack .../212-libhttp-message-perl_7.04-1_all.deb ...
Unpacking libhttp-message-perl (7.04-1) ...
Selecting previously unselected package libhttp-cookies-perl.
Preparing to unpack .../213-libhttp-cookies-perl_6.12-2_all.deb ...
Unpacking libhttp-cookies-perl (6.12-2) ...
Selecting previously unselected package libhttp-negotiate-perl.
Preparing to unpack .../214-libhttp-negotiate-perl_6.01-2_all.deb ...
Unpacking libhttp-negotiate-perl (6.01-2) ...
Selecting previously unselected package perl-openssl-defaults:arm64.
Preparing to unpack .../215-perl-openssl-defaults_7+b2_arm64.deb ...
Unpacking perl-openssl-defaults:arm64 (7+b2) ...
Selecting previously unselected package libnet-ssleay-perl:arm64.
Preparing to unpack .../216-libnet-ssleay-perl_1.96-1+b1_arm64.deb ...
Unpacking libnet-ssleay-perl:arm64 (1.96-1+b1) ...
Selecting previously unselected package libio-socket-ssl-perl.
Preparing to unpack .../217-libio-socket-ssl-perl_2.099-1_all.deb ...
Unpacking libio-socket-ssl-perl (2.099-1) ...
Selecting previously unselected package libnet-http-perl.
Preparing to unpack .../218-libnet-http-perl_6.24-1_all.deb ...
Unpacking libnet-http-perl (6.24-1) ...
Selecting previously unselected package liblwp-protocol-https-perl.
Preparing to unpack .../219-liblwp-protocol-https-perl_6.15-1_all.deb ...
Unpacking liblwp-protocol-https-perl (6.15-1) ...
Selecting previously unselected package libtry-tiny-perl.
Preparing to unpack .../220-libtry-tiny-perl_0.32-1_all.deb ...
Unpacking libtry-tiny-perl (0.32-1) ...
Selecting previously unselected package libwww-robotrules-perl.
Preparing to unpack .../221-libwww-robotrules-perl_6.03-1_all.deb ...
Unpacking libwww-robotrules-perl (6.03-1) ...
Selecting previously unselected package libwww-perl.
Preparing to unpack .../222-libwww-perl_6.83-1_all.deb ...
Unpacking libwww-perl (6.83-1) ...
Selecting previously unselected package libyaml-0-2:arm64.
Preparing to unpack .../223-libyaml-0-2_0.2.5-2+b1_arm64.deb ...
Unpacking libyaml-0-2:arm64 (0.2.5-2+b1) ...
Selecting previously unselected package libyaml-libyaml-perl.
Preparing to unpack .../224-libyaml-libyaml-perl_0.910.0+ds-1+b1_arm64.deb ...
Unpacking libyaml-libyaml-perl (0.910.0+ds-1+b1) ...
Selecting previously unselected package patchutils.
Preparing to unpack .../225-patchutils_0.4.5-1_arm64.deb ...
Unpacking patchutils (0.4.5-1) ...
Selecting previously unselected package gosop.
Preparing to unpack .../226-gosop_1.1.0-3+b3_arm64.deb ...
Unpacking gosop (1.1.0-3+b3) ...
Selecting previously unselected package wdiff.
Preparing to unpack .../227-wdiff_1.2.2-9+b1_arm64.deb ...
Unpacking wdiff (1.2.2-9+b1) ...
Selecting previously unselected package devscripts.
Preparing to unpack .../228-devscripts_2.26.10_all.deb ...
Unpacking devscripts (2.26.10) ...
Selecting previously unselected package dh-python.
Preparing to unpack .../229-dh-python_7.20260623_all.deb ...
Unpacking dh-python (7.20260623) ...
Selecting previously unselected package dirmngr.
Preparing to unpack .../230-dirmngr_2.4.9-7_arm64.deb ...
Unpacking dirmngr (2.4.9-7) ...
Selecting previously unselected package libclang-cpp21.
Preparing to unpack .../231-libclang-cpp21_1%3a21.1.8-10_arm64.deb ...
Unpacking libclang-cpp21 (1:21.1.8-10) ...
Selecting previously unselected package libclang1-21.
Preparing to unpack .../232-libclang1-21_1%3a21.1.8-10_arm64.deb ...
Unpacking libclang1-21 (1:21.1.8-10) ...
Selecting previously unselected package libfmt10:arm64.
Preparing to unpack .../233-libfmt10_10.1.1+ds1-4+b2_arm64.deb ...
Unpacking libfmt10:arm64 (10.1.1+ds1-4+b2) ...
Selecting previously unselected package libspdlog1.15:arm64.
Preparing to unpack .../234-libspdlog1.15_1%3a1.15.3+ds-1+b2_arm64.deb ...
Unpacking libspdlog1.15:arm64 (1:1.15.3+ds-1+b2) ...
Selecting previously unselected package libxapian30:arm64.
Preparing to unpack .../235-libxapian30_1.4.31-2_arm64.deb ...
Unpacking libxapian30:arm64 (1.4.31-2) ...
Selecting previously unselected package doxygen.
Preparing to unpack .../236-doxygen_1.15.0+ds1-1.1_arm64.deb ...
Unpacking doxygen (1.15.0+ds1-1.1) ...
Selecting previously unselected package fastjar.
Preparing to unpack .../237-fastjar_2%3a0.98-8_arm64.deb ...
Unpacking fastjar (2:0.98-8) ...
Selecting previously unselected package fonts-font-awesome-legacy.
Preparing to unpack .../238-fonts-font-awesome-legacy_6-3_all.deb ...
Unpacking fonts-font-awesome-legacy (6-3) ...
Selecting previously unselected package fonts-font-awesome.
Preparing to unpack .../239-fonts-font-awesome_7.3.0+dfsg-1_all.deb ...
Unpacking fonts-font-awesome (7.3.0+dfsg-1) ...
Selecting previously unselected package gdal-data.
Preparing to unpack .../240-gdal-data_3.13.2+dfsg-1_all.deb ...
Unpacking gdal-data (3.13.2+dfsg-1) ...
Selecting previously unselected package gdal-plugins:arm64.
Preparing to unpack .../241-gdal-plugins_3.13.2+dfsg-1+b1_arm64.deb ...
Unpacking gdal-plugins:arm64 (3.13.2+dfsg-1+b1) ...
Selecting previously unselected package libgfortran-16-dev:arm64.
Preparing to unpack .../242-libgfortran-16-dev_16.2.0-1_arm64.deb ...
Unpacking libgfortran-16-dev:arm64 (16.2.0-1) ...
Selecting previously unselected package gfortran-16-aarch64-linux-gnu.
Preparing to unpack .../243-gfortran-16-aarch64-linux-gnu_16.2.0-1_arm64.deb ...
Unpacking gfortran-16-aarch64-linux-gnu (16.2.0-1) ...
Selecting previously unselected package gfortran-16.
Preparing to unpack .../244-gfortran-16_16.2.0-1_arm64.deb ...
Unpacking gfortran-16 (16.2.0-1) ...
Selecting previously unselected package gir1.2-glib-2.0:arm64.
Preparing to unpack .../245-gir1.2-glib-2.0_2.88.3-2_arm64.deb ...
Unpacking gir1.2-glib-2.0:arm64 (2.88.3-2) ...
Selecting previously unselected package gir1.2-freedesktop:arm64.
Preparing to unpack .../246-gir1.2-freedesktop_1.86.0-6+b2_arm64.deb ...
Unpacking gir1.2-freedesktop:arm64 (1.86.0-6+b2) ...
Selecting previously unselected package gir1.2-glib-2.0-dev:arm64.
Preparing to unpack .../247-gir1.2-glib-2.0-dev_2.88.3-2_arm64.deb ...
Unpacking gir1.2-glib-2.0-dev:arm64 (2.88.3-2) ...
Selecting previously unselected package gir1.2-freedesktop-dev:arm64.
Preparing to unpack .../248-gir1.2-freedesktop-dev_1.86.0-6+b2_arm64.deb ...
Unpacking gir1.2-freedesktop-dev:arm64 (1.86.0-6+b2) ...
Selecting previously unselected package libcap2-bin.
Preparing to unpack .../249-libcap2-bin_1%3a2.78-1_arm64.deb ...
Unpacking libcap2-bin (1:2.78-1) ...
Selecting previously unselected package libgstreamer1.0-0:arm64.
Preparing to unpack .../250-libgstreamer1.0-0_1.28.6-1_arm64.deb ...
Unpacking libgstreamer1.0-0:arm64 (1.28.6-1) ...
Selecting previously unselected package gir1.2-gstreamer-1.0:arm64.
Preparing to unpack .../251-gir1.2-gstreamer-1.0_1.28.6-1_arm64.deb ...
Unpacking gir1.2-gstreamer-1.0:arm64 (1.28.6-1) ...
Selecting previously unselected package libegl-mesa0:arm64.
Preparing to unpack .../252-libegl-mesa0_26.1.5-1_arm64.deb ...
Unpacking libegl-mesa0:arm64 (26.1.5-1) ...
Selecting previously unselected package libegl1:arm64.
Preparing to unpack .../253-libegl1_1.7.0-3+b1_arm64.deb ...
Unpacking libegl1:arm64 (1.7.0-3+b1) ...
Selecting previously unselected package liborc-0.4-0t64:arm64.
Preparing to unpack .../254-liborc-0.4-0t64_1%3a0.4.42-4_arm64.deb ...
Unpacking liborc-0.4-0t64:arm64 (1:0.4.42-4) ...
Selecting previously unselected package iso-codes.
Preparing to unpack .../255-iso-codes_4.20.1-1_all.deb ...
Unpacking iso-codes (4.20.1-1) ...
Selecting previously unselected package libgstreamer-plugins-base1.0-0:arm64.
Preparing to unpack .../256-libgstreamer-plugins-base1.0-0_1.28.6-1_arm64.deb ...
Unpacking libgstreamer-plugins-base1.0-0:arm64 (1.28.6-1) ...
Selecting previously unselected package libgudev-1.0-0:arm64.
Preparing to unpack .../257-libgudev-1.0-0_238-7+b2_arm64.deb ...
Unpacking libgudev-1.0-0:arm64 (238-7+b2) ...
Selecting previously unselected package libgstreamer-gl1.0-0:arm64.
Preparing to unpack .../258-libgstreamer-gl1.0-0_1.28.6-1_arm64.deb ...
Unpacking libgstreamer-gl1.0-0:arm64 (1.28.6-1) ...
Selecting previously unselected package gir1.2-gst-plugins-base-1.0:arm64.
Preparing to unpack .../259-gir1.2-gst-plugins-base-1.0_1.28.6-1_arm64.deb ...
Unpacking gir1.2-gst-plugins-base-1.0:arm64 (1.28.6-1) ...
Selecting previously unselected package gir1.2-gudev-1.0:arm64.
Preparing to unpack .../260-gir1.2-gudev-1.0_238-7+b2_arm64.deb ...
Unpacking gir1.2-gudev-1.0:arm64 (238-7+b2) ...
Selecting previously unselected package libharfbuzz-gobject0:arm64.
Preparing to unpack .../261-libharfbuzz-gobject0_12.3.2-2+b2_arm64.deb ...
Unpacking libharfbuzz-gobject0:arm64 (12.3.2-2+b2) ...
Selecting previously unselected package gir1.2-harfbuzz-0.0:arm64.
Preparing to unpack .../262-gir1.2-harfbuzz-0.0_12.3.2-2+b2_arm64.deb ...
Unpacking gir1.2-harfbuzz-0.0:arm64 (12.3.2-2+b2) ...
Selecting previously unselected package native-architecture.
Preparing to unpack .../263-native-architecture_0.2.6_all.deb ...
Unpacking native-architecture (0.2.6) ...
Selecting previously unselected package libgirepository-2.0-0:arm64.
Preparing to unpack .../264-libgirepository-2.0-0_2.88.3-2_arm64.deb ...
Unpacking libgirepository-2.0-0:arm64 (2.88.3-2) ...
Selecting previously unselected package girepository-tools:arm64.
Preparing to unpack .../265-girepository-tools_2.88.3-2_arm64.deb ...
Unpacking girepository-tools:arm64 (2.88.3-2) ...
Selecting previously unselected package gnupg-l10n.
Preparing to unpack .../266-gnupg-l10n_2.4.9-7_all.deb ...
Unpacking gnupg-l10n (2.4.9-7) ...
Selecting previously unselected package gpgsm.
Preparing to unpack .../267-gpgsm_2.4.9-7_arm64.deb ...
Unpacking gpgsm (2.4.9-7) ...
Selecting previously unselected package gnupg.
Preparing to unpack .../268-gnupg_2.4.9-7_all.deb ...
Unpacking gnupg (2.4.9-7) ...
Selecting previously unselected package hdf5-helpers.
Preparing to unpack .../269-hdf5-helpers_2.1.0+repack-1_arm64.deb ...
Unpacking hdf5-helpers (2.1.0+repack-1) ...
Selecting previously unselected package libnl-3-200:arm64.
Preparing to unpack .../270-libnl-3-200_3.12.0-2+b1_arm64.deb ...
Unpacking libnl-3-200:arm64 (3.12.0-2+b1) ...
Selecting previously unselected package libnl-route-3-200:arm64.
Preparing to unpack .../271-libnl-route-3-200_3.12.0-2+b1_arm64.deb ...
Unpacking libnl-route-3-200:arm64 (3.12.0-2+b1) ...
Selecting previously unselected package libibverbs1:arm64.
Preparing to unpack .../272-libibverbs1_63.0-2_arm64.deb ...
Unpacking libibverbs1:arm64 (63.0-2) ...
Selecting previously unselected package ibverbs-providers:arm64.
Preparing to unpack .../273-ibverbs-providers_63.0-2_arm64.deb ...
Unpacking ibverbs-providers:arm64 (63.0-2) ...
Selecting previously unselected package libicu78:arm64.
Preparing to unpack .../274-libicu78_78.3-2_arm64.deb ...
Unpacking libicu78:arm64 (78.3-2) ...
Selecting previously unselected package icu-devtools.
Preparing to unpack .../275-icu-devtools_78.3-2_arm64.deb ...
Unpacking icu-devtools (78.3-2) ...
Selecting previously unselected package jarwrapper.
Preparing to unpack .../276-jarwrapper_0.82_all.deb ...
Unpacking jarwrapper (0.82) ...
Selecting previously unselected package javahelper.
Preparing to unpack .../277-javahelper_0.82_all.deb ...
Unpacking javahelper (0.82) ...
Selecting previously unselected package libgssrpc4t64:arm64.
Preparing to unpack .../278-libgssrpc4t64_1.22.1-3_arm64.deb ...
Unpacking libgssrpc4t64:arm64 (1.22.1-3) ...
Selecting previously unselected package libkadm5clnt-mit12:arm64.
Preparing to unpack .../279-libkadm5clnt-mit12_1.22.1-3_arm64.deb ...
Unpacking libkadm5clnt-mit12:arm64 (1.22.1-3) ...
Selecting previously unselected package libkdb5-10t64:arm64.
Preparing to unpack .../280-libkdb5-10t64_1.22.1-3_arm64.deb ...
Unpacking libkdb5-10t64:arm64 (1.22.1-3) ...
Selecting previously unselected package libkadm5srv-mit12:arm64.
Preparing to unpack .../281-libkadm5srv-mit12_1.22.1-3_arm64.deb ...
Unpacking libkadm5srv-mit12:arm64 (1.22.1-3) ...
Selecting previously unselected package krb5-multidev:arm64.
Preparing to unpack .../282-krb5-multidev_1.22.1-3_arm64.deb ...
Unpacking krb5-multidev:arm64 (1.22.1-3) ...
Selecting previously unselected package libabsl20260526:arm64.
Preparing to unpack .../283-libabsl20260526_20260526.0-2_arm64.deb ...
Unpacking libabsl20260526:arm64 (20260526.0-2) ...
Selecting previously unselected package libattr1-dev:arm64.
Preparing to unpack .../284-libattr1-dev_1%3a2.6.0-1_arm64.deb ...
Unpacking libattr1-dev:arm64 (1:2.6.0-1) ...
Selecting previously unselected package libacl1-dev:arm64.
Preparing to unpack .../285-libacl1-dev_2.4.0-1_arm64.deb ...
Unpacking libacl1-dev:arm64 (2.4.0-1) ...
Selecting previously unselected package libblosc2-7:arm64.
Preparing to unpack .../286-libblosc2-7_2.23.1+ds-2_arm64.deb ...
Unpacking libblosc2-7:arm64 (2.23.1+ds-2) ...
Selecting previously unselected package librdmacm1t64:arm64.
Preparing to unpack .../287-librdmacm1t64_63.0-2_arm64.deb ...
Unpacking librdmacm1t64:arm64 (63.0-2) ...
Selecting previously unselected package libfabric1:arm64.
Preparing to unpack .../288-libfabric1_2.1.0-1.1+b2_arm64.deb ...
Unpacking libfabric1:arm64 (2.1.0-1.1+b2) ...
Selecting previously unselected package libsz2:arm64.
Preparing to unpack .../289-libsz2_1.1.7-1_arm64.deb ...
Unpacking libsz2:arm64 (1.1.7-1) ...
Selecting previously unselected package libhdf5-320:arm64.
Preparing to unpack .../290-libhdf5-320_2.1.0+repack-1_arm64.deb ...
Unpacking libhdf5-320:arm64 (2.1.0+repack-1) ...
Selecting previously unselected package libevent-core-2.1-7t64:arm64.
Preparing to unpack .../291-libevent-core-2.1-7t64_2.1.13-stable-1_arm64.deb ...
Unpacking libevent-core-2.1-7t64:arm64 (2.1.13-stable-1) ...
Selecting previously unselected package libevent-pthreads-2.1-7t64:arm64.
Preparing to unpack .../292-libevent-pthreads-2.1-7t64_2.1.13-stable-1_arm64.deb ...
Unpacking libevent-pthreads-2.1-7t64:arm64 (2.1.13-stable-1) ...
Selecting previously unselected package libhwloc15:arm64.
Preparing to unpack .../293-libhwloc15_2.14.0-2_arm64.deb ...
Unpacking libhwloc15:arm64 (2.14.0-2) ...
Selecting previously unselected package libesmtp6:arm64.
Preparing to unpack .../294-libesmtp6_1.1.0-3.2+b2_arm64.deb ...
Unpacking libesmtp6:arm64 (1.1.0-3.2+b2) ...
Selecting previously unselected package libmunge2:arm64.
Preparing to unpack .../295-libmunge2_0.5.18-1_arm64.deb ...
Unpacking libmunge2:arm64 (0.5.18-1) ...
Selecting previously unselected package pci.ids.
Preparing to unpack .../296-pci.ids_0.0~2026.07.21-1_all.deb ...
Unpacking pci.ids (0.0~2026.07.21-1) ...
Selecting previously unselected package libpciaccess0:arm64.
Preparing to unpack .../297-libpciaccess0_0.19-2_arm64.deb ...
Unpacking libpciaccess0:arm64 (0.19-2) ...
Selecting previously unselected package libxnvctrl0:arm64.
Preparing to unpack .../298-libxnvctrl0_535.171.04-1+b3_arm64.deb ...
Unpacking libxnvctrl0:arm64 (535.171.04-1+b3) ...
Selecting previously unselected package ocl-icd-libopencl1:arm64.
Preparing to unpack .../299-ocl-icd-libopencl1_2.3.4-1+b1_arm64.deb ...
Unpacking ocl-icd-libopencl1:arm64 (2.3.4-1+b1) ...
Selecting previously unselected package libhwloc-plugins:arm64.
Preparing to unpack .../300-libhwloc-plugins_2.14.0-2_arm64.deb ...
Unpacking libhwloc-plugins:arm64 (2.14.0-2) ...
Selecting previously unselected package libpmix2t64:arm64.
Preparing to unpack .../301-libpmix2t64_6.1.1~rc2-4_arm64.deb ...
Unpacking libpmix2t64:arm64 (6.1.1~rc2-4) ...
Selecting previously unselected package libclang-common-21-dev:arm64.
Preparing to unpack .../302-libclang-common-21-dev_1%3a21.1.8-10_arm64.deb ...
Unpacking libclang-common-21-dev:arm64 (1:21.1.8-10) ...
Selecting previously unselected package libamd-comgr3:arm64.
Preparing to unpack .../303-libamd-comgr3_7.0.2+dfsg-3_arm64.deb ...
Unpacking libamd-comgr3:arm64 (7.0.2+dfsg-3) ...
Selecting previously unselected package libnuma1:arm64.
Preparing to unpack .../304-libnuma1_2.0.19-1+b2_arm64.deb ...
Unpacking libnuma1:arm64 (2.0.19-1+b2) ...
Selecting previously unselected package libhsa-runtime64-1:arm64.
Preparing to unpack .../305-libhsa-runtime64-1_6.4.3+dfsg-5_arm64.deb ...
Unpacking libhsa-runtime64-1:arm64 (6.4.3+dfsg-5) ...
Selecting previously unselected package libamdhip64-6:arm64.
Preparing to unpack .../306-libamdhip64-6_6.4.3-5_arm64.deb ...
Unpacking libamdhip64-6:arm64 (6.4.3-5) ...
Selecting previously unselected package libfuse3-4:arm64.
Preparing to unpack .../307-libfuse3-4_3.18.2-2_arm64.deb ...
Unpacking libfuse3-4:arm64 (3.18.2-2) ...
Selecting previously unselected package libibumad3:arm64.
Preparing to unpack .../308-libibumad3_63.0-2_arm64.deb ...
Unpacking libibumad3:arm64 (63.0-2) ...
Selecting previously unselected package libibmad5:arm64.
Preparing to unpack .../309-libibmad5_63.0-2_arm64.deb ...
Unpacking libibmad5:arm64 (63.0-2) ...
Selecting previously unselected package libucx0:arm64.
Preparing to unpack .../310-libucx0_1.22.0-1_arm64.deb ...
Unpacking libucx0:arm64 (1.22.0-1) ...
Selecting previously unselected package libucc1:arm64.
Preparing to unpack .../311-libucc1_1.8.0-2_arm64.deb ...
Unpacking libucc1:arm64 (1.8.0-2) ...
Selecting previously unselected package libopenmpi40:arm64.
Preparing to unpack .../312-libopenmpi40_5.0.10-4_arm64.deb ...
Unpacking libopenmpi40:arm64 (5.0.10-4) ...
Selecting previously unselected package libpugixml1v5:arm64.
Preparing to unpack .../313-libpugixml1v5_1.16-1_arm64.deb ...
Unpacking libpugixml1v5:arm64 (1.16-1) ...
Selecting previously unselected package libyaml-cpp0.9:arm64.
Preparing to unpack .../314-libyaml-cpp0.9_0.9.0+dfsg-9_arm64.deb ...
Unpacking libyaml-cpp0.9:arm64 (0.9.0+dfsg-9) ...
Selecting previously unselected package libzfp1t64:arm64.
Preparing to unpack .../315-libzfp1t64_1.0.1-4+b7_arm64.deb ...
Unpacking libzfp1t64:arm64 (1.0.1-4+b7) ...
Selecting previously unselected package libnorm1t64:arm64.
Preparing to unpack .../316-libnorm1t64_1.5.9+dfsg-4+b1_arm64.deb ...
Unpacking libnorm1t64:arm64 (1.5.9+dfsg-4+b1) ...
Selecting previously unselected package libpgm-5.3-0t64:arm64.
Preparing to unpack .../317-libpgm-5.3-0t64_5.3.128~dfsg-3_arm64.deb ...
Unpacking libpgm-5.3-0t64:arm64 (5.3.128~dfsg-3) ...
Selecting previously unselected package libsodium26:arm64.
Preparing to unpack .../318-libsodium26_1.0.22-2_arm64.deb ...
Unpacking libsodium26:arm64 (1.0.22-2) ...
Selecting previously unselected package libzmq5:arm64.
Preparing to unpack .../319-libzmq5_4.3.5-1+b7_arm64.deb ...
Unpacking libzmq5:arm64 (4.3.5-1+b7) ...
Selecting previously unselected package libadios2-mpi-plugins:arm64.
Preparing to unpack .../320-libadios2-mpi-plugins_2.12.1+dfsg1-2+b2_arm64.deb ...
Unpacking libadios2-mpi-plugins:arm64 (2.12.1+dfsg1-2+b2) ...
Selecting previously unselected package libadios2-mpi-core-2.12:arm64.
Preparing to unpack .../321-libadios2-mpi-core-2.12_2.12.1+dfsg1-2+b2_arm64.deb ...
Unpacking libadios2-mpi-core-2.12:arm64 (2.12.1+dfsg1-2+b2) ...
Selecting previously unselected package libadios2-mpi-c-2.12:arm64.
Preparing to unpack .../322-libadios2-mpi-c-2.12_2.12.1+dfsg1-2+b2_arm64.deb ...
Unpacking libadios2-mpi-c-2.12:arm64 (2.12.1+dfsg1-2+b2) ...
Selecting previously unselected package libadios2-mpi-auxiliary-2.12:arm64.
Preparing to unpack .../323-libadios2-mpi-auxiliary-2.12_2.12.1+dfsg1-2+b2_arm64.deb ...
Unpacking libadios2-mpi-auxiliary-2.12:arm64 (2.12.1+dfsg1-2+b2) ...
Selecting previously unselected package libadios2-mpi-c++-2.12:arm64.
Preparing to unpack .../324-libadios2-mpi-c++-2.12_2.12.1+dfsg1-2+b2_arm64.deb ...
Unpacking libadios2-mpi-c++-2.12:arm64 (2.12.1+dfsg1-2+b2) ...
Selecting previously unselected package libaec0:arm64.
Preparing to unpack .../325-libaec0_1.1.7-1_arm64.deb ...
Unpacking libaec0:arm64 (1.1.7-1) ...
Selecting previously unselected package libaec-dev:arm64.
Preparing to unpack .../326-libaec-dev_1.1.7-1_arm64.deb ...
Unpacking libaec-dev:arm64 (1.1.7-1) ...
Selecting previously unselected package libaom3:arm64.
Preparing to unpack .../327-libaom3_3.14.1-1_arm64.deb ...
Unpacking libaom3:arm64 (3.14.1-1) ...
Selecting previously unselected package libaom-dev:arm64.
Preparing to unpack .../328-libaom-dev_3.14.1-1_arm64.deb ...
Unpacking libaom-dev:arm64 (3.14.1-1) ...
Selecting previously unselected package libbz2-dev:arm64.
Preparing to unpack .../329-libbz2-dev_1.0.8-6+b2_arm64.deb ...
Unpacking libbz2-dev:arm64 (1.0.8-6+b2) ...
Selecting previously unselected package libext2fs-dev:arm64.
Preparing to unpack .../330-libext2fs-dev_1.47.4-1_arm64.deb ...
Unpacking libext2fs-dev:arm64 (1.47.4-1) ...
Selecting previously unselected package libxxhash-dev:arm64.
Preparing to unpack .../331-libxxhash-dev_0.8.3-2+b2_arm64.deb ...
Unpacking libxxhash-dev:arm64 (0.8.3-2+b2) ...
Selecting previously unselected package liblz4-dev:arm64.
Preparing to unpack .../332-liblz4-dev_1.10.0-10_arm64.deb ...
Unpacking liblz4-dev:arm64 (1.10.0-10) ...
Selecting previously unselected package liblzma-dev:arm64.
Preparing to unpack .../333-liblzma-dev_5.8.3-1_arm64.deb ...
Unpacking liblzma-dev:arm64 (5.8.3-1) ...
Selecting previously unselected package zlib1g-dev:arm64.
Preparing to unpack .../334-zlib1g-dev_1%3a1.3.dfsg+really1.3.2-3_arm64.deb ...
Unpacking zlib1g-dev:arm64 (1:1.3.dfsg+really1.3.2-3) ...
Selecting previously unselected package libxml2-dev:arm64.
Preparing to unpack .../335-libxml2-dev_2.15.3+dfsg-1_arm64.deb ...
Unpacking libxml2-dev:arm64 (2.15.3+dfsg-1) ...
Selecting previously unselected package libzstd-dev:arm64.
Preparing to unpack .../336-libzstd-dev_1.5.7+dfsg-4_arm64.deb ...
Unpacking libzstd-dev:arm64 (1.5.7+dfsg-4) ...
Selecting previously unselected package libgmpxx4ldbl:arm64.
Preparing to unpack .../337-libgmpxx4ldbl_2%3a6.3.0+dfsg-5+b2_arm64.deb ...
Unpacking libgmpxx4ldbl:arm64 (2:6.3.0+dfsg-5+b2) ...
Selecting previously unselected package libgmp-dev:arm64.
Preparing to unpack .../338-libgmp-dev_2%3a6.3.0+dfsg-5+b2_arm64.deb ...
Unpacking libgmp-dev:arm64 (2:6.3.0+dfsg-5+b2) ...
Selecting previously unselected package nettle-dev:arm64.
Preparing to unpack .../339-nettle-dev_3.10.2-1+b1_arm64.deb ...
Unpacking nettle-dev:arm64 (3.10.2-1+b1) ...
Selecting previously unselected package libarchive-dev:arm64.
Preparing to unpack .../340-libarchive-dev_3.8.9-1_arm64.deb ...
Unpacking libarchive-dev:arm64 (3.8.9-1) ...
Selecting previously unselected package libarpack2t64:arm64.
Preparing to unpack .../341-libarpack2t64_3.9.1-6+b2_arm64.deb ...
Unpacking libarpack2t64:arm64 (3.9.1-6+b2) ...
Selecting previously unselected package libsuperlu7:arm64.
Preparing to unpack .../342-libsuperlu7_7.0.1+dfsg1-2+b2_arm64.deb ...
Unpacking libsuperlu7:arm64 (7.0.1+dfsg1-2+b2) ...
Selecting previously unselected package libarmadillo15.
Preparing to unpack .../343-libarmadillo15_1%3a15.2.1+dfsg-2_arm64.deb ...
Unpacking libarmadillo15 (1:15.2.1+dfsg-2) ...
Selecting previously unselected package libblas-dev:arm64.
Preparing to unpack .../344-libblas-dev_3.12.1-8_arm64.deb ...
Unpacking libblas-dev:arm64 (3.12.1-8) ...
Selecting previously unselected package liblapack-dev:arm64.
Preparing to unpack .../345-liblapack-dev_3.12.1-8_arm64.deb ...
Unpacking liblapack-dev:arm64 (3.12.1-8) ...
Selecting previously unselected package libarpack2-dev:arm64.
Preparing to unpack .../346-libarpack2-dev_3.9.1-6+b2_arm64.deb ...
Unpacking libarpack2-dev:arm64 (3.9.1-6+b2) ...
Selecting previously unselected package libhdf5-fortran-320:arm64.
Preparing to unpack .../347-libhdf5-fortran-320_2.1.0+repack-1_arm64.deb ...
Unpacking libhdf5-fortran-320:arm64 (2.1.0+repack-1) ...
Selecting previously unselected package libhdf5-hl-320:arm64.
Preparing to unpack .../348-libhdf5-hl-320_2.1.0+repack-1_arm64.deb ...
Unpacking libhdf5-hl-320:arm64 (2.1.0+repack-1) ...
Selecting previously unselected package libhdf5-hl-fortran-320:arm64.
Preparing to unpack .../349-libhdf5-hl-fortran-320_2.1.0+repack-1_arm64.deb ...
Unpacking libhdf5-hl-fortran-320:arm64 (2.1.0+repack-1) ...
Selecting previously unselected package libhdf5-cpp-320:arm64.
Preparing to unpack .../350-libhdf5-cpp-320_2.1.0+repack-1_arm64.deb ...
Unpacking libhdf5-cpp-320:arm64 (2.1.0+repack-1) ...
Selecting previously unselected package libhdf5-hl-cpp-320:arm64.
Preparing to unpack .../351-libhdf5-hl-cpp-320_2.1.0+repack-1_arm64.deb ...
Unpacking libhdf5-hl-cpp-320:arm64 (2.1.0+repack-1) ...
Selecting previously unselected package libjpeg62-turbo-dev:arm64.
Preparing to unpack .../352-libjpeg62-turbo-dev_1%3a3.1.3-4_arm64.deb ...
Unpacking libjpeg62-turbo-dev:arm64 (1:3.1.3-4) ...
Selecting previously unselected package libjpeg-dev:arm64.
Preparing to unpack .../353-libjpeg-dev_1%3a3.1.3-4_arm64.deb ...
Unpacking libjpeg-dev:arm64 (1:3.1.3-4) ...
Selecting previously unselected package libbrotli-dev:arm64.
Preparing to unpack .../354-libbrotli-dev_1.2.0-3_arm64.deb ...
Unpacking libbrotli-dev:arm64 (1.2.0-3) ...
Selecting previously unselected package libidn2-dev:arm64.
Preparing to unpack .../355-libidn2-dev_2.3.8-5_arm64.deb ...
Unpacking libidn2-dev:arm64 (2.3.8-5) ...
Selecting previously unselected package libkrb5-dev:arm64.
Preparing to unpack .../356-libkrb5-dev_1.22.1-3_arm64.deb ...
Unpacking libkrb5-dev:arm64 (1.22.1-3) ...
Selecting previously unselected package libldap-dev:arm64.
Preparing to unpack .../357-libldap-dev_2.6.13+dfsg-1+b1_arm64.deb ...
Unpacking libldap-dev:arm64 (2.6.13+dfsg-1+b1) ...
Selecting previously unselected package libpkgconf7:arm64.
Preparing to unpack .../358-libpkgconf7_2.5.1-4_arm64.deb ...
Unpacking libpkgconf7:arm64 (2.5.1-4) ...
Selecting previously unselected package pkgconf-bin.
Preparing to unpack .../359-pkgconf-bin_2.5.1-4_arm64.deb ...
Unpacking pkgconf-bin (2.5.1-4) ...
Selecting previously unselected package pkgconf:arm64.
Preparing to unpack .../360-pkgconf_2.5.1-4_arm64.deb ...
Unpacking pkgconf:arm64 (2.5.1-4) ...
Selecting previously unselected package libnghttp2-dev:arm64.
Preparing to unpack .../361-libnghttp2-dev_1.70.0-1_arm64.deb ...
Unpacking libnghttp2-dev:arm64 (1.70.0-1) ...
Selecting previously unselected package libnghttp3-dev:arm64.
Preparing to unpack .../362-libnghttp3-dev_1.17.0-1_arm64.deb ...
Unpacking libnghttp3-dev:arm64 (1.17.0-1) ...
Selecting previously unselected package libngtcp2-crypto-ossl-dev:arm64.
Preparing to unpack .../363-libngtcp2-crypto-ossl-dev_1.24.0-1_arm64.deb ...
Unpacking libngtcp2-crypto-ossl-dev:arm64 (1.24.0-1) ...
Selecting previously unselected package libngtcp2-dev:arm64.
Preparing to unpack .../364-libngtcp2-dev_1.24.0-1_arm64.deb ...
Unpacking libngtcp2-dev:arm64 (1.24.0-1) ...
Selecting previously unselected package libunistring-dev:arm64.
Preparing to unpack .../365-libunistring-dev_1.4.2-1_arm64.deb ...
Unpacking libunistring-dev:arm64 (1.4.2-1) ...
Selecting previously unselected package libpsl-dev:arm64.
Preparing to unpack .../366-libpsl-dev_0.23.1-1_arm64.deb ...
Unpacking libpsl-dev:arm64 (0.23.1-1) ...
Selecting previously unselected package librtmp1:arm64.
Preparing to unpack .../367-librtmp1_2.6-1_arm64.deb ...
Unpacking librtmp1:arm64 (2.6-1) ...
Selecting previously unselected package libevent-2.1-7t64:arm64.
Preparing to unpack .../368-libevent-2.1-7t64_2.1.13-stable-1_arm64.deb ...
Unpacking libevent-2.1-7t64:arm64 (2.1.13-stable-1) ...
Selecting previously unselected package libunbound8:arm64.
Preparing to unpack .../369-libunbound8_1.26.0-1_arm64.deb ...
Unpacking libunbound8:arm64 (1.26.0-1) ...
Selecting previously unselected package libgnutls-dane0t64:arm64.
Preparing to unpack .../370-libgnutls-dane0t64_3.8.13-1_arm64.deb ...
Unpacking libgnutls-dane0t64:arm64 (3.8.13-1) ...
Selecting previously unselected package libp11-kit-dev:arm64.
Preparing to unpack .../371-libp11-kit-dev_0.26.4-1_arm64.deb ...
Unpacking libp11-kit-dev:arm64 (0.26.4-1) ...
Selecting previously unselected package libtasn1-6-dev:arm64.
Preparing to unpack .../372-libtasn1-6-dev_4.21.0-2+b1_arm64.deb ...
Unpacking libtasn1-6-dev:arm64 (4.21.0-2+b1) ...
Selecting previously unselected package libgnutls28-dev:arm64.
Preparing to unpack .../373-libgnutls28-dev_3.8.13-1_arm64.deb ...
Unpacking libgnutls28-dev:arm64 (3.8.13-1) ...
Selecting previously unselected package librtmp-dev:arm64.
Preparing to unpack .../374-librtmp-dev_2.6-1_arm64.deb ...
Unpacking librtmp-dev:arm64 (2.6-1) ...
Selecting previously unselected package libssl-dev:arm64.
Preparing to unpack .../375-libssl-dev_3.6.3-1_arm64.deb ...
Unpacking libssl-dev:arm64 (3.6.3-1) ...
Selecting previously unselected package libssh2-1-dev:arm64.
Preparing to unpack .../376-libssh2-1-dev_1.11.1-5_arm64.deb ...
Unpacking libssh2-1-dev:arm64 (1.11.1-5) ...
Selecting previously unselected package libcurl4-openssl-dev:arm64.
Preparing to unpack .../377-libcurl4-openssl-dev_8.21.0-2_arm64.deb ...
Unpacking libcurl4-openssl-dev:arm64 (8.21.0-2) ...
Selecting previously unselected package libhdf5-dev.
Preparing to unpack .../378-libhdf5-dev_2.1.0+repack-1_arm64.deb ...
Unpacking libhdf5-dev (2.1.0+repack-1) ...
Selecting previously unselected package libsuperlu-dev:arm64.
Preparing to unpack .../379-libsuperlu-dev_7.0.1+dfsg1-2+b2_arm64.deb ...
Unpacking libsuperlu-dev:arm64 (7.0.1+dfsg1-2+b2) ...
Selecting previously unselected package libarmadillo-dev.
Preparing to unpack .../380-libarmadillo-dev_1%3a15.2.1+dfsg-2_arm64.deb ...
Unpacking libarmadillo-dev (1:15.2.1+dfsg-2) ...
Selecting previously unselected package libgpg-error-dev:arm64.
Preparing to unpack .../381-libgpg-error-dev_1.61-3_arm64.deb ...
Unpacking libgpg-error-dev:arm64 (1.61-3) ...
Selecting previously unselected package libassuan-dev.
Preparing to unpack .../382-libassuan-dev_3.0.2-2+b2_arm64.deb ...
Unpacking libassuan-dev (3.0.2-2+b2) ...
Selecting previously unselected package libva2:arm64.
Preparing to unpack .../383-libva2_2.24.1-2_arm64.deb ...
Unpacking libva2:arm64 (2.24.1-2) ...
Selecting previously unselected package libva-drm2:arm64.
Preparing to unpack .../384-libva-drm2_2.24.1-2_arm64.deb ...
Unpacking libva-drm2:arm64 (2.24.1-2) ...
Selecting previously unselected package libva-x11-2:arm64.
Preparing to unpack .../385-libva-x11-2_2.24.1-2_arm64.deb ...
Unpacking libva-x11-2:arm64 (2.24.1-2) ...
Selecting previously unselected package libvdpau1:arm64.
Preparing to unpack .../386-libvdpau1_1.5-4+b1_arm64.deb ...
Unpacking libvdpau1:arm64 (1.5-4+b1) ...
Selecting previously unselected package libavutil61:arm64.
Preparing to unpack .../387-libavutil61_9.0-1_arm64.deb ...
Unpacking libavutil61:arm64 (7:9.0-1) ...
Selecting previously unselected package libcodec2-1.2:arm64.
Preparing to unpack .../388-libcodec2-1.2_1.2.0-5_arm64.deb ...
Unpacking libcodec2-1.2:arm64 (1.2.0-5) ...
Selecting previously unselected package libgsm1:arm64.
Preparing to unpack .../389-libgsm1_1.0.24-1_arm64.deb ...
Unpacking libgsm1:arm64 (1.0.24-1) ...
Selecting previously unselected package libmpg123-0t64:arm64.
Preparing to unpack .../390-libmpg123-0t64_1.33.7-1_arm64.deb ...
Unpacking libmpg123-0t64:arm64 (1.33.7-1) ...
Selecting previously unselected package libmp3lame0:arm64.
Preparing to unpack .../391-libmp3lame0_4.0-1_arm64.deb ...
Unpacking libmp3lame0:arm64 (4.0-1) ...
Selecting previously unselected package libopenjp2-7:arm64.
Preparing to unpack .../392-libopenjp2-7_2.5.4-1.1_arm64.deb ...
Unpacking libopenjp2-7:arm64 (2.5.4-1.1) ...
Selecting previously unselected package libopus0:arm64.
Preparing to unpack .../393-libopus0_1.6.1-1+b1_arm64.deb ...
Unpacking libopus0:arm64 (1.6.1-1+b1) ...
Selecting previously unselected package librav1e0.8:arm64.
Preparing to unpack .../394-librav1e0.8_0.8.1-11_arm64.deb ...
Unpacking librav1e0.8:arm64 (0.8.1-11) ...
Selecting previously unselected package libshine3:arm64.
Preparing to unpack .../395-libshine3_3.1.1-4_arm64.deb ...
Unpacking libshine3:arm64 (3.1.1-4) ...
Selecting previously unselected package libsnappy1v5:arm64.
Preparing to unpack .../396-libsnappy1v5_1.2.2-2+b2_arm64.deb ...
Unpacking libsnappy1v5:arm64 (1.2.2-2+b2) ...
Selecting previously unselected package libspeex1:arm64.
Preparing to unpack .../397-libspeex1_1.2.1-3+b2_arm64.deb ...
Unpacking libspeex1:arm64 (1.2.1-3+b2) ...
Selecting previously unselected package libsvtav1enc4:arm64.
Preparing to unpack .../398-libsvtav1enc4_4.1.0+dfsg-1_arm64.deb ...
Unpacking libsvtav1enc4:arm64 (4.1.0+dfsg-1) ...
Selecting previously unselected package libsoxr0:arm64.
Preparing to unpack .../399-libsoxr0_0.1.3-4.1+b1_arm64.deb ...
Unpacking libsoxr0:arm64 (0.1.3-4.1+b1) ...
Selecting previously unselected package libswresample7:arm64.
Preparing to unpack .../400-libswresample7_9.0-1_arm64.deb ...
Unpacking libswresample7:arm64 (7:9.0-1) ...
Selecting previously unselected package libtheoradec2:arm64.
Preparing to unpack .../401-libtheoradec2_1.2.0+dfsg-6+b2_arm64.deb ...
Unpacking libtheoradec2:arm64 (1.2.0+dfsg-6+b2) ...
Selecting previously unselected package libogg0:arm64.
Preparing to unpack .../402-libogg0_1.3.6-2+b1_arm64.deb ...
Unpacking libogg0:arm64 (1.3.6-2+b1) ...
Selecting previously unselected package libtheoraenc2:arm64.
Preparing to unpack .../403-libtheoraenc2_1.2.0+dfsg-6+b2_arm64.deb ...
Unpacking libtheoraenc2:arm64 (1.2.0+dfsg-6+b2) ...
Selecting previously unselected package libtwolame0:arm64.
Preparing to unpack .../404-libtwolame0_0.4.0-3_arm64.deb ...
Unpacking libtwolame0:arm64 (0.4.0-3) ...
Selecting previously unselected package libvorbis0a:arm64.
Preparing to unpack .../405-libvorbis0a_1.3.7-3+b2_arm64.deb ...
Unpacking libvorbis0a:arm64 (1.3.7-3+b2) ...
Selecting previously unselected package libvorbisenc2:arm64.
Preparing to unpack .../406-libvorbisenc2_1.3.7-3+b2_arm64.deb ...
Unpacking libvorbisenc2:arm64 (1.3.7-3+b2) ...
Selecting previously unselected package libvpx12:arm64.
Preparing to unpack .../407-libvpx12_1.16.0-3_arm64.deb ...
Unpacking libvpx12:arm64 (1.16.0-3) ...
Selecting previously unselected package libwebp7:arm64.
Preparing to unpack .../408-libwebp7_1.5.0-0.1+b2_arm64.deb ...
Unpacking libwebp7:arm64 (1.5.0-0.1+b2) ...
Selecting previously unselected package libwebpmux3:arm64.
Preparing to unpack .../409-libwebpmux3_1.5.0-0.1+b2_arm64.deb ...
Unpacking libwebpmux3:arm64 (1.5.0-0.1+b2) ...
Selecting previously unselected package libx264-165:arm64.
Preparing to unpack .../410-libx264-165_2%3a0.165.3223+git20250910.0480cb0-1_arm64.deb ...
Unpacking libx264-165:arm64 (2:0.165.3223+git20250910.0480cb0-1) ...
Selecting previously unselected package libx265-216:arm64.
Preparing to unpack .../411-libx265-216_4.2-3_arm64.deb ...
Unpacking libx265-216:arm64 (4.2-3) ...
Selecting previously unselected package libxvidcore4:arm64.
Preparing to unpack .../412-libxvidcore4_2%3a1.3.7-3+b2_arm64.deb ...
Unpacking libxvidcore4:arm64 (2:1.3.7-3+b2) ...
Selecting previously unselected package libzvbi-common.
Preparing to unpack .../413-libzvbi-common_0.2.44-2_all.deb ...
Unpacking libzvbi-common (0.2.44-2) ...
Selecting previously unselected package libzvbi0t64:arm64.
Preparing to unpack .../414-libzvbi0t64_0.2.44-2_arm64.deb ...
Unpacking libzvbi0t64:arm64 (0.2.44-2) ...
Selecting previously unselected package libavcodec63:arm64.
Preparing to unpack .../415-libavcodec63_9.0-1_arm64.deb ...
Unpacking libavcodec63:arm64 (7:9.0-1) ...
Selecting previously unselected package libavutil-dev:arm64.
Preparing to unpack .../416-libavutil-dev_9.0-1_arm64.deb ...
Unpacking libavutil-dev:arm64 (7:9.0-1) ...
Selecting previously unselected package libswresample-dev:arm64.
Preparing to unpack .../417-libswresample-dev_9.0-1_arm64.deb ...
Unpacking libswresample-dev:arm64 (7:9.0-1) ...
Selecting previously unselected package libavcodec-dev:arm64.
Preparing to unpack .../418-libavcodec-dev_9.0-1_arm64.deb ...
Unpacking libavcodec-dev:arm64 (7:9.0-1) ...
Selecting previously unselected package libavutil60:arm64.
Preparing to unpack .../419-libavutil60_7%3a8.1.2-2+b3_arm64.deb ...
Unpacking libavutil60:arm64 (7:8.1.2-2+b3) ...
Selecting previously unselected package libswresample6:arm64.
Preparing to unpack .../420-libswresample6_7%3a8.1.2-2+b3_arm64.deb ...
Unpacking libswresample6:arm64 (7:8.1.2-2+b3) ...
Selecting previously unselected package libavcodec62:arm64.
Preparing to unpack .../421-libavcodec62_7%3a8.1.2-2+b3_arm64.deb ...
Unpacking libavcodec62:arm64 (7:8.1.2-2+b3) ...
Selecting previously unselected package libudfread3:arm64.
Preparing to unpack .../422-libudfread3_1.2.0-3_arm64.deb ...
Unpacking libudfread3:arm64 (1.2.0-3) ...
Selecting previously unselected package libbluray4:arm64.
Preparing to unpack .../423-libbluray4_1%3a1.5.0-3_arm64.deb ...
Unpacking libbluray4:arm64 (1:1.5.0-3) ...
Selecting previously unselected package libchromaprint1:arm64.
Preparing to unpack .../424-libchromaprint1_1.6.1-1_arm64.deb ...
Unpacking libchromaprint1:arm64 (1.6.1-1) ...
Selecting previously unselected package libdvdread8t64:arm64.
Preparing to unpack .../425-libdvdread8t64_7.1.1-1_arm64.deb ...
Unpacking libdvdread8t64:arm64 (7.1.1-1) ...
Selecting previously unselected package libdvdnav4:arm64.
Preparing to unpack .../426-libdvdnav4_7.0.0-2+b1_arm64.deb ...
Unpacking libdvdnav4:arm64 (7.0.0-2+b1) ...
Selecting previously unselected package libgme0:arm64.
Preparing to unpack .../427-libgme0_0.6.4-1+b1_arm64.deb ...
Unpacking libgme0:arm64 (0.6.4-1+b1) ...
Selecting previously unselected package libvorbisfile3:arm64.
Preparing to unpack .../428-libvorbisfile3_1.3.7-3+b2_arm64.deb ...
Unpacking libvorbisfile3:arm64 (1.3.7-3+b2) ...
Selecting previously unselected package libopenmpt0t64:arm64.
Preparing to unpack .../429-libopenmpt0t64_0.8.7-1_arm64.deb ...
Unpacking libopenmpt0t64:arm64 (0.8.7-1) ...
Selecting previously unselected package librabbitmq4:arm64.
Preparing to unpack .../430-librabbitmq4_0.17.0-1_arm64.deb ...
Unpacking librabbitmq4:arm64 (0.17.0-1) ...
Selecting previously unselected package libcjson1:arm64.
Preparing to unpack .../431-libcjson1_1.7.19-2+b1_arm64.deb ...
Unpacking libcjson1:arm64 (1.7.19-2+b1) ...
Selecting previously unselected package librist4:arm64.
Preparing to unpack .../432-librist4_0.2.20+dfsg-1_arm64.deb ...
Unpacking librist4:arm64 (0.2.20+dfsg-1) ...
Selecting previously unselected package libsrt1.5-gnutls:arm64.
Preparing to unpack .../433-libsrt1.5-gnutls_1.5.6-1_arm64.deb ...
Unpacking libsrt1.5-gnutls:arm64 (1.5.6-1) ...
Selecting previously unselected package libssh-4:arm64.
Preparing to unpack .../434-libssh-4_0.12.2-1_arm64.deb ...
Unpacking libssh-4:arm64 (0.12.2-1) ...
Selecting previously unselected package libavformat63:arm64.
Preparing to unpack .../435-libavformat63_9.0-1_arm64.deb ...
Unpacking libavformat63:arm64 (7:9.0-1) ...
Selecting previously unselected package libavformat-dev:arm64.
Preparing to unpack .../436-libavformat-dev_9.0-1_arm64.deb ...
Unpacking libavformat-dev:arm64 (7:9.0-1) ...
Selecting previously unselected package libavformat62:arm64.
Preparing to unpack .../437-libavformat62_7%3a8.1.2-2+b3_arm64.deb ...
Unpacking libavformat62:arm64 (7:8.1.2-2+b3) ...
Selecting previously unselected package libdav1d-dev:arm64.
Preparing to unpack .../438-libdav1d-dev_1.5.4-1_arm64.deb ...
Unpacking libdav1d-dev:arm64 (1.5.4-1) ...
Selecting previously unselected package librav1e-dev:arm64.
Preparing to unpack .../439-librav1e-dev_0.8.1-11_arm64.deb ...
Unpacking librav1e-dev:arm64 (0.8.1-11) ...
Selecting previously unselected package libsvtav1enc-dev:arm64.
Preparing to unpack .../440-libsvtav1enc-dev_4.1.0+dfsg-1_arm64.deb ...
Unpacking libsvtav1enc-dev:arm64 (4.1.0+dfsg-1) ...
Selecting previously unselected package libyuv0:arm64.
Preparing to unpack .../441-libyuv0_0.0.1949.20260706-1_arm64.deb ...
Unpacking libyuv0:arm64 (0.0.1949.20260706-1) ...
Selecting previously unselected package libyuv-dev:arm64.
Preparing to unpack .../442-libyuv-dev_0.0.1949.20260706-1_arm64.deb ...
Unpacking libyuv-dev:arm64 (0.0.1949.20260706-1) ...
Selecting previously unselected package libgav1-2:arm64.
Preparing to unpack .../443-libgav1-2_0.20.0-2+b2_arm64.deb ...
Unpacking libgav1-2:arm64 (0.20.0-2+b2) ...
Selecting previously unselected package libavif16:arm64.
Preparing to unpack .../444-libavif16_1.4.2-1_arm64.deb ...
Unpacking libavif16:arm64 (1.4.2-1) ...
Selecting previously unselected package libavif-dev:arm64.
Preparing to unpack .../445-libavif-dev_1.4.2-1_arm64.deb ...
Unpacking libavif-dev:arm64 (1.4.2-1) ...
Selecting previously unselected package libb2-1:arm64.
Preparing to unpack .../446-libb2-1_0.98.1-1.1+b3_arm64.deb ...
Unpacking libb2-1:arm64 (0.98.1-1.1+b3) ...
Selecting previously unselected package uuid-dev:arm64.
Preparing to unpack .../447-uuid-dev_2.42.2-2_arm64.deb ...
Unpacking uuid-dev:arm64 (2.42.2-2) ...
Selecting previously unselected package libblkid-dev:arm64.
Preparing to unpack .../448-libblkid-dev_2.42.2-2_arm64.deb ...
Unpacking libblkid-dev:arm64 (2.42.2-2) ...
Selecting previously unselected package libblosc1:arm64.
Preparing to unpack .../449-libblosc1_1.21.5+ds-2+b2_arm64.deb ...
Unpacking libblosc1:arm64 (1.21.5+ds-2+b2) ...
Selecting previously unselected package libblosc-dev:arm64.
Preparing to unpack .../450-libblosc-dev_1.21.5+ds-2+b2_arm64.deb ...
Unpacking libblosc-dev:arm64 (1.21.5+ds-2+b2) ...
Selecting previously unselected package libstdc++-15-dev:arm64.
Preparing to unpack .../451-libstdc++-15-dev_15.3.0-2_arm64.deb ...
Unpacking libstdc++-15-dev:arm64 (15.3.0-2) ...
Selecting previously unselected package libboost1.90-dev:arm64.
Preparing to unpack .../452-libboost1.90-dev_1.90.0-6_arm64.deb ...
Unpacking libboost1.90-dev:arm64 (1.90.0-6) ...
Selecting previously unselected package libboost-dev:arm64.
Preparing to unpack .../453-libboost-dev_1.90.0.2_arm64.deb ...
Unpacking libboost-dev:arm64 (1.90.0.2) ...
Selecting previously unselected package libboost-python1.90.0.
Preparing to unpack .../454-libboost-python1.90.0_1.90.0-6_arm64.deb ...
Unpacking libboost-python1.90.0 (1.90.0-6) ...
Selecting previously unselected package libngtcp2-crypto-gnutls8:arm64.
Preparing to unpack .../455-libngtcp2-crypto-gnutls8_1.24.0-1_arm64.deb ...
Unpacking libngtcp2-crypto-gnutls8:arm64 (1.24.0-1) ...
Selecting previously unselected package libcurl4-gnutls:arm64.
Preparing to unpack .../456-libcurl4-gnutls_8.21.0-2_arm64.deb ...
Unpacking libcurl4-gnutls:arm64 (8.21.0-2) ...
Selecting previously unselected package libcurl3t64-gnutls:arm64.
Preparing to unpack .../457-libcurl3t64-gnutls_8.21.0-2_arm64.deb ...
Unpacking libcurl3t64-gnutls:arm64 (8.21.0-2) ...
Selecting previously unselected package libcfitsio10t64:arm64.
Preparing to unpack .../458-libcfitsio10t64_4.6.4-1_arm64.deb ...
Unpacking libcfitsio10t64:arm64 (4.6.4-1) ...
Selecting previously unselected package libcfitsio-dev:arm64.
Preparing to unpack .../459-libcfitsio-dev_4.6.4-1_arm64.deb ...
Unpacking libcfitsio-dev:arm64 (4.6.4-1) ...
Selecting previously unselected package libcharls2:arm64.
Preparing to unpack .../460-libcharls2_2.4.2-2+b3_arm64.deb ...
Unpacking libcharls2:arm64 (2.4.2-2+b3) ...
Selecting previously unselected package libraw1394-11:arm64.
Preparing to unpack .../461-libraw1394-11_2.1.2-2.1_arm64.deb ...
Unpacking libraw1394-11:arm64 (2.1.2-2.1) ...
Selecting previously unselected package libusb-1.0-0:arm64.
Preparing to unpack .../462-libusb-1.0-0_2%3a1.0.30-1_arm64.deb ...
Unpacking libusb-1.0-0:arm64 (2:1.0.30-1) ...
Selecting previously unselected package libdc1394-25:arm64.
Preparing to unpack .../463-libdc1394-25_2.2.6-6+b2_arm64.deb ...
Unpacking libdc1394-25:arm64 (2.2.6-6+b2) ...
Selecting previously unselected package libraw1394-dev:arm64.
Preparing to unpack .../464-libraw1394-dev_2.1.2-2.1_arm64.deb ...
Unpacking libraw1394-dev:arm64 (2.1.2-2.1) ...
Selecting previously unselected package libdc1394-dev:arm64.
Preparing to unpack .../465-libdc1394-dev_2.2.6-6+b2_arm64.deb ...
Unpacking libdc1394-dev:arm64 (2.2.6-6+b2) ...
Selecting previously unselected package libdeflate0:arm64.
Preparing to unpack .../466-libdeflate0_1.25-1_arm64.deb ...
Unpacking libdeflate0:arm64 (1.25-1) ...
Selecting previously unselected package libdeflate-dev:arm64.
Preparing to unpack .../467-libdeflate-dev_1.25-1_arm64.deb ...
Unpacking libdeflate-dev:arm64 (1.25-1) ...
Selecting previously unselected package libdouble-conversion3:arm64.
Preparing to unpack .../468-libdouble-conversion3_3.4.0-1+b1_arm64.deb ...
Unpacking libdouble-conversion3:arm64 (3.4.0-1+b1) ...
Selecting previously unselected package libdouble-conversion-dev:arm64.
Preparing to unpack .../469-libdouble-conversion-dev_3.4.0-1+b1_arm64.deb ...
Unpacking libdouble-conversion-dev:arm64 (3.4.0-1+b1) ...
Selecting previously unselected package libdrm-intel1:arm64.
Preparing to unpack .../470-libdrm-intel1_2.4.134-3_arm64.deb ...
Unpacking libdrm-intel1:arm64 (2.4.134-3) ...
Selecting previously unselected package libdrm-radeon1:arm64.
Preparing to unpack .../471-libdrm-radeon1_2.4.134-3_arm64.deb ...
Unpacking libdrm-radeon1:arm64 (2.4.134-3) ...
Selecting previously unselected package libdrm-nouveau2:arm64.
Preparing to unpack .../472-libdrm-nouveau2_2.4.134-3_arm64.deb ...
Unpacking libdrm-nouveau2:arm64 (2.4.134-3) ...
Selecting previously unselected package libdrm-freedreno1:arm64.
Preparing to unpack .../473-libdrm-freedreno1_2.4.134-3_arm64.deb ...
Unpacking libdrm-freedreno1:arm64 (2.4.134-3) ...
Selecting previously unselected package libdrm-tegra0:arm64.
Preparing to unpack .../474-libdrm-tegra0_2.4.134-3_arm64.deb ...
Unpacking libdrm-tegra0:arm64 (2.4.134-3) ...
Selecting previously unselected package libdrm-etnaviv1:arm64.
Preparing to unpack .../475-libdrm-etnaviv1_2.4.134-3_arm64.deb ...
Unpacking libdrm-etnaviv1:arm64 (2.4.134-3) ...
Selecting previously unselected package libpciaccess-dev:arm64.
Preparing to unpack .../476-libpciaccess-dev_0.19-2_arm64.deb ...
Unpacking libpciaccess-dev:arm64 (0.19-2) ...
Selecting previously unselected package libdrm-dev:arm64.
Preparing to unpack .../477-libdrm-dev_2.4.134-3_arm64.deb ...
Unpacking libdrm-dev:arm64 (2.4.134-3) ...
Selecting previously unselected package xorg-sgml-doctools.
Preparing to unpack .../478-xorg-sgml-doctools_1%3a1.12.1-1_all.deb ...
Unpacking xorg-sgml-doctools (1:1.12.1-1) ...
Selecting previously unselected package x11proto-dev.
Preparing to unpack .../479-x11proto-dev_2025.1-1_all.deb ...
Unpacking x11proto-dev (2025.1-1) ...
Selecting previously unselected package libxau-dev:arm64.
Preparing to unpack .../480-libxau-dev_1%3a1.0.11-1+b2_arm64.deb ...
Unpacking libxau-dev:arm64 (1:1.0.11-1+b2) ...
Selecting previously unselected package libxdmcp-dev:arm64.
Preparing to unpack .../481-libxdmcp-dev_1%3a1.1.5-2+b1_arm64.deb ...
Unpacking libxdmcp-dev:arm64 (1:1.1.5-2+b1) ...
Selecting previously unselected package xtrans-dev.
Preparing to unpack .../482-xtrans-dev_1.6.0-1_all.deb ...
Unpacking xtrans-dev (1.6.0-1) ...
Selecting previously unselected package libxcb1-dev:arm64.
Preparing to unpack .../483-libxcb1-dev_1.17.0-2+b2_arm64.deb ...
Unpacking libxcb1-dev:arm64 (1.17.0-2+b2) ...
Selecting previously unselected package libx11-dev:arm64.
Preparing to unpack .../484-libx11-dev_2%3a1.8.13-1_arm64.deb ...
Unpacking libx11-dev:arm64 (2:1.8.13-1) ...
Selecting previously unselected package libglx-dev:arm64.
Preparing to unpack .../485-libglx-dev_1.7.0-3+b1_arm64.deb ...
Unpacking libglx-dev:arm64 (1.7.0-3+b1) ...
Selecting previously unselected package libgl-dev:arm64.
Preparing to unpack .../486-libgl-dev_1.7.0-3+b1_arm64.deb ...
Unpacking libgl-dev:arm64 (1.7.0-3+b1) ...
Selecting previously unselected package libegl-dev:arm64.
Preparing to unpack .../487-libegl-dev_1.7.0-3+b1_arm64.deb ...
Unpacking libegl-dev:arm64 (1.7.0-3+b1) ...
Selecting previously unselected package libeigen3-dev.
Preparing to unpack .../488-libeigen3-dev_3.4.0-5_all.deb ...
Unpacking libeigen3-dev (3.4.0-5) ...
Selecting previously unselected package libevdev2:arm64.
Preparing to unpack .../489-libevdev2_1.13.6+dfsg-3_arm64.deb ...
Unpacking libevdev2:arm64 (1.13.6+dfsg-3) ...
Selecting previously unselected package libevent-extra-2.1-7t64:arm64.
Preparing to unpack .../490-libevent-extra-2.1-7t64_2.1.13-stable-1_arm64.deb ...
Unpacking libevent-extra-2.1-7t64:arm64 (2.1.13-stable-1) ...
Selecting previously unselected package libevent-openssl-2.1-7t64:arm64.
Preparing to unpack .../491-libevent-openssl-2.1-7t64_2.1.13-stable-1_arm64.deb ...
Unpacking libevent-openssl-2.1-7t64:arm64 (2.1.13-stable-1) ...
Selecting previously unselected package libevent-dev.
Preparing to unpack .../492-libevent-dev_2.1.13-stable-1_arm64.deb ...
Unpacking libevent-dev (2.1.13-stable-1) ...
Selecting previously unselected package libexif12:arm64.
Preparing to unpack .../493-libexif12_0.6.26-1_arm64.deb ...
Unpacking libexif12:arm64 (0.6.26-1) ...
Selecting previously unselected package libexif-dev:arm64.
Preparing to unpack .../494-libexif-dev_0.6.26-1_arm64.deb ...
Unpacking libexif-dev:arm64 (0.6.26-1) ...
Selecting previously unselected package libexpat1-dev:arm64.
Preparing to unpack .../495-libexpat1-dev_2.8.2-1_arm64.deb ...
Unpacking libexpat1-dev:arm64 (2.8.2-1) ...
Selecting previously unselected package libexprtk-dev.
Preparing to unpack .../496-libexprtk-dev_0.0.3-4_all.deb ...
Unpacking libexprtk-dev (0.0.3-4) ...
Selecting previously unselected package libffi-dev:arm64.
Preparing to unpack .../497-libffi-dev_3.7.1-2_arm64.deb ...
Unpacking libffi-dev:arm64 (3.7.1-2) ...
Selecting previously unselected package libpng-dev:arm64.
Preparing to unpack .../498-libpng-dev_1.6.58-1_arm64.deb ...
Unpacking libpng-dev:arm64 (1.6.58-1) ...
Selecting previously unselected package libfreetype-dev:arm64.
Preparing to unpack .../499-libfreetype-dev_2.14.3+dfsg-2_arm64.deb ...
Unpacking libfreetype-dev:arm64 (2.14.3+dfsg-2) ...
Selecting previously unselected package libfontconfig-dev:arm64.
Preparing to unpack .../500-libfontconfig-dev_2.17.1-5_arm64.deb ...
Unpacking libfontconfig-dev:arm64 (2.17.1-5) ...
Selecting previously unselected package libminizip1t64:arm64.
Preparing to unpack .../501-libminizip1t64_1%3a1.3.dfsg+really1.3.2-3_arm64.deb ...
Unpacking libminizip1t64:arm64 (1:1.3.dfsg+really1.3.2-3) ...
Selecting previously unselected package libfreexl1:arm64.
Preparing to unpack .../502-libfreexl1_2.0.0-1+b4_arm64.deb ...
Unpacking libfreexl1:arm64 (2.0.0-1+b4) ...
Selecting previously unselected package libminizip-dev:arm64.
Preparing to unpack .../503-libminizip-dev_1%3a1.3.dfsg+really1.3.2-3_arm64.deb ...
Unpacking libminizip-dev:arm64 (1:1.3.dfsg+really1.3.2-3) ...
Selecting previously unselected package libfreexl-dev:arm64.
Preparing to unpack .../504-libfreexl-dev_2.0.0-1+b4_arm64.deb ...
Unpacking libfreexl-dev:arm64 (2.0.0-1+b4) ...
Selecting previously unselected package libfyba0t64:arm64.
Preparing to unpack .../505-libfyba0t64_4.1.1-11+b2_arm64.deb ...
Unpacking libfyba0t64:arm64 (4.1.1-11+b2) ...
Selecting previously unselected package libfyba-dev:arm64.
Preparing to unpack .../506-libfyba-dev_4.1.1-11+b2_arm64.deb ...
Unpacking libfyba-dev:arm64 (4.1.1-11+b2) ...
Selecting previously unselected package libgbm-dev:arm64.
Preparing to unpack .../507-libgbm-dev_26.1.5-1_arm64.deb ...
Unpacking libgbm-dev:arm64 (26.1.5-1) ...
Selecting previously unselected package libimagequant0:arm64.
Preparing to unpack .../508-libimagequant0_4.4.1-1+b2_arm64.deb ...
Unpacking libimagequant0:arm64 (4.4.1-1+b2) ...
Selecting previously unselected package libjbig0:arm64.
Preparing to unpack .../509-libjbig0_2.1-6.1+b3_arm64.deb ...
Unpacking libjbig0:arm64 (2.1-6.1+b3) ...
Selecting previously unselected package liblerc4:arm64.
Preparing to unpack .../510-liblerc4_4.2.0+ds-1_arm64.deb ...
Unpacking liblerc4:arm64 (4.2.0+ds-1) ...
Selecting previously unselected package libtiff6:arm64.
Preparing to unpack .../511-libtiff6_4.7.2-1_arm64.deb ...
Unpacking libtiff6:arm64 (4.7.2-1) ...
Selecting previously unselected package libxpm4:arm64.
Preparing to unpack .../512-libxpm4_1%3a3.5.19-1_arm64.deb ...
Unpacking libxpm4:arm64 (1:3.5.19-1) ...
Selecting previously unselected package libgd3:arm64.
Preparing to unpack .../513-libgd3_2.3.3-14_arm64.deb ...
Unpacking libgd3:arm64 (2.3.3-14) ...
Selecting previously unselected package libgeos3.14.1:arm64.
Preparing to unpack .../514-libgeos3.14.1_3.14.1-2+b1_arm64.deb ...
Unpacking libgeos3.14.1:arm64 (3.14.1-2+b1) ...
Selecting previously unselected package libgeos-c1t64:arm64.
Preparing to unpack .../515-libgeos-c1t64_3.14.1-2+b1_arm64.deb ...
Unpacking libgeos-c1t64:arm64 (3.14.1-2+b1) ...
Selecting previously unselected package proj-data.
Preparing to unpack .../516-proj-data_9.8.1-1_all.deb ...
Unpacking proj-data (9.8.1-1) ...
Selecting previously unselected package libproj25:arm64.
Preparing to unpack .../517-libproj25_9.8.1-1_arm64.deb ...
Unpacking libproj25:arm64 (9.8.1-1) ...
Selecting previously unselected package libgeotiff5:arm64.
Preparing to unpack .../518-libgeotiff5_1.7.4-2_arm64.deb ...
Unpacking libgeotiff5:arm64 (1.7.4-2) ...
Selecting previously unselected package libhdf4-0:arm64.
Preparing to unpack .../519-libhdf4-0_4.3.1-3_arm64.deb ...
Unpacking libhdf4-0:arm64 (4.3.1-3) ...
Selecting previously unselected package libjson-c5:arm64.
Preparing to unpack .../520-libjson-c5_0.19+ds-1_arm64.deb ...
Unpacking libjson-c5:arm64 (0.19+ds-1) ...
Selecting previously unselected package liburiparser1:arm64.
Preparing to unpack .../521-liburiparser1_1.0.1+dfsg-1_arm64.deb ...
Unpacking liburiparser1:arm64 (1.0.1+dfsg-1) ...
Selecting previously unselected package libkmlbase1t64:arm64.
Preparing to unpack .../522-libkmlbase1t64_1.3.0-13+b2_arm64.deb ...
Unpacking libkmlbase1t64:arm64 (1.3.0-13+b2) ...
Selecting previously unselected package libkmldom1t64:arm64.
Preparing to unpack .../523-libkmldom1t64_1.3.0-13+b2_arm64.deb ...
Unpacking libkmldom1t64:arm64 (1.3.0-13+b2) ...
Selecting previously unselected package libkmlengine1t64:arm64.
Preparing to unpack .../524-libkmlengine1t64_1.3.0-13+b2_arm64.deb ...
Unpacking libkmlengine1t64:arm64 (1.3.0-13+b2) ...
Selecting previously unselected package mysql-common.
Preparing to unpack .../525-mysql-common_5.8+1.1.1_all.deb ...
Unpacking mysql-common (5.8+1.1.1) ...
Selecting previously unselected package mariadb-common.
Preparing to unpack .../526-mariadb-common_1%3a11.8.8-1_all.deb ...
Unpacking mariadb-common (1:11.8.8-1) ...
Selecting previously unselected package libmariadb3:arm64.
Preparing to unpack .../527-libmariadb3_1%3a11.8.8-1_arm64.deb ...
Unpacking libmariadb3:arm64 (1:11.8.8-1) ...
Selecting previously unselected package libmuparser2v5:arm64.
Preparing to unpack .../528-libmuparser2v5_2.3.4-2+b1_arm64.deb ...
Unpacking libmuparser2v5:arm64 (2.3.4-2+b1) ...
Selecting previously unselected package libnetcdf22:arm64.
Preparing to unpack .../529-libnetcdf22_1%3a4.10.1-1+b1_arm64.deb ...
Unpacking libnetcdf22:arm64 (1:4.10.1-1+b1) ...
Selecting previously unselected package libltdl7:arm64.
Preparing to unpack .../530-libltdl7_2.5.4-11_arm64.deb ...
Unpacking libltdl7:arm64 (2.5.4-11) ...
Selecting previously unselected package libodbc2:arm64.
Preparing to unpack .../531-libodbc2_2.3.14-2_arm64.deb ...
Unpacking libodbc2:arm64 (2.3.14-2) ...
Selecting previously unselected package unixodbc-common.
Preparing to unpack .../532-unixodbc-common_2.3.14-2_all.deb ...
Unpacking unixodbc-common (2.3.14-2) ...
Selecting previously unselected package libodbcinst2:arm64.
Preparing to unpack .../533-libodbcinst2_2.3.14-2_arm64.deb ...
Unpacking libodbcinst2:arm64 (2.3.14-2) ...
Selecting previously unselected package libgpgme45:arm64.
Preparing to unpack .../534-libgpgme45_2.1.2-1_arm64.deb ...
Unpacking libgpgme45:arm64 (2.1.2-1) ...
Selecting previously unselected package libgpgmepp7:arm64.
Preparing to unpack .../535-libgpgmepp7_2.1.0-2_arm64.deb ...
Unpacking libgpgmepp7:arm64 (2.1.0-2) ...
Selecting previously unselected package libpoppler156:arm64.
Preparing to unpack .../536-libpoppler156_26.01.0-5_arm64.deb ...
Unpacking libpoppler156:arm64 (26.01.0-5) ...
Selecting previously unselected package libpq5:arm64.
Preparing to unpack .../537-libpq5_18.4-1+b2_arm64.deb ...
Unpacking libpq5:arm64 (18.4-1+b2) ...
Selecting previously unselected package libqhull-r8.0:arm64.
Preparing to unpack .../538-libqhull-r8.0_2020.2-9_arm64.deb ...
Unpacking libqhull-r8.0:arm64 (2020.2-9) ...
Selecting previously unselected package librttopo1:arm64.
Preparing to unpack .../539-librttopo1_1.1.0-4+b2_arm64.deb ...
Unpacking librttopo1:arm64 (1.1.0-4+b2) ...
Selecting previously unselected package libspatialite8t64:arm64.
Preparing to unpack .../540-libspatialite8t64_5.1.0-4_arm64.deb ...
Unpacking libspatialite8t64:arm64 (5.1.0-4) ...
Selecting previously unselected package libxerces-c3.2t64:arm64.
Preparing to unpack .../541-libxerces-c3.2t64_3.2.4+debian-1.3+b4_arm64.deb ...
Unpacking libxerces-c3.2t64:arm64 (3.2.4+debian-1.3+b4) ...
Selecting previously unselected package libgdal39:arm64.
Preparing to unpack .../542-libgdal39_3.13.2+dfsg-1+b1_arm64.deb ...
Unpacking libgdal39:arm64 (3.13.2+dfsg-1+b1) ...
Selecting previously unselected package libgeos-dev.
Preparing to unpack .../543-libgeos-dev_3.14.1-2+b1_arm64.deb ...
Unpacking libgeos-dev (3.14.1-2+b1) ...
Selecting previously unselected package libsqlite3-dev:arm64.
Preparing to unpack .../544-libsqlite3-dev_3.53.4-2_arm64.deb ...
Unpacking libsqlite3-dev:arm64 (3.53.4-2) ...
Selecting previously unselected package libjbig-dev:arm64.
Preparing to unpack .../545-libjbig-dev_2.1-6.1+b3_arm64.deb ...
Unpacking libjbig-dev:arm64 (2.1-6.1+b3) ...
Selecting previously unselected package libwebpdemux2:arm64.
Preparing to unpack .../546-libwebpdemux2_1.5.0-0.1+b2_arm64.deb ...
Unpacking libwebpdemux2:arm64 (1.5.0-0.1+b2) ...
Selecting previously unselected package libwebpdecoder3:arm64.
Preparing to unpack .../547-libwebpdecoder3_1.5.0-0.1+b2_arm64.deb ...
Unpacking libwebpdecoder3:arm64 (1.5.0-0.1+b2) ...
Selecting previously unselected package libsharpyuv-dev:arm64.
Preparing to unpack .../548-libsharpyuv-dev_1.5.0-0.1+b2_arm64.deb ...
Unpacking libsharpyuv-dev:arm64 (1.5.0-0.1+b2) ...
Selecting previously unselected package libwebp-dev:arm64.
Preparing to unpack .../549-libwebp-dev_1.5.0-0.1+b2_arm64.deb ...
Unpacking libwebp-dev:arm64 (1.5.0-0.1+b2) ...
Selecting previously unselected package libtiffxx6:arm64.
Preparing to unpack .../550-libtiffxx6_4.7.2-1_arm64.deb ...
Unpacking libtiffxx6:arm64 (4.7.2-1) ...
Selecting previously unselected package liblerc-dev:arm64.
Preparing to unpack .../551-liblerc-dev_4.2.0+ds-1_arm64.deb ...
Unpacking liblerc-dev:arm64 (4.2.0+ds-1) ...
Selecting previously unselected package libtiff-dev:arm64.
Preparing to unpack .../552-libtiff-dev_4.7.2-1_arm64.deb ...
Unpacking libtiff-dev:arm64 (4.7.2-1) ...
Selecting previously unselected package libproj-dev:arm64.
Preparing to unpack .../553-libproj-dev_9.8.1-1_arm64.deb ...
Unpacking libproj-dev:arm64 (9.8.1-1) ...
Selecting previously unselected package libgeotiff-dev:arm64.
Preparing to unpack .../554-libgeotiff-dev_1.7.4-2_arm64.deb ...
Unpacking libgeotiff-dev:arm64 (1.7.4-2) ...
Selecting previously unselected package libgif-dev:arm64.
Preparing to unpack .../555-libgif-dev_6.1.3-1_arm64.deb ...
Unpacking libgif-dev:arm64 (6.1.3-1) ...
Selecting previously unselected package libhdf4-dev.
Preparing to unpack .../556-libhdf4-dev_4.3.1-3_arm64.deb ...
Unpacking libhdf4-dev (4.3.1-3) ...
Selecting previously unselected package libheif-dev:arm64.
Preparing to unpack .../557-libheif-dev_1.23.1-1_arm64.deb ...
Unpacking libheif-dev:arm64 (1.23.1-1) ...
Selecting previously unselected package libjson-c-dev:arm64.
Preparing to unpack .../558-libjson-c-dev_0.19+ds-1_arm64.deb ...
Unpacking libjson-c-dev:arm64 (0.19+ds-1) ...
Selecting previously unselected package libhwy-dev:arm64.
Preparing to unpack .../559-libhwy-dev_1.3.0-5_arm64.deb ...
Unpacking libhwy-dev:arm64 (1.3.0-5) ...
Selecting previously unselected package liblcms2-dev:arm64.
Preparing to unpack .../560-liblcms2-dev_2.19.1-1_arm64.deb ...
Unpacking liblcms2-dev:arm64 (2.19.1-1) ...
Selecting previously unselected package libjxl-dev:arm64.
Preparing to unpack .../561-libjxl-dev_0.11.2-5_arm64.deb ...
Unpacking libjxl-dev:arm64 (0.11.2-5) ...
Selecting previously unselected package libkmlconvenience1t64:arm64.
Preparing to unpack .../562-libkmlconvenience1t64_1.3.0-13+b2_arm64.deb ...
Unpacking libkmlconvenience1t64:arm64 (1.3.0-13+b2) ...
Selecting previously unselected package libkmlregionator1t64:arm64.
Preparing to unpack .../563-libkmlregionator1t64_1.3.0-13+b2_arm64.deb ...
Unpacking libkmlregionator1t64:arm64 (1.3.0-13+b2) ...
Selecting previously unselected package libkmlxsd1t64:arm64.
Preparing to unpack .../564-libkmlxsd1t64_1.3.0-13+b2_arm64.deb ...
Unpacking libkmlxsd1t64:arm64 (1.3.0-13+b2) ...
Selecting previously unselected package liburiparser-dev.
Preparing to unpack .../565-liburiparser-dev_1.0.1+dfsg-1_arm64.deb ...
Unpacking liburiparser-dev (1.0.1+dfsg-1) ...
Selecting previously unselected package libkml-dev:arm64.
Preparing to unpack .../566-libkml-dev_1.3.0-13+b2_arm64.deb ...
Unpacking libkml-dev:arm64 (1.3.0-13+b2) ...
Selecting previously unselected package libltdl-dev:arm64.
Preparing to unpack .../567-libltdl-dev_2.5.4-11_arm64.deb ...
Unpacking libltdl-dev:arm64 (2.5.4-11) ...
Selecting previously unselected package libmariadb-dev.
Preparing to unpack .../568-libmariadb-dev_1%3a11.8.8-1_arm64.deb ...
Unpacking libmariadb-dev (1:11.8.8-1) ...
Selecting previously unselected package libmariadb-dev-compat.
Preparing to unpack .../569-libmariadb-dev-compat_1%3a11.8.8-1_arm64.deb ...
Unpacking libmariadb-dev-compat (1:11.8.8-1) ...
Selecting previously unselected package libmuparser-dev:arm64.
Preparing to unpack .../570-libmuparser-dev_2.3.4-2+b1_arm64.deb ...
Unpacking libmuparser-dev:arm64 (2.3.4-2+b1) ...
Selecting previously unselected package libnetcdf-dev.
Preparing to unpack .../571-libnetcdf-dev_1%3a4.10.1-1+b1_arm64.deb ...
Unpacking libnetcdf-dev (1:4.10.1-1+b1) ...
Selecting previously unselected package libopenjp2-7-dev:arm64.
Preparing to unpack .../572-libopenjp2-7-dev_2.5.4-1.1_arm64.deb ...
Unpacking libopenjp2-7-dev:arm64 (2.5.4-1.1) ...
Selecting previously unselected package libpcre2-16-0:arm64.
Preparing to unpack .../573-libpcre2-16-0_10.46-1+b2_arm64.deb ...
Unpacking libpcre2-16-0:arm64 (10.46-1+b2) ...
Selecting previously unselected package libpcre2-32-0:arm64.
Preparing to unpack .../574-libpcre2-32-0_10.46-1+b2_arm64.deb ...
Unpacking libpcre2-32-0:arm64 (10.46-1+b2) ...
Selecting previously unselected package libpcre2-posix3:arm64.
Preparing to unpack .../575-libpcre2-posix3_10.46-1+b2_arm64.deb ...
Unpacking libpcre2-posix3:arm64 (10.46-1+b2) ...
Selecting previously unselected package libpcre2-dev:arm64.
Preparing to unpack .../576-libpcre2-dev_10.46-1+b2_arm64.deb ...
Unpacking libpcre2-dev:arm64 (10.46-1+b2) ...
Selecting previously unselected package libgpgme-dev.
Preparing to unpack .../577-libgpgme-dev_2.1.2-1_arm64.deb ...
Unpacking libgpgme-dev (2.1.2-1) ...
Selecting previously unselected package libgpgmepp-dev:arm64.
Preparing to unpack .../578-libgpgmepp-dev_2.1.0-2_arm64.deb ...
Unpacking libgpgmepp-dev:arm64 (2.1.0-2) ...
Selecting previously unselected package libnspr4-dev.
Preparing to unpack .../579-libnspr4-dev_2%3a4.39-1_arm64.deb ...
Unpacking libnspr4-dev (2:4.39-1) ...
Selecting previously unselected package libnss3-dev:arm64.
Preparing to unpack .../580-libnss3-dev_2%3a3.126-1_arm64.deb ...
Unpacking libnss3-dev:arm64 (2:3.126-1) ...
Selecting previously unselected package libpoppler-dev:arm64.
Preparing to unpack .../581-libpoppler-dev_26.01.0-5_arm64.deb ...
Unpacking libpoppler-dev:arm64 (26.01.0-5) ...
Selecting previously unselected package libpoppler-private-dev:arm64.
Preparing to unpack .../582-libpoppler-private-dev_26.01.0-5_arm64.deb ...
Unpacking libpoppler-private-dev:arm64 (26.01.0-5) ...
Selecting previously unselected package libpq-dev.
Preparing to unpack .../583-libpq-dev_18.4-1+b2_arm64.deb ...
Unpacking libpq-dev (18.4-1+b2) ...
Selecting previously unselected package libqhull8.0:arm64.
Preparing to unpack .../584-libqhull8.0_2020.2-9_arm64.deb ...
Unpacking libqhull8.0:arm64 (2020.2-9) ...
Selecting previously unselected package libqhullcpp8.0:arm64.
Preparing to unpack .../585-libqhullcpp8.0_2020.2-9_arm64.deb ...
Unpacking libqhullcpp8.0:arm64 (2020.2-9) ...
Selecting previously unselected package libqhull-dev:arm64.
Preparing to unpack .../586-libqhull-dev_2020.2-9_arm64.deb ...
Unpacking libqhull-dev:arm64 (2020.2-9) ...
Selecting previously unselected package librttopo-dev:arm64.
Preparing to unpack .../587-librttopo-dev_1.1.0-4+b2_arm64.deb ...
Unpacking librttopo-dev:arm64 (1.1.0-4+b2) ...
Selecting previously unselected package libspatialite-dev.
Preparing to unpack .../588-libspatialite-dev_5.1.0-4_arm64.deb ...
Unpacking libspatialite-dev (5.1.0-4) ...
Selecting previously unselected package libicu-dev:arm64.
Preparing to unpack .../589-libicu-dev_78.3-2_arm64.deb ...
Unpacking libicu-dev:arm64 (78.3-2) ...
Selecting previously unselected package libxerces-c-dev:arm64.
Preparing to unpack .../590-libxerces-c-dev_3.2.4+debian-1.3+b4_arm64.deb ...
Unpacking libxerces-c-dev:arm64 (3.2.4+debian-1.3+b4) ...
Selecting previously unselected package libodbccr2:arm64.
Preparing to unpack .../591-libodbccr2_2.3.14-2_arm64.deb ...
Unpacking libodbccr2:arm64 (2.3.14-2) ...
Selecting previously unselected package unixodbc-dev:arm64.
Preparing to unpack .../592-unixodbc-dev_2.3.14-2_arm64.deb ...
Unpacking unixodbc-dev:arm64 (2.3.14-2) ...
Selecting previously unselected package libgdal-dev.
Preparing to unpack .../593-libgdal-dev_3.13.2+dfsg-1+b1_arm64.deb ...
Unpacking libgdal-dev (3.13.2+dfsg-1+b1) ...
Selecting previously unselected package libsocket++1:arm64.
Preparing to unpack .../594-libsocket++1_1.12.13+git20131030.5d039ba-2_arm64.deb ...
Unpacking libsocket++1:arm64 (1.12.13+git20131030.5d039ba-2) ...
Selecting previously unselected package libgdcm3.0t64:arm64.
Preparing to unpack .../595-libgdcm3.0t64_3.0.24-13_arm64.deb ...
Unpacking libgdcm3.0t64:arm64 (3.0.24-13) ...
Selecting previously unselected package libgdcm-dev.
Preparing to unpack .../596-libgdcm-dev_3.0.24-13_arm64.deb ...
Unpacking libgdcm-dev (3.0.24-13) ...
Selecting previously unselected package libgdcm-tools.
Preparing to unpack .../597-libgdcm-tools_3.0.24-13_arm64.deb ...
Unpacking libgdcm-tools (3.0.24-13) ...
Selecting previously unselected package libgflags2.2.
Preparing to unpack .../598-libgflags2.2_2.2.2-3_arm64.deb ...
Unpacking libgflags2.2 (2.2.2-3) ...
Selecting previously unselected package libgflags-dev.
Preparing to unpack .../599-libgflags-dev_2.2.2-3_arm64.deb ...
Unpacking libgflags-dev (2.2.2-3) ...
Selecting previously unselected package libsepol-dev:arm64.
Preparing to unpack .../600-libsepol-dev_3.11-1_arm64.deb ...
Unpacking libsepol-dev:arm64 (3.11-1) ...
Selecting previously unselected package libselinux-dev:arm64.
Preparing to unpack .../601-libselinux-dev_3.11-2_arm64.deb ...
Unpacking libselinux-dev:arm64 (3.11-2) ...
Selecting previously unselected package libmount-dev:arm64.
Preparing to unpack .../602-libmount-dev_2.42.2-2_arm64.deb ...
Unpacking libmount-dev:arm64 (2.42.2-2) ...
Selecting previously unselected package libsysprof-capture-4-dev:arm64.
Preparing to unpack .../603-libsysprof-capture-4-dev_50.0-3_arm64.deb ...
Unpacking libsysprof-capture-4-dev:arm64 (50.0-3) ...
Selecting previously unselected package libgio-2.0-dev:arm64.
Preparing to unpack .../604-libgio-2.0-dev_2.88.3-2_arm64.deb ...
Unpacking libgio-2.0-dev:arm64 (2.88.3-2) ...
Selecting previously unselected package python3-packaging.
Preparing to unpack .../605-python3-packaging_26.2-2_all.deb ...
Unpacking python3-packaging (26.2-2) ...
Selecting previously unselected package libgio-2.0-dev-bin.
Preparing to unpack .../606-libgio-2.0-dev-bin_2.88.3-2_arm64.deb ...
Unpacking libgio-2.0-dev-bin (2.88.3-2) ...
Selecting previously unselected package libgl2ps1.4:arm64.
Preparing to unpack .../607-libgl2ps1.4_1.4.2+dfsg1-4+b1_arm64.deb ...
Unpacking libgl2ps1.4:arm64 (1.4.2+dfsg1-4+b1) ...
Selecting previously unselected package libgl2ps-dev:arm64.
Preparing to unpack .../608-libgl2ps-dev_1.4.2+dfsg1-4+b1_arm64.deb ...
Unpacking libgl2ps-dev:arm64 (1.4.2+dfsg1-4+b1) ...
Selecting previously unselected package libgles1:arm64.
Preparing to unpack .../609-libgles1_1.7.0-3+b1_arm64.deb ...
Unpacking libgles1:arm64 (1.7.0-3+b1) ...
Selecting previously unselected package libgles2:arm64.
Preparing to unpack .../610-libgles2_1.7.0-3+b1_arm64.deb ...
Unpacking libgles2:arm64 (1.7.0-3+b1) ...
Selecting previously unselected package libgles-dev:arm64.
Preparing to unpack .../611-libgles-dev_1.7.0-3+b1_arm64.deb ...
Unpacking libgles-dev:arm64 (1.7.0-3+b1) ...
Selecting previously unselected package libglew-common-dev:arm64.
Preparing to unpack .../612-libglew-common-dev_2.3.1+dfsg2-5_arm64.deb ...
Unpacking libglew-common-dev:arm64 (2.3.1+dfsg2-5) ...
Selecting previously unselected package libglew2.3:arm64.
Preparing to unpack .../613-libglew2.3_2.3.1+dfsg2-5_arm64.deb ...
Unpacking libglew2.3:arm64 (2.3.1+dfsg2-5) ...
Selecting previously unselected package libopengl0:arm64.
Preparing to unpack .../614-libopengl0_1.7.0-3+b1_arm64.deb ...
Unpacking libopengl0:arm64 (1.7.0-3+b1) ...
Selecting previously unselected package libglu1-mesa:arm64.
Preparing to unpack .../615-libglu1-mesa_9.0.2-1.1+b4_arm64.deb ...
Unpacking libglu1-mesa:arm64 (9.0.2-1.1+b4) ...
Selecting previously unselected package libopengl-dev:arm64.
Preparing to unpack .../616-libopengl-dev_1.7.0-3+b1_arm64.deb ...
Unpacking libopengl-dev:arm64 (1.7.0-3+b1) ...
Selecting previously unselected package libglu1-mesa-dev:arm64.
Preparing to unpack .../617-libglu1-mesa-dev_9.0.2-1.1+b4_arm64.deb ...
Unpacking libglu1-mesa-dev:arm64 (9.0.2-1.1+b4) ...
Selecting previously unselected package libglew-dev:arm64.
Preparing to unpack .../618-libglew-dev_2.3.1+dfsg2-5_arm64.deb ...
Unpacking libglew-dev:arm64 (2.3.1+dfsg2-5) ...
Selecting previously unselected package libglib2.0-data.
Preparing to unpack .../619-libglib2.0-data_2.88.3-2_all.deb ...
Unpacking libglib2.0-data (2.88.3-2) ...
Selecting previously unselected package libglib2.0-bin.
Preparing to unpack .../620-libglib2.0-bin_2.88.3-2_arm64.deb ...
Unpacking libglib2.0-bin (2.88.3-2) ...
Selecting previously unselected package libglib2.0-dev-bin.
Preparing to unpack .../621-libglib2.0-dev-bin_2.88.3-2_arm64.deb ...
Unpacking libglib2.0-dev-bin (2.88.3-2) ...
Selecting previously unselected package libglib2.0-dev:arm64.
Preparing to unpack .../622-libglib2.0-dev_2.88.3-2_arm64.deb ...
Unpacking libglib2.0-dev:arm64 (2.88.3-2) ...
Selecting previously unselected package libgoogle-glog0v6t64.
Preparing to unpack .../623-libgoogle-glog0v6t64_0.6.0-3_arm64.deb ...
Unpacking libgoogle-glog0v6t64 (0.6.0-3) ...
Selecting previously unselected package libgoogle-glog-dev.
Preparing to unpack .../624-libgoogle-glog-dev_0.6.0-3_arm64.deb ...
Unpacking libgoogle-glog-dev (0.6.0-3) ...
Selecting previously unselected package libgphoto2-port12t64:arm64.
Preparing to unpack .../625-libgphoto2-port12t64_2.5.33-1+b1_arm64.deb ...
Unpacking libgphoto2-port12t64:arm64 (2.5.33-1+b1) ...
Selecting previously unselected package libgphoto2-6t64:arm64.
Preparing to unpack .../626-libgphoto2-6t64_2.5.33-1+b1_arm64.deb ...
Unpacking libgphoto2-6t64:arm64 (2.5.33-1+b1) ...
Selecting previously unselected package libgphoto2-dev:arm64.
Preparing to unpack .../627-libgphoto2-dev_2.5.33-1+b1_arm64.deb ...
Unpacking libgphoto2-dev:arm64 (2.5.33-1+b1) ...
Selecting previously unselected package libgraphite2-dev:arm64.
Preparing to unpack .../628-libgraphite2-dev_1.3.15-2_arm64.deb ...
Unpacking libgraphite2-dev:arm64 (1.3.15-2) ...
Selecting previously unselected package libgstreamer1.0-dev:arm64.
Preparing to unpack .../629-libgstreamer1.0-dev_1.28.6-1_arm64.deb ...
Unpacking libgstreamer1.0-dev:arm64 (1.28.6-1) ...
Selecting previously unselected package liborc-0.4-dev-bin.
Preparing to unpack .../630-liborc-0.4-dev-bin_1%3a0.4.42-4_arm64.deb ...
Unpacking liborc-0.4-dev-bin (1:0.4.42-4) ...
Selecting previously unselected package liborc-0.4-dev:arm64.
Preparing to unpack .../631-liborc-0.4-dev_1%3a0.4.42-4_arm64.deb ...
Unpacking liborc-0.4-dev:arm64 (1:0.4.42-4) ...
Selecting previously unselected package libx11-xcb-dev:arm64.
Preparing to unpack .../632-libx11-xcb-dev_2%3a1.8.13-1_arm64.deb ...
Unpacking libx11-xcb-dev:arm64 (2:1.8.13-1) ...
Selecting previously unselected package libwayland-server0:arm64.
Preparing to unpack .../633-libwayland-server0_1.26.0-1_arm64.deb ...
Unpacking libwayland-server0:arm64 (1.26.0-1) ...
Selecting previously unselected package libwayland-bin.
Preparing to unpack .../634-libwayland-bin_1.26.0-1_arm64.deb ...
Unpacking libwayland-bin (1.26.0-1) ...
Selecting previously unselected package libwayland-dev:arm64.
Preparing to unpack .../635-libwayland-dev_1.26.0-1_arm64.deb ...
Unpacking libwayland-dev:arm64 (1.26.0-1) ...
Selecting previously unselected package libudev-dev:arm64.
Preparing to unpack .../636-libudev-dev_261.2-1_arm64.deb ...
Unpacking libudev-dev:arm64 (261.2-1) ...
Selecting previously unselected package libgudev-1.0-dev:arm64.
Preparing to unpack .../637-libgudev-1.0-dev_238-7+b2_arm64.deb ...
Unpacking libgudev-1.0-dev:arm64 (238-7+b2) ...
Selecting previously unselected package libgstreamer-plugins-base1.0-dev:arm64.
Preparing to unpack .../638-libgstreamer-plugins-base1.0-dev_1.28.6-1_arm64.deb ...
Unpacking libgstreamer-plugins-base1.0-dev:arm64 (1.28.6-1) ...
Selecting previously unselected package libharfbuzz-cairo0:arm64.
Preparing to unpack .../639-libharfbuzz-cairo0_12.3.2-2+b2_arm64.deb ...
Unpacking libharfbuzz-cairo0:arm64 (12.3.2-2+b2) ...
Selecting previously unselected package libharfbuzz-icu0:arm64.
Preparing to unpack .../640-libharfbuzz-icu0_12.3.2-2+b2_arm64.deb ...
Unpacking libharfbuzz-icu0:arm64 (12.3.2-2+b2) ...
Selecting previously unselected package libharfbuzz-subset0:arm64.
Preparing to unpack .../641-libharfbuzz-subset0_12.3.2-2+b2_arm64.deb ...
Unpacking libharfbuzz-subset0:arm64 (12.3.2-2+b2) ...
Selecting previously unselected package libharfbuzz-dev:arm64.
Preparing to unpack .../642-libharfbuzz-dev_12.3.2-2+b2_arm64.deb ...
Unpacking libharfbuzz-dev:arm64 (12.3.2-2+b2) ...
Selecting previously unselected package libhdf5-openmpi-320:arm64.
Preparing to unpack .../643-libhdf5-openmpi-320_2.1.0+repack-1_arm64.deb ...
Unpacking libhdf5-openmpi-320:arm64 (2.1.0+repack-1) ...
Selecting previously unselected package libhdf5-openmpi-fortran-320:arm64.
Preparing to unpack .../644-libhdf5-openmpi-fortran-320_2.1.0+repack-1_arm64.deb ...
Unpacking libhdf5-openmpi-fortran-320:arm64 (2.1.0+repack-1) ...
Selecting previously unselected package libhdf5-openmpi-hl-320:arm64.
Preparing to unpack .../645-libhdf5-openmpi-hl-320_2.1.0+repack-1_arm64.deb ...
Unpacking libhdf5-openmpi-hl-320:arm64 (2.1.0+repack-1) ...
Selecting previously unselected package libhdf5-openmpi-hl-fortran-320:arm64.
Preparing to unpack .../646-libhdf5-openmpi-hl-fortran-320_2.1.0+repack-1_arm64.deb ...
Unpacking libhdf5-openmpi-hl-fortran-320:arm64 (2.1.0+repack-1) ...
Selecting previously unselected package libhdf5-openmpi-cpp-320:arm64.
Preparing to unpack .../647-libhdf5-openmpi-cpp-320_2.1.0+repack-1_arm64.deb ...
Unpacking libhdf5-openmpi-cpp-320:arm64 (2.1.0+repack-1) ...
Selecting previously unselected package libhdf5-openmpi-hl-cpp-320:arm64.
Preparing to unpack .../648-libhdf5-openmpi-hl-cpp-320_2.1.0+repack-1_arm64.deb ...
Unpacking libhdf5-openmpi-hl-cpp-320:arm64 (2.1.0+repack-1) ...
Selecting previously unselected package openmpi-common.
Preparing to unpack .../649-openmpi-common_5.0.10-4_all.deb ...
Unpacking openmpi-common (5.0.10-4) ...
Selecting previously unselected package libnl-3-dev:arm64.
Preparing to unpack .../650-libnl-3-dev_3.12.0-2+b1_arm64.deb ...
Unpacking libnl-3-dev:arm64 (3.12.0-2+b1) ...
Selecting previously unselected package libnl-route-3-dev:arm64.
Preparing to unpack .../651-libnl-route-3-dev_3.12.0-2+b1_arm64.deb ...
Unpacking libnl-route-3-dev:arm64 (3.12.0-2+b1) ...
Selecting previously unselected package libibverbs-dev:arm64.
Preparing to unpack .../652-libibverbs-dev_63.0-2_arm64.deb ...
Unpacking libibverbs-dev:arm64 (63.0-2) ...
Selecting previously unselected package libprrte4:arm64.
Preparing to unpack .../653-libprrte4_4.1.1~rc2-6_arm64.deb ...
Unpacking libprrte4:arm64 (4.1.1~rc2-6) ...
Selecting previously unselected package libjs-jquery.
Preparing to unpack .../654-libjs-jquery_3.7.1+dfsg+~3.5.33-1_all.deb ...
Unpacking libjs-jquery (3.7.1+dfsg+~3.5.33-1) ...
Selecting previously unselected package prrte-common.
Preparing to unpack .../655-prrte-common_4.1.1~rc2-6_all.deb ...
Unpacking prrte-common (4.1.1~rc2-6) ...
Selecting previously unselected package libprrte-dev:arm64.
Preparing to unpack .../656-libprrte-dev_4.1.1~rc2-6_arm64.deb ...
Unpacking libprrte-dev:arm64 (4.1.1~rc2-6) ...
Selecting previously unselected package libnuma-dev:arm64.
Preparing to unpack .../657-libnuma-dev_2.0.19-1+b2_arm64.deb ...
Unpacking libnuma-dev:arm64 (2.0.19-1+b2) ...
Selecting previously unselected package libhwloc-dev:arm64.
Preparing to unpack .../658-libhwloc-dev_2.14.0-2_arm64.deb ...
Unpacking libhwloc-dev:arm64 (2.14.0-2) ...
Selecting previously unselected package libjs-jquery-ui.
Preparing to unpack .../659-libjs-jquery-ui_1.14.2+dfsg-1_all.deb ...
Unpacking libjs-jquery-ui (1.14.2+dfsg-1) ...
Selecting previously unselected package libprrte-bin.
Preparing to unpack .../660-libprrte-bin_4.1.1~rc2-6_arm64.deb ...
Unpacking libprrte-bin (4.1.1~rc2-6) ...
Selecting previously unselected package openmpi-bin.
Preparing to unpack .../661-openmpi-bin_5.0.10-4_arm64.deb ...
Unpacking openmpi-bin (5.0.10-4) ...
Selecting previously unselected package libopenmpi-dev.
Preparing to unpack .../662-libopenmpi-dev_5.0.10-4_arm64.deb ...
Unpacking libopenmpi-dev (5.0.10-4) ...
Selecting previously unselected package libhdf5-openmpi-dev.
Preparing to unpack .../663-libhdf5-openmpi-dev_2.1.0+repack-1_arm64.deb ...
Unpacking libhdf5-openmpi-dev (2.1.0+repack-1) ...
Selecting previously unselected package mpi-default-dev.
Preparing to unpack .../664-mpi-default-dev_1.20_arm64.deb ...
Unpacking mpi-default-dev (1.20) ...
Selecting previously unselected package libhdf5-mpi-dev.
Preparing to unpack .../665-libhdf5-mpi-dev_2.1.0+repack-1_arm64.deb ...
Unpacking libhdf5-mpi-dev (2.1.0+repack-1) ...
Selecting previously unselected package libice6:arm64.
Preparing to unpack .../666-libice6_2%3a1.1.1-1+b2_arm64.deb ...
Unpacking libice6:arm64 (2:1.1.1-1+b2) ...
Selecting previously unselected package libice-dev:arm64.
Preparing to unpack .../667-libice-dev_2%3a1.1.1-1+b2_arm64.deb ...
Unpacking libice-dev:arm64 (2:1.1.1-1+b2) ...
Selecting previously unselected package libimath-3-1-29t64:arm64.
Preparing to unpack .../668-libimath-3-1-29t64_3.1.12-1+b7_arm64.deb ...
Unpacking libimath-3-1-29t64:arm64 (3.1.12-1+b7) ...
Selecting previously unselected package libimath-dev:arm64.
Preparing to unpack .../669-libimath-dev_3.1.12-1+b7_arm64.deb ...
Unpacking libimath-dev:arm64 (3.1.12-1+b7) ...
Selecting previously unselected package libwacom-common.
Preparing to unpack .../670-libwacom-common_2.18.0-1_all.deb ...
Unpacking libwacom-common (2.18.0-1) ...
Selecting previously unselected package libwacom9:arm64.
Preparing to unpack .../671-libwacom9_2.18.0-1_arm64.deb ...
Unpacking libwacom9:arm64 (2.18.0-1) ...
Selecting previously unselected package libinput-bin.
Preparing to unpack .../672-libinput-bin_1.31.3-1_arm64.deb ...
Unpacking libinput-bin (1.31.3-1) ...
Selecting previously unselected package libmtdev1t64:arm64.
Preparing to unpack .../673-libmtdev1t64_1.1.7-1+b2_arm64.deb ...
Unpacking libmtdev1t64:arm64 (1.1.7-1+b2) ...
Selecting previously unselected package libinput10:arm64.
Preparing to unpack .../674-libinput10_1.31.3-1_arm64.deb ...
Unpacking libinput10:arm64 (1.31.3-1) ...
Selecting previously unselected package libjs-sphinxdoc.
Preparing to unpack .../675-libjs-sphinxdoc_9.1.0-6_all.deb ...
Unpacking libjs-sphinxdoc (9.1.0-6) ...
Selecting previously unselected package libjsoncpp-dev:arm64.
Preparing to unpack .../676-libjsoncpp-dev_1.9.8-2_arm64.deb ...
Unpacking libjsoncpp-dev:arm64 (1.9.8-2) ...
Selecting previously unselected package libtmglib3:arm64.
Preparing to unpack .../677-libtmglib3_3.12.1-8_arm64.deb ...
Unpacking libtmglib3:arm64 (3.12.1-8) ...
Selecting previously unselected package liblapacke:arm64.
Preparing to unpack .../678-liblapacke_3.12.1-8_arm64.deb ...
Unpacking liblapacke:arm64 (3.12.1-8) ...
Selecting previously unselected package libtmglib-dev:arm64.
Preparing to unpack .../679-libtmglib-dev_3.12.1-8_arm64.deb ...
Unpacking libtmglib-dev:arm64 (3.12.1-8) ...
Selecting previously unselected package liblapacke-dev:arm64.
Preparing to unpack .../680-liblapacke-dev_3.12.1-8_arm64.deb ...
Unpacking liblapacke-dev:arm64 (3.12.1-8) ...
Selecting previously unselected package libleptonica6:arm64.
Preparing to unpack .../681-libleptonica6_1.86.0-1+b1_arm64.deb ...
Unpacking libleptonica6:arm64 (1.86.0-1+b1) ...
Selecting previously unselected package libleptonica-dev.
Preparing to unpack .../682-libleptonica-dev_1.86.0-1+b1_arm64.deb ...
Unpacking libleptonica-dev (1.86.0-1+b1) ...
Selecting previously unselected package libmd4c0:arm64.
Preparing to unpack .../683-libmd4c0_0.5.3-1_arm64.deb ...
Unpacking libmd4c0:arm64 (0.5.3-1) ...
Selecting previously unselected package libogg-dev:arm64.
Preparing to unpack .../684-libogg-dev_1.3.6-2+b1_arm64.deb ...
Unpacking libogg-dev:arm64 (1.3.6-2+b1) ...
Selecting previously unselected package libopenjph0.28:arm64.
Preparing to unpack .../685-libopenjph0.28_0.28.1-1_arm64.deb ...
Unpacking libopenjph0.28:arm64 (0.28.1-1) ...
Selecting previously unselected package libopenexr-3-4-33:arm64.
Preparing to unpack .../686-libopenexr-3-4-33_3.4.6+ds-4+b2_arm64.deb ...
Unpacking libopenexr-3-4-33:arm64 (3.4.6+ds-4+b2) ...
Selecting previously unselected package libopenjph-dev:arm64.
Preparing to unpack .../687-libopenjph-dev_0.28.1-1_arm64.deb ...
Unpacking libopenjph-dev:arm64 (0.28.1-1) ...
Selecting previously unselected package libopenexr-dev.
Preparing to unpack .../688-libopenexr-dev_3.4.6+ds-4+b2_arm64.deb ...
Unpacking libopenexr-dev (3.4.6+ds-4+b2) ...
Selecting previously unselected package libopenjp2-tools.
Preparing to unpack .../689-libopenjp2-tools_2.5.4-1.1_arm64.deb ...
Unpacking libopenjp2-tools (2.5.4-1.1) ...
Selecting previously unselected package libopenjpip7:arm64.
Preparing to unpack .../690-libopenjpip7_2.5.4-1.1_arm64.deb ...
Unpacking libopenjpip7:arm64 (2.5.4-1.1) ...
Selecting previously unselected package libopenjpip-dec-server.
Preparing to unpack .../691-libopenjpip-dec-server_2.5.4-1.1_arm64.deb ...
Unpacking libopenjpip-dec-server (2.5.4-1.1) ...
Selecting previously unselected package libprotobuf32t64:arm64.
Preparing to unpack .../692-libprotobuf32t64_3.21.12-16_arm64.deb ...
Unpacking libprotobuf32t64:arm64 (3.21.12-16) ...
Selecting previously unselected package libprotobuf-lite32t64:arm64.
Preparing to unpack .../693-libprotobuf-lite32t64_3.21.12-16_arm64.deb ...
Unpacking libprotobuf-lite32t64:arm64 (3.21.12-16) ...
Selecting previously unselected package libprotobuf-dev:arm64.
Preparing to unpack .../694-libprotobuf-dev_3.21.12-16_arm64.deb ...
Unpacking libprotobuf-dev:arm64 (3.21.12-16) ...
Selecting previously unselected package libprotoc32t64:arm64.
Preparing to unpack .../695-libprotoc32t64_3.21.12-16_arm64.deb ...
Unpacking libprotoc32t64:arm64 (3.21.12-16) ...
Selecting previously unselected package libpython3.14:arm64.
Preparing to unpack .../696-libpython3.14_3.14.6-1_arm64.deb ...
Unpacking libpython3.14:arm64 (3.14.6-1) ...
Selecting previously unselected package libpython3.14-dev:arm64.
Preparing to unpack .../697-libpython3.14-dev_3.14.6-1_arm64.deb ...
Unpacking libpython3.14-dev:arm64 (3.14.6-1) ...
Selecting previously unselected package libpython3-dev:arm64.
Preparing to unpack .../698-libpython3-dev_3.14.6-1_arm64.deb ...
Unpacking libpython3-dev:arm64 (3.14.6-1) ...
Selecting previously unselected package libpython3.13-stdlib:arm64.
Preparing to unpack .../699-libpython3.13-stdlib_3.13.14-1_arm64.deb ...
Unpacking libpython3.13-stdlib:arm64 (3.13.14-1) ...
Selecting previously unselected package libpython3.13:arm64.
Preparing to unpack .../700-libpython3.13_3.13.14-1_arm64.deb ...
Unpacking libpython3.13:arm64 (3.13.14-1) ...
Selecting previously unselected package libpython3.13-dev:arm64.
Preparing to unpack .../701-libpython3.13-dev_3.13.14-1_arm64.deb ...
Unpacking libpython3.13-dev:arm64 (3.13.14-1) ...
Selecting previously unselected package libpython3-all-dev:arm64.
Preparing to unpack .../702-libpython3-all-dev_3.14.6-1_arm64.deb ...
Unpacking libpython3-all-dev:arm64 (3.14.6-1) ...
Selecting previously unselected package libqt5core5t64:arm64.
Preparing to unpack .../703-libqt5core5t64_5.15.19+dfsg-4_arm64.deb ...
Unpacking libqt5core5t64:arm64 (5.15.19+dfsg-4) ...
Selecting previously unselected package libqt5concurrent5t64:arm64.
Preparing to unpack .../704-libqt5concurrent5t64_5.15.19+dfsg-4_arm64.deb ...
Unpacking libqt5concurrent5t64:arm64 (5.15.19+dfsg-4) ...
Selecting previously unselected package libqt5dbus5t64:arm64.
Preparing to unpack .../705-libqt5dbus5t64_5.15.19+dfsg-4_arm64.deb ...
Unpacking libqt5dbus5t64:arm64 (5.15.19+dfsg-4) ...
Selecting previously unselected package libqt5network5t64:arm64.
Preparing to unpack .../706-libqt5network5t64_5.15.19+dfsg-4_arm64.deb ...
Unpacking libqt5network5t64:arm64 (5.15.19+dfsg-4) ...
Selecting previously unselected package libsm6:arm64.
Preparing to unpack .../707-libsm6_2%3a1.2.6-1+b2_arm64.deb ...
Unpacking libsm6:arm64 (2:1.2.6-1+b2) ...
Selecting previously unselected package libxcb-icccm4:arm64.
Preparing to unpack .../708-libxcb-icccm4_0.4.2-1+b2_arm64.deb ...
Unpacking libxcb-icccm4:arm64 (0.4.2-1+b2) ...
Selecting previously unselected package libxcb-util1:arm64.
Preparing to unpack .../709-libxcb-util1_0.4.1-1+b2_arm64.deb ...
Unpacking libxcb-util1:arm64 (0.4.1-1+b2) ...
Selecting previously unselected package libxcb-image0:arm64.
Preparing to unpack .../710-libxcb-image0_0.4.0-2+b3_arm64.deb ...
Unpacking libxcb-image0:arm64 (0.4.0-2+b3) ...
Selecting previously unselected package libxcb-keysyms1:arm64.
Preparing to unpack .../711-libxcb-keysyms1_0.4.1-1+b2_arm64.deb ...
Unpacking libxcb-keysyms1:arm64 (0.4.1-1+b2) ...
Selecting previously unselected package libxcb-render-util0:arm64.
Preparing to unpack .../712-libxcb-render-util0_0.3.10-1+b2_arm64.deb ...
Unpacking libxcb-render-util0:arm64 (0.3.10-1+b2) ...
Selecting previously unselected package libxcb-shape0:arm64.
Preparing to unpack .../713-libxcb-shape0_1.17.0-2+b2_arm64.deb ...
Unpacking libxcb-shape0:arm64 (1.17.0-2+b2) ...
Selecting previously unselected package libxcb-xinerama0:arm64.
Preparing to unpack .../714-libxcb-xinerama0_1.17.0-2+b2_arm64.deb ...
Unpacking libxcb-xinerama0:arm64 (1.17.0-2+b2) ...
Selecting previously unselected package libxcb-xinput0:arm64.
Preparing to unpack .../715-libxcb-xinput0_1.17.0-2+b2_arm64.deb ...
Unpacking libxcb-xinput0:arm64 (1.17.0-2+b2) ...
Selecting previously unselected package libxcb-xkb1:arm64.
Preparing to unpack .../716-libxcb-xkb1_1.17.0-2+b2_arm64.deb ...
Unpacking libxcb-xkb1:arm64 (1.17.0-2+b2) ...
Selecting previously unselected package libxkbcommon-x11-0:arm64.
Preparing to unpack .../717-libxkbcommon-x11-0_1.13.1-1_arm64.deb ...
Unpacking libxkbcommon-x11-0:arm64 (1.13.1-1) ...
Selecting previously unselected package libqt5gui5t64:arm64.
Preparing to unpack .../718-libqt5gui5t64_5.15.19+dfsg-4_arm64.deb ...
Unpacking libqt5gui5t64:arm64 (5.15.19+dfsg-4) ...
Selecting previously unselected package libqt5widgets5t64:arm64.
Preparing to unpack .../719-libqt5widgets5t64_5.15.19+dfsg-4_arm64.deb ...
Unpacking libqt5widgets5t64:arm64 (5.15.19+dfsg-4) ...
Selecting previously unselected package libqt5opengl5t64:arm64.
Preparing to unpack .../720-libqt5opengl5t64_5.15.19+dfsg-4_arm64.deb ...
Unpacking libqt5opengl5t64:arm64 (5.15.19+dfsg-4) ...
Selecting previously unselected package libqt5printsupport5t64:arm64.
Preparing to unpack .../721-libqt5printsupport5t64_5.15.19+dfsg-4_arm64.deb ...
Unpacking libqt5printsupport5t64:arm64 (5.15.19+dfsg-4) ...
Selecting previously unselected package libqt5sql5t64:arm64.
Preparing to unpack .../722-libqt5sql5t64_5.15.19+dfsg-4_arm64.deb ...
Unpacking libqt5sql5t64:arm64 (5.15.19+dfsg-4) ...
Selecting previously unselected package libqt5test5t64:arm64.
Preparing to unpack .../723-libqt5test5t64_5.15.19+dfsg-4_arm64.deb ...
Unpacking libqt5test5t64:arm64 (5.15.19+dfsg-4) ...
Selecting previously unselected package libqt5xml5t64:arm64.
Preparing to unpack .../724-libqt5xml5t64_5.15.19+dfsg-4_arm64.deb ...
Unpacking libqt5xml5t64:arm64 (5.15.19+dfsg-4) ...
Selecting previously unselected package libvulkan-dev:arm64.
Preparing to unpack .../725-libvulkan-dev_1.4.357.0-1_arm64.deb ...
Unpacking libvulkan-dev:arm64 (1.4.357.0-1) ...
Selecting previously unselected package libxext-dev:arm64.
Preparing to unpack .../726-libxext-dev_2%3a1.3.4-1+b4_arm64.deb ...
Unpacking libxext-dev:arm64 (2:1.3.4-1+b4) ...
Selecting previously unselected package qt5-qmake-bin.
Preparing to unpack .../727-qt5-qmake-bin_5.15.19+dfsg-4_arm64.deb ...
Unpacking qt5-qmake-bin (5.15.19+dfsg-4) ...
Selecting previously unselected package qtchooser.
Preparing to unpack .../728-qtchooser_66-2+b2_arm64.deb ...
Unpacking qtchooser (66-2+b2) ...
Selecting previously unselected package qt5-qmake:arm64.
Preparing to unpack .../729-qt5-qmake_5.15.19+dfsg-4_arm64.deb ...
Unpacking qt5-qmake:arm64 (5.15.19+dfsg-4) ...
Selecting previously unselected package qtbase5-dev-tools.
Preparing to unpack .../730-qtbase5-dev-tools_5.15.19+dfsg-4_arm64.deb ...
Unpacking qtbase5-dev-tools (5.15.19+dfsg-4) ...
Selecting previously unselected package qtbase5-dev:arm64.
Preparing to unpack .../731-qtbase5-dev_5.15.19+dfsg-4_arm64.deb ...
Unpacking qtbase5-dev:arm64 (5.15.19+dfsg-4) ...
Selecting previously unselected package libqt5opengl5-dev:arm64.
Preparing to unpack .../732-libqt5opengl5-dev_5.15.19+dfsg-4_arm64.deb ...
Unpacking libqt5opengl5-dev:arm64 (5.15.19+dfsg-4) ...
Selecting previously unselected package libqt6core6t64:arm64.
Preparing to unpack .../733-libqt6core6t64_6.10.2+dfsg-16_arm64.deb ...
Unpacking libqt6core6t64:arm64 (6.10.2+dfsg-16) ...
Selecting previously unselected package libqt6dbus6:arm64.
Preparing to unpack .../734-libqt6dbus6_6.10.2+dfsg-16_arm64.deb ...
Unpacking libqt6dbus6:arm64 (6.10.2+dfsg-16) ...
Selecting previously unselected package libts0t64:arm64.
Preparing to unpack .../735-libts0t64_1.22-1.1+b2_arm64.deb ...
Unpacking libts0t64:arm64 (1.22-1.1+b2) ...
Selecting previously unselected package libxcb-cursor0:arm64.
Preparing to unpack .../736-libxcb-cursor0_0.1.6-1_arm64.deb ...
Unpacking libxcb-cursor0:arm64 (0.1.6-1) ...
Selecting previously unselected package libqt6gui6:arm64.
Preparing to unpack .../737-libqt6gui6_6.10.2+dfsg-16_arm64.deb ...
Unpacking libqt6gui6:arm64 (6.10.2+dfsg-16) ...
Selecting previously unselected package libqt6opengl6:arm64.
Preparing to unpack .../738-libqt6opengl6_6.10.2+dfsg-16_arm64.deb ...
Unpacking libqt6opengl6:arm64 (6.10.2+dfsg-16) ...
Selecting previously unselected package libqt6widgets6:arm64.
Preparing to unpack .../739-libqt6widgets6_6.10.2+dfsg-16_arm64.deb ...
Unpacking libqt6widgets6:arm64 (6.10.2+dfsg-16) ...
Selecting previously unselected package libqt6openglwidgets6:arm64.
Preparing to unpack .../740-libqt6openglwidgets6_6.10.2+dfsg-16_arm64.deb ...
Unpacking libqt6openglwidgets6:arm64 (6.10.2+dfsg-16) ...
Selecting previously unselected package libqt6sql6:arm64.
Preparing to unpack .../741-libqt6sql6_6.10.2+dfsg-16_arm64.deb ...
Unpacking libqt6sql6:arm64 (6.10.2+dfsg-16) ...
Selecting previously unselected package libset-scalar-perl.
Preparing to unpack .../742-libset-scalar-perl_1.29-3_all.deb ...
Unpacking libset-scalar-perl (1.29-3) ...
Selecting previously unselected package libsm-dev:arm64.
Preparing to unpack .../743-libsm-dev_2%3a1.2.6-1+b2_arm64.deb ...
Unpacking libsm-dev:arm64 (2:1.2.6-1+b2) ...
Selecting previously unselected package libswscale10:arm64.
Preparing to unpack .../744-libswscale10_9.0-1_arm64.deb ...
Unpacking libswscale10:arm64 (7:9.0-1) ...
Selecting previously unselected package libswscale-dev:arm64.
Preparing to unpack .../745-libswscale-dev_9.0-1_arm64.deb ...
Unpacking libswscale-dev:arm64 (7:9.0-1) ...
Selecting previously unselected package libswscale9:arm64.
Preparing to unpack .../746-libswscale9_7%3a8.1.2-2+b3_arm64.deb ...
Unpacking libswscale9:arm64 (7:8.1.2-2+b3) ...
Selecting previously unselected package libtbbbind-2-5:arm64.
Preparing to unpack .../747-libtbbbind-2-5_2023.1.0-2_arm64.deb ...
Unpacking libtbbbind-2-5:arm64 (2023.1.0-2) ...
Selecting previously unselected package libtbbmalloc2:arm64.
Preparing to unpack .../748-libtbbmalloc2_2023.1.0-2_arm64.deb ...
Unpacking libtbbmalloc2:arm64 (2023.1.0-2) ...
Selecting previously unselected package libtbb12:arm64.
Preparing to unpack .../749-libtbb12_2023.1.0-2_arm64.deb ...
Unpacking libtbb12:arm64 (2023.1.0-2) ...
Selecting previously unselected package libtbb-dev:arm64.
Preparing to unpack .../750-libtbb-dev_2023.1.0-2_arm64.deb ...
Unpacking libtbb-dev:arm64 (2023.1.0-2) ...
Selecting previously unselected package libtesseract5:arm64.
Preparing to unpack .../751-libtesseract5_5.5.0-1.1_arm64.deb ...
Unpacking libtesseract5:arm64 (5.5.0-1.1) ...
Selecting previously unselected package libtesseract-dev:arm64.
Preparing to unpack .../752-libtesseract-dev_5.5.0-1.1_arm64.deb ...
Unpacking libtesseract-dev:arm64 (5.5.0-1.1) ...
Selecting previously unselected package libtheora1:arm64.
Preparing to unpack .../753-libtheora1_1.2.0+dfsg-6+b2_arm64.deb ...
Unpacking libtheora1:arm64 (1.2.0+dfsg-6+b2) ...
Selecting previously unselected package libtheora-dev:arm64.
Preparing to unpack .../754-libtheora-dev_1.2.0+dfsg-6+b2_arm64.deb ...
Unpacking libtheora-dev:arm64 (1.2.0+dfsg-6+b2) ...
Selecting previously unselected package libutfcpp-dev.
Preparing to unpack .../755-libutfcpp-dev_4.1.1-2_all.deb ...
Unpacking libutfcpp-dev (4.1.1-2) ...
Selecting previously unselected package libv4lconvert0t64:arm64.
Preparing to unpack .../756-libv4lconvert0t64_1.32.0-5_arm64.deb ...
Unpacking libv4lconvert0t64:arm64 (1.32.0-5) ...
Selecting previously unselected package libv4l-0t64:arm64.
Preparing to unpack .../757-libv4l-0t64_1.32.0-5_arm64.deb ...
Unpacking libv4l-0t64:arm64 (1.32.0-5) ...
Selecting previously unselected package libv4l2rds0t64:arm64.
Preparing to unpack .../758-libv4l2rds0t64_1.32.0-5_arm64.deb ...
Unpacking libv4l2rds0t64:arm64 (1.32.0-5) ...
Selecting previously unselected package libv4l-dev:arm64.
Preparing to unpack .../759-libv4l-dev_1.32.0-5_arm64.deb ...
Unpacking libv4l-dev:arm64 (1.32.0-5) ...
Selecting previously unselected package libva-glx2:arm64.
Preparing to unpack .../760-libva-glx2_2.24.1-2_arm64.deb ...
Unpacking libva-glx2:arm64 (2.24.1-2) ...
Selecting previously unselected package libva-wayland2:arm64.
Preparing to unpack .../761-libva-wayland2_2.24.1-2_arm64.deb ...
Unpacking libva-wayland2:arm64 (2.24.1-2) ...
Selecting previously unselected package libva-dev:arm64.
Preparing to unpack .../762-libva-dev_2.24.1-2_arm64.deb ...
Unpacking libva-dev:arm64 (2.24.1-2) ...
Selecting previously unselected package libvtk9.6:arm64.
Preparing to unpack .../763-libvtk9.6_9.6.2+dfsg1-4+b1_arm64.deb ...
Unpacking libvtk9.6:arm64 (9.6.2+dfsg1-4+b1) ...
Selecting previously unselected package libvtk9.6-qt:arm64.
Preparing to unpack .../764-libvtk9.6-qt_9.6.2+dfsg1-4+b1_arm64.deb ...
Unpacking libvtk9.6-qt:arm64 (9.6.2+dfsg1-4+b1) ...
Selecting previously unselected package libvtk9-java.
Preparing to unpack .../765-libvtk9-java_9.6.2+dfsg1-4+b1_arm64.deb ...
Unpacking libvtk9-java (9.6.2+dfsg1-4+b1) ...
Selecting previously unselected package libxrender-dev:arm64.
Preparing to unpack .../766-libxrender-dev_1%3a0.9.12-1+b2_arm64.deb ...
Unpacking libxrender-dev:arm64 (1:0.9.12-1+b2) ...
Selecting previously unselected package libxfixes-dev:arm64.
Preparing to unpack .../767-libxfixes-dev_1%3a6.0.0-2+b5_arm64.deb ...
Unpacking libxfixes-dev:arm64 (1:6.0.0-2+b5) ...
Selecting previously unselected package libxcursor-dev:arm64.
Preparing to unpack .../768-libxcursor-dev_1%3a1.2.3-1+b2_arm64.deb ...
Unpacking libxcursor-dev:arm64 (1:1.2.3-1+b2) ...
Selecting previously unselected package libxft2:arm64.
Preparing to unpack .../769-libxft2_2.3.6-1+b5_arm64.deb ...
Unpacking libxft2:arm64 (2.3.6-1+b5) ...
Selecting previously unselected package libxft-dev:arm64.
Preparing to unpack .../770-libxft-dev_2.3.6-1+b5_arm64.deb ...
Unpacking libxft-dev:arm64 (2.3.6-1+b5) ...
Selecting previously unselected package libxss1:arm64.
Preparing to unpack .../771-libxss1_1%3a1.2.3-1+b4_arm64.deb ...
Unpacking libxss1:arm64 (1:1.2.3-1+b4) ...
Selecting previously unselected package libxss-dev:arm64.
Preparing to unpack .../772-libxss-dev_1%3a1.2.3-1+b4_arm64.deb ...
Unpacking libxss-dev:arm64 (1:1.2.3-1+b4) ...
Selecting previously unselected package libxt6t64:arm64.
Preparing to unpack .../773-libxt6t64_1%3a1.2.1-1.3+b2_arm64.deb ...
Unpacking libxt6t64:arm64 (1:1.2.1-1.3+b2) ...
Selecting previously unselected package libxt-dev:arm64.
Preparing to unpack .../774-libxt-dev_1%3a1.2.1-1.3+b2_arm64.deb ...
Unpacking libxt-dev:arm64 (1:1.2.1-1.3+b2) ...
Selecting previously unselected package nlohmann-json3-dev.
Preparing to unpack .../775-nlohmann-json3-dev_3.12.0.really.3.12.0.really.3.11.3-3_all.deb ...
Unpacking nlohmann-json3-dev (3.12.0.really.3.12.0.really.3.11.3-3) ...
Selecting previously unselected package mpi-default-bin.
Preparing to unpack .../776-mpi-default-bin_1.20_arm64.deb ...
Unpacking mpi-default-bin (1.20) ...
Selecting previously unselected package python3-mpi4py.
Preparing to unpack .../777-python3-mpi4py_4.1.2-1_arm64.deb ...
Unpacking python3-mpi4py (4.1.2-1) ...
Selecting previously unselected package python3-vtk9.
Preparing to unpack .../778-python3-vtk9_9.6.2+dfsg1-4+b1_arm64.deb ...
Unpacking python3-vtk9 (9.6.2+dfsg1-4+b1) ...
Selecting previously unselected package vtk9.
Preparing to unpack .../779-vtk9_9.6.2+dfsg1-4+b1_arm64.deb ...
Unpacking vtk9 (9.6.2+dfsg1-4+b1) ...
Selecting previously unselected package libvtk9-dev.
Preparing to unpack .../780-libvtk9-dev_9.6.2+dfsg1-4+b1_arm64.deb ...
Unpacking libvtk9-dev (9.6.2+dfsg1-4+b1) ...
Selecting previously unselected package libvtkgdcm-9.1t64:arm64.
Preparing to unpack .../781-libvtkgdcm-9.1t64_3.0.24-13_arm64.deb ...
Unpacking libvtkgdcm-9.1t64:arm64 (3.0.24-13) ...
Selecting previously unselected package libvtkgdcm-dev.
Preparing to unpack .../782-libvtkgdcm-dev_3.0.24-13_arm64.deb ...
Unpacking libvtkgdcm-dev (3.0.24-13) ...
Selecting previously unselected package maven-repo-helper.
Preparing to unpack .../783-maven-repo-helper_1.12_all.deb ...
Unpacking maven-repo-helper (1.12) ...
Selecting previously unselected package ninja-build.
Preparing to unpack .../784-ninja-build_1.13.2-1+b1_arm64.deb ...
Unpacking ninja-build (1.13.2-1+b1) ...
Selecting previously unselected package opencl-c-headers.
Preparing to unpack .../785-opencl-c-headers_3.0~2025.07.22-2_all.deb ...
Unpacking opencl-c-headers (3.0~2025.07.22-2) ...
Selecting previously unselected package opencl-clhpp-headers.
Preparing to unpack .../786-opencl-clhpp-headers_3.0~2025.07.22-1_all.deb ...
Unpacking opencl-clhpp-headers (3.0~2025.07.22-1) ...
Selecting previously unselected package ocl-icd-opencl-dev:arm64.
Preparing to unpack .../787-ocl-icd-opencl-dev_2.3.4-1+b1_arm64.deb ...
Unpacking ocl-icd-opencl-dev:arm64 (2.3.4-1+b1) ...
Selecting previously unselected package protobuf-compiler.
Preparing to unpack .../788-protobuf-compiler_3.21.12-16_arm64.deb ...
Unpacking protobuf-compiler (3.21.12-16) ...
Selecting previously unselected package python3.13.
Preparing to unpack .../789-python3.13_3.13.14-1_arm64.deb ...
Unpacking python3.13 (3.13.14-1) ...
Selecting previously unselected package python3-all.
Preparing to unpack .../790-python3-all_3.14.6-1_arm64.deb ...
Unpacking python3-all (3.14.6-1) ...
Selecting previously unselected package python3.14-dev.
Preparing to unpack .../791-python3.14-dev_3.14.6-1_arm64.deb ...
Unpacking python3.14-dev (3.14.6-1) ...
Selecting previously unselected package python3-dev.
Preparing to unpack .../792-python3-dev_3.14.6-1_arm64.deb ...
Unpacking python3-dev (3.14.6-1) ...
Selecting previously unselected package python3.13-dev.
Preparing to unpack .../793-python3.13-dev_3.13.14-1_arm64.deb ...
Unpacking python3.13-dev (3.13.14-1) ...
Selecting previously unselected package python3-all-dev.
Preparing to unpack .../794-python3-all-dev_3.14.6-1_arm64.deb ...
Unpacking python3-all-dev (3.14.6-1) ...
Selecting previously unselected package python3-autocommand.
Preparing to unpack .../795-python3-autocommand_2.2.2-4_all.deb ...
Unpacking python3-autocommand (2.2.2-4) ...
Selecting previously unselected package python3-soupsieve.
Preparing to unpack .../796-python3-soupsieve_2.8.4-1_all.deb ...
Unpacking python3-soupsieve (2.8.4-1) ...
Selecting previously unselected package python3-typing-extensions.
Preparing to unpack .../797-python3-typing-extensions_4.16.0-4_all.deb ...
Unpacking python3-typing-extensions (4.16.0-4) ...
Selecting previously unselected package python3-bs4.
Preparing to unpack .../798-python3-bs4_4.15.0-1_all.deb ...
Unpacking python3-bs4 (4.15.0-1) ...
Selecting previously unselected package python3-imath:arm64.
Preparing to unpack .../799-python3-imath_3.1.12-1+b7_arm64.deb ...
Unpacking python3-imath:arm64 (3.1.12-1+b7) ...
Selecting previously unselected package python3-more-itertools.
Preparing to unpack .../800-python3-more-itertools_11.1.0-1_all.deb ...
Unpacking python3-more-itertools (11.1.0-1) ...
Selecting previously unselected package python3-typeguard.
Preparing to unpack .../801-python3-typeguard_4.4.4-3_all.deb ...
Unpacking python3-typeguard (4.4.4-3) ...
Selecting previously unselected package python3-inflect.
Preparing to unpack .../802-python3-inflect_7.5.0-2_all.deb ...
Unpacking python3-inflect (7.5.0-2) ...
Selecting previously unselected package python3-jaraco.context.
Preparing to unpack .../803-python3-jaraco.context_6.0.1-2_all.deb ...
Unpacking python3-jaraco.context (6.0.1-2) ...
Selecting previously unselected package python3-jaraco.functools.
Preparing to unpack .../804-python3-jaraco.functools_4.1.0-1_all.deb ...
Unpacking python3-jaraco.functools (4.1.0-1) ...
Selecting previously unselected package python3-jaraco.text.
Preparing to unpack .../805-python3-jaraco.text_4.0.0-1_all.deb ...
Unpacking python3-jaraco.text (4.0.0-1) ...
Selecting previously unselected package python3-pkg-resources.
Preparing to unpack .../806-python3-pkg-resources_78.1.1-0.1_all.deb ...
Unpacking python3-pkg-resources (78.1.1-0.1) ...
Selecting previously unselected package python3-zipp.
Preparing to unpack .../807-python3-zipp_3.23.0-1_all.deb ...
Unpacking python3-zipp (3.23.0-1) ...
Selecting previously unselected package python3-setuptools.
Preparing to unpack .../808-python3-setuptools_78.1.1-0.1_all.deb ...
Unpacking python3-setuptools (78.1.1-0.1) ...
Selecting previously unselected package sbuild-build-depends-main-dummy.
Preparing to unpack .../809-sbuild-build-depends-main-dummy_0.invalid.0_arm64.deb ...
Unpacking sbuild-build-depends-main-dummy (0.invalid.0) ...
Setting up libgme0:arm64 (0.6.4-1+b1) ...
Setting up libchromaprint1:arm64 (1.6.1-1) ...
Setting up libconfig-inifiles-perl (3.002000-1) ...
Setting up libprotobuf-lite32t64:arm64 (3.21.12-16) ...
Setting up libhwy1t64:arm64 (1.3.0-5) ...
Setting up libunistring-dev:arm64 (1.4.2-1) ...
Setting up media-types (14.0.0) ...
Setting up libb2-1:arm64 (0.98.1-1.1+b3) ...
Setting up fonts-font-awesome-legacy (6-3) ...
Setting up fastjar (2:0.98-8) ...
Setting up libgraphite2-3:arm64 (1.3.15-2) ...
Setting up liblcms2-2:arm64 (2.19.1-1) ...
Setting up libtbbmalloc2:arm64 (2023.1.0-2) ...
Setting up libpixman-1-0:arm64 (0.46.4-1+b2) ...
Setting up libdvdread8t64:arm64 (7.1.1-1) ...
Setting up libxapian30:arm64 (1.4.31-2) ...
Setting up libnorm1t64:arm64 (1.5.9+dfsg-4+b1) ...
Setting up wdiff (1.2.2-9+b1) ...
Setting up libsharpyuv0:arm64 (1.5.0-0.1+b2) ...
Setting up libaom3:arm64 (3.14.1-1) ...
Setting up mysql-common (5.8+1.1.1) ...
update-alternatives: using /etc/mysql/my.cnf.fallback to provide /etc/mysql/my.cnf (my.cnf) in auto mode
Setting up libprotobuf32t64:arm64 (3.21.12-16) ...
Setting up libfile-which-perl (1.27-2) ...
Setting up librabbitmq4:arm64 (0.17.0-1) ...
Setting up systemd-sysv (261.2-1) ...
Setting up libxau6:arm64 (1:1.0.11-1+b2) ...
Setting up libxdmcp6:arm64 (1:1.1.5-2+b1) ...
Setting up libdouble-conversion3:arm64 (3.4.0-1+b1) ...
Setting up libnpth0t64:arm64 (1.8-3+b2) ...
Setting up libraw1394-11:arm64 (2.1.2-2.1) ...
Setting up libkeyutils1:arm64 (1.6.3-6+b2) ...
Setting up libapparmor1:arm64 (4.1.7-5) ...
Setting up pci.ids (0.0~2026.07.21-1) ...
Setting up libxcb1:arm64 (1.17.0-2+b2) ...
Setting up fonts-lato (2.015-1) ...
Setting up native-architecture (0.2.6) ...
Setting up libudfread3:arm64 (1.2.0-3) ...
Setting up libxcb-xfixes0:arm64 (1.17.0-2+b2) ...
Setting up libogg0:arm64 (1.3.6-2+b1) ...
Setting up gosop (1.1.0-3+b3) ...
update-alternatives: using /usr/bin/gosop to provide /usr/bin/sopv (sopv) in auto mode
Setting up libzstd-dev:arm64 (1.5.7+dfsg-4) ...
Setting up liblerc4:arm64 (4.2.0+ds-1) ...
Setting up libspeex1:arm64 (1.2.1-3+b2) ...
Setting up proj-data (9.8.1-1) ...
Setting up libshine3:arm64 (3.1.1-4) ...
Setting up hdf5-helpers (2.1.0+repack-1) ...
Setting up hicolor-icon-theme (0.18-2) ...
Setting up libtwolame0:arm64 (0.4.0-3) ...
Setting up libattr1-dev:arm64 (1:2.6.0-1) ...
Setting up libgpg-error0:arm64 (1.61-3) ...
Setting up java-common (0.77) ...
Setting up libxcb-xinput0:arm64 (1.17.0-2+b2) ...
Setting up libdynaloader-functions-perl (0.004-2) ...
Setting up libdatrie1:arm64 (0.2.14-2) ...
Setting up libclass-method-modifiers-perl (2.15-1) ...
Setting up libyaml-cpp0.9:arm64 (0.9.0+dfsg-9) ...
Setting up libqhull8.0:arm64 (2020.2-9) ...
Setting up libgsm1:arm64 (1.0.24-1) ...
Setting up libcharls2:arm64 (2.4.2-2+b3) ...
Setting up libxcb-render0:arm64 (1.17.0-2+b2) ...
Setting up libsoxr0:arm64 (0.1.3-4.1+b1) ...
Setting up libcbor0.10:arm64 (0.10.2-2.2) ...
Setting up libclone-perl:arm64 (0.50-1+b1) ...
Setting up libx264-165:arm64 (2:0.165.3223+git20250910.0480cb0-1) ...
Setting up libyaml-0-2:arm64 (0.2.5-2+b1) ...
Setting up libglvnd0:arm64 (1.7.0-3+b1) ...
Setting up libcodec2-1.2:arm64 (1.2.0-5) ...
Setting up libhtml-tagset-perl (3.24-1) ...
Setting up libts0t64:arm64 (1.22-1.1+b2) ...
Setting up libxcb-glx0:arm64 (1.17.0-2+b2) ...
Setting up libraw1394-dev:arm64 (2.1.2-2.1) ...
Setting up libbrotli1:arm64 (1.2.0-3) ...
Setting up libedit2:arm64 (3.1-20260512-1) ...
Setting up libsqlite3-0:arm64 (3.53.4-2) ...
Setting up libpkgconf7:arm64 (2.5.1-4) ...
Setting up liblwp-mediatypes-perl (6.04-2) ...
Setting up libgdk-pixbuf2.0-common (2.44.7+dfsg-1) ...
Setting up libuv1t64:arm64 (1.52.1-4) ...
Setting up libyaml-libyaml-perl (0.910.0+ds-1+b1) ...
Setting up libxcb-keysyms1:arm64 (0.4.1-1+b2) ...
Setting up libxcb-shape0:arm64 (1.17.0-2+b2) ...
Setting up x11-common (1:7.7+26) ...
invoke-rc.d: could not determine current runlevel
All runlevel operations denied by policy
invoke-rc.d: policy-rc.d denied execution of start.
Setting up libtry-tiny-perl (0.32-1) ...
Setting up libsensors-config (1:3.6.2-2) ...
Setting up libnghttp2-14:arm64 (1.70.0-1) ...
Setting up libibumad3:arm64 (63.0-2) ...
Setting up libdeflate0:arm64 (1.25-1) ...
Setting up perl-openssl-defaults:arm64 (7+b2) ...
Setting up libwebpdecoder3:arm64 (1.5.0-0.1+b2) ...
Setting up libevent-2.1-7t64:arm64 (2.1.13-stable-1) ...
Setting up libgcrypt20:arm64 (1.12.2-1) ...
Setting up libqhull-r8.0:arm64 (2020.2-9) ...
Setting up libxcb-render-util0:arm64 (0.3.10-1+b2) ...
Setting up xkb-data (2.48-1) ...
Setting up libencode-locale-perl (1.05-3) ...
Setting up libesmtp6:arm64 (1.1.0-3.2+b2) ...
Setting up libidn2-0:arm64 (2.3.8-5) ...
Setting up libxcb-shm0:arm64 (1.17.0-2+b2) ...
Setting up libibmad5:arm64 (63.0-2) ...
Setting up libxcb-icccm4:arm64 (0.4.2-1+b2) ...
Setting up libopenjph0.28:arm64 (0.28.1-1) ...
Setting up libogg-dev:arm64 (1.3.6-2+b1) ...
Setting up libmpg123-0t64:arm64 (1.33.7-1) ...
Setting up libcjson1:arm64 (1.7.19-2+b1) ...
Setting up libxvidcore4:arm64 (2:1.3.7-3+b2) ...
Setting up libjbig0:arm64 (2.1-6.1+b3) ...
Setting up libpcre2-16-0:arm64 (10.46-1+b2) ...
Setting up libaec0:arm64 (1.1.7-1) ...
Setting up gdal-data (3.13.2+dfsg-1) ...
Setting up libcap2:arm64 (1:2.78-1) ...
Setting up libpugixml1v5:arm64 (1.16-1) ...
Setting up libopengl0:arm64 (1.7.0-3+b1) ...
Setting up ninja-build (1.13.2-1+b1) ...
Setting up libxcb-util1:arm64 (0.4.1-1+b2) ...
Setting up libtheoraenc2:arm64 (1.2.0+dfsg-6+b2) ...
Setting up libsnappy1v5:arm64 (1.2.2-2+b2) ...
Setting up liborc-0.4-0t64:arm64 (1:0.4.42-4) ...
Setting up libxcb-xkb1:arm64 (1.17.0-2+b2) ...
Setting up libxcb-image0:arm64 (0.4.0-2+b3) ...
Setting up libkrb5support0:arm64 (1.22.1-3) ...
Setting up libaom-dev:arm64 (3.14.1-1) ...
Setting up librav1e0.8:arm64 (0.8.1-11) ...
Setting up libsasl2-modules-db:arm64 (2.1.28+dfsg1-11) ...
Setting up libicu78:arm64 (78.3-2) ...
Setting up libcap2-bin (1:2.78-1) ...
Setting up libxcb-present0:arm64 (1.17.0-2+b2) ...
Setting up libsysprof-capture-4-dev:arm64 (50.0-3) ...
Setting up mariadb-common (1:11.8.8-1) ...
update-alternatives: using /etc/mysql/mariadb.cnf to provide /etc/mysql/my.cnf (my.cnf) in auto mode
Setting up libboost-python1.90.0 (1.90.0-6) ...
Setting up libpython3.13-minimal:arm64 (3.13.14-1) ...
Setting up libasound2-data (1.2.16.1-1) ...
Setting up libvpx12:arm64 (1.16.0-3) ...
Setting up patchutils (0.4.5-1) ...
Setting up libio-string-perl (1.08-4) ...
Setting up libpgm-5.3-0t64:arm64 (5.3.128~dfsg-3) ...
Setting up xtrans-dev (1.6.0-1) ...
Setting up libwayland-bin (1.26.0-1) ...
Setting up libgraphite2-dev:arm64 (1.3.15-2) ...
Setting up libz3-4:arm64 (4.13.3-1.1) ...
Setting up libpcre2-32-0:arm64 (10.46-1+b2) ...
Setting up libblas3:arm64 (3.12.1-8) ...
update-alternatives: using /usr/lib/aarch64-linux-gnu/blas/libblas.so.3 to provide /usr/lib/aarch64-linux-gnu/libblas.so.3 (libblas.so.3-aarch64-linux-gnu) in auto mode
Setting up libglib2.0-data (2.88.3-2) ...
Setting up libxcb-xinerama0:arm64 (1.17.0-2+b2) ...
Setting up libunbound8:arm64 (1.26.0-1) ...
Setting up libutfcpp-dev (4.1.1-2) ...
Setting up libgmpxx4ldbl:arm64 (2:6.3.0+dfsg-5+b2) ...
Setting up libgles2:arm64 (1.7.0-3+b1) ...
Setting up libstdc++-15-dev:arm64 (15.3.0-2) ...
Setting up libasound2t64:arm64 (1.2.16.1-1) ...
Setting up libmunge2:arm64 (0.5.18-1) ...
Setting up libexpat1-dev:arm64 (2.8.2-1) ...
Setting up libabsl20260526:arm64 (20260526.0-2) ...
Setting up libjpeg62-turbo:arm64 (1:3.1.3-4) ...
Setting up qt5-qmake-bin (5.15.19+dfsg-4) ...
Setting up libva2:arm64 (2.24.1-2) ...
Setting up libsqlite3-dev:arm64 (3.53.4-2) ...
Setting up libproc2-1:arm64 (2:4.0.6-3) ...
Setting up libzfp1t64:arm64 (1.0.1-4+b7) ...
Setting up libx11-data (2:1.8.13-1) ...
Setting up libgpg-error-dev:arm64 (1.61-3) ...
Setting up libjpeg62-turbo-dev:arm64 (1:3.1.3-4) ...
Setting up libepoxy0:arm64 (1.5.10-2+b2) ...
Setting up libnspr4:arm64 (2:4.39-1) ...
Setting up gnupg-l10n (2.4.9-7) ...
Setting up libxcb-sync1:arm64 (1.17.0-2+b2) ...
Setting up libjsoncpp26:arm64 (1.9.8-2) ...
Setting up uuid-dev:arm64 (2.42.2-2) ...
Setting up libxcb-cursor0:arm64 (0.1.6-1) ...
Setting up libavahi-common-data:arm64 (0.8-18) ...
Setting up libgles1:arm64 (1.7.0-3+b1) ...
Setting up libdbus-1-3:arm64 (1.16.2-5+b1) ...
Setting up libfribidi0:arm64 (1.0.16-5+b1) ...
Setting up libopus0:arm64 (1.6.1-1+b1) ...
Setting up libexif12:arm64 (0.6.26-1) ...
Setting up libimagequant0:arm64 (4.4.1-1+b2) ...
Setting up comerr-dev:arm64 (2.1-1.47.4-1) ...
Setting up fonts-dejavu-mono (2.37-9) ...
Setting up libssl-dev:arm64 (3.6.3-1) ...
Setting up libpng16-16t64:arm64 (1.6.58-1) ...
Setting up libhwloc15:arm64 (2.14.0-2) ...
Setting up libimath-3-1-29t64:arm64 (3.1.12-1+b7) ...
Setting up python3-numpy-dev:arm64 (1:2.4.6+ds-4) ...
Setting up libvorbis0a:arm64 (1.3.7-3+b2) ...
Setting up libio-html-perl (1.004-3) ...
Setting up binfmt-support (2.2.2-8+b1) ...
invoke-rc.d: could not determine current runlevel
All runlevel operations denied by policy
invoke-rc.d: policy-rc.d denied execution of start.
Created symlink '/etc/systemd/system/multi-user.target.wants/binfmt-support.service' → '/usr/lib/systemd/system/binfmt-support.service'.
Setting up libb-hooks-op-check-perl:arm64 (0.22-3+b5) ...
Setting up icu-devtools (78.3-2) ...
Setting up libmariadb3:arm64 (1:11.8.8-1) ...
Setting up fonts-dejavu-core (2.37-9) ...
Setting up unixodbc-common (2.3.14-2) ...
Setting up libsocket++1:arm64 (1.12.13+git20131030.5d039ba-2) ...
Setting up libudev-dev:arm64 (261.2-1) ...
Setting up libqhullcpp8.0:arm64 (2020.2-9) ...
Setting up libsepol-dev:arm64 (3.11-1) ...
Setting up libpcsclite1:arm64 (2.5.1-1) ...
Setting up pkgconf-bin (2.5.1-4) ...
Setting up libsensors5:arm64 (1:3.6.2-2+b2) ...
Setting up liblerc-dev:arm64 (4.2.0+ds-1) ...
Setting up libncursesw6:arm64 (6.6+20260608-2) ...
Setting up libk5crypto3:arm64 (1.22.1-3) ...
Setting up libltdl7:arm64 (2.5.4-11) ...
Setting up libsvtav1enc4:arm64 (4.1.0+dfsg-1) ...
Setting up opencl-c-headers (3.0~2025.07.22-2) ...
Setting up libidn2-dev:arm64 (2.3.8-5) ...
Setting up libjs-sphinxdoc (9.1.0-6) ...
Setting up libqhull-dev:arm64 (2020.2-9) ...
Setting up libsasl2-2:arm64 (2.1.28+dfsg1-11) ...
Setting up libblosc2-7:arm64 (2.23.1+ds-2) ...
Setting up libgfortran5:arm64 (16.2.0-1) ...
Setting up libdouble-conversion-dev:arm64 (3.4.0-1+b1) ...
Setting up libvulkan1:arm64 (1.4.357.0-1) ...
Setting up libnghttp3-9:arm64 (1.17.0-1) ...
Setting up libxxhash-dev:arm64 (0.8.3-2+b2) ...
Setting up libwebp7:arm64 (1.5.0-0.1+b2) ...
Setting up libnghttp3-dev:arm64 (1.17.0-1) ...
Setting up libtimedate-perl (2.3500-1) ...
Setting up libset-scalar-perl (1.29-3) ...
Setting up liblcms2-dev:arm64 (2.19.1-1) ...
Setting up liblzma-dev:arm64 (5.8.3-1) ...
Setting up libhwy-dev:arm64 (1.3.0-5) ...
Setting up libgif7:arm64 (6.1.3-1) ...
Setting up zlib1g-dev:arm64 (1:1.3.dfsg+really1.3.2-3) ...
Setting up libodbc2:arm64 (2.3.14-2) ...
Setting up libgav1-2:arm64 (0.20.0-2+b2) ...
Setting up libgeos3.14.1:arm64 (3.14.1-2+b1) ...
Setting up liburiparser1:arm64 (1.0.1+dfsg-1) ...
Setting up libffi8:arm64 (3.7.1-2) ...
Setting up libnuma1:arm64 (2.0.19-1+b2) ...
Setting up libpcre2-posix3:arm64 (10.46-1+b2) ...
Setting up libfyba0t64:arm64 (4.1.1-11+b2) ...
Setting up librav1e-dev:arm64 (0.8.1-11) ...
Setting up libdav1d7:arm64 (1.5.4-1) ...
Setting up libmtdev1t64:arm64 (1.1.7-1+b2) ...
Setting up libminizip1t64:arm64 (1:1.3.dfsg+really1.3.2-3) ...
Setting up ocl-icd-libopencl1:arm64 (2.3.4-1+b1) ...
Setting up libgif-dev:arm64 (6.1.3-1) ...
Setting up libxshmfence1:arm64 (1.3.3-1+b2) ...
Setting up at-spi2-common (2.61.1-1) ...
Setting up cfortran (20210827-1.1) ...
Setting up libtiff6:arm64 (4.7.2-1) ...
Setting up libxcb-randr0:arm64 (1.17.0-2+b2) ...
Setting up dbus-session-bus-common (1.16.2-5) ...
Setting up libassuan9:arm64 (3.0.2-2+b2) ...
Setting up procps (2:4.0.6-3) ...
Setting up libblosc1:arm64 (1.21.5+ds-2+b2) ...
Setting up libnl-3-200:arm64 (3.12.0-2+b1) ...
Setting up libv4l2rds0t64:arm64 (1.32.0-5) ...
Setting up librole-tiny-perl (2.002005-1) ...
Setting up openmpi-common (5.0.10-4) ...
Setting up libtasn1-6:arm64 (4.21.0-2+b1) ...
Setting up libmd4c0:arm64 (0.5.3-1) ...
Setting up libboost1.90-dev:arm64 (1.90.0-6) ...
Setting up libopenjp2-7:arm64 (2.5.4-1.1) ...
Setting up python3.13-minimal (3.13.14-1) ...
Setting up libx11-6:arm64 (2:1.8.13-1) ...
Setting up libthai-data (0.1.30-3) ...
Setting up libopenjp2-tools (2.5.4-1.1) ...
Setting up xorg-sgml-doctools (1:1.12.1-1) ...
Setting up netbase (6.5) ...
Setting up libngtcp2-16:arm64 (1.24.0-1) ...
Setting up libx265-216:arm64 (4.2-3) ...
Setting up libsub-quote-perl (2.006009-1) ...
Setting up libclass-xsaccessor-perl (1.19-4+b7) ...
Setting up librhash1:arm64 (1.4.6-1.1+b1) ...
Setting up libkrb5-3:arm64 (1.22.1-3) ...
Setting up libboost-dev:arm64 (1.90.0.2) ...
Setting up libevent-core-2.1-7t64:arm64 (2.1.13-stable-1) ...
Setting up libglu1-mesa:arm64 (9.0.2-1.1+b4) ...
Setting up libwayland-egl1:arm64 (1.26.0-1) ...
Setting up libusb-1.0-0:arm64 (2:1.0.30-1) ...
Setting up libexprtk-dev (0.0.3-4) ...
Setting up libclang-common-21-dev:arm64 (1:21.1.8-10) ...
Setting up libssh2-1t64:arm64 (1.11.1-5) ...
Setting up nlohmann-json3-dev (3.12.0.really.3.12.0.really.3.11.3-3) ...
Setting up libmuparser2v5:arm64 (2.3.4-2+b1) ...
Setting up libopengl-dev:arm64 (1.7.0-3+b1) ...
Setting up libjs-jquery (3.7.1+dfsg+~3.5.33-1) ...
Setting up ca-certificates-java (20260311) ...
No JRE found. Skipping Java certificates setup.
Setting up libfuse3-4:arm64 (3.18.2-2) ...
Setting up libprotoc32t64:arm64 (3.21.12-16) ...
Setting up libfile-dirlist-perl (0.05-3) ...
Setting up dbus-system-bus-common (1.16.2-5) ...
Setting up libfido2-1:arm64 (1.17.0-2) ...
Setting up libde265-0:arm64 (1.1.1-1) ...
Setting up libsharpyuv-dev:arm64 (1.5.0-0.1+b2) ...
Setting up libkmlbase1t64:arm64 (1.3.0-13+b2) ...
Setting up libfile-homedir-perl (1.006-2) ...
Setting up libext2fs-dev:arm64 (1.47.4-1) ...
Setting up libtasn1-6-dev:arm64 (4.21.0-2+b1) ...
Setting up libwebpmux3:arm64 (1.5.0-0.1+b2) ...
Setting up libsodium26:arm64 (1.0.22-2) ...
Setting up libtiffxx6:arm64 (4.7.2-1) ...
Setting up libdeflate-dev:arm64 (1.25-1) ...
Setting up libdrm-common (2.4.134-3) ...
Setting up libyuv0:arm64 (0.0.1949.20260706-1) ...
Setting up libxcomposite1:arm64 (1:0.4.6-1+b2) ...
Setting up libarchive13t64:arm64 (3.8.9-1) ...
Setting up libjxl0.11:arm64 (0.11.2-5) ...
Setting up libjson-c5:arm64 (0.19+ds-1) ...
Setting up libevdev2:arm64 (1.13.6+dfsg-3) ...
Setting up readline-common (8.3-4) ...
Setting up libicu-dev:arm64 (78.3-2) ...
Setting up fonts-font-awesome (7.3.0+dfsg-1) ...
Setting up libldap2:arm64 (2.6.13+dfsg-1+b1) ...
Setting up liburi-perl (5.35-1) ...
Setting up iso-codes (4.20.1-1) ...
Setting up dbus-bin (1.16.2-5+b1) ...
Setting up libbrotli-dev:arm64 (1.2.0-3) ...
Setting up libfmt10:arm64 (10.1.1+ds1-4+b2) ...
Setting up libzvbi-common (0.2.44-2) ...
Setting up libfile-touch-perl (0.12-2) ...
Setting up qtchooser (66-2+b2) ...
Setting up libmp3lame0:arm64 (4.0-1) ...
Setting up libblas-dev:arm64 (3.12.1-8) ...
update-alternatives: using /usr/lib/aarch64-linux-gnu/blas/libblas.so to provide /usr/lib/aarch64-linux-gnu/libblas.so (libblas.so-aarch64-linux-gnu) in auto mode
Setting up libsz2:arm64 (1.1.7-1) ...
Setting up dctrl-tools (2.24-3+b2) ...
Setting up libvorbisenc2:arm64 (1.3.7-3+b2) ...
Setting up libdvdnav4:arm64 (7.0.0-2+b1) ...
Setting up libodbccr2:arm64 (2.3.14-2) ...
Setting up libacl1-dev:arm64 (2.4.0-1) ...
Setting up libgflags2.2 (2.2.2-3) ...
Setting up gdal-plugins:arm64 (3.13.2+dfsg-1+b1) ...
Setting up libwacom-common (2.18.0-1) ...
Setting up libbz2-dev:arm64 (1.0.8-6+b2) ...
Setting up libxkbcommon0:arm64 (1.13.1-1) ...
Setting up prrte-common (4.1.1~rc2-6) ...
Setting up libwayland-client0:arm64 (1.26.0-1) ...
Setting up libnet-ssleay-perl:arm64 (1.96-1+b1) ...
Setting up libksba8:arm64 (1.8.0-3) ...
Setting up pinentry-curses (1.3.3-2) ...
Setting up x11proto-dev (2025.1-1) ...
Setting up bubblewrap (0.11.2-2) ...
Setting up libnspr4-dev (2:4.39-1) ...
Setting up libxcb-dri3-0:arm64 (1.17.0-2+b2) ...
Setting up libgdcm3.0t64:arm64 (3.0.24-13) ...
Setting up libmuparser-dev:arm64 (2.3.4-2+b1) ...
Setting up libblkid-dev:arm64 (2.42.2-2) ...
Setting up libwayland-server0:arm64 (1.26.0-1) ...
Setting up libimath-dev:arm64 (3.1.12-1+b7) ...
Setting up libx11-xcb1:arm64 (2:1.8.13-1) ...
Setting up libice6:arm64 (2:1.1.1-1+b2) ...
Setting up libjsoncpp-dev:arm64 (1.9.8-2) ...
Setting up libpciaccess0:arm64 (0.19-2) ...
Setting up libhttp-date-perl (6.08-1) ...
Setting up libodbcinst2:arm64 (2.3.14-2) ...
Setting up libavif16:arm64 (1.4.2-1) ...
Setting up libexif-dev:arm64 (0.6.26-1) ...
Setting up liblapack3:arm64 (3.12.1-8) ...
update-alternatives: using /usr/lib/aarch64-linux-gnu/lapack/liblapack.so.3 to provide /usr/lib/aarch64-linux-gnu/liblapack.so.3 (liblapack.so.3-aarch64-linux-gnu) in auto mode
Setting up libgdcm-dev (3.0.24-13) ...
Setting up libkmlxsd1t64:arm64 (1.3.0-13+b2) ...
Setting up libarpack2t64:arm64 (3.9.1-6+b2) ...
Setting up libxdamage1:arm64 (1:1.1.7-1+b1) ...
Setting up libpciaccess-dev:arm64 (0.19-2) ...
Setting up libgmp-dev:arm64 (2:6.3.0+dfsg-5+b2) ...
Setting up libopenjph-dev:arm64 (0.28.1-1) ...
Setting up libfile-listing-perl (6.16-1) ...
Setting up libxau-dev:arm64 (1:1.0.11-1+b2) ...
Setting up libxpm4:arm64 (1:3.5.19-1) ...
Setting up libv4lconvert0t64:arm64 (1.32.0-5) ...
Setting up qt5-qmake:arm64 (5.15.19+dfsg-4) ...
Setting up libpcre2-dev:arm64 (10.46-1+b2) ...
Setting up libzvbi0t64:arm64 (0.2.44-2) ...
Setting up protobuf-compiler (3.21.12-16) ...
Setting up nettle-dev:arm64 (3.10.2-1+b1) ...
Setting up libxrender1:arm64 (1:0.9.12-1+b2) ...
Setting up jarwrapper (0.82) ...
Setting up libice-dev:arm64 (2:1.1.1-1+b2) ...
Setting up libblosc-dev:arm64 (1.21.5+ds-2+b2) ...
Setting up openssh-common (1:10.4p1-4) ...
Setting up libevent-pthreads-2.1-7t64:arm64 (2.1.13-stable-1) ...
Setting up fontconfig-config (2.17.1-5) ...
Setting up libjson-c-dev:arm64 (0.19+ds-1) ...
Setting up libgeos-c1t64:arm64 (3.14.1-2+b1) ...
Setting up libfyba-dev:arm64 (4.1.1-11+b2) ...
Setting up libwebpdemux2:arm64 (1.5.0-0.1+b2) ...
Setting up libevent-openssl-2.1-7t64:arm64 (2.1.13-stable-1) ...
Setting up libgfortran-16-dev:arm64 (16.2.0-1) ...
Setting up libpng-dev:arm64 (1.6.58-1) ...
Setting up libaec-dev:arm64 (1.1.7-1) ...
Setting up libavahi-common3:arm64 (0.8-18) ...
Setting up libpsl5t64:arm64 (0.23.1-1) ...
Setting up libjpeg-dev:arm64 (1:3.1.3-4) ...
Setting up libjbig-dev:arm64 (2.1-6.1+b3) ...
Setting up libxext6:arm64 (2:1.3.4-1+b4) ...
Setting up libleptonica6:arm64 (1.86.0-1+b1) ...
Setting up libnet-http-perl (6.24-1) ...
Setting up liborc-0.4-dev-bin (1:0.4.42-4) ...
Setting up libnss3:arm64 (2:3.126-1) ...
Setting up libopenjpip7:arm64 (2.5.4-1.1) ...
Setting up dbus-daemon (1.16.2-5+b1) ...
Setting up libngtcp2-dev:arm64 (1.24.0-1) ...
Setting up libhdf4-0:arm64 (4.3.1-3) ...
Setting up libsvtav1enc-dev:arm64 (4.1.0+dfsg-1) ...
Setting up libffi-dev:arm64 (3.7.1-2) ...
Setting up libdevel-callchecker-perl:arm64 (0.009-3+b1) ...
Setting up libsuperlu7:arm64 (7.0.1+dfsg1-2+b2) ...
Setting up pkgconf:arm64 (2.5.1-4) ...
Setting up libopenexr-3-4-33:arm64 (3.4.6+ds-4+b2) ...
Setting up libpsl-dev:arm64 (0.23.1-1) ...
Setting up libxxf86vm1:arm64 (1:1.1.4-2+b1) ...
Setting up libtbbbind-2-5:arm64 (2023.1.0-2) ...
Setting up liburiparser-dev (1.0.1+dfsg-1) ...
Setting up libnuma-dev:arm64 (2.0.19-1+b2) ...
Setting up libnl-route-3-200:arm64 (3.12.0-2+b1) ...
Setting up libxnvctrl0:arm64 (535.171.04-1+b3) ...
Setting up libprotobuf-dev:arm64 (3.21.12-16) ...
Setting up libkmldom1t64:arm64 (1.3.0-13+b2) ...
Setting up libminizip-dev:arm64 (1:1.3.dfsg+really1.3.2-3) ...
Setting up libltdl-dev:arm64 (2.5.4-11) ...
Setting up libthai0:arm64 (0.1.30-3) ...
Setting up libleptonica-dev (1.86.0-1+b1) ...
Setting up libvorbisfile3:arm64 (1.3.7-3+b2) ...
Setting up libxdmcp-dev:arm64 (1:1.1.5-2+b1) ...
Setting up libxml2-dev:arm64 (2.15.3+dfsg-1) ...
Setting up libglib2.0-0t64:arm64 (2.88.3-2) ...
Setting up libwebp-dev:arm64 (1.5.0-0.1+b2) ...
Setting up libopenexr-dev (3.4.6+ds-4+b2) ...
Setting up libtmglib3:arm64 (3.12.1-8) ...
Setting up libjs-jquery-ui (1.14.2+dfsg-1) ...
Setting up libfreetype6:arm64 (2.14.3+dfsg-2) ...
Setting up libtiff-dev:arm64 (4.7.2-1) ...
Setting up libopenjp2-7-dev:arm64 (2.5.4-1.1) ...
Setting up libxfixes3:arm64 (1:6.0.0-2+b5) ...
Setting up libadios2-mpi-plugins:arm64 (2.12.1+dfsg1-2+b2) ...
Setting up libldap-dev:arm64 (2.6.13+dfsg-1+b1) ...
Setting up libllvm21:arm64 (1:21.1.8-10) ...
Setting up libgeos-dev (3.14.1-2+b1) ...
Setting up dbus (1.16.2-5+b1) ...
invoke-rc.d: could not determine current runlevel
All runlevel operations denied by policy
invoke-rc.d: policy-rc.d denied execution of start.
Setting up libdav1d-dev:arm64 (1.5.4-1) ...
Setting up shared-mime-info (2.4-5+b4) ...
Setting up libp11-kit0:arm64 (0.26.4-1) ...
Setting up libxinerama1:arm64 (2:1.1.4-3+b5) ...
Setting up opencl-clhpp-headers (3.0~2025.07.22-1) ...
Setting up libxkbcommon-x11-0:arm64 (1.13.1-1) ...
Setting up libdc1394-25:arm64 (2.2.6-6+b2) ...
Setting up liblapack-dev:arm64 (3.12.1-8) ...
update-alternatives: using /usr/lib/aarch64-linux-gnu/lapack/liblapack.so to provide /usr/lib/aarch64-linux-gnu/liblapack.so (liblapack.so-aarch64-linux-gnu) in auto mode
Setting up libeigen3-dev (3.4.0-5) ...
Setting up libgssapi-krb5-2:arm64 (1.22.1-3) ...
Setting up libgflags-dev (2.2.2-3) ...
Setting up libxrandr2:arm64 (2:1.5.4-1+b4) ...
Setting up liblz4-dev:arm64 (1.10.0-10) ...
Setting up libassuan-dev (3.0.2-2+b2) ...
Setting up libjxl-dev:arm64 (0.11.2-5) ...
Setting up gir1.2-glib-2.0:arm64 (2.88.3-2) ...
Setting up libspdlog1.15:arm64 (1:1.15.3+ds-1+b2) ...
Setting up libssh2-1-dev:arm64 (1.11.1-5) ...
Setting up libngtcp2-crypto-ossl0:arm64 (1.24.0-1) ...
Setting up libhdf4-dev (4.3.1-3) ...
Setting up ocl-icd-opencl-dev:arm64 (2.3.4-1+b1) ...
Setting up libssh-4:arm64 (0.12.2-1) ...
Setting up libevent-extra-2.1-7t64:arm64 (2.1.13-stable-1) ...
Setting up libmariadb-dev (1:11.8.8-1) ...
Setting up libngtcp2-crypto-ossl-dev:arm64 (1.24.0-1) ...
Setting up libreadline8t64:arm64 (8.3-4) ...
Setting up libv4l-0t64:arm64 (1.32.0-5) ...
Setting up libwww-robotrules-perl (6.03-1) ...
Setting up libdrm2:arm64 (2.4.134-3) ...
Setting up librttopo1:arm64 (1.1.0-4+b2) ...
Setting up libyuv-dev:arm64 (0.0.1949.20260706-1) ...
Setting up libnl-3-dev:arm64 (3.12.0-2+b1) ...
Setting up libfreexl1:arm64 (2.0.0-1+b4) ...
Setting up libnss3-dev:arm64 (2:3.126-1) ...
Setting up libva-drm2:arm64 (2.24.1-2) ...
Setting up gir1.2-glib-2.0-dev:arm64 (2.88.3-2) ...
Setting up libvdpau1:arm64 (1.5-4+b1) ...
Setting up liblapacke:arm64 (3.12.1-8) ...
Setting up libwayland-cursor0:arm64 (1.26.0-1) ...
Setting up libarchive-dev:arm64 (3.8.9-1) ...
Setting up libamd-comgr3:arm64 (7.0.2+dfsg-3) ...
Setting up libhtml-parser-perl:arm64 (3.83-2+b1) ...
Setting up gpgconf (2.4.9-7) ...
Setting up libpam-systemd:arm64 (261.2-1) ...
Setting up libharfbuzz0b:arm64 (12.3.2-2+b2) ...
Setting up libhwloc-dev:arm64 (2.14.0-2) ...
Setting up libgphoto2-port12t64:arm64 (2.5.33-1+b1) ...
Setting up libtmglib-dev:arm64 (3.12.1-8) ...
Setting up libxss1:arm64 (1:1.2.3-1+b4) ...
Setting up libfontconfig1:arm64 (2.17.1-5) ...
Setting up libhdf5-320:arm64 (2.1.0+repack-1) ...
Setting up libclang1-21 (1:21.1.8-10) ...
Setting up gfortran-16-aarch64-linux-gnu (16.2.0-1) ...
Setting up libarmadillo15 (1:15.2.1+dfsg-2) ...
Setting up libsuperlu-dev:arm64 (7.0.1+dfsg1-2+b2) ...
Setting up libselinux-dev:arm64 (3.11-2) ...
Setting up libva-x11-2:arm64 (2.24.1-2) ...
Setting up libgoogle-glog0v6t64 (0.6.0-3) ...
Setting up libsm6:arm64 (2:1.2.6-1+b2) ...
Setting up libpython3.13-stdlib:arm64 (3.13.14-1) ...
Setting up liborc-0.4-dev:arm64 (1:0.4.42-4) ...
Setting up unixodbc-dev:arm64 (2.3.14-2) ...
Setting up libopenmpt0t64:arm64 (0.8.7-1) ...
Setting up libavahi-client3:arm64 (0.8-18) ...
Setting up libmount-dev:arm64 (2.42.2-2) ...
Setting up libio-socket-ssl-perl (2.099-1) ...
Setting up gpg (2.4.9-7) ...
Created symlink '/etc/systemd/user/sockets.target.wants/keyboxd.socket' → '/usr/lib/systemd/user/keyboxd.socket'.
Setting up libgudev-1.0-0:arm64 (238-7+b2) ...
Setting up libgstreamer1.0-0:arm64 (1.28.6-1) ...
Setcap worked! gst-ptp-helper is not suid!
Setting up libp11-kit-dev:arm64 (0.26.4-1) ...
Setting up libxres1:arm64 (2:1.2.1-2) ...
Setting up libhttp-message-perl (7.04-1) ...
Setting up libdrm-amdgpu1:arm64 (2.4.134-3) ...
Setting up libpython3.13:arm64 (3.13.14-1) ...
Setting up libgnutls30t64:arm64 (3.8.13-1) ...
Setting up libmariadb-dev-compat (1:11.8.8-1) ...
Setting up libopenjpip-dec-server (2.5.4-1.1) ...
Setting up librttopo-dev:arm64 (1.1.0-4+b2) ...
Setting up libnghttp2-dev:arm64 (1.70.0-1) ...
Setting up libqt6core6t64:arm64 (6.10.2+dfsg-16) ...
Setting up gir1.2-gstreamer-1.0:arm64 (1.28.6-1) ...
Setting up libhttp-negotiate-perl (6.01-2) ...
Setting up mesa-libgallium:arm64 (26.1.5-1) ...
Setting up libibverbs1:arm64 (63.0-2) ...
Creating group 'rdma' with GID 992.
Setting up fontconfig (2.17.1-5) ...
Regenerating fonts cache... done.
Setting up libxft2:arm64 (2.3.6-1+b5) ...
Setting up libdrm-nouveau2:arm64 (2.4.134-3) ...
Setting up libarpack2-dev:arm64 (3.9.1-6+b2) ...
Setting up libgio-2.0-dev:arm64 (2.88.3-2) ...
Setting up libharfbuzz-icu0:arm64 (12.3.2-2+b2) ...
Setting up libdrm-etnaviv1:arm64 (2.4.134-3) ...
Setting up libhdf5-cpp-320:arm64 (2.1.0+repack-1) ...
Setting up gpg-agent (2.4.9-7) ...
Created symlink '/etc/systemd/user/sockets.target.wants/gpg-agent-browser.socket' → '/usr/lib/systemd/user/gpg-agent-browser.socket'.
Created symlink '/etc/systemd/user/sockets.target.wants/gpg-agent-extra.socket' → '/usr/lib/systemd/user/gpg-agent-extra.socket'.
Created symlink '/etc/systemd/user/sockets.target.wants/gpg-agent-ssh.socket' → '/usr/lib/systemd/user/gpg-agent-ssh.socket'.
Created symlink '/etc/systemd/user/sockets.target.wants/gpg-agent.socket' → '/usr/lib/systemd/user/gpg-agent.socket'.
Setting up libxcb1-dev:arm64 (1.17.0-2+b2) ...
Setting up libatk1.0-0t64:arm64 (2.61.1-1) ...
Setting up libavutil61:arm64 (7:9.0-1) ...
Setting up libzmq5:arm64 (4.3.5-1+b7) ...
Setting up libxi6:arm64 (2:1.8.2-2+b1) ...
Setting up libcurl4t64:arm64 (8.21.0-2) ...
Setting up libdc1394-dev:arm64 (2.2.6-6+b2) ...
Setting up libgbm1:arm64 (26.1.5-1) ...
Setting up ibverbs-providers:arm64 (63.0-2) ...
Setting up libhttp-cookies-perl (6.12-2) ...
Setting up libavutil60:arm64 (7:8.1.2-2+b3) ...
Setting up python3.13 (3.13.14-1) ...
Setting up libgirepository-2.0-0:arm64 (2.88.3-2) ...
Setting up libpython3.14-stdlib:arm64 (3.14.6-1) ...
Setting up libwacom9:arm64 (2.18.0-1) ...
Setting up libsm-dev:arm64 (2:1.2.6-1+b2) ...
Setting up libdrm-radeon1:arm64 (2.4.134-3) ...
Setting up openssh-client (1:10.4p1-4) ...
Created symlink '/etc/systemd/user/sockets.target.wants/ssh-agent.socket' → '/usr/lib/systemd/user/ssh-agent.socket'.
Setting up libfreexl-dev:arm64 (2.0.0-1+b4) ...
Setting up libxtst6:arm64 (2:1.2.5-1+b2) ...
Setting up libhtml-tree-perl (5.07-3) ...
Setting up libxcursor1:arm64 (1:1.2.3-1+b2) ...
Setting up libparams-classify-perl:arm64 (0.015-2+b6) ...
Setting up gpgsm (2.4.9-7) ...
Setting up openjdk-25-jre-headless:arm64 (25.0.4+7-1) ...
update-alternatives: using /usr/lib/jvm/java-25-openjdk-arm64/bin/java to provide /usr/bin/java (java) in auto mode
update-alternatives: using /usr/lib/jvm/java-25-openjdk-arm64/bin/jpackage to provide /usr/bin/jpackage (jpackage) in auto mode
update-alternatives: using /usr/lib/jvm/java-25-openjdk-arm64/bin/keytool to provide /usr/bin/keytool (keytool) in auto mode
update-alternatives: using /usr/lib/jvm/java-25-openjdk-arm64/bin/rmiregistry to provide /usr/bin/rmiregistry (rmiregistry) in auto mode
update-alternatives: using /usr/lib/jvm/java-25-openjdk-arm64/lib/jexec to provide /usr/bin/jexec (jexec) in auto mode
Setting up libpango-1.0-0:arm64 (1.58.0-1) ...
Setting up libdrm-intel1:arm64 (2.4.134-3) ...
Setting up libgl1-mesa-dri:arm64 (26.1.5-1) ...
Setting up libpq5:arm64 (18.4-1+b2) ...
Setting up libx11-dev:arm64 (2:1.8.13-1) ...
Setting up libcloudproviders0:arm64 (0.4.0-3) ...
Setting up libglib2.0-bin (2.88.3-2) ...
Setting up libv4l-dev:arm64 (1.32.0-5) ...
Setting up libgstreamer-plugins-base1.0-0:arm64 (1.28.6-1) ...
Setting up libpq-dev (18.4-1+b2) ...
Setting up libtbb12:arm64 (2023.1.0-2) ...
Setting up libharfbuzz-gobject0:arm64 (12.3.2-2+b2) ...
Setting up liblapacke-dev:arm64 (3.12.1-8) ...
Setting up libkmlengine1t64:arm64 (1.3.0-13+b2) ...
Setting up libhwloc-plugins:arm64 (2.14.0-2) ...
Setting up libwayland-dev:arm64 (1.26.0-1) ...
Setting up libcairo2:arm64 (1.18.4-3+b1) ...
Setting up libgbm-dev:arm64 (26.1.5-1) ...
Setting up libcolord2:arm64 (1.4.8-3) ...
Setting up libinput-bin (1.31.3-1) ...
Setting up libfreetype-dev:arm64 (2.14.3+dfsg-2) ...
Setting up librist4:arm64 (0.2.20+dfsg-1) ...
Setting up libdconf1:arm64 (0.49.0-4+b1) ...
Setting up libxfixes-dev:arm64 (1:6.0.0-2+b5) ...
Setting up libtheoradec2:arm64 (1.2.0+dfsg-6+b2) ...
Setting up libnl-route-3-dev:arm64 (3.12.0-2+b1) ...
Setting up dirmngr (2.4.9-7) ...
Created symlink '/etc/systemd/user/sockets.target.wants/dirmngr.socket' → '/usr/lib/systemd/user/dirmngr.socket'.
Setting up dbus-user-session (1.16.2-5+b1) ...
Setting up libqt5core5t64:arm64 (5.15.19+dfsg-4) ...
Setting up libegl-mesa0:arm64 (26.1.5-1) ...
Setting up libclang-cpp21 (1:21.1.8-10) ...
Setting up libgnutls-dane0t64:arm64 (3.8.13-1) ...
Setting up libharfbuzz-cairo0:arm64 (12.3.2-2+b2) ...
Setting up libqt6sql6:arm64 (6.10.2+dfsg-16) ...
Setting up libmodule-runtime-perl (0.018-1) ...
Setting up librtmp1:arm64 (2.6-1) ...
Setting up libswscale9:arm64 (7:8.1.2-2+b3) ...
Setting up libgssrpc4t64:arm64 (1.22.1-3) ...
Setting up libatspi2.0-0t64:arm64 (2.61.1-1) ...
Setting up libpython3.13-dev:arm64 (3.13.14-1) ...
Setting up gir1.2-gudev-1.0:arm64 (238-7+b2) ...
Setting up libxt6t64:arm64 (1:1.2.1-1.3+b2) ...
Setting up libavif-dev:arm64 (1.4.2-1) ...
Setting up libevent-dev (2.1.13-stable-1) ...
Setting up libswresample7:arm64 (7:9.0-1) ...
Setting up libdrm-freedreno1:arm64 (2.4.134-3) ...
Setting up libpmix2t64:arm64 (6.1.1~rc2-4) ...
Setting up libdrm-tegra0:arm64 (2.4.134-3) ...
Setting up libhdf5-hl-320:arm64 (2.1.0+repack-1) ...
Setting up libswresample6:arm64 (7:8.1.2-2+b3) ...
Setting up libxext-dev:arm64 (2:1.3.4-1+b4) ...
Setting up libva-wayland2:arm64 (2.24.1-2) ...
Setting up libtheora1:arm64 (1.2.0+dfsg-6+b2) ...
Setting up libsrt1.5-gnutls:arm64 (1.5.6-1) ...
Setting up libtesseract5:arm64 (5.5.0-1.1) ...
Setting up libbluray4:arm64 (1:1.5.0-3) ...
Setting up gfortran-16 (16.2.0-1) ...
Setting up libhsa-runtime64-1:arm64 (6.4.3+dfsg-5) ...
Setting up libhdf5-fortran-320:arm64 (2.1.0+repack-1) ...
Setting up libegl1:arm64 (1.7.0-3+b1) ...
Setting up gnupg (2.4.9-7) ...
Setting up libqt5sql5t64:arm64 (5.15.19+dfsg-4) ...
Setting up libpython3.14:arm64 (3.14.6-1) ...
Setting up libharfbuzz-subset0:arm64 (12.3.2-2+b2) ...
Setting up cmake (4.3.4-1) ...
Setting up librdmacm1t64:arm64 (63.0-2) ...
Setting up libpython3.14-dev:arm64 (3.14.6-1) ...
Setting up libcairo-gobject2:arm64 (1.18.4-3+b1) ...
Setting up libgoogle-glog-dev (0.6.0-3) ...
Setting up libtbb-dev:arm64 (2023.1.0-2) ...
Setting up libkmlconvenience1t64:arm64 (1.3.0-13+b2) ...
Setting up python3.14 (3.14.6-1) ...
Setting up libpangoft2-1.0-0:arm64 (1.58.0-1) ...
Setting up libswscale10:arm64 (7:9.0-1) ...
Setting up libgpgme45:arm64 (2.1.2-1) ...
Setting up libxrender-dev:arm64 (1:0.9.12-1+b2) ...
Setting up libcups2t64:arm64 (2.4.18-1) ...
Setting up libngtcp2-crypto-gnutls8:arm64 (1.24.0-1) ...
Setting up libpangocairo-1.0-0:arm64 (1.58.0-1) ...
Setting up libpython3-stdlib:arm64 (3.14.6-1) ...
Setting up libqt6dbus6:arm64 (6.10.2+dfsg-16) ...
Setting up libkadm5clnt-mit12:arm64 (1.22.1-3) ...
Setting up libgnutls28-dev:arm64 (3.8.13-1) ...
Setting up libavutil-dev:arm64 (7:9.0-1) ...
Setting up libatk-bridge2.0-0t64:arm64 (2.61.1-1) ...
Setting up libfabric1:arm64 (2.1.0-1.1+b2) ...
Setting up libcurl4-gnutls:arm64 (8.21.0-2) ...
Setting up libinput10:arm64 (1.31.3-1) ...
Setting up libx11-xcb-dev:arm64 (2:1.8.13-1) ...
Setting up libdrm-dev:arm64 (2.4.134-3) ...
Setting up libqt5dbus5t64:arm64 (5.15.19+dfsg-4) ...
Setting up gir1.2-freedesktop:arm64 (1.86.0-6+b2) ...
Setting up girepository-tools:arm64 (2.88.3-2) ...
Setting up libglx-mesa0:arm64 (26.1.5-1) ...
Setting up libpython3-dev:arm64 (3.14.6-1) ...
Setting up libprrte4:arm64 (4.1.1~rc2-6) ...
Setting up libkmlregionator1t64:arm64 (1.3.0-13+b2) ...
Setting up libglx0:arm64 (1.7.0-3+b1) ...
Setting up libkdb5-10t64:arm64 (1.22.1-3) ...
Setting up python3.14-dev (3.14.6-1) ...
Setting up libswresample-dev:arm64 (7:9.0-1) ...
Setting up libfontconfig-dev:arm64 (2.17.1-5) ...
Setting up python3.13-dev (3.13.14-1) ...
Setting up libgpgmepp7:arm64 (2.1.0-2) ...
Setting up libxcursor-dev:arm64 (1:1.2.3-1+b2) ...
Setting up libimport-into-perl (1.002005-2) ...
Setting up libqt5concurrent5t64:arm64 (5.15.19+dfsg-4) ...
Setting up libmoo-perl (2.005005-1) ...
Setting up libqt5network5t64:arm64 (5.15.19+dfsg-4) ...
Setting up libnetcdf22:arm64 (1:4.10.1-1+b1) ...
Setting up libcurl3t64-gnutls:arm64 (8.21.0-2) ...
Setting up libqt5xml5t64:arm64 (5.15.19+dfsg-4) ...
Setting up dconf-service (0.49.0-4+b1) ...
Setting up python3 (3.14.6-1) ...
Setting up libqt5test5t64:arm64 (5.15.19+dfsg-4) ...
Setting up python3-zipp (3.23.0-1) ...
Setting up libxerces-c3.2t64:arm64 (3.2.4+debian-1.3+b4) ...
Setting up libibverbs-dev:arm64 (63.0-2) ...
Setting up libxss-dev:arm64 (1:1.2.3-1+b4) ...
Setting up python3-autocommand (2.2.2-4) ...
Setting up gir1.2-harfbuzz-0.0:arm64 (12.3.2-2+b2) ...
Setting up libhdf5-hl-fortran-320:arm64 (2.1.0+repack-1) ...
Setting up qtbase5-dev-tools (5.15.19+dfsg-4) ...
Setting up doxygen (1.15.0+ds1-1.1) ...
Setting up python3-packaging (26.2-2) ...
Setting up libgl1:arm64 (1.7.0-3+b1) ...
Setting up libtheora-dev:arm64 (1.2.0+dfsg-6+b2) ...
Setting up libqt6gui6:arm64 (6.10.2+dfsg-16) ...
Setting up libcfitsio10t64:arm64 (4.6.4-1) ...
Setting up libxt-dev:arm64 (1:1.2.1-1.3+b2) ...
Setting up libpoppler156:arm64 (26.01.0-5) ...
Setting up libxerces-c-dev:arm64 (3.2.4+debian-1.3+b4) ...
Setting up libpython3-all-dev:arm64 (3.14.6-1) ...
Setting up libswscale-dev:arm64 (7:9.0-1) ...
Setting up python3-dev (3.14.6-1) ...
Setting up gir1.2-freedesktop-dev:arm64 (1.86.0-6+b2) ...
Setting up libamdhip64-6:arm64 (6.4.3-5) ...
Setting up librtmp-dev:arm64 (2.6-1) ...
Setting up libglew2.3:arm64 (2.3.1+dfsg2-5) ...
Setting up libhdf5-hl-cpp-320:arm64 (2.1.0+repack-1) ...
Setting up python3-typing-extensions (4.16.0-4) ...
Setting up python3-numpy (1:2.4.6+ds-4) ...
Setting up libgpgme-dev (2.1.2-1) ...
Setting up libgdcm-tools (3.0.24-13) ...
Setting up libkadm5srv-mit12:arm64 (1.22.1-3) ...
Setting up libglx-dev:arm64 (1.7.0-3+b1) ...
Setting up libva-glx2:arm64 (2.24.1-2) ...
Setting up libgpgmepp-dev:arm64 (2.1.0-2) ...
Setting up python3-soupsieve (2.8.4-1) ...
Setting up libgl-dev:arm64 (1.7.0-3+b1) ...
Setting up libxft-dev:arm64 (2.3.6-1+b5) ...
Setting up krb5-multidev:arm64 (1.22.1-3) ...
Setting up dh-python (7.20260623) ...
Setting up python3-more-itertools (11.1.0-1) ...
Setting up libkml-dev:arm64 (1.3.0-13+b2) ...
Setting up libprrte-dev:arm64 (4.1.1~rc2-6) ...
Setting up libprrte-bin (4.1.1~rc2-6) ...
Setting up libucx0:arm64 (1.22.0-1) ...
Setting up libgio-2.0-dev-bin (2.88.3-2) ...
Setting up libvulkan-dev:arm64 (1.4.357.0-1) ...
Setting up libcfitsio-dev:arm64 (4.6.4-1) ...
Setting up python3-jaraco.functools (4.1.0-1) ...
Setting up dconf-gsettings-backend:arm64 (0.49.0-4+b1) ...
Setting up python3-jaraco.context (6.0.1-2) ...
Setting up libproj25:arm64 (9.8.1-1) ...
Setting up libegl-dev:arm64 (1.7.0-3+b1) ...
Setting up libglew-common-dev:arm64 (2.3.1+dfsg2-5) ...
Setting up python3-typeguard (4.4.4-3) ...
Setting up libqt6opengl6:arm64 (6.10.2+dfsg-16) ...
Setting up python3-imath:arm64 (3.1.12-1+b7) ...
Setting up python3-all (3.14.6-1) ...
Setting up python3-bs4 (4.15.0-1) ...
Setting up libgl2ps1.4:arm64 (1.4.2+dfsg1-4+b1) ...
Setting up libgeotiff5:arm64 (1.7.4-2) ...
Setting up libqt6widgets6:arm64 (6.10.2+dfsg-16) ...
Setting up libva-dev:arm64 (2.24.1-2) ...
Setting up libkrb5-dev:arm64 (1.22.1-3) ...
Setting up python3-inflect (7.5.0-2) ...
Setting up libqt5gui5t64:arm64 (5.15.19+dfsg-4) ...
Setting up libgstreamer-gl1.0-0:arm64 (1.28.6-1) ...
Setting up libcurl4-openssl-dev:arm64 (8.21.0-2) ...
Setting up python3-jaraco.text (4.0.0-1) ...
Setting up libhdf5-dev (2.1.0+repack-1) ...
update-alternatives: using /usr/lib/aarch64-linux-gnu/pkgconfig/hdf5_serial.pc to provide /usr/lib/aarch64-linux-gnu/pkgconfig/hdf5.pc (hdf5.pc) in auto mode
update-alternatives: using /usr/lib/aarch64-linux-gnu/cmake/hdf5_serial to provide /usr/lib/aarch64-linux-gnu/cmake/hdf5 (hdf5.cmake) in auto mode
Setting up libproj-dev:arm64 (9.8.1-1) ...
Setting up libglu1-mesa-dev:arm64 (9.0.2-1.1+b4) ...
Setting up libucc1:arm64 (1.8.0-2) ...
Setting up libnetcdf-dev (1:4.10.1-1+b1) ...
Setting up libgles-dev:arm64 (1.7.0-3+b1) ...
Setting up libqt6openglwidgets6:arm64 (6.10.2+dfsg-16) ...
Setting up libgtk-3-common (3.24.52-1) ...
Setting up libspatialite8t64:arm64 (5.1.0-4) ...
Setting up python3-pkg-resources (78.1.1-0.1) ...
Setting up libpoppler-dev:arm64 (26.01.0-5) ...
Setting up python3-all-dev (3.14.6-1) ...
Setting up libglib2.0-dev-bin (2.88.3-2) ...
Setting up libopenmpi40:arm64 (5.0.10-4) ...
Setting up libtesseract-dev:arm64 (5.5.0-1.1) ...
Setting up python3-setuptools (78.1.1-0.1) ...
Setting up libqt5widgets5t64:arm64 (5.15.19+dfsg-4) ...
Setting up libgeotiff-dev:arm64 (1.7.4-2) ...
Setting up gir1.2-gst-plugins-base-1.0:arm64 (1.28.6-1) ...
Setting up libpoppler-private-dev:arm64 (26.01.0-5) ...
Setting up libgl2ps-dev:arm64 (1.4.2+dfsg1-4+b1) ...
Setting up libarmadillo-dev (1:15.2.1+dfsg-2) ...
Setting up libglew-dev:arm64 (2.3.1+dfsg2-5) ...
Setting up libglib2.0-dev:arm64 (2.88.3-2) ...
Setting up libspatialite-dev (5.1.0-4) ...
Setting up libqt5opengl5t64:arm64 (5.15.19+dfsg-4) ...
Setting up openmpi-bin (5.0.10-4) ...
update-alternatives: using /usr/bin/mpirun.openmpi to provide /usr/bin/mpirun (mpirun) in auto mode
update-alternatives: using /usr/bin/mpicc.openmpi to provide /usr/bin/mpicc (mpi) in auto mode
Setting up libqt5printsupport5t64:arm64 (5.15.19+dfsg-4) ...
Setting up libhdf5-openmpi-320:arm64 (2.1.0+repack-1) ...
Setting up libharfbuzz-dev:arm64 (12.3.2-2+b2) ...
Setting up libhdf5-openmpi-cpp-320:arm64 (2.1.0+repack-1) ...
Setting up libgstreamer1.0-dev:arm64 (1.28.6-1) ...
Setting up libgudev-1.0-dev:arm64 (238-7+b2) ...
Setting up mpi-default-bin (1.20) ...
Setting up python3-mpi4py (4.1.2-1) ...
Setting up libgstreamer-plugins-base1.0-dev:arm64 (1.28.6-1) ...
Setting up libhdf5-openmpi-hl-320:arm64 (2.1.0+repack-1) ...
Setting up libhdf5-openmpi-hl-cpp-320:arm64 (2.1.0+repack-1) ...
Setting up libhdf5-openmpi-fortran-320:arm64 (2.1.0+repack-1) ...
Setting up qtbase5-dev:arm64 (5.15.19+dfsg-4) ...
Setting up libopenmpi-dev (5.0.10-4) ...
update-alternatives: using /usr/lib/aarch64-linux-gnu/openmpi/include to provide /usr/include/aarch64-linux-gnu/mpi (mpi-aarch64-linux-gnu) in auto mode
Setting up libhdf5-openmpi-hl-fortran-320:arm64 (2.1.0+repack-1) ...
Setting up libqt5opengl5-dev:arm64 (5.15.19+dfsg-4) ...
Setting up mpi-default-dev (1.20) ...
Setting up libhdf5-openmpi-dev (2.1.0+repack-1) ...
update-alternatives: using /usr/bin/h5pcc.openmpi to provide /usr/bin/h5pcc (h5pcc) in auto mode
update-alternatives: using /usr/lib/aarch64-linux-gnu/pkgconfig/hdf5_openmpi.pc to provide /usr/lib/aarch64-linux-gnu/pkgconfig/hdf5.pc (hdf5.pc) in auto mode
update-alternatives: using /usr/lib/aarch64-linux-gnu/cmake/hdf5_openmpi to provide /usr/lib/aarch64-linux-gnu/cmake/hdf5 (hdf5.cmake) in auto mode
Setting up libhdf5-mpi-dev (2.1.0+repack-1) ...
Setting up libadios2-mpi-auxiliary-2.12:arm64 (2.12.1+dfsg1-2+b2) ...
Setting up libheif-plugin-dav1d:arm64 (1.23.1-1) ...
Setting up liblwp-protocol-https-perl (6.15-1) ...
Setting up libheif-plugin-libde265:arm64 (1.23.1-1) ...
Setting up libwww-perl (6.83-1) ...
Setting up libadios2-mpi-core-2.12:arm64 (2.12.1+dfsg1-2+b2) ...
Setting up libheif1:arm64 (1.23.1-1) ...
Setting up libheif-dev:arm64 (1.23.1-1) ...
Setting up devscripts (2.26.10) ...
Setting up libgd3:arm64 (2.3.3-14) ...
Setting up libadios2-mpi-c-2.12:arm64 (2.12.1+dfsg1-2+b2) ...
Setting up libadios2-mpi-c++-2.12:arm64 (2.12.1+dfsg1-2+b2) ...
Setting up javahelper (0.82) ...
Setting up glycin-loaders (2.1.5+ds-2) ...
Setting up libglycin-2-0:arm64 (2.1.5+ds-2) ...
Setting up libgdal39:arm64 (3.13.2+dfsg-1+b1) ...
Setting up glycin-thumbnailers (2.1.5+ds-2) ...
Setting up libgphoto2-6t64:arm64 (2.5.33-1+b1) ...
Setting up libgdal-dev (3.13.2+dfsg-1+b1) ...
Setting up libgdk-pixbuf-2.0-0:arm64 (2.44.7+dfsg-1) ...
Setting up gtk-update-icon-cache (4.22.4+ds-1) ...
Setting up libgphoto2-dev:arm64 (2.5.33-1+b1) ...
Setting up librsvg2-2:arm64 (2.62.1+dfsg-1) ...
Setting up libavcodec63:arm64 (7:9.0-1) ...
Setting up adwaita-icon-theme (50.0-2) ...
update-alternatives: using /usr/share/icons/Adwaita/cursor.theme to provide /usr/share/icons/default/index.theme (x-cursor-theme) in auto mode
Setting up libavcodec62:arm64 (7:8.1.2-2+b3) ...
Setting up libgtk-3-0t64:arm64 (3.24.52-1) ...
Setting up libavformat62:arm64 (7:8.1.2-2+b3) ...
Setting up libavcodec-dev:arm64 (7:9.0-1) ...
Setting up libvtk9.6:arm64 (9.6.2+dfsg1-4+b1) ...
Setting up libavformat63:arm64 (7:9.0-1) ...
Setting up libavformat-dev:arm64 (7:9.0-1) ...
Setting up libvtkgdcm-9.1t64:arm64 (3.0.24-13) ...
Setting up vtk9 (9.6.2+dfsg1-4+b1) ...
Setting up libvtk9.6-qt:arm64 (9.6.2+dfsg1-4+b1) ...
Setting up python3-vtk9 (9.6.2+dfsg1-4+b1) ...
/usr/lib/python3/dist-packages/vtkmodules/web/testing.py:687: SyntaxWarning: invalid escape sequence '\.'
  fnamePattern = re.compile("([^\.\/\\\]+)\.py")
/usr/lib/python3/dist-packages/vtkmodules/web/testing.py:687: SyntaxWarning: "\." is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\."? A raw string is also an option.
  fnamePattern = re.compile("([^\.\/\\\]+)\.py")
Setting up libvtkgdcm-dev (3.0.24-13) ...
Setting up libvtk9-java (9.6.2+dfsg1-4+b1) ...
Processing triggers for libc-bin (2.42-17) ...
Processing triggers for systemd (261.2-1) ...
Processing triggers for man-db (2.13.1-1+b1) ...
Not building database; man-db/auto-update is not 'true'.
Processing triggers for ca-certificates-java (20260311) ...
Adding debian:ACCVRAIZ1.pem
Adding debian:AC_RAIZ_FNMT-RCM.pem
Adding debian:AC_RAIZ_FNMT-RCM_SERVIDORES_SEGUROS.pem
Adding debian:ANF_Secure_Server_Root_CA.pem
Adding debian:Actalis_Authentication_Root_CA.pem
Adding debian:Amazon_Root_CA_1.pem
Adding debian:Amazon_Root_CA_2.pem
Adding debian:Amazon_Root_CA_3.pem
Adding debian:Amazon_Root_CA_4.pem
Adding debian:Atos_TrustedRoot_2011.pem
Adding debian:Atos_TrustedRoot_Root_CA_ECC_TLS_2021.pem
Adding debian:Atos_TrustedRoot_Root_CA_RSA_TLS_2021.pem
Adding debian:Autoridad_de_Certificacion_Firmaprofesional_CIF_A62634068.pem
Adding debian:BJCA_Global_Root_CA1.pem
Adding debian:BJCA_Global_Root_CA2.pem
Adding debian:Buypass_Class_2_Root_CA.pem
Adding debian:Buypass_Class_3_Root_CA.pem
Adding debian:CA_Disig_Root_R2.pem
Adding debian:CFCA_EV_ROOT.pem
Adding debian:COMODO_ECC_Certification_Authority.pem
Adding debian:COMODO_RSA_Certification_Authority.pem
Adding debian:Certainly_Root_E1.pem
Adding debian:Certainly_Root_R1.pem
Adding debian:Certigna_Root_CA.pem
Adding debian:Certum_EC-384_CA.pem
Adding debian:Certum_Trusted_Network_CA.pem
Adding debian:Certum_Trusted_Network_CA_2.pem
Adding debian:Certum_Trusted_Root_CA.pem
Adding debian:D-TRUST_BR_Root_CA_1_2020.pem
Adding debian:D-TRUST_BR_Root_CA_2_2023.pem
Adding debian:D-TRUST_EV_Root_CA_1_2020.pem
Adding debian:D-TRUST_EV_Root_CA_2_2023.pem
Adding debian:D-TRUST_Root_Class_3_CA_2_2009.pem
Adding debian:D-TRUST_Root_Class_3_CA_2_EV_2009.pem
Adding debian:DigiCert_Assured_ID_Root_G2.pem
Adding debian:DigiCert_Assured_ID_Root_G3.pem
Adding debian:DigiCert_Global_Root_G2.pem
Adding debian:DigiCert_Global_Root_G3.pem
Adding debian:DigiCert_TLS_ECC_P384_Root_G5.pem
Adding debian:DigiCert_TLS_RSA4096_Root_G5.pem
Adding debian:DigiCert_Trusted_Root_G4.pem
Adding debian:Entrust_Root_Certification_Authority.pem
Adding debian:GDCA_TrustAUTH_R5_ROOT.pem
Adding debian:GTS_Root_R1.pem
Adding debian:GTS_Root_R3.pem
Adding debian:GTS_Root_R4.pem
Adding debian:GlobalSign_ECC_Root_CA_-_R4.pem
Adding debian:GlobalSign_ECC_Root_CA_-_R5.pem
Adding debian:GlobalSign_Root_CA_-_R3.pem
Adding debian:GlobalSign_Root_CA_-_R6.pem
Adding debian:GlobalSign_Root_E46.pem
Adding debian:GlobalSign_Root_R46.pem
Adding debian:Go_Daddy_Root_Certificate_Authority_-_G2.pem
Adding debian:HARICA_TLS_ECC_Root_CA_2021.pem
Adding debian:HARICA_TLS_RSA_Root_CA_2021.pem
Adding debian:Hellenic_Academic_and_Research_Institutions_ECC_RootCA_2015.pem
Adding debian:Hellenic_Academic_and_Research_Institutions_RootCA_2015.pem
Adding debian:HiPKI_Root_CA_-_G1.pem
Adding debian:Hongkong_Post_Root_CA_3.pem
Adding debian:ISRG_Root_X1.pem
Adding debian:ISRG_Root_X2.pem
Adding debian:IdenTrust_Commercial_Root_CA_1.pem
Adding debian:IdenTrust_Public_Sector_Root_CA_1.pem
Adding debian:Izenpe.com.pem
Adding debian:Microsec_e-Szigno_Root_CA_2009.pem
Adding debian:Microsoft_ECC_Root_Certificate_Authority_2017.pem
Adding debian:Microsoft_RSA_Root_Certificate_Authority_2017.pem
Adding debian:NAVER_Global_Root_Certification_Authority.pem
Warning: there was a problem reading the certificate file /etc/ssl/certs/NetLock_Arany_=Class_Gold=_F?tan?s?tv?ny.pem. Message:
  /etc/ssl/certs/NetLock_Arany_=Class_Gold=_F?tan?s?tv?ny.pem (No such file or directory)
Adding debian:OISTE_Server_Root_ECC_G1.pem
Adding debian:OISTE_Server_Root_RSA_G1.pem
Adding debian:OISTE_WISeKey_Global_Root_GB_CA.pem
Adding debian:OISTE_WISeKey_Global_Root_GC_CA.pem
Adding debian:QuoVadis_Root_CA_1_G3.pem
Adding debian:QuoVadis_Root_CA_2_G3.pem
Adding debian:QuoVadis_Root_CA_3_G3.pem
Adding debian:SSL.com_EV_Root_Certification_Authority_ECC.pem
Adding debian:SSL.com_EV_Root_Certification_Authority_RSA_R2.pem
Adding debian:SSL.com_Root_Certification_Authority_ECC.pem
Adding debian:SSL.com_Root_Certification_Authority_RSA.pem
Adding debian:SSL.com_TLS_ECC_Root_CA_2022.pem
Adding debian:SSL.com_TLS_RSA_Root_CA_2022.pem
Adding debian:SZAFIR_ROOT_CA2.pem
Adding debian:Sectigo_Public_Server_Authentication_Root_E46.pem
Adding debian:Sectigo_Public_Server_Authentication_Root_R46.pem
Adding debian:SecureSign_Root_CA12.pem
Adding debian:SecureSign_Root_CA14.pem
Adding debian:SecureSign_Root_CA15.pem
Adding debian:Security_Communication_ECC_RootCA1.pem
Adding debian:Security_Communication_RootCA2.pem
Adding debian:Starfield_Root_Certificate_Authority_-_G2.pem
Adding debian:Starfield_Services_Root_Certificate_Authority_-_G2.pem
Adding debian:SwissSign_RSA_TLS_Root_CA_2022_-_1.pem
Adding debian:T-TeleSec_GlobalRoot_Class_2.pem
Adding debian:T-TeleSec_GlobalRoot_Class_3.pem
Adding debian:TUBITAK_Kamu_SM_SSL_Kok_Sertifikasi_-_Surum_1.pem
Adding debian:TWCA_CYBER_Root_CA.pem
Adding debian:TWCA_Global_Root_CA.pem
Adding debian:TWCA_Root_Certification_Authority.pem
Adding debian:Telekom_Security_TLS_ECC_Root_2020.pem
Adding debian:Telekom_Security_TLS_RSA_Root_2023.pem
Adding debian:Telia_Root_CA_v2.pem
Adding debian:TrustAsia_Global_Root_CA_G3.pem
Adding debian:TrustAsia_Global_Root_CA_G4.pem
Adding debian:TrustAsia_TLS_ECC_Root_CA.pem
Adding debian:TrustAsia_TLS_RSA_Root_CA.pem
Adding debian:TunTrust_Root_CA.pem
Adding debian:UCA_Extended_Validation_Root.pem
Adding debian:UCA_Global_G2_Root.pem
Adding debian:USERTrust_ECC_Certification_Authority.pem
Adding debian:USERTrust_RSA_Certification_Authority.pem
Adding debian:certSIGN_Root_CA_G2.pem
Adding debian:e-Szigno_Root_CA_2017.pem
Adding debian:e-Szigno_TLS_Root_CA_2023.pem
Adding debian:ePKI_Root_Certification_Authority.pem
Adding debian:emSign_ECC_Root_CA_-_C3.pem
Adding debian:emSign_ECC_Root_CA_-_G3.pem
Adding debian:emSign_Root_CA_-_C1.pem
Adding debian:emSign_Root_CA_-_G1.pem
Adding debian:vTrus_ECC_Root_CA.pem
Adding debian:vTrus_Root_CA.pem
done.
Setting up openjdk-25-jre:arm64 (25.0.4+7-1) ...
Setting up default-jre-headless (2:1.25-77) ...
Setting up maven-repo-helper (1.12) ...
Setting up openjdk-25-jdk-headless:arm64 (25.0.4+7-1) ...
update-alternatives: using /usr/lib/jvm/java-25-openjdk-arm64/bin/jar to provide /usr/bin/jar (jar) in auto mode
update-alternatives: using /usr/lib/jvm/java-25-openjdk-arm64/bin/jarsigner to provide /usr/bin/jarsigner (jarsigner) in auto mode
update-alternatives: using /usr/lib/jvm/java-25-openjdk-arm64/bin/javac to provide /usr/bin/javac (javac) in auto mode
update-alternatives: using /usr/lib/jvm/java-25-openjdk-arm64/bin/javadoc to provide /usr/bin/javadoc (javadoc) in auto mode
update-alternatives: using /usr/lib/jvm/java-25-openjdk-arm64/bin/javap to provide /usr/bin/javap (javap) in auto mode
update-alternatives: using /usr/lib/jvm/java-25-openjdk-arm64/bin/jcmd to provide /usr/bin/jcmd (jcmd) in auto mode
update-alternatives: using /usr/lib/jvm/java-25-openjdk-arm64/bin/jdb to provide /usr/bin/jdb (jdb) in auto mode
update-alternatives: using /usr/lib/jvm/java-25-openjdk-arm64/bin/jdeprscan to provide /usr/bin/jdeprscan (jdeprscan) in auto mode
update-alternatives: using /usr/lib/jvm/java-25-openjdk-arm64/bin/jdeps to provide /usr/bin/jdeps (jdeps) in auto mode
update-alternatives: using /usr/lib/jvm/java-25-openjdk-arm64/bin/jfr to provide /usr/bin/jfr (jfr) in auto mode
update-alternatives: using /usr/lib/jvm/java-25-openjdk-arm64/bin/jimage to provide /usr/bin/jimage (jimage) in auto mode
update-alternatives: using /usr/lib/jvm/java-25-openjdk-arm64/bin/jinfo to provide /usr/bin/jinfo (jinfo) in auto mode
update-alternatives: using /usr/lib/jvm/java-25-openjdk-arm64/bin/jlink to provide /usr/bin/jlink (jlink) in auto mode
update-alternatives: using /usr/lib/jvm/java-25-openjdk-arm64/bin/jmap to provide /usr/bin/jmap (jmap) in auto mode
update-alternatives: using /usr/lib/jvm/java-25-openjdk-arm64/bin/jmod to provide /usr/bin/jmod (jmod) in auto mode
update-alternatives: using /usr/lib/jvm/java-25-openjdk-arm64/bin/jnativescan to provide /usr/bin/jnativescan (jnativescan) in auto mode
update-alternatives: using /usr/lib/jvm/java-25-openjdk-arm64/bin/jps to provide /usr/bin/jps (jps) in auto mode
update-alternatives: using /usr/lib/jvm/java-25-openjdk-arm64/bin/jrunscript to provide /usr/bin/jrunscript (jrunscript) in auto mode
update-alternatives: using /usr/lib/jvm/java-25-openjdk-arm64/bin/jshell to provide /usr/bin/jshell (jshell) in auto mode
update-alternatives: using /usr/lib/jvm/java-25-openjdk-arm64/bin/jstack to provide /usr/bin/jstack (jstack) in auto mode
update-alternatives: using /usr/lib/jvm/java-25-openjdk-arm64/bin/jstat to provide /usr/bin/jstat (jstat) in auto mode
update-alternatives: using /usr/lib/jvm/java-25-openjdk-arm64/bin/jstatd to provide /usr/bin/jstatd (jstatd) in auto mode
update-alternatives: using /usr/lib/jvm/java-25-openjdk-arm64/bin/jwebserver to provide /usr/bin/jwebserver (jwebserver) in auto mode
update-alternatives: using /usr/lib/jvm/java-25-openjdk-arm64/bin/serialver to provide /usr/bin/serialver (serialver) in auto mode
update-alternatives: using /usr/lib/jvm/java-25-openjdk-arm64/bin/jhsdb to provide /usr/bin/jhsdb (jhsdb) in auto mode
Setting up default-jre (2:1.25-77) ...
Setting up default-jdk-headless (2:1.25-77) ...
Setting up ant (1.10.17-1) ...
Setting up openjdk-25-jdk:arm64 (25.0.4+7-1) ...
update-alternatives: using /usr/lib/jvm/java-25-openjdk-arm64/bin/jconsole to provide /usr/bin/jconsole (jconsole) in auto mode
Setting up default-jdk (2:1.25-77) ...
Setting up libvtk9-dev (9.6.2+dfsg1-4+b1) ...
Setting up sbuild-build-depends-main-dummy (0.invalid.0) ...

+------------------------------------------------------------------------------+
| Check architectures                          Sun, 09 Aug 2026 19:49:14 +0000 |
+------------------------------------------------------------------------------+

Arch check ok (arm64 included in any all)

+------------------------------------------------------------------------------+
| Build environment                            Sun, 09 Aug 2026 19:49:23 +0000 |
+------------------------------------------------------------------------------+

Kernel: Linux 6.12.100+deb13-arm64 #1 SMP Debian 6.12.100-1 (2026-07-30) arm64 (aarch64)
Toolchain package versions: binutils_2.47-2 dpkg-dev_1.23.7 g++-16_16.2.0-1 gcc-15_15.3.0-2 gcc-16_16.2.0-1 libc6-dev_2.42-17 libstdc++-15-dev_15.3.0-2 libstdc++-16-dev_16.2.0-1 libstdc++6_16.2.0-1 linux-libc-dev_7.1.7-1
Package versions: adwaita-icon-theme_50.0-2 ant_1.10.17-1 apt_3.3.2 at-spi2-common_2.61.1-1 autoconf_2.73-2 automake_1:1.18.1-4 autopoint_1.0-3 autotools-dev_20240727.1+nmu1 base-files_14.2 base-passwd_3.6.8+b1 bash_5.3-3 binfmt-support_2.2.2-8+b1 binutils_2.47-2 binutils-aarch64-linux-gnu_2.47-2 binutils-common_2.47-2 bsdextrautils_2.42.2-2 bsdutils_1:2.42.2-2 bubblewrap_0.11.2-2 build-essential_12.12 bzip2_1.0.8-6+b2 ca-certificates_20260601 ca-certificates-java_20260311 cfortran_20210827-1.1 cmake_4.3.4-1 comerr-dev_2.1-1.47.4-1 coreutils_9.10-1 cpp_4:16.1.0-3 cpp-15_15.3.0-2 cpp-15-aarch64-linux-gnu_15.3.0-2 cpp-16_16.2.0-1 cpp-16-aarch64-linux-gnu_16.2.0-1 cpp-aarch64-linux-gnu_4:16.1.0-3 dash_0.5.12-12+b1 dbus_1.16.2-5+b1 dbus-bin_1.16.2-5+b1 dbus-daemon_1.16.2-5+b1 dbus-session-bus-common_1.16.2-5 dbus-system-bus-common_1.16.2-5 dbus-user-session_1.16.2-5+b1 dconf-gsettings-backend_0.49.0-4+b1 dconf-service_0.49.0-4+b1 dctrl-tools_2.24-3+b2 debconf_1.5.92 debhelper_14.3 debian-archive-keyring_2025.1 debianutils_5.23.2+b1 default-jdk_2:1.25-77 default-jdk-headless_2:1.25-77 default-jre_2:1.25-77 default-jre-headless_2:1.25-77 devscripts_2.26.10 dh-autoreconf_22 dh-python_7.20260623 dh-strip-nondeterminism_1.15.1-1 diffutils_1:3.12-1+b1 dirmngr_2.4.9-7 doxygen_1.15.0+ds1-1.1 dpkg_1.23.7 dpkg-dev_1.23.7 dwz_0.17-1 e2fsprogs_1.47.4-1 fastjar_2:0.98-8 file_1:5.47-4 findutils_4.11.0-2 fontconfig_2.17.1-5 fontconfig-config_2.17.1-5 fonts-dejavu-core_2.37-9 fonts-dejavu-mono_2.37-9 fonts-font-awesome_7.3.0+dfsg-1 fonts-font-awesome-legacy_6-3 fonts-lato_2.015-1 g++_4:16.1.0-3 g++-16_16.2.0-1 g++-16-aarch64-linux-gnu_16.2.0-1 g++-aarch64-linux-gnu_4:16.1.0-3 gcc_4:16.1.0-3 gcc-15_15.3.0-2 gcc-15-aarch64-linux-gnu_15.3.0-2 gcc-15-base_15.3.0-2 gcc-16_16.2.0-1 gcc-16-aarch64-linux-gnu_16.2.0-1 gcc-16-base_16.2.0-1 gcc-aarch64-linux-gnu_4:16.1.0-3 gdal-data_3.13.2+dfsg-1 gdal-plugins_3.13.2+dfsg-1+b1 gettext_1.0-3 gettext-base_1.0-3 gfortran-16_16.2.0-1 gfortran-16-aarch64-linux-gnu_16.2.0-1 gir1.2-freedesktop_1.86.0-6+b2 gir1.2-freedesktop-dev_1.86.0-6+b2 gir1.2-glib-2.0_2.88.3-2 gir1.2-glib-2.0-dev_2.88.3-2 gir1.2-gst-plugins-base-1.0_1.28.6-1 gir1.2-gstreamer-1.0_1.28.6-1 gir1.2-gudev-1.0_238-7+b2 gir1.2-harfbuzz-0.0_12.3.2-2+b2 girepository-tools_2.88.3-2 glycin-loaders_2.1.5+ds-2 glycin-thumbnailers_2.1.5+ds-2 gnupg_2.4.9-7 gnupg-l10n_2.4.9-7 gosop_1.1.0-3+b3 gpg_2.4.9-7 gpg-agent_2.4.9-7 gpgconf_2.4.9-7 gpgsm_2.4.9-7 grep_3.12-1+b1 groff-base_1.24.1-1 gtk-update-icon-cache_4.22.4+ds-1 gzip_1.13-1+b1 hdf5-helpers_2.1.0+repack-1 hicolor-icon-theme_0.18-2 hostname_3.25+b1 ibverbs-providers_63.0-2 icu-devtools_78.3-2 init-system-helpers_1.69 intltool-debian_0.35.0+20060710.6 iso-codes_4.20.1-1 jarwrapper_0.82 java-common_0.77 javahelper_0.82 krb5-multidev_1.22.1-3 libabsl20260526_20260526.0-2 libacl1_2.4.0-1 libacl1-dev_2.4.0-1 libadios2-mpi-auxiliary-2.12_2.12.1+dfsg1-2+b2 libadios2-mpi-c++-2.12_2.12.1+dfsg1-2+b2 libadios2-mpi-c-2.12_2.12.1+dfsg1-2+b2 libadios2-mpi-core-2.12_2.12.1+dfsg1-2+b2 libadios2-mpi-plugins_2.12.1+dfsg1-2+b2 libaec-dev_1.1.7-1 libaec0_1.1.7-1 libamd-comgr3_7.0.2+dfsg-3 libamdhip64-6_6.4.3-5 libaom-dev_3.14.1-1 libaom3_3.14.1-1 libapparmor1_4.1.7-5 libapt-pkg7.0_3.3.2 libarchive-dev_3.8.9-1 libarchive-zip-perl_1.68-1 libarchive13t64_3.8.9-1 libarmadillo-dev_1:15.2.1+dfsg-2 libarmadillo15_1:15.2.1+dfsg-2 libarpack2-dev_3.9.1-6+b2 libarpack2t64_3.9.1-6+b2 libasan8_16.2.0-1 libasound2-data_1.2.16.1-1 libasound2t64_1.2.16.1-1 libassuan-dev_3.0.2-2+b2 libassuan9_3.0.2-2+b2 libatk-bridge2.0-0t64_2.61.1-1 libatk1.0-0t64_2.61.1-1 libatomic1_16.2.0-1 libatspi2.0-0t64_2.61.1-1 libattr1_1:2.6.0-1 libattr1-dev_1:2.6.0-1 libaudit-common_1:4.1.2-1 libaudit1_1:4.1.2-1+b1 libavahi-client3_0.8-18 libavahi-common-data_0.8-18 libavahi-common3_0.8-18 libavcodec-dev_7:9.0-1 libavcodec62_7:8.1.2-2+b3 libavcodec63_7:9.0-1 libavformat-dev_7:9.0-1 libavformat62_7:8.1.2-2+b3 libavformat63_7:9.0-1 libavif-dev_1.4.2-1 libavif16_1.4.2-1 libavutil-dev_7:9.0-1 libavutil60_7:8.1.2-2+b3 libavutil61_7:9.0-1 libb-hooks-op-check-perl_0.22-3+b5 libb2-1_0.98.1-1.1+b3 libbinutils_2.47-2 libblas-dev_3.12.1-8 libblas3_3.12.1-8 libblkid-dev_2.42.2-2 libblkid1_2.42.2-2 libblosc-dev_1.21.5+ds-2+b2 libblosc1_1.21.5+ds-2+b2 libblosc2-7_2.23.1+ds-2 libbluray4_1:1.5.0-3 libboost-dev_1.90.0.2 libboost-python1.90.0_1.90.0-6 libboost1.90-dev_1.90.0-6 libbrotli-dev_1.2.0-3 libbrotli1_1.2.0-3 libbsd0_0.12.2-3 libbz2-1.0_1.0.8-6+b2 libbz2-dev_1.0.8-6+b2 libc-bin_2.42-17 libc-dev-bin_2.42-17 libc-gconv-modules-extra_2.42-17 libc6_2.42-17 libc6-dev_2.42-17 libcairo-gobject2_1.18.4-3+b1 libcairo2_1.18.4-3+b1 libcap-ng0_0.9.3-1+b1 libcap2_1:2.78-1 libcap2-bin_1:2.78-1 libcbor0.10_0.10.2-2.2 libcc1-0_16.2.0-1 libcfitsio-dev_4.6.4-1 libcfitsio10t64_4.6.4-1 libcharls2_2.4.2-2+b3 libchromaprint1_1.6.1-1 libcjson1_1.7.19-2+b1 libclang-common-21-dev_1:21.1.8-10 libclang-cpp21_1:21.1.8-10 libclang1-21_1:21.1.8-10 libclass-method-modifiers-perl_2.15-1 libclass-xsaccessor-perl_1.19-4+b7 libclone-perl_0.50-1+b1 libcloudproviders0_0.4.0-3 libcodec2-1.2_1.2.0-5 libcolord2_1.4.8-3 libcom-err2_1.47.4-1 libconfig-inifiles-perl_3.002000-1 libcrypt1_1:4.5.2+20251210-1 libctf-nobfd0_2.47-2 libctf0_2.47-2 libcups2t64_2.4.18-1 libcurl3t64-gnutls_8.21.0-2 libcurl4-gnutls_8.21.0-2 libcurl4-openssl-dev_8.21.0-2 libcurl4t64_8.21.0-2 libdatrie1_0.2.14-2 libdav1d-dev_1.5.4-1 libdav1d7_1.5.4-1 libdb5.3t64_5.3.28+dfsg2-11+b1 libdbus-1-3_1.16.2-5+b1 libdc1394-25_2.2.6-6+b2 libdc1394-dev_2.2.6-6+b2 libdconf1_0.49.0-4+b1 libde265-0_1.1.1-1 libdebconfclient0_0.283 libdebhelper-perl_14.3 libdeflate-dev_1.25-1 libdeflate0_1.25-1 libdevel-callchecker-perl_0.009-3+b1 libdouble-conversion-dev_3.4.0-1+b1 libdouble-conversion3_3.4.0-1+b1 libdpkg-perl_1.23.7 libdrm-amdgpu1_2.4.134-3 libdrm-common_2.4.134-3 libdrm-dev_2.4.134-3 libdrm-etnaviv1_2.4.134-3 libdrm-freedreno1_2.4.134-3 libdrm-intel1_2.4.134-3 libdrm-nouveau2_2.4.134-3 libdrm-radeon1_2.4.134-3 libdrm-tegra0_2.4.134-3 libdrm2_2.4.134-3 libdvdnav4_7.0.0-2+b1 libdvdread8t64_7.1.1-1 libdynaloader-functions-perl_0.004-2 libedit2_3.1-20260512-1 libegl-dev_1.7.0-3+b1 libegl-mesa0_26.1.5-1 libegl1_1.7.0-3+b1 libeigen3-dev_3.4.0-5 libelf1t64_0.195-1 libencode-locale-perl_1.05-3 libepoxy0_1.5.10-2+b2 libesmtp6_1.1.0-3.2+b2 libevdev2_1.13.6+dfsg-3 libevent-2.1-7t64_2.1.13-stable-1 libevent-core-2.1-7t64_2.1.13-stable-1 libevent-dev_2.1.13-stable-1 libevent-extra-2.1-7t64_2.1.13-stable-1 libevent-openssl-2.1-7t64_2.1.13-stable-1 libevent-pthreads-2.1-7t64_2.1.13-stable-1 libexif-dev_0.6.26-1 libexif12_0.6.26-1 libexpat1_2.8.2-1 libexpat1-dev_2.8.2-1 libexprtk-dev_0.0.3-4 libext2fs-dev_1.47.4-1 libext2fs2t64_1.47.4-1 libfabric1_2.1.0-1.1+b2 libffi-dev_3.7.1-2 libffi8_3.7.1-2 libfido2-1_1.17.0-2 libfile-dirlist-perl_0.05-3 libfile-homedir-perl_1.006-2 libfile-listing-perl_6.16-1 libfile-stripnondeterminism-perl_1.15.1-1 libfile-touch-perl_0.12-2 libfile-which-perl_1.27-2 libfmt10_10.1.1+ds1-4+b2 libfontconfig-dev_2.17.1-5 libfontconfig1_2.17.1-5 libfreetype-dev_2.14.3+dfsg-2 libfreetype6_2.14.3+dfsg-2 libfreexl-dev_2.0.0-1+b4 libfreexl1_2.0.0-1+b4 libfribidi0_1.0.16-5+b1 libfuse3-4_3.18.2-2 libfyba-dev_4.1.1-11+b2 libfyba0t64_4.1.1-11+b2 libgav1-2_0.20.0-2+b2 libgbm-dev_26.1.5-1 libgbm1_26.1.5-1 libgcc-15-dev_15.3.0-2 libgcc-16-dev_16.2.0-1 libgcc-s1_16.2.0-1 libgcrypt20_1.12.2-1 libgd3_2.3.3-14 libgdal-dev_3.13.2+dfsg-1+b1 libgdal39_3.13.2+dfsg-1+b1 libgdbm-compat4t64_1.26-1+b2 libgdbm6t64_1.26-1+b2 libgdcm-dev_3.0.24-13 libgdcm-tools_3.0.24-13 libgdcm3.0t64_3.0.24-13 libgdk-pixbuf-2.0-0_2.44.7+dfsg-1 libgdk-pixbuf2.0-common_2.44.7+dfsg-1 libgeos-c1t64_3.14.1-2+b1 libgeos-dev_3.14.1-2+b1 libgeos3.14.1_3.14.1-2+b1 libgeotiff-dev_1.7.4-2 libgeotiff5_1.7.4-2 libgflags-dev_2.2.2-3 libgflags2.2_2.2.2-3 libgfortran-16-dev_16.2.0-1 libgfortran5_16.2.0-1 libgif-dev_6.1.3-1 libgif7_6.1.3-1 libgio-2.0-dev_2.88.3-2 libgio-2.0-dev-bin_2.88.3-2 libgirepository-2.0-0_2.88.3-2 libgl-dev_1.7.0-3+b1 libgl1_1.7.0-3+b1 libgl1-mesa-dri_26.1.5-1 libgl2ps-dev_1.4.2+dfsg1-4+b1 libgl2ps1.4_1.4.2+dfsg1-4+b1 libgles-dev_1.7.0-3+b1 libgles1_1.7.0-3+b1 libgles2_1.7.0-3+b1 libglew-common-dev_2.3.1+dfsg2-5 libglew-dev_2.3.1+dfsg2-5 libglew2.3_2.3.1+dfsg2-5 libglib2.0-0t64_2.88.3-2 libglib2.0-bin_2.88.3-2 libglib2.0-data_2.88.3-2 libglib2.0-dev_2.88.3-2 libglib2.0-dev-bin_2.88.3-2 libglu1-mesa_9.0.2-1.1+b4 libglu1-mesa-dev_9.0.2-1.1+b4 libglvnd0_1.7.0-3+b1 libglx-dev_1.7.0-3+b1 libglx-mesa0_26.1.5-1 libglx0_1.7.0-3+b1 libglycin-2-0_2.1.5+ds-2 libgme0_0.6.4-1+b1 libgmp-dev_2:6.3.0+dfsg-5+b2 libgmp10_2:6.3.0+dfsg-5+b2 libgmpxx4ldbl_2:6.3.0+dfsg-5+b2 libgnutls-dane0t64_3.8.13-1 libgnutls28-dev_3.8.13-1 libgnutls30t64_3.8.13-1 libgomp1_16.2.0-1 libgoogle-glog-dev_0.6.0-3 libgoogle-glog0v6t64_0.6.0-3 libgpg-error-dev_1.61-3 libgpg-error0_1.61-3 libgpgme-dev_2.1.2-1 libgpgme45_2.1.2-1 libgpgmepp-dev_2.1.0-2 libgpgmepp7_2.1.0-2 libgphoto2-6t64_2.5.33-1+b1 libgphoto2-dev_2.5.33-1+b1 libgphoto2-port12t64_2.5.33-1+b1 libgprofng0_2.47-2 libgraphite2-3_1.3.15-2 libgraphite2-dev_1.3.15-2 libgsm1_1.0.24-1 libgssapi-krb5-2_1.22.1-3 libgssrpc4t64_1.22.1-3 libgstreamer-gl1.0-0_1.28.6-1 libgstreamer-plugins-base1.0-0_1.28.6-1 libgstreamer-plugins-base1.0-dev_1.28.6-1 libgstreamer1.0-0_1.28.6-1 libgstreamer1.0-dev_1.28.6-1 libgtk-3-0t64_3.24.52-1 libgtk-3-common_3.24.52-1 libgudev-1.0-0_238-7+b2 libgudev-1.0-dev_238-7+b2 libharfbuzz-cairo0_12.3.2-2+b2 libharfbuzz-dev_12.3.2-2+b2 libharfbuzz-gobject0_12.3.2-2+b2 libharfbuzz-icu0_12.3.2-2+b2 libharfbuzz-subset0_12.3.2-2+b2 libharfbuzz0b_12.3.2-2+b2 libhdf4-0_4.3.1-3 libhdf4-dev_4.3.1-3 libhdf5-320_2.1.0+repack-1 libhdf5-cpp-320_2.1.0+repack-1 libhdf5-dev_2.1.0+repack-1 libhdf5-fortran-320_2.1.0+repack-1 libhdf5-hl-320_2.1.0+repack-1 libhdf5-hl-cpp-320_2.1.0+repack-1 libhdf5-hl-fortran-320_2.1.0+repack-1 libhdf5-mpi-dev_2.1.0+repack-1 libhdf5-openmpi-320_2.1.0+repack-1 libhdf5-openmpi-cpp-320_2.1.0+repack-1 libhdf5-openmpi-dev_2.1.0+repack-1 libhdf5-openmpi-fortran-320_2.1.0+repack-1 libhdf5-openmpi-hl-320_2.1.0+repack-1 libhdf5-openmpi-hl-cpp-320_2.1.0+repack-1 libhdf5-openmpi-hl-fortran-320_2.1.0+repack-1 libheif-dev_1.23.1-1 libheif-plugin-dav1d_1.23.1-1 libheif-plugin-libde265_1.23.1-1 libheif1_1.23.1-1 libhogweed6t64_3.10.2-1+b1 libhsa-runtime64-1_6.4.3+dfsg-5 libhtml-parser-perl_3.83-2+b1 libhtml-tagset-perl_3.24-1 libhtml-tree-perl_5.07-3 libhttp-cookies-perl_6.12-2 libhttp-date-perl_6.08-1 libhttp-message-perl_7.04-1 libhttp-negotiate-perl_6.01-2 libhwasan0_16.2.0-1 libhwloc-dev_2.14.0-2 libhwloc-plugins_2.14.0-2 libhwloc15_2.14.0-2 libhwy-dev_1.3.0-5 libhwy1t64_1.3.0-5 libibmad5_63.0-2 libibumad3_63.0-2 libibverbs-dev_63.0-2 libibverbs1_63.0-2 libice-dev_2:1.1.1-1+b2 libice6_2:1.1.1-1+b2 libicu-dev_78.3-2 libicu78_78.3-2 libidn2-0_2.3.8-5 libidn2-dev_2.3.8-5 libimagequant0_4.4.1-1+b2 libimath-3-1-29t64_3.1.12-1+b7 libimath-dev_3.1.12-1+b7 libimport-into-perl_1.002005-2 libinput-bin_1.31.3-1 libinput10_1.31.3-1 libio-html-perl_1.004-3 libio-socket-ssl-perl_2.099-1 libio-string-perl_1.08-4 libisl23_0.28-1 libitm1_16.2.0-1 libjansson4_2.15.1-1 libjbig-dev_2.1-6.1+b3 libjbig0_2.1-6.1+b3 libjpeg-dev_1:3.1.3-4 libjpeg62-turbo_1:3.1.3-4 libjpeg62-turbo-dev_1:3.1.3-4 libjs-jquery_3.7.1+dfsg+~3.5.33-1 libjs-jquery-ui_1.14.2+dfsg-1 libjs-sphinxdoc_9.1.0-6 libjson-c-dev_0.19+ds-1 libjson-c5_0.19+ds-1 libjsoncpp-dev_1.9.8-2 libjsoncpp26_1.9.8-2 libjxl-dev_0.11.2-5 libjxl0.11_0.11.2-5 libk5crypto3_1.22.1-3 libkadm5clnt-mit12_1.22.1-3 libkadm5srv-mit12_1.22.1-3 libkdb5-10t64_1.22.1-3 libkeyutils1_1.6.3-6+b2 libkml-dev_1.3.0-13+b2 libkmlbase1t64_1.3.0-13+b2 libkmlconvenience1t64_1.3.0-13+b2 libkmldom1t64_1.3.0-13+b2 libkmlengine1t64_1.3.0-13+b2 libkmlregionator1t64_1.3.0-13+b2 libkmlxsd1t64_1.3.0-13+b2 libkrb5-3_1.22.1-3 libkrb5-dev_1.22.1-3 libkrb5support0_1.22.1-3 libksba8_1.8.0-3 liblapack-dev_3.12.1-8 liblapack3_3.12.1-8 liblapacke_3.12.1-8 liblapacke-dev_3.12.1-8 liblcms2-2_2.19.1-1 liblcms2-dev_2.19.1-1 libldap-dev_2.6.13+dfsg-1+b1 libldap2_2.6.13+dfsg-1+b1 libleptonica-dev_1.86.0-1+b1 libleptonica6_1.86.0-1+b1 liblerc-dev_4.2.0+ds-1 liblerc4_4.2.0+ds-1 libllvm21_1:21.1.8-10 liblsan0_16.2.0-1 libltdl-dev_2.5.4-11 libltdl7_2.5.4-11 liblwp-mediatypes-perl_6.04-2 liblwp-protocol-https-perl_6.15-1 liblz4-1_1.10.0-10 liblz4-dev_1.10.0-10 liblzma-dev_5.8.3-1 liblzma5_5.8.3-1 libmagic-mgc_1:5.47-4 libmagic1t64_1:5.47-4 libmariadb-dev_1:11.8.8-1 libmariadb-dev-compat_1:11.8.8-1 libmariadb3_1:11.8.8-1 libmd0_1.2.0-2 libmd4c0_0.5.3-1 libminizip-dev_1:1.3.dfsg+really1.3.2-3 libminizip1t64_1:1.3.dfsg+really1.3.2-3 libmodule-runtime-perl_0.018-1 libmoo-perl_2.005005-1 libmount-dev_2.42.2-2 libmount1_2.42.2-2 libmp3lame0_4.0-1 libmpc3_1.3.1-3 libmpfr6_4.2.2-3 libmpg123-0t64_1.33.7-1 libmtdev1t64_1.1.7-1+b2 libmunge2_0.5.18-1 libmuparser-dev_2.3.4-2+b1 libmuparser2v5_2.3.4-2+b1 libncursesw6_6.6+20260608-2 libnet-http-perl_6.24-1 libnet-ssleay-perl_1.96-1+b1 libnetcdf-dev_1:4.10.1-1+b1 libnetcdf22_1:4.10.1-1+b1 libnettle8t64_3.10.2-1+b1 libnghttp2-14_1.70.0-1 libnghttp2-dev_1.70.0-1 libnghttp3-9_1.17.0-1 libnghttp3-dev_1.17.0-1 libngtcp2-16_1.24.0-1 libngtcp2-crypto-gnutls8_1.24.0-1 libngtcp2-crypto-ossl-dev_1.24.0-1 libngtcp2-crypto-ossl0_1.24.0-1 libngtcp2-dev_1.24.0-1 libnl-3-200_3.12.0-2+b1 libnl-3-dev_3.12.0-2+b1 libnl-route-3-200_3.12.0-2+b1 libnl-route-3-dev_3.12.0-2+b1 libnorm1t64_1.5.9+dfsg-4+b1 libnpth0t64_1.8-3+b2 libnspr4_2:4.39-1 libnspr4-dev_2:4.39-1 libnss3_2:3.126-1 libnss3-dev_2:3.126-1 libnuma-dev_2.0.19-1+b2 libnuma1_2.0.19-1+b2 libodbc2_2.3.14-2 libodbccr2_2.3.14-2 libodbcinst2_2.3.14-2 libogg-dev_1.3.6-2+b1 libogg0_1.3.6-2+b1 libopenexr-3-4-33_3.4.6+ds-4+b2 libopenexr-dev_3.4.6+ds-4+b2 libopengl-dev_1.7.0-3+b1 libopengl0_1.7.0-3+b1 libopenjp2-7_2.5.4-1.1 libopenjp2-7-dev_2.5.4-1.1 libopenjp2-tools_2.5.4-1.1 libopenjph-dev_0.28.1-1 libopenjph0.28_0.28.1-1 libopenjpip-dec-server_2.5.4-1.1 libopenjpip7_2.5.4-1.1 libopenmpi-dev_5.0.10-4 libopenmpi40_5.0.10-4 libopenmpt0t64_0.8.7-1 libopus0_1.6.1-1+b1 liborc-0.4-0t64_1:0.4.42-4 liborc-0.4-dev_1:0.4.42-4 liborc-0.4-dev-bin_1:0.4.42-4 libp11-kit-dev_0.26.4-1 libp11-kit0_0.26.4-1 libpam-modules_1.7.0-8 libpam-modules-bin_1.7.0-8 libpam-runtime_1.7.0-8 libpam-systemd_261.2-1 libpam0g_1.7.0-8 libpango-1.0-0_1.58.0-1 libpangocairo-1.0-0_1.58.0-1 libpangoft2-1.0-0_1.58.0-1 libparams-classify-perl_0.015-2+b6 libpciaccess-dev_0.19-2 libpciaccess0_0.19-2 libpcre2-16-0_10.46-1+b2 libpcre2-32-0_10.46-1+b2 libpcre2-8-0_10.46-1+b2 libpcre2-dev_10.46-1+b2 libpcre2-posix3_10.46-1+b2 libpcsclite1_2.5.1-1 libperl5.42_5.42.2-3 libpgm-5.3-0t64_5.3.128~dfsg-3 libpipeline1_1.5.8-3 libpixman-1-0_0.46.4-1+b2 libpkgconf7_2.5.1-4 libpmix2t64_6.1.1~rc2-4 libpng-dev_1.6.58-1 libpng16-16t64_1.6.58-1 libpoppler-dev_26.01.0-5 libpoppler-private-dev_26.01.0-5 libpoppler156_26.01.0-5 libpq-dev_18.4-1+b2 libpq5_18.4-1+b2 libproc2-1_2:4.0.6-3 libproj-dev_9.8.1-1 libproj25_9.8.1-1 libprotobuf-dev_3.21.12-16 libprotobuf-lite32t64_3.21.12-16 libprotobuf32t64_3.21.12-16 libprotoc32t64_3.21.12-16 libprrte-bin_4.1.1~rc2-6 libprrte-dev_4.1.1~rc2-6 libprrte4_4.1.1~rc2-6 libpsl-dev_0.23.1-1 libpsl5t64_0.23.1-1 libpugixml1v5_1.16-1 libpython3-all-dev_3.14.6-1 libpython3-dev_3.14.6-1 libpython3-stdlib_3.14.6-1 libpython3.13_3.13.14-1 libpython3.13-dev_3.13.14-1 libpython3.13-minimal_3.13.14-1 libpython3.13-stdlib_3.13.14-1 libpython3.14_3.14.6-1 libpython3.14-dev_3.14.6-1 libpython3.14-minimal_3.14.6-1 libpython3.14-stdlib_3.14.6-1 libqhull-dev_2020.2-9 libqhull-r8.0_2020.2-9 libqhull8.0_2020.2-9 libqhullcpp8.0_2020.2-9 libqt5concurrent5t64_5.15.19+dfsg-4 libqt5core5t64_5.15.19+dfsg-4 libqt5dbus5t64_5.15.19+dfsg-4 libqt5gui5t64_5.15.19+dfsg-4 libqt5network5t64_5.15.19+dfsg-4 libqt5opengl5-dev_5.15.19+dfsg-4 libqt5opengl5t64_5.15.19+dfsg-4 libqt5printsupport5t64_5.15.19+dfsg-4 libqt5sql5t64_5.15.19+dfsg-4 libqt5test5t64_5.15.19+dfsg-4 libqt5widgets5t64_5.15.19+dfsg-4 libqt5xml5t64_5.15.19+dfsg-4 libqt6core6t64_6.10.2+dfsg-16 libqt6dbus6_6.10.2+dfsg-16 libqt6gui6_6.10.2+dfsg-16 libqt6opengl6_6.10.2+dfsg-16 libqt6openglwidgets6_6.10.2+dfsg-16 libqt6sql6_6.10.2+dfsg-16 libqt6widgets6_6.10.2+dfsg-16 librabbitmq4_0.17.0-1 librav1e-dev_0.8.1-11 librav1e0.8_0.8.1-11 libraw1394-11_2.1.2-2.1 libraw1394-dev_2.1.2-2.1 librdmacm1t64_63.0-2 libreadline8t64_8.3-4 librhash1_1.4.6-1.1+b1 librist4_0.2.20+dfsg-1 librole-tiny-perl_2.002005-1 librsvg2-2_2.62.1+dfsg-1 librtmp-dev_2.6-1 librtmp1_2.6-1 librttopo-dev_1.1.0-4+b2 librttopo1_1.1.0-4+b2 libsasl2-2_2.1.28+dfsg1-11 libsasl2-modules-db_2.1.28+dfsg1-11 libseccomp2_2.6.1-1 libselinux-dev_3.11-2 libselinux1_3.11-2 libsemanage-common_3.11-1 libsemanage2_3.11-1 libsensors-config_1:3.6.2-2 libsensors5_1:3.6.2-2+b2 libsepol-dev_3.11-1 libsepol2_3.11-1 libset-scalar-perl_1.29-3 libsframe3_2.47-2 libsharpyuv-dev_1.5.0-0.1+b2 libsharpyuv0_1.5.0-0.1+b2 libshine3_3.1.1-4 libsm-dev_2:1.2.6-1+b2 libsm6_2:1.2.6-1+b2 libsmartcols1_2.42.2-2 libsnappy1v5_1.2.2-2+b2 libsocket++1_1.12.13+git20131030.5d039ba-2 libsodium26_1.0.22-2 libsoxr0_0.1.3-4.1+b1 libspatialite-dev_5.1.0-4 libspatialite8t64_5.1.0-4 libspdlog1.15_1:1.15.3+ds-1+b2 libspeex1_1.2.1-3+b2 libsqlite3-0_3.53.4-2 libsqlite3-dev_3.53.4-2 libsrt1.5-gnutls_1.5.6-1 libss2_1.47.4-1 libssh-4_0.12.2-1 libssh2-1-dev_1.11.1-5 libssh2-1t64_1.11.1-5 libssl-dev_3.6.3-1 libssl3t64_3.6.3-1 libstdc++-15-dev_15.3.0-2 libstdc++-16-dev_16.2.0-1 libstdc++6_16.2.0-1 libsub-quote-perl_2.006009-1 libsuperlu-dev_7.0.1+dfsg1-2+b2 libsuperlu7_7.0.1+dfsg1-2+b2 libsvtav1enc-dev_4.1.0+dfsg-1 libsvtav1enc4_4.1.0+dfsg-1 libswresample-dev_7:9.0-1 libswresample6_7:8.1.2-2+b3 libswresample7_7:9.0-1 libswscale-dev_7:9.0-1 libswscale10_7:9.0-1 libswscale9_7:8.1.2-2+b3 libsysprof-capture-4-dev_50.0-3 libsystemd-shared_261.2-1 libsystemd0_261.2-1 libsz2_1.1.7-1 libtasn1-6_4.21.0-2+b1 libtasn1-6-dev_4.21.0-2+b1 libtbb-dev_2023.1.0-2 libtbb12_2023.1.0-2 libtbbbind-2-5_2023.1.0-2 libtbbmalloc2_2023.1.0-2 libtesseract-dev_5.5.0-1.1 libtesseract5_5.5.0-1.1 libthai-data_0.1.30-3 libthai0_0.1.30-3 libtheora-dev_1.2.0+dfsg-6+b2 libtheora1_1.2.0+dfsg-6+b2 libtheoradec2_1.2.0+dfsg-6+b2 libtheoraenc2_1.2.0+dfsg-6+b2 libtiff-dev_4.7.2-1 libtiff6_4.7.2-1 libtiffxx6_4.7.2-1 libtimedate-perl_2.3500-1 libtinfo6_6.6+20260608-2 libtmglib-dev_3.12.1-8 libtmglib3_3.12.1-8 libtool_2.5.4-11 libtry-tiny-perl_0.32-1 libts0t64_1.22-1.1+b2 libtsan2_16.2.0-1 libtwolame0_0.4.0-3 libubsan1_16.2.0-1 libucc1_1.8.0-2 libuchardet0_0.0.8-2+b2 libucx0_1.22.0-1 libudev-dev_261.2-1 libudev1_261.2-1 libudfread3_1.2.0-3 libunbound8_1.26.0-1 libunistring-dev_1.4.2-1 libunistring5_1.4.2-1 liburi-perl_5.35-1 liburiparser-dev_1.0.1+dfsg-1 liburiparser1_1.0.1+dfsg-1 libusb-1.0-0_2:1.0.30-1 libutfcpp-dev_4.1.1-2 libuuid1_2.42.2-2 libuv1t64_1.52.1-4 libv4l-0t64_1.32.0-5 libv4l-dev_1.32.0-5 libv4l2rds0t64_1.32.0-5 libv4lconvert0t64_1.32.0-5 libva-dev_2.24.1-2 libva-drm2_2.24.1-2 libva-glx2_2.24.1-2 libva-wayland2_2.24.1-2 libva-x11-2_2.24.1-2 libva2_2.24.1-2 libvdpau1_1.5-4+b1 libvorbis0a_1.3.7-3+b2 libvorbisenc2_1.3.7-3+b2 libvorbisfile3_1.3.7-3+b2 libvpx12_1.16.0-3 libvtk9-dev_9.6.2+dfsg1-4+b1 libvtk9-java_9.6.2+dfsg1-4+b1 libvtk9.6_9.6.2+dfsg1-4+b1 libvtk9.6-qt_9.6.2+dfsg1-4+b1 libvtkgdcm-9.1t64_3.0.24-13 libvtkgdcm-dev_3.0.24-13 libvulkan-dev_1.4.357.0-1 libvulkan1_1.4.357.0-1 libwacom-common_2.18.0-1 libwacom9_2.18.0-1 libwayland-bin_1.26.0-1 libwayland-client0_1.26.0-1 libwayland-cursor0_1.26.0-1 libwayland-dev_1.26.0-1 libwayland-egl1_1.26.0-1 libwayland-server0_1.26.0-1 libwebp-dev_1.5.0-0.1+b2 libwebp7_1.5.0-0.1+b2 libwebpdecoder3_1.5.0-0.1+b2 libwebpdemux2_1.5.0-0.1+b2 libwebpmux3_1.5.0-0.1+b2 libwww-perl_6.83-1 libwww-robotrules-perl_6.03-1 libx11-6_2:1.8.13-1 libx11-data_2:1.8.13-1 libx11-dev_2:1.8.13-1 libx11-xcb-dev_2:1.8.13-1 libx11-xcb1_2:1.8.13-1 libx264-165_2:0.165.3223+git20250910.0480cb0-1 libx265-216_4.2-3 libxapian30_1.4.31-2 libxau-dev_1:1.0.11-1+b2 libxau6_1:1.0.11-1+b2 libxcb-cursor0_0.1.6-1 libxcb-dri3-0_1.17.0-2+b2 libxcb-glx0_1.17.0-2+b2 libxcb-icccm4_0.4.2-1+b2 libxcb-image0_0.4.0-2+b3 libxcb-keysyms1_0.4.1-1+b2 libxcb-present0_1.17.0-2+b2 libxcb-randr0_1.17.0-2+b2 libxcb-render-util0_0.3.10-1+b2 libxcb-render0_1.17.0-2+b2 libxcb-shape0_1.17.0-2+b2 libxcb-shm0_1.17.0-2+b2 libxcb-sync1_1.17.0-2+b2 libxcb-util1_0.4.1-1+b2 libxcb-xfixes0_1.17.0-2+b2 libxcb-xinerama0_1.17.0-2+b2 libxcb-xinput0_1.17.0-2+b2 libxcb-xkb1_1.17.0-2+b2 libxcb1_1.17.0-2+b2 libxcb1-dev_1.17.0-2+b2 libxcomposite1_1:0.4.6-1+b2 libxcursor-dev_1:1.2.3-1+b2 libxcursor1_1:1.2.3-1+b2 libxdamage1_1:1.1.7-1+b1 libxdmcp-dev_1:1.1.5-2+b1 libxdmcp6_1:1.1.5-2+b1 libxerces-c-dev_3.2.4+debian-1.3+b4 libxerces-c3.2t64_3.2.4+debian-1.3+b4 libxext-dev_2:1.3.4-1+b4 libxext6_2:1.3.4-1+b4 libxfixes-dev_1:6.0.0-2+b5 libxfixes3_1:6.0.0-2+b5 libxft-dev_2.3.6-1+b5 libxft2_2.3.6-1+b5 libxi6_2:1.8.2-2+b1 libxinerama1_2:1.1.4-3+b5 libxkbcommon-x11-0_1.13.1-1 libxkbcommon0_1.13.1-1 libxml2-16_2.15.3+dfsg-1 libxml2-dev_2.15.3+dfsg-1 libxnvctrl0_535.171.04-1+b3 libxpm4_1:3.5.19-1 libxrandr2_2:1.5.4-1+b4 libxrender-dev_1:0.9.12-1+b2 libxrender1_1:0.9.12-1+b2 libxres1_2:1.2.1-2 libxshmfence1_1.3.3-1+b2 libxss-dev_1:1.2.3-1+b4 libxss1_1:1.2.3-1+b4 libxt-dev_1:1.2.1-1.3+b2 libxt6t64_1:1.2.1-1.3+b2 libxtst6_2:1.2.5-1+b2 libxvidcore4_2:1.3.7-3+b2 libxxf86vm1_1:1.1.4-2+b1 libxxhash-dev_0.8.3-2+b2 libxxhash0_0.8.3-2+b2 libyaml-0-2_0.2.5-2+b1 libyaml-cpp0.9_0.9.0+dfsg-9 libyaml-libyaml-perl_0.910.0+ds-1+b1 libyuv-dev_0.0.1949.20260706-1 libyuv0_0.0.1949.20260706-1 libz3-4_4.13.3-1.1 libzfp1t64_1.0.1-4+b7 libzmq5_4.3.5-1+b7 libzstd-dev_1.5.7+dfsg-4 libzstd1_1.5.7+dfsg-4 libzvbi-common_0.2.44-2 libzvbi0t64_0.2.44-2 linux-libc-dev_7.1.7-1 login_1:4.16.0-2+really2.42.2-2 login.defs_1:4.19.3-2 logsave_1.47.4-1 m4_1.4.21-1 make_4.4.1-3+b1 man-db_2.13.1-1+b1 mariadb-common_1:11.8.8-1 maven-repo-helper_1.12 mawk_1.3.4.20260302-1 media-types_14.0.0 mesa-libgallium_26.1.5-1 mpi-default-bin_1.20 mpi-default-dev_1.20 mysql-common_5.8+1.1.1 native-architecture_0.2.6 ncurses-base_6.6+20260608-2 ncurses-bin_6.6+20260608-2 netbase_6.5 nettle-dev_3.10.2-1+b1 ninja-build_1.13.2-1+b1 nlohmann-json3-dev_3.12.0.really.3.12.0.really.3.11.3-3 ocl-icd-libopencl1_2.3.4-1+b1 ocl-icd-opencl-dev_2.3.4-1+b1 opencl-c-headers_3.0~2025.07.22-2 opencl-clhpp-headers_3.0~2025.07.22-1 openjdk-25-jdk_25.0.4+7-1 openjdk-25-jdk-headless_25.0.4+7-1 openjdk-25-jre_25.0.4+7-1 openjdk-25-jre-headless_25.0.4+7-1 openmpi-bin_5.0.10-4 openmpi-common_5.0.10-4 openssh-client_1:10.4p1-4 openssh-common_1:10.4p1-4 openssl_3.6.3-1 openssl-provider-legacy_3.6.3-1 passwd_1:4.19.3-2 patch_2.8-2+b1 patchutils_0.4.5-1 pci.ids_0.0~2026.07.21-1 perl_5.42.2-3 perl-base_5.42.2-3 perl-modules-5.42_5.42.2-3 perl-openssl-defaults_7+b2 pinentry-curses_1.3.3-2 pkgconf_2.5.1-4 pkgconf-bin_2.5.1-4 po-debconf_1.0.22 procps_2:4.0.6-3 proj-data_9.8.1-1 protobuf-compiler_3.21.12-16 prrte-common_4.1.1~rc2-6 python3_3.14.6-1 python3-all_3.14.6-1 python3-all-dev_3.14.6-1 python3-autocommand_2.2.2-4 python3-bs4_4.15.0-1 python3-dev_3.14.6-1 python3-imath_3.1.12-1+b7 python3-inflect_7.5.0-2 python3-jaraco.context_6.0.1-2 python3-jaraco.functools_4.1.0-1 python3-jaraco.text_4.0.0-1 python3-minimal_3.14.6-1 python3-more-itertools_11.1.0-1 python3-mpi4py_4.1.2-1 python3-numpy_1:2.4.6+ds-4 python3-numpy-dev_1:2.4.6+ds-4 python3-packaging_26.2-2 python3-pkg-resources_78.1.1-0.1 python3-setuptools_78.1.1-0.1 python3-soupsieve_2.8.4-1 python3-typeguard_4.4.4-3 python3-typing-extensions_4.16.0-4 python3-vtk9_9.6.2+dfsg1-4+b1 python3-zipp_3.23.0-1 python3.13_3.13.14-1 python3.13-dev_3.13.14-1 python3.13-minimal_3.13.14-1 python3.14_3.14.6-1 python3.14-dev_3.14.6-1 python3.14-minimal_3.14.6-1 qt5-qmake_5.15.19+dfsg-4 qt5-qmake-bin_5.15.19+dfsg-4 qtbase5-dev_5.15.19+dfsg-4 qtbase5-dev-tools_5.15.19+dfsg-4 qtchooser_66-2+b2 readline-common_8.3-4 rpcsvc-proto_1.4.4-1 sbuild-build-depends-main-dummy_0.invalid.0 sed_4.9-3 sensible-utils_0.0.26 shared-mime-info_2.4-5+b4 sqv_1.4.0-1 systemd_261.2-1 systemd-sysv_261.2-1 sysvinit-utils_3.18-1 tar_1.35+dfsg-5 tzdata_2026c-1 unixodbc-common_2.3.14-2 unixodbc-dev_2.3.14-2 util-linux_2.42.2-2 uuid-dev_2.42.2-2 vtk9_9.6.2+dfsg1-4+b1 wdiff_1.2.2-9+b1 x11-common_1:7.7+26 x11proto-dev_2025.1-1 xkb-data_2.48-1 xorg-sgml-doctools_1:1.12.1-1 xtrans-dev_1.6.0-1 xz-utils_5.8.3-1 zlib1g_1:1.3.dfsg+really1.3.2-3 zlib1g-dev_1:1.3.dfsg+really1.3.2-3

+------------------------------------------------------------------------------+
| Build                                        Sun, 09 Aug 2026 19:49:23 +0000 |
+------------------------------------------------------------------------------+


Unpack source
-------------

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 3.0 (quilt)
Source: opencv
Binary: opencv-doc, libopencv-dev, opencv-data, libopencv-core-dev, libopencv-core410, libopencv-ml-dev, libopencv-ml410, libopencv-imgproc-dev, libopencv-imgproc410, libopencv-imgcodecs-dev, libopencv-imgcodecs410, libopencv-video-dev, libopencv-video410, libopencv-videoio-dev, libopencv-videoio410, libopencv-objdetect-dev, libopencv-objdetect410, libopencv-highgui-dev, libopencv-highgui410, libopencv-calib3d-dev, libopencv-calib3d410, libopencv-flann-dev, libopencv-flann410, libopencv-dnn-dev, libopencv-dnn410, libopencv-features2d-dev, libopencv-features2d410, libopencv-photo-dev, libopencv-photo410, libopencv-videostab-dev, libopencv-videostab410, libopencv-stitching-dev, libopencv-stitching410, libopencv-shape-dev, libopencv-shape410, libopencv-superres-dev, libopencv-superres410, libopencv-viz-dev, libopencv-viz410, libopencv-contrib-dev, libopencv-contrib410, libopencv-java, libopencv410-jni, python3-opencv
Architecture: any all
Version: 4.10.0+dfsg-8
Maintainer: Debian Science Team <debian-science-maintainers at lists.alioth.debian.org>
Uploaders: Nobuhiro Iwamatsu <iwamatsu at debian.org>, Mo Zhou <lumin at debian.org>
Homepage: https://opencv.org
Standards-Version: 4.7.4
Vcs-Browser: https://salsa.debian.org/science-team/opencv
Vcs-Git: https://salsa.debian.org/science-team/opencv.git
Testsuite: autopkgtest
Testsuite-Triggers: build-essential, python3, python3-numpy
Build-Depends: dpkg-dev (>= 1.22.5), ant [!hppa !hurd-any], cmake, debhelper-compat (= 13), default-jdk [!hppa !hurd-any], dh-sequence-python3, doxygen, dh-sequence-javahelper, ninja-build, libavcodec-dev, libavformat-dev, libdc1394-dev [linux-any], libeigen3-dev, libgdal-dev, libgdcm-dev [!alpha !hppa !ia64 !m68k !sh4 !x32], libvtkgdcm-dev [!alpha !hppa !ia64 !m68k !sh4 !x32], libgdcm-tools [!alpha !hppa !ia64 !m68k !sh4 !x32], libgl-dev, libglu1-mesa-dev, libgoogle-glog-dev, libgphoto2-dev, libharfbuzz-dev, libjpeg-dev, liblapack-dev, liblapacke-dev, libleptonica-dev, libopenexr-dev, libopenjp2-7-dev, libopenjpip-dec-server, libopenjp2-tools, libimath-dev, libpng-dev, libprotobuf-dev, libqt5opengl5-dev, libraw1394-dev [linux-any], libswscale-dev, libtbb-dev [amd64 arm64 armel armhf i386 mips mips64el mipsel ppc64el s390x powerpc ppc64 riscv64 sh4 sparc64 alpha], libtesseract-dev, libtiff-dev, libv4l-dev [linux-any], libva-dev, libvtk9-dev, libgstreamer1.0-dev, libgstreamer-plugins-base1.0-dev, dh-sequence-maven-repo-helper [!hppa !hurd-any], ocl-icd-opencl-dev, protobuf-compiler, python3-all-dev, dh-sequence-numpy3, python3-numpy, python3-bs4, python3-imath, python3-setuptools, qtbase5-dev, zlib1g-dev
Package-List:
 libopencv-calib3d-dev deb libdevel optional arch=any
 libopencv-calib3d410 deb libs optional arch=any
 libopencv-contrib-dev deb libdevel optional arch=any
 libopencv-contrib410 deb libs optional arch=any
 libopencv-core-dev deb libdevel optional arch=any
 libopencv-core410 deb libs optional arch=any
 libopencv-dev deb libdevel optional arch=any
 libopencv-dnn-dev deb libdevel optional arch=any
 libopencv-dnn410 deb libs optional arch=any
 libopencv-features2d-dev deb libdevel optional arch=any
 libopencv-features2d410 deb libs optional arch=any
 libopencv-flann-dev deb libdevel optional arch=any
 libopencv-flann410 deb libs optional arch=any
 libopencv-highgui-dev deb libdevel optional arch=any
 libopencv-highgui410 deb libs optional arch=any
 libopencv-imgcodecs-dev deb libdevel optional arch=any
 libopencv-imgcodecs410 deb libs optional arch=any
 libopencv-imgproc-dev deb libdevel optional arch=any
 libopencv-imgproc410 deb libs optional arch=any
 libopencv-java deb java optional arch=amd64,arm64,armel,armhf,i386,mips64el,mipsel,ppc64el,s390x,alpha,ia64,m68k,powerpc,ppc64,riscv64,sh4,sparc64,x32
 libopencv-ml-dev deb libdevel optional arch=any
 libopencv-ml410 deb libs optional arch=any
 libopencv-objdetect-dev deb libdevel optional arch=any
 libopencv-objdetect410 deb libs optional arch=any
 libopencv-photo-dev deb libdevel optional arch=any
 libopencv-photo410 deb libs optional arch=any
 libopencv-shape-dev deb libdevel optional arch=any
 libopencv-shape410 deb libs optional arch=any
 libopencv-stitching-dev deb libdevel optional arch=any
 libopencv-stitching410 deb libs optional arch=any
 libopencv-superres-dev deb libdevel optional arch=any
 libopencv-superres410 deb libs optional arch=any
 libopencv-video-dev deb libdevel optional arch=any
 libopencv-video410 deb libs optional arch=any
 libopencv-videoio-dev deb libdevel optional arch=any
 libopencv-videoio410 deb libs optional arch=any
 libopencv-videostab-dev deb libdevel optional arch=any
 libopencv-videostab410 deb libs optional arch=any
 libopencv-viz-dev deb libdevel optional arch=any
 libopencv-viz410 deb libs optional arch=any
 libopencv410-jni deb java optional arch=amd64,arm64,armel,armhf,i386,mips64el,mipsel,ppc64el,s390x,alpha,ia64,m68k,powerpc,ppc64,riscv64,sh4,sparc64,x32
 opencv-data deb libdevel optional arch=all
 opencv-doc deb doc optional arch=all
 python3-opencv deb python optional arch=any
Checksums-Sha1:
 af7197d2cb98cd685a04dc6ed7544dd8e26ea37c 50001392 opencv_4.10.0+dfsg.orig-contrib.tar.xz
 701f7107994ba7fff0e15c0d1adde9c5ac561981 77603312 opencv_4.10.0+dfsg.orig.tar.xz
 aeb16326252e4e3c4d01d52a9d099f15d42b9eb0 49456 opencv_4.10.0+dfsg-8.debian.tar.xz
Checksums-Sha256:
 bc499ce3a1421b2474c20cce9949a574311bb3b6a71a5527e00e6f71cdb646b9 50001392 opencv_4.10.0+dfsg.orig-contrib.tar.xz
 4ca619efbad524c550771ab110332fc81293fb720bd03980fe58bc15f9ca3be8 77603312 opencv_4.10.0+dfsg.orig.tar.xz
 bb9c755ef5ae9c99ac78e5a4838d9c40e878829636fe64f580fdf7406abe17ea 49456 opencv_4.10.0+dfsg-8.debian.tar.xz
Files:
 7560df59eae798aaaf0a50809f7549f6 50001392 opencv_4.10.0+dfsg.orig-contrib.tar.xz
 52715460e952f7d334864d6b225f0a9a 77603312 opencv_4.10.0+dfsg.orig.tar.xz
 3dbfc28f592e246f2c60a0494cbb0285 49456 opencv_4.10.0+dfsg-8.debian.tar.xz

-----BEGIN PGP SIGNATURE-----

iQEzBAEBCgAdFiEE1Uw7+v+wQt44LaXXQc5/C58bizIFAmpbLS8ACgkQQc5/C58b
izL+4gf/SAdSqsos/gpdGSQP+Lr4qgJBM5FLJ0/Js39AMhDMI/IHX7ue/maAWpvf
HumsYMOrNl2SMNCv3KtIPWF643D0TvE6wVcWZStYvtX1bM0AmXZ6N24qK2HvySVx
S3wXTh0ugJ4xI68e/tKST9uFQQDOxnlr6KhsrPVexAKAmWk6+MDEXEChC9pn50b8
ucXMZ8nvi4HXqZY9DN13m1Dw2+dz3dPopPLusljEsFHNqcP0fo0QxW/T5Mjai8Qf
eG6UW52YaPaz7FoWF4QXV4XbdgzPWlkRSHyrVJ5d4+1qY2oZlRJ62DGoMx3HSo+T
ggHYVEaQIqPhwE+eeZT3KoFARB8ebQ==
=8JSJ
-----END PGP SIGNATURE-----

dpkg-source: warning: cannot verify inline signature for ./opencv_4.10.0+dfsg-8.dsc: missing OpenPGP keyrings
dpkg-source: info: verifying ./opencv_4.10.0+dfsg-8.dsc
dpkg-source: info: skipping absent keyring /usr/share/keyrings/debian-keyring.pgp
dpkg-source: info: skipping absent keyring /usr/share/keyrings/debian-tag2upload.pgp
dpkg-source: info: skipping absent keyring /usr/share/keyrings/debian-nonupload.pgp
dpkg-source: info: skipping absent keyring /usr/share/keyrings/debian-maintainers.pgp
dpkg-source: info: extracting opencv in /build/reproducible-path/opencv-4.10.0+dfsg
dpkg-source: info: unpacking opencv_4.10.0+dfsg.orig.tar.xz
dpkg-source: info: unpacking opencv_4.10.0+dfsg.orig-contrib.tar.xz
dpkg-source: info: unpacking opencv_4.10.0+dfsg-8.debian.tar.xz
dpkg-source: info: using patch list from debian/patches/series
dpkg-source: info: applying change_jquery.js_path
dpkg-source: info: applying cmake-dont-install-inexistent-files.patch
dpkg-source: info: applying 0006-Fix-LAPACK-finding-CMake-code.patch
dpkg-source: info: applying 0008-Do-not-embed-build-directory-in-binaries.patch
dpkg-source: info: applying 0009-Do-not-embed-build-directory-in-documentation.patch
dpkg-source: info: applying cmake-no-download.patch
dpkg-source: info: applying setup-py-for-egg.patch
dpkg-source: info: applying fix-vsx-build-with-gcc-15.patch
dpkg-source: info: applying cmake-4.patch
dpkg-source: info: applying ffmpeg-8.0-compat-1.patch
dpkg-source: info: applying ffmpeg-8.0-compat-2.patch
dpkg-source: info: applying vtk-9.6.patch

Check disk space
----------------

Sufficient free space for build

User Environment
----------------

APT_CONFIG=/var/lib/sbuild/apt.conf
CCACHE_DIR=/ccache
CCACHE_UMASK=002
DEB_BUILD_OPTIONS=parallel=2
HOME=/sbuild-nonexistent
LANG=en_US.UTF-8
LC_ADDRESS=de_AT.UTF-8
LC_ALL=C.UTF-8
LC_IDENTIFICATION=de_AT.UTF-8
LC_MEASUREMENT=de_AT.UTF-8
LC_MONETARY=de_AT.UTF-8
LC_NAME=de_AT.UTF-8
LC_NUMERIC=de_AT.UTF-8
LC_PAPER=de_AT.UTF-8
LC_TELEPHONE=de_AT.UTF-8
LC_TIME=en_DK.UTF-8
LOGNAME=sebastian
PATH=/usr/local/sbin:/usr/local/bin:/usr/lib/ccache:/usr/sbin:/usr/bin:/sbin:/bin:/usr/X11R6/bin:/usr/games
SCHROOT_ALIAS_NAME=unstable-arm64-sbuild
SCHROOT_CHROOT_NAME=unstable-arm64-sbuild
SCHROOT_COMMAND=env
SCHROOT_GID=1000
SCHROOT_GROUP=sebastian
SCHROOT_SESSION_ID=unstable-arm64-sbuild-f4b43ca5-812f-4041-bdac-8fd3d2a50574
SCHROOT_UID=1000
SCHROOT_USER=sebastian
SHELL=/bin/sh
USER=sebastian

dpkg-buildpackage
-----------------

Command: dpkg-buildpackage --sanitize-env -us -uc -B
dpkg-buildpackage: info: source package opencv
dpkg-buildpackage: info: source version 4.10.0+dfsg-8
dpkg-buildpackage: info: source distribution unstable
dpkg-buildpackage: info: source changed by Santiago Vila <sanvila at debian.org>
 dpkg-source --before-build .
dpkg-buildpackage: info: host architecture arm64
 debian/rules clean
dh clean
   debian/rules override_dh_auto_clean
make[1]: Entering directory '/build/reproducible-path/opencv-4.10.0+dfsg'
dh_auto_clean -B obj-aarch64-linux-gnu
dh_auto_clean -B obj-aarch64-linux-gnu-static
dh_auto_clean -S pybuild \
	-- --name=opencv --system=custom \
	--clean-args "dh_auto_clean -B {build_dir}"
I: pybuild base:385: dh_auto_clean -B /build/reproducible-path/opencv-4.10.0+dfsg/.pybuild/cpython3_3.13_opencv/build
I: pybuild base:385: dh_auto_clean -B /build/reproducible-path/opencv-4.10.0+dfsg/.pybuild/cpython3_3.14_opencv/build
rm -f -rfv 3rdparty
make[1]: Leaving directory '/build/reproducible-path/opencv-4.10.0+dfsg'
   jh_clean
Duplicate specification "unlink|u" for option "u"
   dh_clean
 debian/rules binary-arch
dh binary-arch
   dh_update_autotools_config -a
   dh_autoreconf -a
   debian/rules override_dh_auto_configure
make[1]: Entering directory '/build/reproducible-path/opencv-4.10.0+dfsg'
# prepare the 3rd party directory
test -d 3rdparty || cp -av debian/3rdparty-4.10.0 3rdparty
'debian/3rdparty-4.10.0' -> '3rdparty'
'debian/3rdparty-4.10.0/quirc' -> '3rdparty/quirc'
'debian/3rdparty-4.10.0/quirc/CMakeLists.txt' -> '3rdparty/quirc/CMakeLists.txt'
'debian/3rdparty-4.10.0/quirc/LICENSE' -> '3rdparty/quirc/LICENSE'
'debian/3rdparty-4.10.0/quirc/include' -> '3rdparty/quirc/include'
'debian/3rdparty-4.10.0/quirc/include/quirc.h' -> '3rdparty/quirc/include/quirc.h'
'debian/3rdparty-4.10.0/quirc/include/quirc_internal.h' -> '3rdparty/quirc/include/quirc_internal.h'
'debian/3rdparty-4.10.0/quirc/src' -> '3rdparty/quirc/src'
'debian/3rdparty-4.10.0/quirc/src/decode.c' -> '3rdparty/quirc/src/decode.c'
'debian/3rdparty-4.10.0/quirc/src/quirc.c' -> '3rdparty/quirc/src/quirc.c'
'debian/3rdparty-4.10.0/quirc/src/version_db.c' -> '3rdparty/quirc/src/version_db.c'
# dynamically linked
dh_auto_configure -B obj-aarch64-linux-gnu \
	-- -GNinja -DANT_EXECUTABLE=/usr/bin/ant -DBUILD_EXAMPLES=OFF -DBUILD_INFO_SKIP_TIMESTAMP=ON -DBUILD_PROTOBUF=OFF -DBUILD_PERF_TESTS=OFF -DBUILD_opencv_dnn=ON -DBUILD_opencv_dnn_modern=ON -DBUILD_opencv_face=ON -DBUILD_opencv_python2=OFF -DBUILD_opencv_python3=OFF -DCMAKE_BUILD_TYPE=Release -DCMAKE_CXX_FLAGS_RELEASE="-g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard" -DCMAKE_C_FLAGS_RELEASE="-g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard" -DCMAKE_EXE_LINKER_FLAGS_RELEASE="-Wl,-z,relro -Wl,-z,now" -DCMAKE_INSTALL_LIBDIR="lib/aarch64-linux-gnu" -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_SKIP_RPATH=ON -DCMAKE_VERBOSE_MAKEFILE=ON -DENABLE_PRECOMPILED_HEADERS=OFF -DINSTALL_C_EXAMPLES=ON -DINSTALL_PYTHON_EXAMPLES=ON -DOPENCL_INCLUDE_DIR:PATH="/usr/include/CL/" -DOPENCV_EXTRA_MODULES_PATH="/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules" -DOPENCV_MATHJAX_RELPATH=/usr/share/javascript/mathjax/ -DOPENCV_GENERATE_PKGCONFIG=ON -DOPENCV_LAPACK_FIND_PACKAGE_ONLY=ON -DOPENCV_DOWNLOAD_TRIES_LIST= -DOpenGL_GL_PREFERENCE=GLVND -DPROTOBUF_UPDATE_FILES=ON -DWITH_ADE=OFF -DWITH_CAROTENE=OFF -DWITH_CUDA=OFF -DWITH_EIGEN=ON -DWITH_FFMPEG=ON -DWITH_FLATBUFFERS=OFF -DWITH_GDAL=ON -DWITH_GDCM=ON -DWITH_GSTREAMER=ON -DWITH_GPHOTO2=ON -DWITH_GTK=OFF -DWITH_IPP=OFF -DWITH_ITT=OFF -DWITH_JASPER=OFF -DWITH_JPEG=ON -DWITH_LAPACK=ON -DWITH_NGRAPH=OFF -DWITH_OPENCL=ON -DWITH_OPENEXR=ON -DWITH_OPENGL=ON -DWITH_PNG=ON -DWITH_PROTOBUF=ON -DWITH_PVAPI=ON -DWITH_QT=5 -DWITH_QUIRC=ON -DWITH_TIFF=ON -DWITH_UNICAP=OFF -DWITH_VTK=ON -DWITH_XINE=OFF -DWITH_TBB=ON -DWITH_1394=ON -DWITH_V4L=ON -DBUILD_JAVA=ON \
	-DCMAKE_SHARED_LINKER_FLAGS_RELEASE="-Wl,-z,relro -Wl,-z,now" \
	-DBUILD_SHARED_LIBS=ON -DBUILD_DOCS=ON \
	-DBUILD_TESTS=OFF
	cd obj-aarch64-linux-gnu && DEB_PYTHON_INSTALL_LAYOUT=deb PKG_CONFIG=aarch64-linux-gnu-pkg-config cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=None -DCMAKE_INSTALL_SYSCONFDIR=/etc -DCMAKE_INSTALL_LOCALSTATEDIR=/var -DCMAKE_EXPORT_NO_PACKAGE_REGISTRY=ON -DCMAKE_FIND_USE_PACKAGE_REGISTRY=OFF -DCMAKE_FIND_PACKAGE_NO_PACKAGE_REGISTRY=ON -DFETCHCONTENT_FULLY_DISCONNECTED=ON -DCMAKE_INSTALL_RUNSTATEDIR=/run -DCMAKE_SKIP_INSTALL_ALL_DEPENDENCY=ON "-GUnix Makefiles" -DCMAKE_VERBOSE_MAKEFILE=ON -DCMAKE_C_COMPILER=/usr/bin/aarch64-linux-gnu-gcc -DCMAKE_CXX_COMPILER=/usr/bin/aarch64-linux-gnu-g\+\+ -DPKG_CONFIG_EXECUTABLE=/usr/bin/aarch64-linux-gnu-pkg-config -DPKGCONFIG_EXECUTABLE=/usr/bin/aarch64-linux-gnu-pkg-config -DQMAKE_EXECUTABLE=/usr/bin/aarch64-linux-gnu-qmake -DCMAKE_INSTALL_LIBDIR=lib/aarch64-linux-gnu -GNinja -DANT_EXECUTABLE=/usr/bin/ant -DBUILD_EXAMPLES=OFF -DBUILD_INFO_SKIP_TIMESTAMP=ON -DBUILD_PROTOBUF=OFF -DBUILD_PERF_TESTS=OFF -DBUILD_opencv_dnn=ON -DBUILD_opencv_dnn_modern=ON -DBUILD_opencv_face=ON -DBUILD_opencv_python2=OFF -DBUILD_opencv_python3=OFF -DCMAKE_BUILD_TYPE=Release -DCMAKE_CXX_FLAGS_RELEASE="-g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard" -DCMAKE_C_FLAGS_RELEASE="-g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard" -DCMAKE_EXE_LINKER_FLAGS_RELEASE="-Wl,-z,relro -Wl,-z,now" -DCMAKE_INSTALL_LIBDIR=lib/aarch64-linux-gnu -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_SKIP_RPATH=ON -DCMAKE_VERBOSE_MAKEFILE=ON -DENABLE_PRECOMPILED_HEADERS=OFF -DINSTALL_C_EXAMPLES=ON -DINSTALL_PYTHON_EXAMPLES=ON -DOPENCL_INCLUDE_DIR:PATH=/usr/include/CL/ -DOPENCV_EXTRA_MODULES_PATH=/build/reproducible-path/opencv-4.10.0\+dfsg/contrib/modules -DOPENCV_MATHJAX_RELPATH=/usr/share/javascript/mathjax/ -DOPENCV_GENERATE_PKGCONFIG=ON -DOPENCV_LAPACK_FIND_PACKAGE_ONLY=ON -DOPENCV_DOWNLOAD_TRIES_LIST= -DOpenGL_GL_PREFERENCE=GLVND -DPROTOBUF_UPDATE_FILES=ON -DWITH_ADE=OFF -DWITH_CAROTENE=OFF -DWITH_CUDA=OFF -DWITH_EIGEN=ON -DWITH_FFMPEG=ON -DWITH_FLATBUFFERS=OFF -DWITH_GDAL=ON -DWITH_GDCM=ON -DWITH_GSTREAMER=ON -DWITH_GPHOTO2=ON -DWITH_GTK=OFF -DWITH_IPP=OFF -DWITH_ITT=OFF -DWITH_JASPER=OFF -DWITH_JPEG=ON -DWITH_LAPACK=ON -DWITH_NGRAPH=OFF -DWITH_OPENCL=ON -DWITH_OPENEXR=ON -DWITH_OPENGL=ON -DWITH_PNG=ON -DWITH_PROTOBUF=ON -DWITH_PVAPI=ON -DWITH_QT=5 -DWITH_QUIRC=ON -DWITH_TIFF=ON -DWITH_UNICAP=OFF -DWITH_VTK=ON -DWITH_XINE=OFF -DWITH_TBB=ON -DWITH_1394=ON -DWITH_V4L=ON -DBUILD_JAVA=ON -DCMAKE_SHARED_LINKER_FLAGS_RELEASE="-Wl,-z,relro -Wl,-z,now" -DBUILD_SHARED_LIBS=ON -DBUILD_DOCS=ON -DBUILD_TESTS=OFF ..
CMake Deprecation Warning at CMakeLists.txt:25 (cmake_minimum_required):
  Compatibility with CMake < 3.10 will be removed from a future version of
  CMake.

  Update the VERSION argument <min> value.  Or, use the <min>...<max> syntax
  to tell CMake that the project requires at least <min> but has been updated
  to work with policies introduced by <max> or earlier.


CMake Deprecation Warning at CMakeLists.txt:84 (cmake_policy):
  The OLD behavior for policy CMP0146 will be removed from a future version
  of CMake.

  The cmake-policies(7) manual explains that the OLD behaviors of all
  policies are deprecated and that a policy should be set to OLD only under
  specific short-term circumstances.  Projects should be ported to the NEW
  behavior and not rely on setting a policy to OLD.


CMake Deprecation Warning at CMakeLists.txt:88 (cmake_policy):
  The OLD behavior for policy CMP0148 will be removed from a future version
  of CMake.

  The cmake-policies(7) manual explains that the OLD behaviors of all
  policies are deprecated and that a policy should be set to OLD only under
  specific short-term circumstances.  Projects should be ported to the NEW
  behavior and not rely on setting a policy to OLD.


CMake Warning (dev) at CMakeLists.txt:127 (enable_language):
  project() should be called prior to this enable_language() call.
This warning is for project developers.  Use -Wno-dev to suppress it.

-- The CXX compiler identification is GNU 16.2.0
-- The C compiler identification is GNU 16.2.0
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/aarch64-linux-gnu-g++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /usr/bin/aarch64-linux-gnu-gcc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- ocv_init_download: No downloading as per Debian policy.
-- Detected processor: aarch64
-- Found PythonInterp: /usr/bin/python3 (found suitable version "3.14.6", minimum required is "3.2")
-- Found PythonLibs: /usr/lib/aarch64-linux-gnu/libpython3.14.so (found suitable exact version "3.14.6")
-- Looking for ccache - not found
-- Performing Test HAVE_CXX_FSIGNED_CHAR
-- Performing Test HAVE_CXX_FSIGNED_CHAR - Success
-- Performing Test HAVE_C_FSIGNED_CHAR
-- Performing Test HAVE_C_FSIGNED_CHAR - Success
-- Performing Test HAVE_CXX_W
-- Performing Test HAVE_CXX_W - Success
-- Performing Test HAVE_C_W
-- Performing Test HAVE_C_W - Success
-- Performing Test HAVE_CXX_WALL
-- Performing Test HAVE_CXX_WALL - Success
-- Performing Test HAVE_C_WALL
-- Performing Test HAVE_C_WALL - Success
-- Performing Test HAVE_CXX_WRETURN_TYPE
-- Performing Test HAVE_CXX_WRETURN_TYPE - Success
-- Performing Test HAVE_C_WRETURN_TYPE
-- Performing Test HAVE_C_WRETURN_TYPE - Success
-- Performing Test HAVE_CXX_WNON_VIRTUAL_DTOR
-- Performing Test HAVE_CXX_WNON_VIRTUAL_DTOR - Success
-- Performing Test HAVE_C_WNON_VIRTUAL_DTOR
-- Performing Test HAVE_C_WNON_VIRTUAL_DTOR - Failed
-- Performing Test HAVE_CXX_WADDRESS
-- Performing Test HAVE_CXX_WADDRESS - Success
-- Performing Test HAVE_C_WADDRESS
-- Performing Test HAVE_C_WADDRESS - Success
-- Performing Test HAVE_CXX_WSEQUENCE_POINT
-- Performing Test HAVE_CXX_WSEQUENCE_POINT - Success
-- Performing Test HAVE_C_WSEQUENCE_POINT
-- Performing Test HAVE_C_WSEQUENCE_POINT - Success
-- Performing Test HAVE_CXX_WFORMAT
-- Performing Test HAVE_CXX_WFORMAT - Success
-- Performing Test HAVE_C_WFORMAT
-- Performing Test HAVE_C_WFORMAT - Success
-- Performing Test HAVE_CXX_WFORMAT_SECURITY
-- Performing Test HAVE_CXX_WFORMAT_SECURITY - Success
-- Performing Test HAVE_C_WFORMAT_SECURITY
-- Performing Test HAVE_C_WFORMAT_SECURITY - Success
-- Performing Test HAVE_CXX_WMISSING_DECLARATIONS
-- Performing Test HAVE_CXX_WMISSING_DECLARATIONS - Success
-- Performing Test HAVE_C_WMISSING_DECLARATIONS
-- Performing Test HAVE_C_WMISSING_DECLARATIONS - Success
-- Performing Test HAVE_CXX_WMISSING_PROTOTYPES
-- Performing Test HAVE_CXX_WMISSING_PROTOTYPES - Failed
-- Performing Test HAVE_C_WMISSING_PROTOTYPES
-- Performing Test HAVE_C_WMISSING_PROTOTYPES - Success
-- Performing Test HAVE_CXX_WSTRICT_PROTOTYPES
-- Performing Test HAVE_CXX_WSTRICT_PROTOTYPES - Failed
-- Performing Test HAVE_C_WSTRICT_PROTOTYPES
-- Performing Test HAVE_C_WSTRICT_PROTOTYPES - Success
-- Performing Test HAVE_CXX_WUNDEF
-- Performing Test HAVE_CXX_WUNDEF - Success
-- Performing Test HAVE_C_WUNDEF
-- Performing Test HAVE_C_WUNDEF - Success
-- Performing Test HAVE_CXX_WINIT_SELF
-- Performing Test HAVE_CXX_WINIT_SELF - Success
-- Performing Test HAVE_C_WINIT_SELF
-- Performing Test HAVE_C_WINIT_SELF - Success
-- Performing Test HAVE_CXX_WPOINTER_ARITH
-- Performing Test HAVE_CXX_WPOINTER_ARITH - Success
-- Performing Test HAVE_C_WPOINTER_ARITH
-- Performing Test HAVE_C_WPOINTER_ARITH - Success
-- Performing Test HAVE_CXX_WSHADOW
-- Performing Test HAVE_CXX_WSHADOW - Success
-- Performing Test HAVE_C_WSHADOW
-- Performing Test HAVE_C_WSHADOW - Success
-- Performing Test HAVE_CXX_WSIGN_PROMO
-- Performing Test HAVE_CXX_WSIGN_PROMO - Success
-- Performing Test HAVE_C_WSIGN_PROMO
-- Performing Test HAVE_C_WSIGN_PROMO - Failed
-- Performing Test HAVE_CXX_WUNINITIALIZED
-- Performing Test HAVE_CXX_WUNINITIALIZED - Success
-- Performing Test HAVE_C_WUNINITIALIZED
-- Performing Test HAVE_C_WUNINITIALIZED - Success
-- Performing Test HAVE_CXX_WSUGGEST_OVERRIDE
-- Performing Test HAVE_CXX_WSUGGEST_OVERRIDE - Success
-- Performing Test HAVE_C_WSUGGEST_OVERRIDE
-- Performing Test HAVE_C_WSUGGEST_OVERRIDE - Failed
-- Performing Test HAVE_CXX_WNO_DELETE_NON_VIRTUAL_DTOR
-- Performing Test HAVE_CXX_WNO_DELETE_NON_VIRTUAL_DTOR - Success
-- Performing Test HAVE_C_WNO_DELETE_NON_VIRTUAL_DTOR
-- Performing Test HAVE_C_WNO_DELETE_NON_VIRTUAL_DTOR - Failed
-- Performing Test HAVE_CXX_WNO_UNNAMED_TYPE_TEMPLATE_ARGS
-- Performing Test HAVE_CXX_WNO_UNNAMED_TYPE_TEMPLATE_ARGS - Failed
-- Performing Test HAVE_C_WNO_UNNAMED_TYPE_TEMPLATE_ARGS
-- Performing Test HAVE_C_WNO_UNNAMED_TYPE_TEMPLATE_ARGS - Failed
-- Performing Test HAVE_CXX_WNO_COMMENT
-- Performing Test HAVE_CXX_WNO_COMMENT - Success
-- Performing Test HAVE_C_WNO_COMMENT
-- Performing Test HAVE_C_WNO_COMMENT - Success
-- Performing Test HAVE_CXX_WIMPLICIT_FALLTHROUGH_3
-- Performing Test HAVE_CXX_WIMPLICIT_FALLTHROUGH_3 - Success
-- Performing Test HAVE_C_WIMPLICIT_FALLTHROUGH_3
-- Performing Test HAVE_C_WIMPLICIT_FALLTHROUGH_3 - Success
-- Performing Test HAVE_CXX_WNO_STRICT_OVERFLOW
-- Performing Test HAVE_CXX_WNO_STRICT_OVERFLOW - Success
-- Performing Test HAVE_C_WNO_STRICT_OVERFLOW
-- Performing Test HAVE_C_WNO_STRICT_OVERFLOW - Success
-- Performing Test HAVE_CXX_FDIAGNOSTICS_SHOW_OPTION
-- Performing Test HAVE_CXX_FDIAGNOSTICS_SHOW_OPTION - Success
-- Performing Test HAVE_C_FDIAGNOSTICS_SHOW_OPTION
-- Performing Test HAVE_C_FDIAGNOSTICS_SHOW_OPTION - Success
-- Performing Test HAVE_CXX_PTHREAD
-- Performing Test HAVE_CXX_PTHREAD - Success
-- Performing Test HAVE_C_PTHREAD
-- Performing Test HAVE_C_PTHREAD - Success
-- Performing Test HAVE_CXX_FOMIT_FRAME_POINTER
-- Performing Test HAVE_CXX_FOMIT_FRAME_POINTER - Success
-- Performing Test HAVE_C_FOMIT_FRAME_POINTER
-- Performing Test HAVE_C_FOMIT_FRAME_POINTER - Success
-- Performing Test HAVE_CXX_FFUNCTION_SECTIONS
-- Performing Test HAVE_CXX_FFUNCTION_SECTIONS - Success
-- Performing Test HAVE_C_FFUNCTION_SECTIONS
-- Performing Test HAVE_C_FFUNCTION_SECTIONS - Success
-- Performing Test HAVE_CXX_FDATA_SECTIONS
-- Performing Test HAVE_CXX_FDATA_SECTIONS - Success
-- Performing Test HAVE_C_FDATA_SECTIONS
-- Performing Test HAVE_C_FDATA_SECTIONS - Success
-- Performing Test HAVE_CPU_NEON_SUPPORT (check file: cmake/checks/cpu_neon.cpp)
-- Performing Test HAVE_CPU_NEON_SUPPORT - Success
-- Performing Test HAVE_CPU_FP16_SUPPORT (check file: cmake/checks/cpu_fp16.cpp)
-- Performing Test HAVE_CPU_FP16_SUPPORT - Success
-- Performing Test HAVE_CXX_MARCH_ARMV8_2_A+DOTPROD (check file: cmake/checks/cpu_neon_dotprod.cpp)
-- Performing Test HAVE_CXX_MARCH_ARMV8_2_A+DOTPROD - Success
-- Performing Test HAVE_CXX_MARCH_ARMV8_2_A+FP16 (check file: cmake/checks/cpu_neon_fp16.cpp)
-- Performing Test HAVE_CXX_MARCH_ARMV8_2_A+FP16 - Success
-- Performing Test HAVE_CXX_MARCH_ARMV8_2_A+BF16 (check file: cmake/checks/cpu_neon_bf16.cpp)
-- Performing Test HAVE_CXX_MARCH_ARMV8_2_A+BF16 - Success
-- Performing Test HAVE_CPU_BASELINE_FLAGS
-- Performing Test HAVE_CPU_BASELINE_FLAGS - Success
-- Performing Test HAVE_CPU_DISPATCH_FLAGS_NEON_DOTPROD
-- Performing Test HAVE_CPU_DISPATCH_FLAGS_NEON_DOTPROD - Success
-- Performing Test HAVE_CPU_DISPATCH_FLAGS_NEON_FP16
-- Performing Test HAVE_CPU_DISPATCH_FLAGS_NEON_FP16 - Success
-- Performing Test HAVE_CPU_DISPATCH_FLAGS_NEON_BF16
-- Performing Test HAVE_CPU_DISPATCH_FLAGS_NEON_BF16 - Success
-- Performing Test HAVE_CXX_FVISIBILITY_HIDDEN
-- Performing Test HAVE_CXX_FVISIBILITY_HIDDEN - Success
-- Performing Test HAVE_C_FVISIBILITY_HIDDEN
-- Performing Test HAVE_C_FVISIBILITY_HIDDEN - Success
-- Performing Test HAVE_CXX_FVISIBILITY_INLINES_HIDDEN
-- Performing Test HAVE_CXX_FVISIBILITY_INLINES_HIDDEN - Success
-- Performing Test HAVE_C_FVISIBILITY_INLINES_HIDDEN
-- Performing Test HAVE_C_FVISIBILITY_INLINES_HIDDEN - Failed
-- Performing Test HAVE_LINK_AS_NEEDED
-- Performing Test HAVE_LINK_AS_NEEDED - Success
-- Performing Test HAVE_LINK_NO_UNDEFINED
-- Performing Test HAVE_LINK_NO_UNDEFINED - Success
-- Looking for pthread.h
-- Looking for pthread.h - found
-- Looking for posix_memalign
-- Looking for posix_memalign - found
-- Looking for malloc.h
-- Looking for malloc.h - found
-- Looking for memalign
-- Looking for memalign - found
-- Found ZLIB: /usr/lib/aarch64-linux-gnu/libz.so (found suitable version "1.3.2", minimum required is "1.2.3")
-- Found JPEG: /usr/lib/aarch64-linux-gnu/libjpeg.so (found version "62")
-- Found TIFF: /usr/lib/aarch64-linux-gnu/libtiff.so (found version "4.7.2")
-- Found WebP: /usr/lib/aarch64-linux-gnu/libwebp.so
-- Found system OpenJPEG: openjp2 (found version "2.5.4")
-- Found TBB (cmake): _lib-NOTFOUND
-- Looking for sgemm_
-- Looking for sgemm_ - not found
-- Found Threads: TRUE
-- Looking for sgemm_
-- Looking for sgemm_ - found
-- Found BLAS: /usr/lib/aarch64-linux-gnu/libblas.so
-- Looking for cheev_
-- Looking for cheev_ - not found
-- Looking for cheev_
-- Looking for cheev_ - found
-- Found LAPACK: /usr/lib/aarch64-linux-gnu/liblapack.so;/usr/lib/aarch64-linux-gnu/libblas.so
-- LAPACK(LAPACK/Generic): LAPACK_LIBRARIES: /usr/lib/aarch64-linux-gnu/liblapack.so;/usr/lib/aarch64-linux-gnu/libblas.so
-- Looking for cblas.h
-- Looking for cblas.h - found
-- Looking for lapacke.h
-- Looking for lapacke.h - found
-- LAPACK(LAPACK/Generic): Support is enabled.
-- Found apache ant: /usr/bin/ant (1.10.17)
-- Found JNI: /usr/lib/jvm/default-java/include  found components: AWT JVM
-- Could NOT find Pylint (missing: PYLINT_EXECUTABLE) 
-- Could NOT find Flake8 (missing: FLAKE8_EXECUTABLE) 
CMake Warning (dev) at /usr/lib/aarch64-linux-gnu/cmake/vtk-9.6/VTK-vtk-module-find-packages.cmake:450 (find_package):
  Policy CMP0167 is not set: The FindBoost module is removed.  Run "cmake
  --help-policy CMP0167" for policy details.  Use the cmake_policy command to
  set the policy and suppress this warning.

Call Stack (most recent call first):
  /usr/lib/aarch64-linux-gnu/cmake/vtk-9.6/vtk-config.cmake:171 (include)
  cmake/OpenCVDetectVTK.cmake:2 (find_package)
  CMakeLists.txt:930 (include)
This warning is for project developers.  Use -Wno-dev to suppress it.

-- Found VTK 9.6.2
-- Performing Test HAVE_C_WNO_UNUSED_VARIABLE
-- Performing Test HAVE_C_WNO_UNUSED_VARIABLE - Success
-- Performing Test HAVE_C_WNO_SHADOW
-- Performing Test HAVE_C_WNO_SHADOW - Success
-- Checking for modules 'libavcodec;libavformat;libavutil;libswscale'
--   Found libavcodec, version 63.1.100
--   Found libavformat, version 63.1.100
--   Found libavutil, version 61.1.100
--   Found libswscale, version 10.1.100
-- Checking for module 'libavresample'
--   Package 'libavresample' not found
-- Checking for module 'gstreamer-base-1.0'
--   Found gstreamer-base-1.0, version 1.28.6
-- Checking for module 'gstreamer-app-1.0'
--   Found gstreamer-app-1.0, version 1.28.6
-- Checking for module 'gstreamer-riff-1.0'
--   Found gstreamer-riff-1.0, version 1.28.6
-- Checking for module 'gstreamer-pbutils-1.0'
--   Found gstreamer-pbutils-1.0, version 1.28.6
-- Checking for module 'gstreamer-video-1.0'
--   Found gstreamer-video-1.0, version 1.28.6
-- Checking for module 'gstreamer-audio-1.0'
--   Found gstreamer-audio-1.0, version 1.28.6
-- Checking for module 'libdc1394-2'
--   Found libdc1394-2, version 2.2.6
-- Checking for module 'libgphoto2'
--   Found libgphoto2, version 2.5.33
-- Performing Test HAVE_CXX_WNO_UNDEF
-- Performing Test HAVE_CXX_WNO_UNDEF - Success
-- Performing Test HAVE_CXX_WNO_SUGGEST_OVERRIDE
-- Performing Test HAVE_CXX_WNO_SUGGEST_OVERRIDE - Success
-- Checking for module 'freetype2'
--   Found freetype2, version 26.6.20
-- Checking for module 'harfbuzz'
--   Found harfbuzz, version 12.3.2
-- freetype2:   YES (ver 26.6.20)
-- harfbuzz:    YES (ver 12.3.2)
-- Found HDF5: hdf5-shared (found version "2.1.0")
-- Performing Test HAVE_CXX_WNO_INVALID_OFFSETOF
-- Performing Test HAVE_CXX_WNO_INVALID_OFFSETOF - Success
-- Julia not found. Not compiling Julia Bindings. 
-- Module opencv_ovis disabled because OGRE3D was not found
-- Checking SFM glog/gflags deps... TRUE
-- CERES support is disabled. Ceres Solver for reconstruction API is required.
-- Checking for module 'tesseract'
--   Found tesseract, version 5.5.0
-- Tesseract:   YES (ver 5.5.0)
-- Performing Test HAVE_CXX_WNO_INCONSISTENT_MISSING_OVERRIDE
-- Performing Test HAVE_CXX_WNO_INCONSISTENT_MISSING_OVERRIDE - Failed
-- Module opencv_sfm disabled because opencv_xfeatures2d dependency can't be resolved!
-- Allocator metrics storage type: 'int'
-- Excluding from source files list: modules/imgproc/src/corner.avx.cpp
-- Excluding from source files list: modules/imgproc/src/imgwarp.avx2.cpp
-- Excluding from source files list: modules/imgproc/src/imgwarp.lasx.cpp
-- Excluding from source files list: modules/imgproc/src/imgwarp.sse4_1.cpp
-- Excluding from source files list: modules/imgproc/src/resize.avx2.cpp
-- Excluding from source files list: modules/imgproc/src/resize.lasx.cpp
-- Excluding from source files list: modules/imgproc/src/resize.sse4_1.cpp
-- Registering hook 'INIT_MODULE_SOURCES_opencv_dnn': /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/cmake/hooks/INIT_MODULE_SOURCES_opencv_dnn.cmake
-- Performing Test HAVE_CXX_WNO_DEPRECATED
-- Performing Test HAVE_CXX_WNO_DEPRECATED - Success
-- Performing Test HAVE_CXX_WNO_MISSING_PROTOTYPES
-- Performing Test HAVE_CXX_WNO_MISSING_PROTOTYPES - Failed
-- Performing Test HAVE_CXX_WNO_MISSING_DECLARATIONS
-- Performing Test HAVE_CXX_WNO_MISSING_DECLARATIONS - Success
-- Performing Test HAVE_CXX_WNO_SHADOW
-- Performing Test HAVE_CXX_WNO_SHADOW - Success
-- Performing Test HAVE_CXX_WNO_UNUSED_PARAMETER
-- Performing Test HAVE_CXX_WNO_UNUSED_PARAMETER - Success
-- Performing Test HAVE_CXX_WNO_SIGN_COMPARE
-- Performing Test HAVE_CXX_WNO_SIGN_COMPARE - Success
-- Performing Test HAVE_CXX_WNO_ARRAY_BOUNDS
-- Performing Test HAVE_CXX_WNO_ARRAY_BOUNDS - Success
-- opencv_dnn: filter out cuda4dnn source code
-- Excluding from source files list: <BUILD>/modules/dnn/layers/layers_common.avx.cpp
-- Excluding from source files list: <BUILD>/modules/dnn/layers/layers_common.avx2.cpp
-- Excluding from source files list: <BUILD>/modules/dnn/layers/layers_common.avx512_skx.cpp
-- Excluding from source files list: <BUILD>/modules/dnn/layers/layers_common.rvv.cpp
-- Excluding from source files list: <BUILD>/modules/dnn/layers/layers_common.lasx.cpp
-- Excluding from source files list: <BUILD>/modules/dnn/int8layers/layers_common.avx2.cpp
-- Excluding from source files list: <BUILD>/modules/dnn/int8layers/layers_common.avx512_skx.cpp
-- Excluding from source files list: <BUILD>/modules/dnn/int8layers/layers_common.rvv.cpp
-- Excluding from source files list: <BUILD>/modules/dnn/int8layers/layers_common.lasx.cpp
-- Excluding from source files list: <BUILD>/modules/dnn/layers/cpu_kernels/conv_block.avx.cpp
-- Excluding from source files list: <BUILD>/modules/dnn/layers/cpu_kernels/conv_block.avx2.cpp
-- Excluding from source files list: <BUILD>/modules/dnn/layers/cpu_kernels/conv_depthwise.avx.cpp
-- Excluding from source files list: <BUILD>/modules/dnn/layers/cpu_kernels/conv_depthwise.avx2.cpp
-- Excluding from source files list: <BUILD>/modules/dnn/layers/cpu_kernels/conv_depthwise.rvv.cpp
-- Excluding from source files list: <BUILD>/modules/dnn/layers/cpu_kernels/conv_depthwise.lasx.cpp
-- Excluding from source files list: <BUILD>/modules/dnn/layers/cpu_kernels/conv_winograd_f63.avx.cpp
-- Excluding from source files list: <BUILD>/modules/dnn/layers/cpu_kernels/conv_winograd_f63.avx2.cpp
-- Excluding from source files list: <BUILD>/modules/dnn/layers/cpu_kernels/fast_gemm_kernels.avx.cpp
-- Excluding from source files list: <BUILD>/modules/dnn/layers/cpu_kernels/fast_gemm_kernels.avx2.cpp
-- Excluding from source files list: <BUILD>/modules/dnn/layers/cpu_kernels/fast_gemm_kernels.lasx.cpp
-- Excluding from source files list: modules/features2d/src/fast.avx2.cpp
-- Performing Test HAVE_CXX_WNO_DEPRECATED_DECLARATIONS
-- Performing Test HAVE_CXX_WNO_DEPRECATED_DECLARATIONS - Success
-- Performing Test HAVE_CXX_WNO_OVERLOADED_VIRTUAL
-- Performing Test HAVE_CXX_WNO_OVERLOADED_VIRTUAL - Success
-- Performing Test HAVE_CXX_WNO_IMPLICIT_FALLTHROUGH
-- Performing Test HAVE_CXX_WNO_IMPLICIT_FALLTHROUGH - Success
-- highgui: using builtin backend: QT5
-- Performing Test Iconv_IS_BUILT_IN
-- Performing Test Iconv_IS_BUILT_IN - Success
-- ocv_download: Not downloading  from  as per Debian policy.
CMake Warning at contrib/modules/wechat_qrcode/CMakeLists.txt:37 (message):
  WeChatQRCode: Can't get detect caffemodel file for wechat qrcode.


-- ocv_download: Not downloading  from  as per Debian policy.
CMake Warning at contrib/modules/wechat_qrcode/CMakeLists.txt:37 (message):
  WeChatQRCode: Can't get detect prototxt file for wechat qrcode.


-- ocv_download: Not downloading  from  as per Debian policy.
CMake Warning at contrib/modules/wechat_qrcode/CMakeLists.txt:37 (message):
  WeChatQRCode: Can't get sr caffemodel file for wechat qrcode.


-- ocv_download: Not downloading  from  as per Debian policy.
CMake Warning at contrib/modules/wechat_qrcode/CMakeLists.txt:37 (message):
  WeChatQRCode: Can't get sr prototxt file for wechat qrcode.


-- ocv_download: Not downloading  from  as per Debian policy.
CMake Warning at contrib/modules/face/CMakeLists.txt:26 (message):
  Face: Can't get model file for face alignment.


-- Found 'misc' Python modules from /build/reproducible-path/opencv-4.10.0+dfsg/modules/python/package/extra_modules
-- Found 'mat_wrapper;utils' Python modules from /build/reproducible-path/opencv-4.10.0+dfsg/modules/core/misc/python/package
-- Found Doxygen: /usr/bin/doxygen (found version "1.15.0") found components: doxygen missing components: dot
-- Python BeautifulSoup (bs4) version: 4.15.0
CMake Warning (dev) at samples/java/tutorial_code/CMakeLists.txt:31 (add_custom_command):
  Exactly one of PRE_BUILD, PRE_LINK, or POST_BUILD must be given.  Assuming
  POST_BUILD to preserve backward compatibility.

  Policy CMP0175 is not set: add_custom_command() rejects invalid arguments.
  Run "cmake --help-policy CMP0175" for policy details.  Use the cmake_policy
  command to set the policy and suppress this warning.
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at samples/java/tutorial_code/CMakeLists.txt:31 (add_custom_command):
  Exactly one of PRE_BUILD, PRE_LINK, or POST_BUILD must be given.  Assuming
  POST_BUILD to preserve backward compatibility.

  Policy CMP0175 is not set: add_custom_command() rejects invalid arguments.
  Run "cmake --help-policy CMP0175" for policy details.  Use the cmake_policy
  command to set the policy and suppress this warning.
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at samples/java/tutorial_code/CMakeLists.txt:31 (add_custom_command):
  Exactly one of PRE_BUILD, PRE_LINK, or POST_BUILD must be given.  Assuming
  POST_BUILD to preserve backward compatibility.

  Policy CMP0175 is not set: add_custom_command() rejects invalid arguments.
  Run "cmake --help-policy CMP0175" for policy details.  Use the cmake_policy
  command to set the policy and suppress this warning.
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at samples/java/tutorial_code/CMakeLists.txt:31 (add_custom_command):
  Exactly one of PRE_BUILD, PRE_LINK, or POST_BUILD must be given.  Assuming
  POST_BUILD to preserve backward compatibility.

  Policy CMP0175 is not set: add_custom_command() rejects invalid arguments.
  Run "cmake --help-policy CMP0175" for policy details.  Use the cmake_policy
  command to set the policy and suppress this warning.
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at samples/java/tutorial_code/CMakeLists.txt:31 (add_custom_command):
  Exactly one of PRE_BUILD, PRE_LINK, or POST_BUILD must be given.  Assuming
  POST_BUILD to preserve backward compatibility.

  Policy CMP0175 is not set: add_custom_command() rejects invalid arguments.
  Run "cmake --help-policy CMP0175" for policy details.  Use the cmake_policy
  command to set the policy and suppress this warning.
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at samples/java/tutorial_code/CMakeLists.txt:31 (add_custom_command):
  Exactly one of PRE_BUILD, PRE_LINK, or POST_BUILD must be given.  Assuming
  POST_BUILD to preserve backward compatibility.

  Policy CMP0175 is not set: add_custom_command() rejects invalid arguments.
  Run "cmake --help-policy CMP0175" for policy details.  Use the cmake_policy
  command to set the policy and suppress this warning.
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at samples/java/tutorial_code/CMakeLists.txt:31 (add_custom_command):
  Exactly one of PRE_BUILD, PRE_LINK, or POST_BUILD must be given.  Assuming
  POST_BUILD to preserve backward compatibility.

  Policy CMP0175 is not set: add_custom_command() rejects invalid arguments.
  Run "cmake --help-policy CMP0175" for policy details.  Use the cmake_policy
  command to set the policy and suppress this warning.
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at samples/java/tutorial_code/CMakeLists.txt:31 (add_custom_command):
  Exactly one of PRE_BUILD, PRE_LINK, or POST_BUILD must be given.  Assuming
  POST_BUILD to preserve backward compatibility.

  Policy CMP0175 is not set: add_custom_command() rejects invalid arguments.
  Run "cmake --help-policy CMP0175" for policy details.  Use the cmake_policy
  command to set the policy and suppress this warning.
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at samples/java/tutorial_code/CMakeLists.txt:31 (add_custom_command):
  Exactly one of PRE_BUILD, PRE_LINK, or POST_BUILD must be given.  Assuming
  POST_BUILD to preserve backward compatibility.

  Policy CMP0175 is not set: add_custom_command() rejects invalid arguments.
  Run "cmake --help-policy CMP0175" for policy details.  Use the cmake_policy
  command to set the policy and suppress this warning.
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at samples/java/tutorial_code/CMakeLists.txt:31 (add_custom_command):
  Exactly one of PRE_BUILD, PRE_LINK, or POST_BUILD must be given.  Assuming
  POST_BUILD to preserve backward compatibility.

  Policy CMP0175 is not set: add_custom_command() rejects invalid arguments.
  Run "cmake --help-policy CMP0175" for policy details.  Use the cmake_policy
  command to set the policy and suppress this warning.
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at samples/java/tutorial_code/CMakeLists.txt:31 (add_custom_command):
  Exactly one of PRE_BUILD, PRE_LINK, or POST_BUILD must be given.  Assuming
  POST_BUILD to preserve backward compatibility.

  Policy CMP0175 is not set: add_custom_command() rejects invalid arguments.
  Run "cmake --help-policy CMP0175" for policy details.  Use the cmake_policy
  command to set the policy and suppress this warning.
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at samples/java/tutorial_code/CMakeLists.txt:31 (add_custom_command):
  Exactly one of PRE_BUILD, PRE_LINK, or POST_BUILD must be given.  Assuming
  POST_BUILD to preserve backward compatibility.

  Policy CMP0175 is not set: add_custom_command() rejects invalid arguments.
  Run "cmake --help-policy CMP0175" for policy details.  Use the cmake_policy
  command to set the policy and suppress this warning.
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at samples/java/tutorial_code/CMakeLists.txt:31 (add_custom_command):
  Exactly one of PRE_BUILD, PRE_LINK, or POST_BUILD must be given.  Assuming
  POST_BUILD to preserve backward compatibility.

  Policy CMP0175 is not set: add_custom_command() rejects invalid arguments.
  Run "cmake --help-policy CMP0175" for policy details.  Use the cmake_policy
  command to set the policy and suppress this warning.
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at samples/java/tutorial_code/CMakeLists.txt:31 (add_custom_command):
  Exactly one of PRE_BUILD, PRE_LINK, or POST_BUILD must be given.  Assuming
  POST_BUILD to preserve backward compatibility.

  Policy CMP0175 is not set: add_custom_command() rejects invalid arguments.
  Run "cmake --help-policy CMP0175" for policy details.  Use the cmake_policy
  command to set the policy and suppress this warning.
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at samples/java/tutorial_code/CMakeLists.txt:31 (add_custom_command):
  Exactly one of PRE_BUILD, PRE_LINK, or POST_BUILD must be given.  Assuming
  POST_BUILD to preserve backward compatibility.

  Policy CMP0175 is not set: add_custom_command() rejects invalid arguments.
  Run "cmake --help-policy CMP0175" for policy details.  Use the cmake_policy
  command to set the policy and suppress this warning.
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at samples/java/tutorial_code/CMakeLists.txt:31 (add_custom_command):
  Exactly one of PRE_BUILD, PRE_LINK, or POST_BUILD must be given.  Assuming
  POST_BUILD to preserve backward compatibility.

  Policy CMP0175 is not set: add_custom_command() rejects invalid arguments.
  Run "cmake --help-policy CMP0175" for policy details.  Use the cmake_policy
  command to set the policy and suppress this warning.
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at samples/java/tutorial_code/CMakeLists.txt:31 (add_custom_command):
  Exactly one of PRE_BUILD, PRE_LINK, or POST_BUILD must be given.  Assuming
  POST_BUILD to preserve backward compatibility.

  Policy CMP0175 is not set: add_custom_command() rejects invalid arguments.
  Run "cmake --help-policy CMP0175" for policy details.  Use the cmake_policy
  command to set the policy and suppress this warning.
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at samples/java/tutorial_code/CMakeLists.txt:31 (add_custom_command):
  Exactly one of PRE_BUILD, PRE_LINK, or POST_BUILD must be given.  Assuming
  POST_BUILD to preserve backward compatibility.

  Policy CMP0175 is not set: add_custom_command() rejects invalid arguments.
  Run "cmake --help-policy CMP0175" for policy details.  Use the cmake_policy
  command to set the policy and suppress this warning.
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at samples/java/tutorial_code/CMakeLists.txt:31 (add_custom_command):
  Exactly one of PRE_BUILD, PRE_LINK, or POST_BUILD must be given.  Assuming
  POST_BUILD to preserve backward compatibility.

  Policy CMP0175 is not set: add_custom_command() rejects invalid arguments.
  Run "cmake --help-policy CMP0175" for policy details.  Use the cmake_policy
  command to set the policy and suppress this warning.
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at samples/java/tutorial_code/CMakeLists.txt:31 (add_custom_command):
  Exactly one of PRE_BUILD, PRE_LINK, or POST_BUILD must be given.  Assuming
  POST_BUILD to preserve backward compatibility.

  Policy CMP0175 is not set: add_custom_command() rejects invalid arguments.
  Run "cmake --help-policy CMP0175" for policy details.  Use the cmake_policy
  command to set the policy and suppress this warning.
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at samples/java/tutorial_code/CMakeLists.txt:31 (add_custom_command):
  Exactly one of PRE_BUILD, PRE_LINK, or POST_BUILD must be given.  Assuming
  POST_BUILD to preserve backward compatibility.

  Policy CMP0175 is not set: add_custom_command() rejects invalid arguments.
  Run "cmake --help-policy CMP0175" for policy details.  Use the cmake_policy
  command to set the policy and suppress this warning.
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at samples/java/tutorial_code/CMakeLists.txt:31 (add_custom_command):
  Exactly one of PRE_BUILD, PRE_LINK, or POST_BUILD must be given.  Assuming
  POST_BUILD to preserve backward compatibility.

  Policy CMP0175 is not set: add_custom_command() rejects invalid arguments.
  Run "cmake --help-policy CMP0175" for policy details.  Use the cmake_policy
  command to set the policy and suppress this warning.
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at samples/java/tutorial_code/CMakeLists.txt:31 (add_custom_command):
  Exactly one of PRE_BUILD, PRE_LINK, or POST_BUILD must be given.  Assuming
  POST_BUILD to preserve backward compatibility.

  Policy CMP0175 is not set: add_custom_command() rejects invalid arguments.
  Run "cmake --help-policy CMP0175" for policy details.  Use the cmake_policy
  command to set the policy and suppress this warning.
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at samples/java/tutorial_code/CMakeLists.txt:31 (add_custom_command):
  Exactly one of PRE_BUILD, PRE_LINK, or POST_BUILD must be given.  Assuming
  POST_BUILD to preserve backward compatibility.

  Policy CMP0175 is not set: add_custom_command() rejects invalid arguments.
  Run "cmake --help-policy CMP0175" for policy details.  Use the cmake_policy
  command to set the policy and suppress this warning.
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at samples/java/tutorial_code/CMakeLists.txt:31 (add_custom_command):
  Exactly one of PRE_BUILD, PRE_LINK, or POST_BUILD must be given.  Assuming
  POST_BUILD to preserve backward compatibility.

  Policy CMP0175 is not set: add_custom_command() rejects invalid arguments.
  Run "cmake --help-policy CMP0175" for policy details.  Use the cmake_policy
  command to set the policy and suppress this warning.
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at samples/java/tutorial_code/CMakeLists.txt:31 (add_custom_command):
  Exactly one of PRE_BUILD, PRE_LINK, or POST_BUILD must be given.  Assuming
  POST_BUILD to preserve backward compatibility.

  Policy CMP0175 is not set: add_custom_command() rejects invalid arguments.
  Run "cmake --help-policy CMP0175" for policy details.  Use the cmake_policy
  command to set the policy and suppress this warning.
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at samples/java/tutorial_code/CMakeLists.txt:31 (add_custom_command):
  Exactly one of PRE_BUILD, PRE_LINK, or POST_BUILD must be given.  Assuming
  POST_BUILD to preserve backward compatibility.

  Policy CMP0175 is not set: add_custom_command() rejects invalid arguments.
  Run "cmake --help-policy CMP0175" for policy details.  Use the cmake_policy
  command to set the policy and suppress this warning.
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at samples/java/tutorial_code/CMakeLists.txt:31 (add_custom_command):
  Exactly one of PRE_BUILD, PRE_LINK, or POST_BUILD must be given.  Assuming
  POST_BUILD to preserve backward compatibility.

  Policy CMP0175 is not set: add_custom_command() rejects invalid arguments.
  Run "cmake --help-policy CMP0175" for policy details.  Use the cmake_policy
  command to set the policy and suppress this warning.
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at samples/java/tutorial_code/CMakeLists.txt:31 (add_custom_command):
  Exactly one of PRE_BUILD, PRE_LINK, or POST_BUILD must be given.  Assuming
  POST_BUILD to preserve backward compatibility.

  Policy CMP0175 is not set: add_custom_command() rejects invalid arguments.
  Run "cmake --help-policy CMP0175" for policy details.  Use the cmake_policy
  command to set the policy and suppress this warning.
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at samples/java/tutorial_code/CMakeLists.txt:31 (add_custom_command):
  Exactly one of PRE_BUILD, PRE_LINK, or POST_BUILD must be given.  Assuming
  POST_BUILD to preserve backward compatibility.

  Policy CMP0175 is not set: add_custom_command() rejects invalid arguments.
  Run "cmake --help-policy CMP0175" for policy details.  Use the cmake_policy
  command to set the policy and suppress this warning.
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at samples/java/tutorial_code/CMakeLists.txt:31 (add_custom_command):
  Exactly one of PRE_BUILD, PRE_LINK, or POST_BUILD must be given.  Assuming
  POST_BUILD to preserve backward compatibility.

  Policy CMP0175 is not set: add_custom_command() rejects invalid arguments.
  Run "cmake --help-policy CMP0175" for policy details.  Use the cmake_policy
  command to set the policy and suppress this warning.
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at samples/java/tutorial_code/CMakeLists.txt:31 (add_custom_command):
  Exactly one of PRE_BUILD, PRE_LINK, or POST_BUILD must be given.  Assuming
  POST_BUILD to preserve backward compatibility.

  Policy CMP0175 is not set: add_custom_command() rejects invalid arguments.
  Run "cmake --help-policy CMP0175" for policy details.  Use the cmake_policy
  command to set the policy and suppress this warning.
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at samples/java/tutorial_code/CMakeLists.txt:31 (add_custom_command):
  Exactly one of PRE_BUILD, PRE_LINK, or POST_BUILD must be given.  Assuming
  POST_BUILD to preserve backward compatibility.

  Policy CMP0175 is not set: add_custom_command() rejects invalid arguments.
  Run "cmake --help-policy CMP0175" for policy details.  Use the cmake_policy
  command to set the policy and suppress this warning.
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at samples/java/tutorial_code/CMakeLists.txt:31 (add_custom_command):
  Exactly one of PRE_BUILD, PRE_LINK, or POST_BUILD must be given.  Assuming
  POST_BUILD to preserve backward compatibility.

  Policy CMP0175 is not set: add_custom_command() rejects invalid arguments.
  Run "cmake --help-policy CMP0175" for policy details.  Use the cmake_policy
  command to set the policy and suppress this warning.
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at samples/java/tutorial_code/CMakeLists.txt:31 (add_custom_command):
  Exactly one of PRE_BUILD, PRE_LINK, or POST_BUILD must be given.  Assuming
  POST_BUILD to preserve backward compatibility.

  Policy CMP0175 is not set: add_custom_command() rejects invalid arguments.
  Run "cmake --help-policy CMP0175" for policy details.  Use the cmake_policy
  command to set the policy and suppress this warning.
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at samples/java/tutorial_code/CMakeLists.txt:31 (add_custom_command):
  Exactly one of PRE_BUILD, PRE_LINK, or POST_BUILD must be given.  Assuming
  POST_BUILD to preserve backward compatibility.

  Policy CMP0175 is not set: add_custom_command() rejects invalid arguments.
  Run "cmake --help-policy CMP0175" for policy details.  Use the cmake_policy
  command to set the policy and suppress this warning.
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at samples/java/tutorial_code/CMakeLists.txt:31 (add_custom_command):
  Exactly one of PRE_BUILD, PRE_LINK, or POST_BUILD must be given.  Assuming
  POST_BUILD to preserve backward compatibility.

  Policy CMP0175 is not set: add_custom_command() rejects invalid arguments.
  Run "cmake --help-policy CMP0175" for policy details.  Use the cmake_policy
  command to set the policy and suppress this warning.
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at samples/java/tutorial_code/CMakeLists.txt:31 (add_custom_command):
  Exactly one of PRE_BUILD, PRE_LINK, or POST_BUILD must be given.  Assuming
  POST_BUILD to preserve backward compatibility.

  Policy CMP0175 is not set: add_custom_command() rejects invalid arguments.
  Run "cmake --help-policy CMP0175" for policy details.  Use the cmake_policy
  command to set the policy and suppress this warning.
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at samples/java/tutorial_code/CMakeLists.txt:31 (add_custom_command):
  Exactly one of PRE_BUILD, PRE_LINK, or POST_BUILD must be given.  Assuming
  POST_BUILD to preserve backward compatibility.

  Policy CMP0175 is not set: add_custom_command() rejects invalid arguments.
  Run "cmake --help-policy CMP0175" for policy details.  Use the cmake_policy
  command to set the policy and suppress this warning.
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at samples/java/tutorial_code/CMakeLists.txt:31 (add_custom_command):
  Exactly one of PRE_BUILD, PRE_LINK, or POST_BUILD must be given.  Assuming
  POST_BUILD to preserve backward compatibility.

  Policy CMP0175 is not set: add_custom_command() rejects invalid arguments.
  Run "cmake --help-policy CMP0175" for policy details.  Use the cmake_policy
  command to set the policy and suppress this warning.
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at samples/java/tutorial_code/CMakeLists.txt:31 (add_custom_command):
  Exactly one of PRE_BUILD, PRE_LINK, or POST_BUILD must be given.  Assuming
  POST_BUILD to preserve backward compatibility.

  Policy CMP0175 is not set: add_custom_command() rejects invalid arguments.
  Run "cmake --help-policy CMP0175" for policy details.  Use the cmake_policy
  command to set the policy and suppress this warning.
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at samples/java/tutorial_code/CMakeLists.txt:31 (add_custom_command):
  Exactly one of PRE_BUILD, PRE_LINK, or POST_BUILD must be given.  Assuming
  POST_BUILD to preserve backward compatibility.

  Policy CMP0175 is not set: add_custom_command() rejects invalid arguments.
  Run "cmake --help-policy CMP0175" for policy details.  Use the cmake_policy
  command to set the policy and suppress this warning.
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at samples/java/tutorial_code/CMakeLists.txt:31 (add_custom_command):
  Exactly one of PRE_BUILD, PRE_LINK, or POST_BUILD must be given.  Assuming
  POST_BUILD to preserve backward compatibility.

  Policy CMP0175 is not set: add_custom_command() rejects invalid arguments.
  Run "cmake --help-policy CMP0175" for policy details.  Use the cmake_policy
  command to set the policy and suppress this warning.
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at samples/java/tutorial_code/CMakeLists.txt:31 (add_custom_command):
  Exactly one of PRE_BUILD, PRE_LINK, or POST_BUILD must be given.  Assuming
  POST_BUILD to preserve backward compatibility.

  Policy CMP0175 is not set: add_custom_command() rejects invalid arguments.
  Run "cmake --help-policy CMP0175" for policy details.  Use the cmake_policy
  command to set the policy and suppress this warning.
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at samples/java/tutorial_code/CMakeLists.txt:31 (add_custom_command):
  Exactly one of PRE_BUILD, PRE_LINK, or POST_BUILD must be given.  Assuming
  POST_BUILD to preserve backward compatibility.

  Policy CMP0175 is not set: add_custom_command() rejects invalid arguments.
  Run "cmake --help-policy CMP0175" for policy details.  Use the cmake_policy
  command to set the policy and suppress this warning.
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at samples/java/tutorial_code/CMakeLists.txt:31 (add_custom_command):
  Exactly one of PRE_BUILD, PRE_LINK, or POST_BUILD must be given.  Assuming
  POST_BUILD to preserve backward compatibility.

  Policy CMP0175 is not set: add_custom_command() rejects invalid arguments.
  Run "cmake --help-policy CMP0175" for policy details.  Use the cmake_policy
  command to set the policy and suppress this warning.
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at samples/java/tutorial_code/CMakeLists.txt:31 (add_custom_command):
  Exactly one of PRE_BUILD, PRE_LINK, or POST_BUILD must be given.  Assuming
  POST_BUILD to preserve backward compatibility.

  Policy CMP0175 is not set: add_custom_command() rejects invalid arguments.
  Run "cmake --help-policy CMP0175" for policy details.  Use the cmake_policy
  command to set the policy and suppress this warning.
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at samples/java/tutorial_code/CMakeLists.txt:31 (add_custom_command):
  Exactly one of PRE_BUILD, PRE_LINK, or POST_BUILD must be given.  Assuming
  POST_BUILD to preserve backward compatibility.

  Policy CMP0175 is not set: add_custom_command() rejects invalid arguments.
  Run "cmake --help-policy CMP0175" for policy details.  Use the cmake_policy
  command to set the policy and suppress this warning.
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at samples/java/tutorial_code/CMakeLists.txt:31 (add_custom_command):
  Exactly one of PRE_BUILD, PRE_LINK, or POST_BUILD must be given.  Assuming
  POST_BUILD to preserve backward compatibility.

  Policy CMP0175 is not set: add_custom_command() rejects invalid arguments.
  Run "cmake --help-policy CMP0175" for policy details.  Use the cmake_policy
  command to set the policy and suppress this warning.
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at samples/java/tutorial_code/CMakeLists.txt:31 (add_custom_command):
  Exactly one of PRE_BUILD, PRE_LINK, or POST_BUILD must be given.  Assuming
  POST_BUILD to preserve backward compatibility.

  Policy CMP0175 is not set: add_custom_command() rejects invalid arguments.
  Run "cmake --help-policy CMP0175" for policy details.  Use the cmake_policy
  command to set the policy and suppress this warning.
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at samples/java/tutorial_code/CMakeLists.txt:31 (add_custom_command):
  Exactly one of PRE_BUILD, PRE_LINK, or POST_BUILD must be given.  Assuming
  POST_BUILD to preserve backward compatibility.

  Policy CMP0175 is not set: add_custom_command() rejects invalid arguments.
  Run "cmake --help-policy CMP0175" for policy details.  Use the cmake_policy
  command to set the policy and suppress this warning.
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at samples/java/tutorial_code/CMakeLists.txt:31 (add_custom_command):
  Exactly one of PRE_BUILD, PRE_LINK, or POST_BUILD must be given.  Assuming
  POST_BUILD to preserve backward compatibility.

  Policy CMP0175 is not set: add_custom_command() rejects invalid arguments.
  Run "cmake --help-policy CMP0175" for policy details.  Use the cmake_policy
  command to set the policy and suppress this warning.
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at samples/java/tutorial_code/CMakeLists.txt:31 (add_custom_command):
  Exactly one of PRE_BUILD, PRE_LINK, or POST_BUILD must be given.  Assuming
  POST_BUILD to preserve backward compatibility.

  Policy CMP0175 is not set: add_custom_command() rejects invalid arguments.
  Run "cmake --help-policy CMP0175" for policy details.  Use the cmake_policy
  command to set the policy and suppress this warning.
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at samples/java/tutorial_code/CMakeLists.txt:31 (add_custom_command):
  Exactly one of PRE_BUILD, PRE_LINK, or POST_BUILD must be given.  Assuming
  POST_BUILD to preserve backward compatibility.

  Policy CMP0175 is not set: add_custom_command() rejects invalid arguments.
  Run "cmake --help-policy CMP0175" for policy details.  Use the cmake_policy
  command to set the policy and suppress this warning.
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at samples/java/tutorial_code/CMakeLists.txt:31 (add_custom_command):
  Exactly one of PRE_BUILD, PRE_LINK, or POST_BUILD must be given.  Assuming
  POST_BUILD to preserve backward compatibility.

  Policy CMP0175 is not set: add_custom_command() rejects invalid arguments.
  Run "cmake --help-policy CMP0175" for policy details.  Use the cmake_policy
  command to set the policy and suppress this warning.
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at samples/CMakeLists.txt:13 (install):
  Policy CMP0177 is not set: install() DESTINATION paths are normalized.  Run
  "cmake --help-policy CMP0177" for policy details.  Use the cmake_policy
  command to set the policy and suppress this warning.
Call Stack (most recent call first):
  samples/CMakeLists.txt:54 (ocv_install_example_src)
This warning is for project developers.  Use -Wno-dev to suppress it.

-- 
-- General configuration for OpenCV 4.10.0 =====================================
--   Version control:               unknown
-- 
--   Extra modules:
--     Location (extra):            /build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules
--     Version control (extra):     unknown
-- 
--   Platform:
--     Host:                        Linux 6.12.100+deb13-arm64 aarch64
--     CMake:                       4.3.4
--     CMake generator:             Ninja
--     CMake build tool:            /usr/bin/ninja
--     Configuration:               Release
-- 
--   CPU/HW features:
--     Baseline:                    NEON FP16
--     Dispatched code generation:  NEON_DOTPROD NEON_FP16 NEON_BF16
--       requested:                 NEON_FP16 NEON_BF16 NEON_DOTPROD
--       NEON_DOTPROD (1 files):    + NEON_DOTPROD
--       NEON_FP16 (2 files):       + NEON_FP16
--       NEON_BF16 (0 files):       + NEON_BF16
-- 
--   C/C++:
--     Built as dynamic libs?:      YES
--     C++ standard:                11
--     C++ Compiler:                /usr/bin/aarch64-linux-gnu-g++  (ver 16.2.0)
--     C++ flags (Release):         -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG
--     C++ flags (Debug):           -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -g  -DDEBUG -D_DEBUG
--     C Compiler:                  /usr/bin/aarch64-linux-gnu-gcc
--     C flags (Release):           -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wuninitialized -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG
--     C flags (Debug):             -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wuninitialized -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -g  -DDEBUG -D_DEBUG
--     Linker flags (Release):      -Wl,-z,relro -Wl,-z,now  -Wl,--gc-sections -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-z,now 
--     Linker flags (Debug):        -Wl,-z,relro -Wl,-z,now  -Wl,--gc-sections -Wl,--as-needed -Wl,--no-undefined  
--     ccache:                      NO
--     Precompiled headers:         NO
--     Extra dependencies:          dl m pthread rt
--     3rdparty dependencies:
-- 
--   OpenCV modules:
--     To be built:                 alphamat aruco bgsegm bioinspired calib3d ccalib core cvv datasets dnn dnn_objdetect dnn_superres dpm face features2d flann freetype fuzzy hdf hfs highgui img_hash imgcodecs imgproc intensity_transform java line_descriptor mcc ml objdetect optflow phase_unwrapping photo plot quality rapid reg rgbd saliency shape signal stereo stitching structured_light superres surface_matching text tracking video videoio videostab viz wechat_qrcode ximgproc xobjdetect xphoto
--     Disabled:                    python3 world
--     Disabled by dependency:      sfm
--     Unavailable:                 cannops cudaarithm cudabgsegm cudacodec cudafeatures2d cudafilters cudaimgproc cudalegacy cudaobjdetect cudaoptflow cudastereo cudawarping cudev gapi julia matlab ovis python2 ts
--     Applications:                apps
--     Documentation:               doxygen python javadoc
--     Non-free algorithms:         NO
-- 
--   GUI:                           QT5
--     QT:                          YES (ver 5.15.19 )
--       QT OpenGL support:         YES (Qt5::OpenGL 5.15.19)
--     OpenGL support:              YES (/usr/lib/aarch64-linux-gnu/libOpenGL.so /usr/lib/aarch64-linux-gnu/libGLX.so /usr/lib/aarch64-linux-gnu/libGLU.so)
--     VTK support:                 YES (ver 9.6.2)
-- 
--   Media I/O: 
--     ZLib:                        /usr/lib/aarch64-linux-gnu/libz.so (ver 1.3.2)
--     JPEG:                        /usr/lib/aarch64-linux-gnu/libjpeg.so (ver 62)
--     WEBP:                        /usr/lib/aarch64-linux-gnu/libwebp.so (ver encoder: 0x0210)
--     PNG:                         /usr/lib/aarch64-linux-gnu/libpng.so (ver 1.6.58)
--     TIFF:                        /usr/lib/aarch64-linux-gnu/libtiff.so (ver 4.7.2 / 4.7.2)
--     JPEG 2000:                   OpenJPEG (ver 2.5.4)
--     OpenEXR:                     OpenEXR::OpenEXR (ver 3.4.6)
--     GDAL:                        YES (/usr/lib/aarch64-linux-gnu/libgdal.so)
--     GDCM:                        YES (3.0.24)
--     HDR:                         YES
--     SUNRASTER:                   YES
--     PXM:                         YES
--     PFM:                         YES
-- 
--   Video I/O:
--     DC1394:                      YES (2.2.6)
--     FFMPEG:                      YES
--       avcodec:                   YES (63.1.100)
--       avformat:                  YES (63.1.100)
--       avutil:                    YES (61.1.100)
--       swscale:                   YES (10.1.100)
--       avresample:                NO
--     GStreamer:                   YES (1.28.6)
--     PvAPI:                       NO
--     v4l/v4l2:                    YES (linux/videodev2.h)
--     gPhoto2:                     YES
-- 
--   Parallel framework:            TBB (ver 2023.1 interface 12190)
-- 
--   Trace:                         YES (built-in)
-- 
--   Other third-party libraries:
--     Lapack:                      YES (/usr/lib/aarch64-linux-gnu/liblapack.so /usr/lib/aarch64-linux-gnu/libblas.so)
--     Eigen:                       YES (ver 3.4.0)
--     Custom HAL:                  NO
--     Protobuf:                    /usr/lib/aarch64-linux-gnu/libprotobuf.so (3.21.12)
-- 
--   OpenCL:                        YES (no extra features)
--     Include path:                /usr/include/CL
--     Link libraries:              Dynamic load
-- 
--   Python (for build):            /usr/bin/python3
-- 
--   Java:                          
--     ant:                         /usr/bin/ant (ver 1.10.17)
--     Java:                        NO
--     JNI:                         /usr/lib/jvm/default-java/include /usr/lib/jvm/default-java/include/linux /usr/lib/jvm/default-java/include
--     Java wrappers:               YES (ANT)
--     Java tests:                  NO
-- 
--   Install to:                    /usr
-- -----------------------------------------------------------------
-- 
-- Configuring done (24.7s)
-- Generating done (0.6s)
-- Build files have been written to: /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu
# statically linked
dh_auto_configure -B obj-aarch64-linux-gnu-static \
	-- -GNinja -DANT_EXECUTABLE=/usr/bin/ant -DBUILD_EXAMPLES=OFF -DBUILD_INFO_SKIP_TIMESTAMP=ON -DBUILD_PROTOBUF=OFF -DBUILD_PERF_TESTS=OFF -DBUILD_opencv_dnn=ON -DBUILD_opencv_dnn_modern=ON -DBUILD_opencv_face=ON -DBUILD_opencv_python2=OFF -DBUILD_opencv_python3=OFF -DCMAKE_BUILD_TYPE=Release -DCMAKE_CXX_FLAGS_RELEASE="-g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard" -DCMAKE_C_FLAGS_RELEASE="-g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard" -DCMAKE_EXE_LINKER_FLAGS_RELEASE="-Wl,-z,relro -Wl,-z,now" -DCMAKE_INSTALL_LIBDIR="lib/aarch64-linux-gnu" -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_SKIP_RPATH=ON -DCMAKE_VERBOSE_MAKEFILE=ON -DENABLE_PRECOMPILED_HEADERS=OFF -DINSTALL_C_EXAMPLES=ON -DINSTALL_PYTHON_EXAMPLES=ON -DOPENCL_INCLUDE_DIR:PATH="/usr/include/CL/" -DOPENCV_EXTRA_MODULES_PATH="/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules" -DOPENCV_MATHJAX_RELPATH=/usr/share/javascript/mathjax/ -DOPENCV_GENERATE_PKGCONFIG=ON -DOPENCV_LAPACK_FIND_PACKAGE_ONLY=ON -DOPENCV_DOWNLOAD_TRIES_LIST= -DOpenGL_GL_PREFERENCE=GLVND -DPROTOBUF_UPDATE_FILES=ON -DWITH_ADE=OFF -DWITH_CAROTENE=OFF -DWITH_CUDA=OFF -DWITH_EIGEN=ON -DWITH_FFMPEG=ON -DWITH_FLATBUFFERS=OFF -DWITH_GDAL=ON -DWITH_GDCM=ON -DWITH_GSTREAMER=ON -DWITH_GPHOTO2=ON -DWITH_GTK=OFF -DWITH_IPP=OFF -DWITH_ITT=OFF -DWITH_JASPER=OFF -DWITH_JPEG=ON -DWITH_LAPACK=ON -DWITH_NGRAPH=OFF -DWITH_OPENCL=ON -DWITH_OPENEXR=ON -DWITH_OPENGL=ON -DWITH_PNG=ON -DWITH_PROTOBUF=ON -DWITH_PVAPI=ON -DWITH_QT=5 -DWITH_QUIRC=ON -DWITH_TIFF=ON -DWITH_UNICAP=OFF -DWITH_VTK=ON -DWITH_XINE=OFF -DWITH_TBB=ON -DWITH_1394=ON -DWITH_V4L=ON \
	-DBUILD_SHARED_LIBS=OFF -DBUILD_DOCS=OFF \
	-DBUILD_TESTS=OFF \
	-DBUILD_opencv_apps=OFF -DBUILD_JAVA=OFF
	cd obj-aarch64-linux-gnu-static && DEB_PYTHON_INSTALL_LAYOUT=deb PKG_CONFIG=aarch64-linux-gnu-pkg-config cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=None -DCMAKE_INSTALL_SYSCONFDIR=/etc -DCMAKE_INSTALL_LOCALSTATEDIR=/var -DCMAKE_EXPORT_NO_PACKAGE_REGISTRY=ON -DCMAKE_FIND_USE_PACKAGE_REGISTRY=OFF -DCMAKE_FIND_PACKAGE_NO_PACKAGE_REGISTRY=ON -DFETCHCONTENT_FULLY_DISCONNECTED=ON -DCMAKE_INSTALL_RUNSTATEDIR=/run -DCMAKE_SKIP_INSTALL_ALL_DEPENDENCY=ON "-GUnix Makefiles" -DCMAKE_VERBOSE_MAKEFILE=ON -DCMAKE_C_COMPILER=/usr/bin/aarch64-linux-gnu-gcc -DCMAKE_CXX_COMPILER=/usr/bin/aarch64-linux-gnu-g\+\+ -DPKG_CONFIG_EXECUTABLE=/usr/bin/aarch64-linux-gnu-pkg-config -DPKGCONFIG_EXECUTABLE=/usr/bin/aarch64-linux-gnu-pkg-config -DQMAKE_EXECUTABLE=/usr/bin/aarch64-linux-gnu-qmake -DCMAKE_INSTALL_LIBDIR=lib/aarch64-linux-gnu -GNinja -DANT_EXECUTABLE=/usr/bin/ant -DBUILD_EXAMPLES=OFF -DBUILD_INFO_SKIP_TIMESTAMP=ON -DBUILD_PROTOBUF=OFF -DBUILD_PERF_TESTS=OFF -DBUILD_opencv_dnn=ON -DBUILD_opencv_dnn_modern=ON -DBUILD_opencv_face=ON -DBUILD_opencv_python2=OFF -DBUILD_opencv_python3=OFF -DCMAKE_BUILD_TYPE=Release -DCMAKE_CXX_FLAGS_RELEASE="-g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard" -DCMAKE_C_FLAGS_RELEASE="-g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard" -DCMAKE_EXE_LINKER_FLAGS_RELEASE="-Wl,-z,relro -Wl,-z,now" -DCMAKE_INSTALL_LIBDIR=lib/aarch64-linux-gnu -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_SKIP_RPATH=ON -DCMAKE_VERBOSE_MAKEFILE=ON -DENABLE_PRECOMPILED_HEADERS=OFF -DINSTALL_C_EXAMPLES=ON -DINSTALL_PYTHON_EXAMPLES=ON -DOPENCL_INCLUDE_DIR:PATH=/usr/include/CL/ -DOPENCV_EXTRA_MODULES_PATH=/build/reproducible-path/opencv-4.10.0\+dfsg/contrib/modules -DOPENCV_MATHJAX_RELPATH=/usr/share/javascript/mathjax/ -DOPENCV_GENERATE_PKGCONFIG=ON -DOPENCV_LAPACK_FIND_PACKAGE_ONLY=ON -DOPENCV_DOWNLOAD_TRIES_LIST= -DOpenGL_GL_PREFERENCE=GLVND -DPROTOBUF_UPDATE_FILES=ON -DWITH_ADE=OFF -DWITH_CAROTENE=OFF -DWITH_CUDA=OFF -DWITH_EIGEN=ON -DWITH_FFMPEG=ON -DWITH_FLATBUFFERS=OFF -DWITH_GDAL=ON -DWITH_GDCM=ON -DWITH_GSTREAMER=ON -DWITH_GPHOTO2=ON -DWITH_GTK=OFF -DWITH_IPP=OFF -DWITH_ITT=OFF -DWITH_JASPER=OFF -DWITH_JPEG=ON -DWITH_LAPACK=ON -DWITH_NGRAPH=OFF -DWITH_OPENCL=ON -DWITH_OPENEXR=ON -DWITH_OPENGL=ON -DWITH_PNG=ON -DWITH_PROTOBUF=ON -DWITH_PVAPI=ON -DWITH_QT=5 -DWITH_QUIRC=ON -DWITH_TIFF=ON -DWITH_UNICAP=OFF -DWITH_VTK=ON -DWITH_XINE=OFF -DWITH_TBB=ON -DWITH_1394=ON -DWITH_V4L=ON -DBUILD_SHARED_LIBS=OFF -DBUILD_DOCS=OFF -DBUILD_TESTS=OFF -DBUILD_opencv_apps=OFF -DBUILD_JAVA=OFF ..
CMake Deprecation Warning at CMakeLists.txt:25 (cmake_minimum_required):
  Compatibility with CMake < 3.10 will be removed from a future version of
  CMake.

  Update the VERSION argument <min> value.  Or, use the <min>...<max> syntax
  to tell CMake that the project requires at least <min> but has been updated
  to work with policies introduced by <max> or earlier.


CMake Deprecation Warning at CMakeLists.txt:84 (cmake_policy):
  The OLD behavior for policy CMP0146 will be removed from a future version
  of CMake.

  The cmake-policies(7) manual explains that the OLD behaviors of all
  policies are deprecated and that a policy should be set to OLD only under
  specific short-term circumstances.  Projects should be ported to the NEW
  behavior and not rely on setting a policy to OLD.


CMake Deprecation Warning at CMakeLists.txt:88 (cmake_policy):
  The OLD behavior for policy CMP0148 will be removed from a future version
  of CMake.

  The cmake-policies(7) manual explains that the OLD behaviors of all
  policies are deprecated and that a policy should be set to OLD only under
  specific short-term circumstances.  Projects should be ported to the NEW
  behavior and not rely on setting a policy to OLD.


CMake Warning (dev) at CMakeLists.txt:127 (enable_language):
  project() should be called prior to this enable_language() call.
This warning is for project developers.  Use -Wno-dev to suppress it.

-- The CXX compiler identification is GNU 16.2.0
-- The C compiler identification is GNU 16.2.0
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/aarch64-linux-gnu-g++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /usr/bin/aarch64-linux-gnu-gcc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- ocv_init_download: No downloading as per Debian policy.
-- Detected processor: aarch64
-- Found PythonInterp: /usr/bin/python3 (found suitable version "3.14.6", minimum required is "3.2")
-- Found PythonLibs: /usr/lib/aarch64-linux-gnu/libpython3.14.so (found suitable exact version "3.14.6")
-- Looking for ccache - not found
-- Performing Test HAVE_CXX_FSIGNED_CHAR
-- Performing Test HAVE_CXX_FSIGNED_CHAR - Success
-- Performing Test HAVE_C_FSIGNED_CHAR
-- Performing Test HAVE_C_FSIGNED_CHAR - Success
-- Performing Test HAVE_CXX_W
-- Performing Test HAVE_CXX_W - Success
-- Performing Test HAVE_C_W
-- Performing Test HAVE_C_W - Success
-- Performing Test HAVE_CXX_WALL
-- Performing Test HAVE_CXX_WALL - Success
-- Performing Test HAVE_C_WALL
-- Performing Test HAVE_C_WALL - Success
-- Performing Test HAVE_CXX_WRETURN_TYPE
-- Performing Test HAVE_CXX_WRETURN_TYPE - Success
-- Performing Test HAVE_C_WRETURN_TYPE
-- Performing Test HAVE_C_WRETURN_TYPE - Success
-- Performing Test HAVE_CXX_WNON_VIRTUAL_DTOR
-- Performing Test HAVE_CXX_WNON_VIRTUAL_DTOR - Success
-- Performing Test HAVE_C_WNON_VIRTUAL_DTOR
-- Performing Test HAVE_C_WNON_VIRTUAL_DTOR - Failed
-- Performing Test HAVE_CXX_WADDRESS
-- Performing Test HAVE_CXX_WADDRESS - Success
-- Performing Test HAVE_C_WADDRESS
-- Performing Test HAVE_C_WADDRESS - Success
-- Performing Test HAVE_CXX_WSEQUENCE_POINT
-- Performing Test HAVE_CXX_WSEQUENCE_POINT - Success
-- Performing Test HAVE_C_WSEQUENCE_POINT
-- Performing Test HAVE_C_WSEQUENCE_POINT - Success
-- Performing Test HAVE_CXX_WFORMAT
-- Performing Test HAVE_CXX_WFORMAT - Success
-- Performing Test HAVE_C_WFORMAT
-- Performing Test HAVE_C_WFORMAT - Success
-- Performing Test HAVE_CXX_WFORMAT_SECURITY
-- Performing Test HAVE_CXX_WFORMAT_SECURITY - Success
-- Performing Test HAVE_C_WFORMAT_SECURITY
-- Performing Test HAVE_C_WFORMAT_SECURITY - Success
-- Performing Test HAVE_CXX_WMISSING_DECLARATIONS
-- Performing Test HAVE_CXX_WMISSING_DECLARATIONS - Success
-- Performing Test HAVE_C_WMISSING_DECLARATIONS
-- Performing Test HAVE_C_WMISSING_DECLARATIONS - Success
-- Performing Test HAVE_CXX_WMISSING_PROTOTYPES
-- Performing Test HAVE_CXX_WMISSING_PROTOTYPES - Failed
-- Performing Test HAVE_C_WMISSING_PROTOTYPES
-- Performing Test HAVE_C_WMISSING_PROTOTYPES - Success
-- Performing Test HAVE_CXX_WSTRICT_PROTOTYPES
-- Performing Test HAVE_CXX_WSTRICT_PROTOTYPES - Failed
-- Performing Test HAVE_C_WSTRICT_PROTOTYPES
-- Performing Test HAVE_C_WSTRICT_PROTOTYPES - Success
-- Performing Test HAVE_CXX_WUNDEF
-- Performing Test HAVE_CXX_WUNDEF - Success
-- Performing Test HAVE_C_WUNDEF
-- Performing Test HAVE_C_WUNDEF - Success
-- Performing Test HAVE_CXX_WINIT_SELF
-- Performing Test HAVE_CXX_WINIT_SELF - Success
-- Performing Test HAVE_C_WINIT_SELF
-- Performing Test HAVE_C_WINIT_SELF - Success
-- Performing Test HAVE_CXX_WPOINTER_ARITH
-- Performing Test HAVE_CXX_WPOINTER_ARITH - Success
-- Performing Test HAVE_C_WPOINTER_ARITH
-- Performing Test HAVE_C_WPOINTER_ARITH - Success
-- Performing Test HAVE_CXX_WSHADOW
-- Performing Test HAVE_CXX_WSHADOW - Success
-- Performing Test HAVE_C_WSHADOW
-- Performing Test HAVE_C_WSHADOW - Success
-- Performing Test HAVE_CXX_WSIGN_PROMO
-- Performing Test HAVE_CXX_WSIGN_PROMO - Success
-- Performing Test HAVE_C_WSIGN_PROMO
-- Performing Test HAVE_C_WSIGN_PROMO - Failed
-- Performing Test HAVE_CXX_WUNINITIALIZED
-- Performing Test HAVE_CXX_WUNINITIALIZED - Success
-- Performing Test HAVE_C_WUNINITIALIZED
-- Performing Test HAVE_C_WUNINITIALIZED - Success
-- Performing Test HAVE_CXX_WSUGGEST_OVERRIDE
-- Performing Test HAVE_CXX_WSUGGEST_OVERRIDE - Success
-- Performing Test HAVE_C_WSUGGEST_OVERRIDE
-- Performing Test HAVE_C_WSUGGEST_OVERRIDE - Failed
-- Performing Test HAVE_CXX_WNO_DELETE_NON_VIRTUAL_DTOR
-- Performing Test HAVE_CXX_WNO_DELETE_NON_VIRTUAL_DTOR - Success
-- Performing Test HAVE_C_WNO_DELETE_NON_VIRTUAL_DTOR
-- Performing Test HAVE_C_WNO_DELETE_NON_VIRTUAL_DTOR - Failed
-- Performing Test HAVE_CXX_WNO_UNNAMED_TYPE_TEMPLATE_ARGS
-- Performing Test HAVE_CXX_WNO_UNNAMED_TYPE_TEMPLATE_ARGS - Failed
-- Performing Test HAVE_C_WNO_UNNAMED_TYPE_TEMPLATE_ARGS
-- Performing Test HAVE_C_WNO_UNNAMED_TYPE_TEMPLATE_ARGS - Failed
-- Performing Test HAVE_CXX_WNO_COMMENT
-- Performing Test HAVE_CXX_WNO_COMMENT - Success
-- Performing Test HAVE_C_WNO_COMMENT
-- Performing Test HAVE_C_WNO_COMMENT - Success
-- Performing Test HAVE_CXX_WIMPLICIT_FALLTHROUGH_3
-- Performing Test HAVE_CXX_WIMPLICIT_FALLTHROUGH_3 - Success
-- Performing Test HAVE_C_WIMPLICIT_FALLTHROUGH_3
-- Performing Test HAVE_C_WIMPLICIT_FALLTHROUGH_3 - Success
-- Performing Test HAVE_CXX_WNO_STRICT_OVERFLOW
-- Performing Test HAVE_CXX_WNO_STRICT_OVERFLOW - Success
-- Performing Test HAVE_C_WNO_STRICT_OVERFLOW
-- Performing Test HAVE_C_WNO_STRICT_OVERFLOW - Success
-- Performing Test HAVE_CXX_FDIAGNOSTICS_SHOW_OPTION
-- Performing Test HAVE_CXX_FDIAGNOSTICS_SHOW_OPTION - Success
-- Performing Test HAVE_C_FDIAGNOSTICS_SHOW_OPTION
-- Performing Test HAVE_C_FDIAGNOSTICS_SHOW_OPTION - Success
-- Performing Test HAVE_CXX_PTHREAD
-- Performing Test HAVE_CXX_PTHREAD - Success
-- Performing Test HAVE_C_PTHREAD
-- Performing Test HAVE_C_PTHREAD - Success
-- Performing Test HAVE_CXX_FOMIT_FRAME_POINTER
-- Performing Test HAVE_CXX_FOMIT_FRAME_POINTER - Success
-- Performing Test HAVE_C_FOMIT_FRAME_POINTER
-- Performing Test HAVE_C_FOMIT_FRAME_POINTER - Success
-- Performing Test HAVE_CXX_FFUNCTION_SECTIONS
-- Performing Test HAVE_CXX_FFUNCTION_SECTIONS - Success
-- Performing Test HAVE_C_FFUNCTION_SECTIONS
-- Performing Test HAVE_C_FFUNCTION_SECTIONS - Success
-- Performing Test HAVE_CXX_FDATA_SECTIONS
-- Performing Test HAVE_CXX_FDATA_SECTIONS - Success
-- Performing Test HAVE_C_FDATA_SECTIONS
-- Performing Test HAVE_C_FDATA_SECTIONS - Success
-- Performing Test HAVE_CPU_NEON_SUPPORT (check file: cmake/checks/cpu_neon.cpp)
-- Performing Test HAVE_CPU_NEON_SUPPORT - Success
-- Performing Test HAVE_CPU_FP16_SUPPORT (check file: cmake/checks/cpu_fp16.cpp)
-- Performing Test HAVE_CPU_FP16_SUPPORT - Success
-- Performing Test HAVE_CXX_MARCH_ARMV8_2_A+DOTPROD (check file: cmake/checks/cpu_neon_dotprod.cpp)
-- Performing Test HAVE_CXX_MARCH_ARMV8_2_A+DOTPROD - Success
-- Performing Test HAVE_CXX_MARCH_ARMV8_2_A+FP16 (check file: cmake/checks/cpu_neon_fp16.cpp)
-- Performing Test HAVE_CXX_MARCH_ARMV8_2_A+FP16 - Success
-- Performing Test HAVE_CXX_MARCH_ARMV8_2_A+BF16 (check file: cmake/checks/cpu_neon_bf16.cpp)
-- Performing Test HAVE_CXX_MARCH_ARMV8_2_A+BF16 - Success
-- Performing Test HAVE_CPU_BASELINE_FLAGS
-- Performing Test HAVE_CPU_BASELINE_FLAGS - Success
-- Performing Test HAVE_CPU_DISPATCH_FLAGS_NEON_DOTPROD
-- Performing Test HAVE_CPU_DISPATCH_FLAGS_NEON_DOTPROD - Success
-- Performing Test HAVE_CPU_DISPATCH_FLAGS_NEON_FP16
-- Performing Test HAVE_CPU_DISPATCH_FLAGS_NEON_FP16 - Success
-- Performing Test HAVE_CPU_DISPATCH_FLAGS_NEON_BF16
-- Performing Test HAVE_CPU_DISPATCH_FLAGS_NEON_BF16 - Success
-- Performing Test HAVE_CXX_FVISIBILITY_HIDDEN
-- Performing Test HAVE_CXX_FVISIBILITY_HIDDEN - Success
-- Performing Test HAVE_C_FVISIBILITY_HIDDEN
-- Performing Test HAVE_C_FVISIBILITY_HIDDEN - Success
-- Performing Test HAVE_CXX_FVISIBILITY_INLINES_HIDDEN
-- Performing Test HAVE_CXX_FVISIBILITY_INLINES_HIDDEN - Success
-- Performing Test HAVE_C_FVISIBILITY_INLINES_HIDDEN
-- Performing Test HAVE_C_FVISIBILITY_INLINES_HIDDEN - Failed
-- Performing Test HAVE_LINK_AS_NEEDED
-- Performing Test HAVE_LINK_AS_NEEDED - Success
-- Performing Test HAVE_LINK_NO_UNDEFINED
-- Performing Test HAVE_LINK_NO_UNDEFINED - Success
-- Looking for pthread.h
-- Looking for pthread.h - found
-- Looking for posix_memalign
-- Looking for posix_memalign - found
-- Looking for malloc.h
-- Looking for malloc.h - found
-- Looking for memalign
-- Looking for memalign - found
-- Found ZLIB: /usr/lib/aarch64-linux-gnu/libz.so (found suitable version "1.3.2", minimum required is "1.2.3")
-- Found JPEG: /usr/lib/aarch64-linux-gnu/libjpeg.so (found version "62")
-- Found TIFF: /usr/lib/aarch64-linux-gnu/libtiff.so (found version "4.7.2")
-- Found WebP: /usr/lib/aarch64-linux-gnu/libwebp.so
-- Found system OpenJPEG: openjp2 (found version "2.5.4")
-- Found TBB (cmake): _lib-NOTFOUND
-- Looking for sgemm_
-- Looking for sgemm_ - not found
-- Found Threads: TRUE
-- Looking for sgemm_
-- Looking for sgemm_ - found
-- Found BLAS: /usr/lib/aarch64-linux-gnu/libblas.so
-- Looking for cheev_
-- Looking for cheev_ - not found
-- Looking for cheev_
-- Looking for cheev_ - found
-- Found LAPACK: /usr/lib/aarch64-linux-gnu/liblapack.so;/usr/lib/aarch64-linux-gnu/libblas.so
-- LAPACK(LAPACK/Generic): LAPACK_LIBRARIES: /usr/lib/aarch64-linux-gnu/liblapack.so;/usr/lib/aarch64-linux-gnu/libblas.so
-- Looking for cblas.h
-- Looking for cblas.h - found
-- Looking for lapacke.h
-- Looking for lapacke.h - found
-- LAPACK(LAPACK/Generic): Support is enabled.
CMake Warning (dev) at /usr/lib/aarch64-linux-gnu/cmake/vtk-9.6/VTK-vtk-module-find-packages.cmake:450 (find_package):
  Policy CMP0167 is not set: The FindBoost module is removed.  Run "cmake
  --help-policy CMP0167" for policy details.  Use the cmake_policy command to
  set the policy and suppress this warning.

Call Stack (most recent call first):
  /usr/lib/aarch64-linux-gnu/cmake/vtk-9.6/vtk-config.cmake:171 (include)
  cmake/OpenCVDetectVTK.cmake:2 (find_package)
  CMakeLists.txt:930 (include)
This warning is for project developers.  Use -Wno-dev to suppress it.

-- Found VTK 9.6.2
-- Performing Test HAVE_C_WNO_UNUSED_VARIABLE
-- Performing Test HAVE_C_WNO_UNUSED_VARIABLE - Success
-- Performing Test HAVE_C_WNO_SHADOW
-- Performing Test HAVE_C_WNO_SHADOW - Success
-- Checking for modules 'libavcodec;libavformat;libavutil;libswscale'
--   Found libavcodec, version 63.1.100
--   Found libavformat, version 63.1.100
--   Found libavutil, version 61.1.100
--   Found libswscale, version 10.1.100
-- Checking for module 'libavresample'
--   Package 'libavresample' not found
-- Checking for module 'gstreamer-base-1.0'
--   Found gstreamer-base-1.0, version 1.28.6
-- Checking for module 'gstreamer-app-1.0'
--   Found gstreamer-app-1.0, version 1.28.6
-- Checking for module 'gstreamer-riff-1.0'
--   Found gstreamer-riff-1.0, version 1.28.6
-- Checking for module 'gstreamer-pbutils-1.0'
--   Found gstreamer-pbutils-1.0, version 1.28.6
-- Checking for module 'gstreamer-video-1.0'
--   Found gstreamer-video-1.0, version 1.28.6
-- Checking for module 'gstreamer-audio-1.0'
--   Found gstreamer-audio-1.0, version 1.28.6
-- Checking for module 'libdc1394-2'
--   Found libdc1394-2, version 2.2.6
-- Checking for module 'libgphoto2'
--   Found libgphoto2, version 2.5.33
-- Performing Test HAVE_CXX_WNO_UNDEF
-- Performing Test HAVE_CXX_WNO_UNDEF - Success
-- Performing Test HAVE_CXX_WNO_SUGGEST_OVERRIDE
-- Performing Test HAVE_CXX_WNO_SUGGEST_OVERRIDE - Success
-- Checking for module 'freetype2'
--   Found freetype2, version 26.6.20
-- Checking for module 'harfbuzz'
--   Found harfbuzz, version 12.3.2
-- freetype2:   YES (ver 26.6.20)
-- harfbuzz:    YES (ver 12.3.2)
-- Found HDF5: hdf5-shared (found version "2.1.0")
-- Performing Test HAVE_CXX_WNO_INVALID_OFFSETOF
-- Performing Test HAVE_CXX_WNO_INVALID_OFFSETOF - Success
-- Julia not found. Not compiling Julia Bindings. 
-- Module opencv_ovis disabled because OGRE3D was not found
-- Checking SFM glog/gflags deps... TRUE
-- CERES support is disabled. Ceres Solver for reconstruction API is required.
-- Checking for module 'tesseract'
--   Found tesseract, version 5.5.0
-- Tesseract:   YES (ver 5.5.0)
-- Performing Test HAVE_CXX_WNO_INCONSISTENT_MISSING_OVERRIDE
-- Performing Test HAVE_CXX_WNO_INCONSISTENT_MISSING_OVERRIDE - Failed
-- Module opencv_sfm disabled because opencv_xfeatures2d dependency can't be resolved!
-- Allocator metrics storage type: 'int'
-- Excluding from source files list: modules/imgproc/src/corner.avx.cpp
-- Excluding from source files list: modules/imgproc/src/imgwarp.avx2.cpp
-- Excluding from source files list: modules/imgproc/src/imgwarp.lasx.cpp
-- Excluding from source files list: modules/imgproc/src/imgwarp.sse4_1.cpp
-- Excluding from source files list: modules/imgproc/src/resize.avx2.cpp
-- Excluding from source files list: modules/imgproc/src/resize.lasx.cpp
-- Excluding from source files list: modules/imgproc/src/resize.sse4_1.cpp
-- Registering hook 'INIT_MODULE_SOURCES_opencv_dnn': /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/cmake/hooks/INIT_MODULE_SOURCES_opencv_dnn.cmake
-- Performing Test HAVE_CXX_WNO_DEPRECATED
-- Performing Test HAVE_CXX_WNO_DEPRECATED - Success
-- Performing Test HAVE_CXX_WNO_MISSING_PROTOTYPES
-- Performing Test HAVE_CXX_WNO_MISSING_PROTOTYPES - Failed
-- Performing Test HAVE_CXX_WNO_MISSING_DECLARATIONS
-- Performing Test HAVE_CXX_WNO_MISSING_DECLARATIONS - Success
-- Performing Test HAVE_CXX_WNO_SHADOW
-- Performing Test HAVE_CXX_WNO_SHADOW - Success
-- Performing Test HAVE_CXX_WNO_UNUSED_PARAMETER
-- Performing Test HAVE_CXX_WNO_UNUSED_PARAMETER - Success
-- Performing Test HAVE_CXX_WNO_SIGN_COMPARE
-- Performing Test HAVE_CXX_WNO_SIGN_COMPARE - Success
-- Performing Test HAVE_CXX_WNO_ARRAY_BOUNDS
-- Performing Test HAVE_CXX_WNO_ARRAY_BOUNDS - Success
-- opencv_dnn: filter out cuda4dnn source code
-- Excluding from source files list: <BUILD>/modules/dnn/layers/layers_common.avx.cpp
-- Excluding from source files list: <BUILD>/modules/dnn/layers/layers_common.avx2.cpp
-- Excluding from source files list: <BUILD>/modules/dnn/layers/layers_common.avx512_skx.cpp
-- Excluding from source files list: <BUILD>/modules/dnn/layers/layers_common.rvv.cpp
-- Excluding from source files list: <BUILD>/modules/dnn/layers/layers_common.lasx.cpp
-- Excluding from source files list: <BUILD>/modules/dnn/int8layers/layers_common.avx2.cpp
-- Excluding from source files list: <BUILD>/modules/dnn/int8layers/layers_common.avx512_skx.cpp
-- Excluding from source files list: <BUILD>/modules/dnn/int8layers/layers_common.rvv.cpp
-- Excluding from source files list: <BUILD>/modules/dnn/int8layers/layers_common.lasx.cpp
-- Excluding from source files list: <BUILD>/modules/dnn/layers/cpu_kernels/conv_block.avx.cpp
-- Excluding from source files list: <BUILD>/modules/dnn/layers/cpu_kernels/conv_block.avx2.cpp
-- Excluding from source files list: <BUILD>/modules/dnn/layers/cpu_kernels/conv_depthwise.avx.cpp
-- Excluding from source files list: <BUILD>/modules/dnn/layers/cpu_kernels/conv_depthwise.avx2.cpp
-- Excluding from source files list: <BUILD>/modules/dnn/layers/cpu_kernels/conv_depthwise.rvv.cpp
-- Excluding from source files list: <BUILD>/modules/dnn/layers/cpu_kernels/conv_depthwise.lasx.cpp
-- Excluding from source files list: <BUILD>/modules/dnn/layers/cpu_kernels/conv_winograd_f63.avx.cpp
-- Excluding from source files list: <BUILD>/modules/dnn/layers/cpu_kernels/conv_winograd_f63.avx2.cpp
-- Excluding from source files list: <BUILD>/modules/dnn/layers/cpu_kernels/fast_gemm_kernels.avx.cpp
-- Excluding from source files list: <BUILD>/modules/dnn/layers/cpu_kernels/fast_gemm_kernels.avx2.cpp
-- Excluding from source files list: <BUILD>/modules/dnn/layers/cpu_kernels/fast_gemm_kernels.lasx.cpp
-- Excluding from source files list: modules/features2d/src/fast.avx2.cpp
-- Performing Test HAVE_CXX_WNO_DEPRECATED_DECLARATIONS
-- Performing Test HAVE_CXX_WNO_DEPRECATED_DECLARATIONS - Success
-- Performing Test HAVE_CXX_WNO_OVERLOADED_VIRTUAL
-- Performing Test HAVE_CXX_WNO_OVERLOADED_VIRTUAL - Success
-- Performing Test HAVE_CXX_WNO_IMPLICIT_FALLTHROUGH
-- Performing Test HAVE_CXX_WNO_IMPLICIT_FALLTHROUGH - Success
-- highgui: using builtin backend: QT5
-- Performing Test Iconv_IS_BUILT_IN
-- Performing Test Iconv_IS_BUILT_IN - Success
-- ocv_download: Not downloading  from  as per Debian policy.
CMake Warning at contrib/modules/wechat_qrcode/CMakeLists.txt:37 (message):
  WeChatQRCode: Can't get detect caffemodel file for wechat qrcode.


-- ocv_download: Not downloading  from  as per Debian policy.
CMake Warning at contrib/modules/wechat_qrcode/CMakeLists.txt:37 (message):
  WeChatQRCode: Can't get detect prototxt file for wechat qrcode.


-- ocv_download: Not downloading  from  as per Debian policy.
CMake Warning at contrib/modules/wechat_qrcode/CMakeLists.txt:37 (message):
  WeChatQRCode: Can't get sr caffemodel file for wechat qrcode.


-- ocv_download: Not downloading  from  as per Debian policy.
CMake Warning at contrib/modules/wechat_qrcode/CMakeLists.txt:37 (message):
  WeChatQRCode: Can't get sr prototxt file for wechat qrcode.


-- ocv_download: Not downloading  from  as per Debian policy.
CMake Warning at contrib/modules/face/CMakeLists.txt:26 (message):
  Face: Can't get model file for face alignment.


-- Found 'misc' Python modules from /build/reproducible-path/opencv-4.10.0+dfsg/modules/python/package/extra_modules
-- Found 'mat_wrapper;utils' Python modules from /build/reproducible-path/opencv-4.10.0+dfsg/modules/core/misc/python/package
CMake Warning (dev) at samples/CMakeLists.txt:13 (install):
  Policy CMP0177 is not set: install() DESTINATION paths are normalized.  Run
  "cmake --help-policy CMP0177" for policy details.  Use the cmake_policy
  command to set the policy and suppress this warning.
Call Stack (most recent call first):
  samples/CMakeLists.txt:54 (ocv_install_example_src)
This warning is for project developers.  Use -Wno-dev to suppress it.

-- 
-- General configuration for OpenCV 4.10.0 =====================================
--   Version control:               unknown
-- 
--   Extra modules:
--     Location (extra):            /build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules
--     Version control (extra):     unknown
-- 
--   Platform:
--     Host:                        Linux 6.12.100+deb13-arm64 aarch64
--     CMake:                       4.3.4
--     CMake generator:             Ninja
--     CMake build tool:            /usr/bin/ninja
--     Configuration:               Release
-- 
--   CPU/HW features:
--     Baseline:                    NEON FP16
--     Dispatched code generation:  NEON_DOTPROD NEON_FP16 NEON_BF16
--       requested:                 NEON_FP16 NEON_BF16 NEON_DOTPROD
--       NEON_DOTPROD (1 files):    + NEON_DOTPROD
--       NEON_FP16 (2 files):       + NEON_FP16
--       NEON_BF16 (0 files):       + NEON_BF16
-- 
--   C/C++:
--     Built as dynamic libs?:      NO
--     C++ standard:                11
--     C++ Compiler:                /usr/bin/aarch64-linux-gnu-g++  (ver 16.2.0)
--     C++ flags (Release):         -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG
--     C++ flags (Debug):           -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -g  -DDEBUG -D_DEBUG
--     C Compiler:                  /usr/bin/aarch64-linux-gnu-gcc
--     C flags (Release):           -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wuninitialized -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG
--     C flags (Debug):             -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wuninitialized -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -g  -DDEBUG -D_DEBUG
--     Linker flags (Release):      -Wl,-z,relro -Wl,-z,now  -Wl,--gc-sections -Wl,--as-needed -Wl,--no-undefined  
--     Linker flags (Debug):        -Wl,-z,relro -Wl,-z,now  -Wl,--gc-sections -Wl,--as-needed -Wl,--no-undefined  
--     ccache:                      NO
--     Precompiled headers:         NO
--     Extra dependencies:          /usr/lib/aarch64-linux-gnu/libprotobuf.so /usr/lib/aarch64-linux-gnu/liblapack.so /usr/lib/aarch64-linux-gnu/libblas.so Qt5::Test Qt5::Concurrent Qt5::OpenGL /usr/lib/aarch64-linux-gnu/libjpeg.so /usr/lib/aarch64-linux-gnu/libwebp.so /usr/lib/aarch64-linux-gnu/libpng.so gdcmMSFF /usr/lib/aarch64-linux-gnu/libtiff.so openjp2 OpenEXR::OpenEXR /usr/lib/aarch64-linux-gnu/libz.so /usr/lib/aarch64-linux-gnu/libgdal.so Qt5::Core Qt5::Gui Qt5::Widgets /usr/lib/aarch64-linux-gnu/libfreetype.so /usr/lib/aarch64-linux-gnu/libharfbuzz.so hdf5-shared /usr/lib/aarch64-linux-gnu/libOpenGL.so /usr/lib/aarch64-linux-gnu/libGLX.so /usr/lib/aarch64-linux-gnu/libGLU.so VTK::FiltersExtraction VTK::FiltersSources VTK::FiltersTexture VTK::IOExport VTK::IOGeometry VTK::IOPLY VTK::InteractionStyle VTK::RenderingCore VTK::RenderingLOD VTK::RenderingOpenGL2 Iconv::Iconv dl m pthread rt
--     3rdparty dependencies:       quirc
-- 
--   OpenCV modules:
--     To be built:                 alphamat aruco bgsegm bioinspired calib3d ccalib core cvv datasets dnn dnn_objdetect dnn_superres dpm face features2d flann freetype fuzzy hdf hfs highgui img_hash imgcodecs imgproc intensity_transform line_descriptor mcc ml objdetect optflow phase_unwrapping photo plot quality rapid reg rgbd saliency shape signal stereo stitching structured_light superres surface_matching text tracking video videoio videostab viz wechat_qrcode ximgproc xobjdetect xphoto
--     Disabled:                    python3 world
--     Disabled by dependency:      sfm
--     Unavailable:                 cannops cudaarithm cudabgsegm cudacodec cudafeatures2d cudafilters cudaimgproc cudalegacy cudaobjdetect cudaoptflow cudastereo cudawarping cudev gapi java julia matlab ovis python2 ts
--     Applications:                -
--     Documentation:               NO
--     Non-free algorithms:         NO
-- 
--   GUI:                           QT5
--     QT:                          YES (ver 5.15.19 )
--       QT OpenGL support:         YES (Qt5::OpenGL 5.15.19)
--     OpenGL support:              YES (/usr/lib/aarch64-linux-gnu/libOpenGL.so /usr/lib/aarch64-linux-gnu/libGLX.so /usr/lib/aarch64-linux-gnu/libGLU.so)
--     VTK support:                 YES (ver 9.6.2)
-- 
--   Media I/O: 
--     ZLib:                        /usr/lib/aarch64-linux-gnu/libz.so (ver 1.3.2)
--     JPEG:                        /usr/lib/aarch64-linux-gnu/libjpeg.so (ver 62)
--     WEBP:                        /usr/lib/aarch64-linux-gnu/libwebp.so (ver encoder: 0x0210)
--     PNG:                         /usr/lib/aarch64-linux-gnu/libpng.so (ver 1.6.58)
--     TIFF:                        /usr/lib/aarch64-linux-gnu/libtiff.so (ver 4.7.2 / 4.7.2)
--     JPEG 2000:                   OpenJPEG (ver 2.5.4)
--     OpenEXR:                     OpenEXR::OpenEXR (ver 3.4.6)
--     GDAL:                        YES (/usr/lib/aarch64-linux-gnu/libgdal.so)
--     GDCM:                        YES (3.0.24)
--     HDR:                         YES
--     SUNRASTER:                   YES
--     PXM:                         YES
--     PFM:                         YES
-- 
--   Video I/O:
--     DC1394:                      YES (2.2.6)
--     FFMPEG:                      YES
--       avcodec:                   YES (63.1.100)
--       avformat:                  YES (63.1.100)
--       avutil:                    YES (61.1.100)
--       swscale:                   YES (10.1.100)
--       avresample:                NO
--     GStreamer:                   YES (1.28.6)
--     PvAPI:                       NO
--     v4l/v4l2:                    YES (linux/videodev2.h)
--     gPhoto2:                     YES
-- 
--   Parallel framework:            TBB (ver 2023.1 interface 12190)
-- 
--   Trace:                         YES (built-in)
-- 
--   Other third-party libraries:
--     Lapack:                      YES (/usr/lib/aarch64-linux-gnu/liblapack.so /usr/lib/aarch64-linux-gnu/libblas.so)
--     Eigen:                       YES (ver 3.4.0)
--     Custom HAL:                  NO
--     Protobuf:                    /usr/lib/aarch64-linux-gnu/libprotobuf.so (3.21.12)
-- 
--   OpenCL:                        YES (no extra features)
--     Include path:                /usr/include/CL
--     Link libraries:              Dynamic load
-- 
--   Python (for build):            /usr/bin/python3
-- 
--   Install to:                    /usr
-- -----------------------------------------------------------------
-- 
-- Configuring done (23.3s)
-- Generating done (0.6s)
-- Build files have been written to: /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu-static
# Python extension
dh_auto_configure -S pybuild \
	-- --name=opencv --system=custom --configure-args "\
		dh_auto_configure -S cmake -D modules/python -B {build_dir} -- \
			-GNinja \
			-DCMAKE_SKIP_RPATH=ON \
			-DOpenCV_BINARY_DIR=/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu \
			-DOPENCV_PYTHON_STANDALONE_INSTALL_PATH={install_dir} \
			-DOPENCV_SKIP_PYTHON_LOADER=ON \
			-DOPENCV_PYTHON_VERSION={version} \
			-DPYTHON_EXECUTABLE:FILEPATH=/usr/bin/{interpreter} \
			-DPYTHON_LIBRARY:FILEPATH={interpreter.library_file} \
			-DPYTHON_INCLUDE_DIR:PATH={interpreter.include_dir}"
I: pybuild base:385: 		dh_auto_configure -S cmake -D modules/python -B /build/reproducible-path/opencv-4.10.0+dfsg/.pybuild/cpython3_3.13_opencv/build -- 			-GNinja 			-DCMAKE_SKIP_RPATH=ON 			-DOpenCV_BINARY_DIR=/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu 			-DOPENCV_PYTHON_STANDALONE_INSTALL_PATH=/usr/lib/python3.13/dist-packages 			-DOPENCV_SKIP_PYTHON_LOADER=ON 			-DOPENCV_PYTHON_VERSION=3.13 			-DPYTHON_EXECUTABLE:FILEPATH=/usr/bin/python3.13 			-DPYTHON_LIBRARY:FILEPATH=/usr/lib/python3.13/config-3.13-aarch64-linux-gnu/libpython3.13.so 			-DPYTHON_INCLUDE_DIR:PATH=/usr/include/python3.13
	cd .pybuild/cpython3_3.13_opencv/build && PKG_CONFIG=aarch64-linux-gnu-pkg-config cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=None -DCMAKE_INSTALL_SYSCONFDIR=/etc -DCMAKE_INSTALL_LOCALSTATEDIR=/var -DCMAKE_EXPORT_NO_PACKAGE_REGISTRY=ON -DCMAKE_FIND_USE_PACKAGE_REGISTRY=OFF -DCMAKE_FIND_PACKAGE_NO_PACKAGE_REGISTRY=ON -DFETCHCONTENT_FULLY_DISCONNECTED=ON -DCMAKE_INSTALL_RUNSTATEDIR=/run -DCMAKE_SKIP_INSTALL_ALL_DEPENDENCY=ON "-GUnix Makefiles" -DCMAKE_VERBOSE_MAKEFILE=ON -DCMAKE_C_COMPILER=/usr/bin/aarch64-linux-gnu-gcc -DCMAKE_CXX_COMPILER=/usr/bin/aarch64-linux-gnu-g\+\+ -DPKG_CONFIG_EXECUTABLE=/usr/bin/aarch64-linux-gnu-pkg-config -DPKGCONFIG_EXECUTABLE=/usr/bin/aarch64-linux-gnu-pkg-config -DQMAKE_EXECUTABLE=/usr/bin/aarch64-linux-gnu-qmake -DCMAKE_INSTALL_LIBDIR=lib/aarch64-linux-gnu -GNinja -DCMAKE_SKIP_RPATH=ON -DOpenCV_BINARY_DIR=/build/reproducible-path/opencv-4.10.0\+dfsg/obj-aarch64-linux-gnu -DOPENCV_PYTHON_STANDALONE_INSTALL_PATH=/usr/lib/python3.13/dist-packages -DOPENCV_SKIP_PYTHON_LOADER=ON -DOPENCV_PYTHON_VERSION=3.13 -DPYTHON_EXECUTABLE:FILEPATH=/usr/bin/python3.13 -DPYTHON_LIBRARY:FILEPATH=/usr/lib/python3.13/config-3.13-aarch64-linux-gnu/libpython3.13.so -DPYTHON_INCLUDE_DIR:PATH=/usr/include/python3.13 ../../../modules/python
CMake Deprecation Warning at CMakeLists.txt:38 (cmake_minimum_required):
  Compatibility with CMake < 3.10 will be removed from a future version of
  CMake.

  Update the VERSION argument <min> value.  Or, use the <min>...<max> syntax
  to tell CMake that the project requires at least <min> but has been updated
  to work with policies introduced by <max> or earlier.


-- The CXX compiler identification is GNU 16.2.0
-- The C compiler identification is GNU 16.2.0
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/aarch64-linux-gnu-g++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /usr/bin/aarch64-linux-gnu-gcc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
CMake Warning (dev) at /build/reproducible-path/opencv-4.10.0+dfsg/cmake/OpenCVUtils.cmake:144 (find_package):
  Policy CMP0148 is not set: The FindPythonInterp and FindPythonLibs modules
  are removed.  Run "cmake --help-policy CMP0148" for policy details.  Use
  the cmake_policy command to set the policy and suppress this warning.

Call Stack (most recent call first):
  /build/reproducible-path/opencv-4.10.0+dfsg/cmake/OpenCVDetectPython.cmake:58 (find_host_package)
  standalone.cmake:18 (find_python)
  CMakeLists.txt:40 (include)
This warning is for project developers.  Use -Wno-dev to suppress it.

-- Found PythonInterp: /usr/bin/python3.13 (found suitable exact version "3.13.14")
CMake Warning (dev) at /build/reproducible-path/opencv-4.10.0+dfsg/cmake/OpenCVDetectPython.cmake:140 (find_package):
  Policy CMP0148 is not set: The FindPythonInterp and FindPythonLibs modules
  are removed.  Run "cmake --help-policy CMP0148" for policy details.  Use
  the cmake_policy command to set the policy and suppress this warning.

Call Stack (most recent call first):
  standalone.cmake:18 (find_python)
  CMakeLists.txt:40 (include)
This warning is for project developers.  Use -Wno-dev to suppress it.

-- Found PythonLibs: /usr/lib/python3.13/config-3.13-aarch64-linux-gnu/libpython3.13.so (found suitable exact version "3.13.14")
-- -----------------------------------------------------------------
--   Python:
--     Interpreter:                 /usr/bin/python3.13 (ver 3.13.14)
--     Libraries:                   /usr/lib/python3.13/config-3.13-aarch64-linux-gnu/libpython3.13.so (ver 3.13.14)
--     numpy:                       /usr/lib/aarch64-linux-gnu/python3-numpy/numpy/_core/include (ver 2.4.6)
-- 
--   Install to:                    /usr
-- -----------------------------------------------------------------
-- Found OpenCV: /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu (found version "4.10.0")
-- Performing Test HAVE_CXX_WNO_DEPRECATED_DECLARATIONS
-- Performing Test HAVE_CXX_WNO_DEPRECATED_DECLARATIONS - Success
-- Performing Test HAVE_CXX_WNO_OVERLOADED_VIRTUAL
-- Performing Test HAVE_CXX_WNO_OVERLOADED_VIRTUAL - Success
-- Performing Test HAVE_CXX_WNO_UNUSED_PRIVATE_FIELD
-- Performing Test HAVE_CXX_WNO_UNUSED_PRIVATE_FIELD - Failed
-- Performing Test HAVE_CXX_WNO_UNDEF
-- Performing Test HAVE_CXX_WNO_UNDEF - Success
-- Configuring done (1.2s)
-- Generating done (0.0s)
CMake Warning:
  Manually-specified variables were not used by the project:

    CMAKE_EXPORT_NO_PACKAGE_REGISTRY
    CMAKE_FIND_PACKAGE_NO_PACKAGE_REGISTRY
    CMAKE_INSTALL_LIBDIR
    CMAKE_INSTALL_LOCALSTATEDIR
    CMAKE_INSTALL_RUNSTATEDIR
    CMAKE_INSTALL_SYSCONFDIR
    FETCHCONTENT_FULLY_DISCONNECTED
    PKGCONFIG_EXECUTABLE
    PKG_CONFIG_EXECUTABLE
    QMAKE_EXECUTABLE


-- Build files have been written to: /build/reproducible-path/opencv-4.10.0+dfsg/.pybuild/cpython3_3.13_opencv/build
I: pybuild base:385: 		dh_auto_configure -S cmake -D modules/python -B /build/reproducible-path/opencv-4.10.0+dfsg/.pybuild/cpython3_3.14_opencv/build -- 			-GNinja 			-DCMAKE_SKIP_RPATH=ON 			-DOpenCV_BINARY_DIR=/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu 			-DOPENCV_PYTHON_STANDALONE_INSTALL_PATH=/usr/lib/python3.14/dist-packages 			-DOPENCV_SKIP_PYTHON_LOADER=ON 			-DOPENCV_PYTHON_VERSION=3.14 			-DPYTHON_EXECUTABLE:FILEPATH=/usr/bin/python3.14 			-DPYTHON_LIBRARY:FILEPATH=/usr/lib/python3.14/config-3.14-aarch64-linux-gnu/libpython3.14.so 			-DPYTHON_INCLUDE_DIR:PATH=/usr/include/python3.14
	cd .pybuild/cpython3_3.14_opencv/build && PKG_CONFIG=aarch64-linux-gnu-pkg-config cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=None -DCMAKE_INSTALL_SYSCONFDIR=/etc -DCMAKE_INSTALL_LOCALSTATEDIR=/var -DCMAKE_EXPORT_NO_PACKAGE_REGISTRY=ON -DCMAKE_FIND_USE_PACKAGE_REGISTRY=OFF -DCMAKE_FIND_PACKAGE_NO_PACKAGE_REGISTRY=ON -DFETCHCONTENT_FULLY_DISCONNECTED=ON -DCMAKE_INSTALL_RUNSTATEDIR=/run -DCMAKE_SKIP_INSTALL_ALL_DEPENDENCY=ON "-GUnix Makefiles" -DCMAKE_VERBOSE_MAKEFILE=ON -DCMAKE_C_COMPILER=/usr/bin/aarch64-linux-gnu-gcc -DCMAKE_CXX_COMPILER=/usr/bin/aarch64-linux-gnu-g\+\+ -DPKG_CONFIG_EXECUTABLE=/usr/bin/aarch64-linux-gnu-pkg-config -DPKGCONFIG_EXECUTABLE=/usr/bin/aarch64-linux-gnu-pkg-config -DQMAKE_EXECUTABLE=/usr/bin/aarch64-linux-gnu-qmake -DCMAKE_INSTALL_LIBDIR=lib/aarch64-linux-gnu -GNinja -DCMAKE_SKIP_RPATH=ON -DOpenCV_BINARY_DIR=/build/reproducible-path/opencv-4.10.0\+dfsg/obj-aarch64-linux-gnu -DOPENCV_PYTHON_STANDALONE_INSTALL_PATH=/usr/lib/python3.14/dist-packages -DOPENCV_SKIP_PYTHON_LOADER=ON -DOPENCV_PYTHON_VERSION=3.14 -DPYTHON_EXECUTABLE:FILEPATH=/usr/bin/python3.14 -DPYTHON_LIBRARY:FILEPATH=/usr/lib/python3.14/config-3.14-aarch64-linux-gnu/libpython3.14.so -DPYTHON_INCLUDE_DIR:PATH=/usr/include/python3.14 ../../../modules/python
CMake Deprecation Warning at CMakeLists.txt:38 (cmake_minimum_required):
  Compatibility with CMake < 3.10 will be removed from a future version of
  CMake.

  Update the VERSION argument <min> value.  Or, use the <min>...<max> syntax
  to tell CMake that the project requires at least <min> but has been updated
  to work with policies introduced by <max> or earlier.


-- The CXX compiler identification is GNU 16.2.0
-- The C compiler identification is GNU 16.2.0
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/aarch64-linux-gnu-g++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /usr/bin/aarch64-linux-gnu-gcc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
CMake Warning (dev) at /build/reproducible-path/opencv-4.10.0+dfsg/cmake/OpenCVUtils.cmake:144 (find_package):
  Policy CMP0148 is not set: The FindPythonInterp and FindPythonLibs modules
  are removed.  Run "cmake --help-policy CMP0148" for policy details.  Use
  the cmake_policy command to set the policy and suppress this warning.

Call Stack (most recent call first):
  /build/reproducible-path/opencv-4.10.0+dfsg/cmake/OpenCVDetectPython.cmake:58 (find_host_package)
  standalone.cmake:18 (find_python)
  CMakeLists.txt:40 (include)
This warning is for project developers.  Use -Wno-dev to suppress it.

-- Found PythonInterp: /usr/bin/python3.14 (found suitable exact version "3.14.6")
CMake Warning (dev) at /build/reproducible-path/opencv-4.10.0+dfsg/cmake/OpenCVDetectPython.cmake:140 (find_package):
  Policy CMP0148 is not set: The FindPythonInterp and FindPythonLibs modules
  are removed.  Run "cmake --help-policy CMP0148" for policy details.  Use
  the cmake_policy command to set the policy and suppress this warning.

Call Stack (most recent call first):
  standalone.cmake:18 (find_python)
  CMakeLists.txt:40 (include)
This warning is for project developers.  Use -Wno-dev to suppress it.

-- Found PythonLibs: /usr/lib/python3.14/config-3.14-aarch64-linux-gnu/libpython3.14.so (found suitable exact version "3.14.6")
-- -----------------------------------------------------------------
--   Python:
--     Interpreter:                 /usr/bin/python3.14 (ver 3.14.6)
--     Libraries:                   /usr/lib/python3.14/config-3.14-aarch64-linux-gnu/libpython3.14.so (ver 3.14.6)
--     numpy:                       /usr/lib/aarch64-linux-gnu/python3-numpy/numpy/_core/include (ver 2.4.6)
-- 
--   Install to:                    /usr
-- -----------------------------------------------------------------
-- Found OpenCV: /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu (found version "4.10.0")
-- Performing Test HAVE_CXX_WNO_DEPRECATED_DECLARATIONS
-- Performing Test HAVE_CXX_WNO_DEPRECATED_DECLARATIONS - Success
-- Performing Test HAVE_CXX_WNO_OVERLOADED_VIRTUAL
-- Performing Test HAVE_CXX_WNO_OVERLOADED_VIRTUAL - Success
-- Performing Test HAVE_CXX_WNO_UNUSED_PRIVATE_FIELD
-- Performing Test HAVE_CXX_WNO_UNUSED_PRIVATE_FIELD - Failed
-- Performing Test HAVE_CXX_WNO_UNDEF
-- Performing Test HAVE_CXX_WNO_UNDEF - Success
-- Configuring done (1.2s)
-- Generating done (0.0s)
CMake Warning:
  Manually-specified variables were not used by the project:

    CMAKE_EXPORT_NO_PACKAGE_REGISTRY
    CMAKE_FIND_PACKAGE_NO_PACKAGE_REGISTRY
    CMAKE_INSTALL_LIBDIR
    CMAKE_INSTALL_LOCALSTATEDIR
    CMAKE_INSTALL_RUNSTATEDIR
    CMAKE_INSTALL_SYSCONFDIR
    FETCHCONTENT_FULLY_DISCONNECTED
    PKGCONFIG_EXECUTABLE
    PKG_CONFIG_EXECUTABLE
    QMAKE_EXECUTABLE


-- Build files have been written to: /build/reproducible-path/opencv-4.10.0+dfsg/.pybuild/cpython3_3.14_opencv/build
# strip non-reproducible info from version string
sed -i -e 's,/build/reproducible-path/opencv-4.10.0+dfsg,<<PKGBUILDDIR>>,g' \
	-e "s,$(uname -sr),,g" \
	obj-aarch64-linux-gnu/modules/core/version_string.inc \
	obj-aarch64-linux-gnu-static/modules/core/version_string.inc
make[1]: Leaving directory '/build/reproducible-path/opencv-4.10.0+dfsg'
   jh_linkjars -a
   debian/rules override_dh_auto_build
make[1]: Entering directory '/build/reproducible-path/opencv-4.10.0+dfsg'
# documentation
dh_auto_build -B obj-aarch64-linux-gnu -- doxygen
	cd obj-aarch64-linux-gnu && LC_ALL=C.UTF-8 ninja -j2 -v doxygen
[1/111] cd /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/java_bindings_generator && /usr/bin/python3 /build/reproducible-path/opencv-4.10.0+dfsg/modules/java/generator/../generator/gen_java.py -p /build/reproducible-path/opencv-4.10.0+dfsg/modules/java/generator/../../python/src2/gen2.py -c /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/java_bindings_generator/gen_java.json && /usr/bin/cmake -E touch /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/CMakeFiles/dephelper/gen_opencv_java_source
duplicated: CLASS cv::.Algorithm : 
/build/reproducible-path/opencv-4.10.0+dfsg/modules/java/generator/../generator/gen_java.py:580: DeprecationWarning: codecs.open() is deprecated. Use open() instead.
  with codecs.open(path, "w", "utf-8") as f:
JAVA: Processing OpenCV modules: 26
Generated files: 404 (updated 404)
[2/111] cd /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu && /usr/bin/cmake -DCONFIG_FILE:PATH=/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/java/jar/copyfiles-JAVA_SRC_COPY.cmake -DCOPYLIST_VAR:STRING=JAVA_SRC_COPY -DDEPHELPER=/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/CMakeFiles/dephelper/opencv_java_jar_source_copy -P /build/reproducible-path/opencv-4.10.0+dfsg/cmake/copy_files.cmake
[3/111] cd /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/python_bindings_generator && /usr/bin/python3 /build/reproducible-path/opencv-4.10.0+dfsg/modules/python/src2/gen2.py /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/python_bindings_generator /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/python_bindings_generator/headers.txt
/build/reproducible-path/opencv-4.10.0+dfsg/modules/python/src2/typing_stubs_generator.py:52: UserWarning: Typing stubs generation has failed.
Traceback (most recent call last):
  File "/build/reproducible-path/opencv-4.10.0+dfsg/modules/python/src2/typing_stubs_generation/nodes/type_node.py", line 291, in resolve
    self.value.resolve(root)
    ~~~~~~~~~~~~~~~~~~^^^^^^
  File "/build/reproducible-path/opencv-4.10.0+dfsg/modules/python/src2/typing_stubs_generation/nodes/type_node.py", line 626, in resolve
    raise TypeResolutionError(
    ...<3 lines>...
    )
typing_stubs_generation.nodes.type_node.TypeResolutionError: Failed to resolve one of "_typing.Union[cv2.typing.Scalar, GMat, GOpaqueT, GArrayT]" items. Errors: ['Failed to resolve "GMat" exposed as "GMat"', 'Failed to resolve "GOpaqueT" exposed as "GOpaqueT"', 'Failed to resolve "GArrayT" exposed as "GArrayT"']

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/build/reproducible-path/opencv-4.10.0+dfsg/modules/python/src2/typing_stubs_generator.py", line 49, in wrapped_func
    ret_type = func(*args, **kwargs)
  File "/build/reproducible-path/opencv-4.10.0+dfsg/modules/python/src2/typing_stubs_generator.py", line 148, in _generate
    generate_typing_stubs(self.cv_root, output_path)
    ~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/build/reproducible-path/opencv-4.10.0+dfsg/modules/python/src2/typing_stubs_generation/generation.py", line 91, in generate_typing_stubs
    _generate_typing_module(root, output_path)
    ~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^
  File "/build/reproducible-path/opencv-4.10.0+dfsg/modules/python/src2/typing_stubs_generation/generation.py", line 794, in _generate_typing_module
    node.resolve(root)
    ~~~~~~~~~~~~^^^^^^
  File "/build/reproducible-path/opencv-4.10.0+dfsg/modules/python/src2/typing_stubs_generation/nodes/type_node.py", line 293, in resolve
    raise TypeResolutionError(
    ...<3 lines>...
    ) from e
typing_stubs_generation.nodes.type_node.TypeResolutionError: Failed to resolve alias "GProtoArg" exposed as "GProtoArg"

  warnings.warn(
Note: Class cv::Feature2D has more than 1 base class (not supported by Python C extensions)
      Bases:  cv::Algorithm, cv::class, cv::Feature2D, cv::Algorithm
      Only the first base class will be used
Note: Class cv::detail::GraphCutSeamFinder has more than 1 base class (not supported by Python C extensions)
      Bases:  cv::detail::GraphCutSeamFinderBase, cv::detail::SeamFinder
      Only the first base class will be used
[4/111] cd /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/java/jar/opencv && /usr/bin/ant -noinput -k javadoc && /usr/bin/cmake -E touch /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/CMakeFiles/dephelper/opencv_javadoc
Buildfile: /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/java/jar/opencv/build.xml
   [tstamp] Honouring environment variable SOURCE_DATE_EPOCH which has been set to 1784360100

javadoc:
     [copy] Copying 1 file to /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc
  [javadoc] Generating Javadoc
  [javadoc] Debian build on Java 9+ detected: Adding the --ignore-source-errors option
  [javadoc] Debian build on Java 9+ detected: Adding the -Xdoclint:none option
  [javadoc] Javadoc execution
  [javadoc] Loading source files for package org.opencv.aruco...
  [javadoc] Loading source files for package org.opencv.bgsegm...
  [javadoc] Loading source files for package org.opencv.bioinspired...
  [javadoc] Loading source files for package org.opencv.calib3d...
  [javadoc] Loading source files for package org.opencv.core...
  [javadoc] Loading source files for package org.opencv.dnn...
  [javadoc] Loading source files for package org.opencv.dnn_superres...
  [javadoc] Loading source files for package org.opencv.face...
  [javadoc] Loading source files for package org.opencv.features2d...
  [javadoc] Loading source files for package org.opencv.highgui...
  [javadoc] Loading source files for package org.opencv.img_hash...
  [javadoc] Loading source files for package org.opencv.imgcodecs...
  [javadoc] Loading source files for package org.opencv.imgproc...
  [javadoc] Loading source files for package org.opencv.ml...
  [javadoc] Loading source files for package org.opencv.objdetect...
  [javadoc] Loading source files for package org.opencv.osgi...
  [javadoc] Loading source files for package org.opencv.phase_unwrapping...
  [javadoc] Loading source files for package org.opencv.photo...
  [javadoc] Loading source files for package org.opencv.plot...
  [javadoc] Loading source files for package org.opencv.structured_light...
  [javadoc] Loading source files for package org.opencv.text...
  [javadoc] Loading source files for package org.opencv.tracking...
  [javadoc] Loading source files for package org.opencv.utils...
  [javadoc] Loading source files for package org.opencv.video...
  [javadoc] Loading source files for package org.opencv.videoio...
  [javadoc] Loading source files for package org.opencv.wechat_qrcode...
  [javadoc] Loading source files for package org.opencv.ximgproc...
  [javadoc] Loading source files for package org.opencv.xphoto...
  [javadoc] Constructing Javadoc information...
  [javadoc] Building index for all the packages and classes...
  [javadoc] Standard Doclet version 25.0.4+7-1-Debian
  [javadoc] Building tree for all the packages and classes...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/ximgproc/AdaptiveManifoldFilter.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/features2d/AffineFeature.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/features2d/AgastFeatureDetector.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/features2d/AKAZE.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/core/Algorithm.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/photo/AlignExposures.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/photo/AlignMTB.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/ml/ANN_MLP.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/aruco/Aruco.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/objdetect/ArucoDetector.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/img_hash/AverageHash.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/video/BackgroundSubtractor.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/bgsegm/BackgroundSubtractorCNT.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/bgsegm/BackgroundSubtractorGMG.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/bgsegm/BackgroundSubtractorGSOC.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/video/BackgroundSubtractorKNN.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/bgsegm/BackgroundSubtractorLSBP.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/bgsegm/BackgroundSubtractorLSBPDesc.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/bgsegm/BackgroundSubtractorMOG.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/video/BackgroundSubtractorMOG2.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/objdetect/BarcodeDetector.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/objdetect/BaseCascadeClassifier.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/text/BaseOCR.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/face/BasicFaceRecognizer.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/features2d/BFMatcher.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/bgsegm/Bgsegm.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/face/BIF.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/bioinspired/Bioinspired.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/img_hash/BlockMeanHash.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/objdetect/Board.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/ml/Boost.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/features2d/BOWImgDescriptorExtractor.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/features2d/BOWKMeansTrainer.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/features2d/BOWTrainer.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/features2d/BRISK.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/calib3d/Calib3d.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/photo/CalibrateCRF.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/photo/CalibrateDebevec.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/photo/CalibrateRobertson.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/objdetect/CascadeClassifier.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/objdetect/CharucoBoard.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/objdetect/CharucoDetector.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/objdetect/CharucoParameters.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/imgproc/CLAHE.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/dnn/ClassificationModel.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/img_hash/ColorMomentHash.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/ximgproc/ContourFitting.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/utils/Converters.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/core/Core.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/core/Core.MinMaxLocResult.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/core/CvException.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/core/CvType.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/video/DenseOpticalFlow.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/features2d/DescriptorMatcher.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/dnn/DetectionModel.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/objdetect/DetectorParameters.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/objdetect/Dictionary.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/dnn/DictValue.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/video/DISOpticalFlow.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/ximgproc/DisparityFilter.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/ximgproc/DisparityWLSFilter.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/core/DMatch.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/dnn/Dnn.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/dnn_superres/Dnn_superres.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/dnn_superres/DnnSuperResImpl.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/ximgproc/DTFilter.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/ml/DTrees.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/ximgproc/EdgeAwareInterpolator.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/ximgproc/EdgeBoxes.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/ximgproc/EdgeDrawing.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/ximgproc/EdgeDrawing_Params.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/face/EigenFaceRecognizer.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/ml/EM.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/text/ERFilter.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/text/ERFilter_Callback.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/aruco/EstimateParameters.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/face/Face.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/objdetect/FaceDetectorYN.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/face/Facemark.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/face/FacemarkAAM.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/face/FacemarkKazemi.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/face/FacemarkLBF.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/face/FacemarkTrain.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/face/FaceRecognizer.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/objdetect/FaceRecognizerSF.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/video/FarnebackOpticalFlow.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/ximgproc/FastBilateralSolverFilter.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/features2d/FastFeatureDetector.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/ximgproc/FastGlobalSmootherFilter.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/ximgproc/FastLineDetector.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/features2d/Feature2D.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/features2d/Features2d.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/face/FisherFaceRecognizer.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/features2d/FlannBasedMatcher.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/imgproc/GeneralizedHough.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/imgproc/GeneralizedHoughBallard.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/imgproc/GeneralizedHoughGuil.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/features2d/GFTTDetector.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/objdetect/GraphicalCodeDetector.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/ximgproc/GraphSegmentation.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/structured_light/GrayCodePattern.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/xphoto/GrayworldWB.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/objdetect/GridBoard.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/ximgproc/GuidedFilter.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/highgui/HighGui.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/phase_unwrapping/HistogramPhaseUnwrapping.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/phase_unwrapping/HistogramPhaseUnwrapping_Params.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/objdetect/HOGDescriptor.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/dnn/Image2BlobParams.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/highgui/ImageWindow.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/img_hash/Img_hash.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/imgcodecs/Imgcodecs.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/img_hash/ImgHashBase.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/imgproc/Imgproc.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/imgproc/IntelligentScissorsMB.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/video/KalmanFilter.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/features2d/KAZE.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/core/KeyPoint.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/dnn/KeypointsModel.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/ml/KNearest.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/dnn/Layer.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/face/LBPHFaceRecognizer.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/xphoto/LearningBasedWB.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/tracking/legacy_MultiTracker.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/tracking/legacy_Tracker.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/tracking/legacy_TrackerBoosting.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/tracking/legacy_TrackerCSRT.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/tracking/legacy_TrackerKCF.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/tracking/legacy_TrackerMedianFlow.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/tracking/legacy_TrackerMIL.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/tracking/legacy_TrackerMOSSE.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/tracking/legacy_TrackerTLD.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/imgproc/LineSegmentDetector.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/ml/LogisticRegression.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/face/MACE.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/img_hash/MarrHildrethHash.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/core/Mat.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/core/Mat.Atable.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/core/Mat.Tuple2.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/core/Mat.Tuple3.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/core/Mat.Tuple4.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/core/MatOfByte.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/core/MatOfDMatch.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/core/MatOfDouble.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/core/MatOfFloat.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/core/MatOfFloat4.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/core/MatOfFloat6.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/core/MatOfInt.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/core/MatOfInt4.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/core/MatOfKeyPoint.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/core/MatOfPoint.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/core/MatOfPoint2f.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/core/MatOfPoint3.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/core/MatOfPoint3f.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/core/MatOfRect.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/core/MatOfRect2d.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/core/MatOfRotatedRect.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/photo/MergeDebevec.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/photo/MergeExposures.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/photo/MergeMertens.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/photo/MergeRobertson.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/ml/Ml.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/dnn/Model.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/imgproc/Moments.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/features2d/MSER.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/dnn/Net.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/ml/NormalBayesClassifier.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/objdetect/Objdetect.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/text/OCRBeamSearchDecoder.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/text/OCRBeamSearchDecoder_ClassifierCallback.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/text/OCRHMMDecoder.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/text/OCRHMMDecoder_ClassifierCallback.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/text/OCRTesseract.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/osgi/OpenCVInterface.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/osgi/OpenCVNativeLoader.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/features2d/ORB.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/ml/ParamGrid.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/phase_unwrapping/Phase_unwrapping.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/phase_unwrapping/PhaseUnwrapping.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/img_hash/PHash.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/photo/Photo.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/plot/Plot.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/plot/Plot2d.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/core/Point.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/core/Point3.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/face/PredictCollector.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/objdetect/QRCodeDetector.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/objdetect/QRCodeDetectorAruco.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/objdetect/QRCodeDetectorAruco_Params.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/objdetect/QRCodeEncoder.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/objdetect/QRCodeEncoder_Params.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/img_hash/RadialVarianceHash.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/core/Range.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/core/Rect.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/core/Rect2d.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/objdetect/RefineParameters.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/bioinspired/Retina.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/bioinspired/RetinaFastToneMapping.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/ximgproc/RFFeatureGetter.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/ximgproc/RICInterpolator.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/ximgproc/RidgeDetectionFilter.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/core/RotatedRect.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/ml/RTrees.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/core/Scalar.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/ximgproc/ScanSegment.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/dnn/SegmentationModel.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/ximgproc/SelectiveSearchSegmentation.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/ximgproc/SelectiveSearchSegmentationStrategy.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/ximgproc/SelectiveSearchSegmentationStrategyColor.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/ximgproc/SelectiveSearchSegmentationStrategyFill.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/ximgproc/SelectiveSearchSegmentationStrategyMultiple.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/ximgproc/SelectiveSearchSegmentationStrategySize.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/ximgproc/SelectiveSearchSegmentationStrategyTexture.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/features2d/SIFT.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/features2d/SimpleBlobDetector.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/features2d/SimpleBlobDetector_Params.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/xphoto/SimpleWB.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/structured_light/SinusoidalPattern.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/structured_light/SinusoidalPattern_Params.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/core/Size.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/ximgproc/SparseMatchInterpolator.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/video/SparseOpticalFlow.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/video/SparsePyrLKOpticalFlow.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/face/StandardCollector.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/ml/StatModel.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/calib3d/StereoBM.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/calib3d/StereoMatcher.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/calib3d/StereoSGBM.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/structured_light/Structured_light.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/ximgproc/StructuredEdgeDetection.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/structured_light/StructuredLightPattern.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/imgproc/Subdiv2D.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/ximgproc/SuperpixelLSC.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/ximgproc/SuperpixelSEEDS.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/ximgproc/SuperpixelSLIC.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/ml/SVM.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/ml/SVMSGD.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/bgsegm/SyntheticSequenceGenerator.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/core/TermCriteria.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/text/Text.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/dnn/TextDetectionModel.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/dnn/TextDetectionModel_DB.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/dnn/TextDetectionModel_EAST.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/text/TextDetector.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/text/TextDetectorCNN.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/dnn/TextRecognitionModel.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/core/TickMeter.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/photo/Tonemap.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/photo/TonemapDrago.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/xphoto/TonemapDurand.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/photo/TonemapMantiuk.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/photo/TonemapReinhard.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/video/Tracker.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/tracking/TrackerCSRT.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/tracking/TrackerCSRT_Params.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/video/TrackerDaSiamRPN.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/video/TrackerDaSiamRPN_Params.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/video/TrackerGOTURN.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/video/TrackerGOTURN_Params.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/tracking/TrackerKCF.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/tracking/TrackerKCF_Params.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/video/TrackerMIL.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/video/TrackerMIL_Params.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/video/TrackerNano.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/video/TrackerNano_Params.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/video/TrackerVit.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/video/TrackerVit_Params.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/tracking/Tracking.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/ml/TrainData.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/bioinspired/TransientAreasSegmentationModule.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/calib3d/UsacParams.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/video/VariationalRefinement.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/video/Video.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/videoio/VideoCapture.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/videoio/Videoio.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/videoio/VideoWriter.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/wechat_qrcode/Wechat_qrcode.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/wechat_qrcode/WeChatQRCode.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/xphoto/WhiteBalancer.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/ximgproc/Ximgproc.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/xphoto/Xphoto.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/aruco/package-summary.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/aruco/package-tree.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/bgsegm/package-summary.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/bgsegm/package-tree.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/bioinspired/package-summary.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/bioinspired/package-tree.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/calib3d/package-summary.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/calib3d/package-tree.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/core/package-summary.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/core/package-tree.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/dnn/package-summary.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/dnn/package-tree.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/dnn_superres/package-summary.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/dnn_superres/package-tree.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/face/package-summary.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/face/package-tree.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/features2d/package-summary.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/features2d/package-tree.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/highgui/package-summary.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/highgui/package-tree.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/img_hash/package-summary.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/img_hash/package-tree.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/imgcodecs/package-summary.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/imgcodecs/package-tree.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/imgproc/package-summary.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/imgproc/package-tree.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/ml/package-summary.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/ml/package-tree.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/objdetect/package-summary.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/objdetect/package-tree.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/osgi/package-summary.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/osgi/package-tree.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/phase_unwrapping/package-summary.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/phase_unwrapping/package-tree.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/photo/package-summary.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/photo/package-tree.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/plot/package-summary.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/plot/package-tree.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/structured_light/package-summary.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/structured_light/package-tree.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/text/package-summary.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/text/package-tree.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/tracking/package-summary.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/tracking/package-tree.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/utils/package-summary.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/utils/package-tree.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/video/package-summary.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/video/package-tree.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/videoio/package-summary.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/videoio/package-tree.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/wechat_qrcode/package-summary.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/wechat_qrcode/package-tree.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/ximgproc/package-summary.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/ximgproc/package-tree.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/xphoto/package-summary.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/org/opencv/xphoto/package-tree.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/constant-values.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/serialized-form.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/overview-tree.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/deprecated-list.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/index.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/allclasses-index.html...
  [javadoc] Building index for all classes...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/allpackages-index.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/index-all.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/search.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/overview-summary.html...
  [javadoc] Generating /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/javadoc/help-doc.html...

BUILD SUCCESSFUL
Total time: 8 seconds
[5/111] cd /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc && /usr/bin/cmake -E copy_if_different /build/reproducible-path/opencv-4.10.0+dfsg/samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/Data/box.mp4 /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/box.mp4
[6/111] cd /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc && /usr/bin/cmake -E copy_if_different /build/reproducible-path/opencv-4.10.0+dfsg/doc/js_tutorials/js_assets/coins.jpg /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/coins.jpg
[7/111] cd /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc && /usr/bin/cmake -E copy_if_different /build/reproducible-path/opencv-4.10.0+dfsg/doc/js_tutorials/js_assets/cup.mp4 /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/cup.mp4
[8/111] cd /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc && /usr/bin/cmake -E copy_if_different /build/reproducible-path/opencv-4.10.0+dfsg/doc/js_tutorials/js_assets/apple.jpg /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/apple.jpg
[9/111] cd /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc && /usr/bin/cmake -E copy_if_different /build/reproducible-path/opencv-4.10.0+dfsg/data/haarcascades//haarcascade_eye.xml /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/haarcascade_eye.xml
[10/111] cd /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc && /usr/bin/cmake -E copy_if_different /build/reproducible-path/opencv-4.10.0+dfsg/data/haarcascades//haarcascade_frontalface_default.xml /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/haarcascade_frontalface_default.xml
[11/111] cd /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc && /usr/bin/cmake -E copy_if_different /build/reproducible-path/opencv-4.10.0+dfsg/doc/js_tutorials/js_assets/handDst.jpg /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/handDst.jpg
[12/111] cd /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc && /usr/bin/cmake -E copy_if_different /build/reproducible-path/opencv-4.10.0+dfsg/doc/js_tutorials/js_assets/handSrc.jpg /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/handSrc.jpg
[13/111] cd /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc && /usr/bin/cmake -E copy_if_different /build/reproducible-path/opencv-4.10.0+dfsg/doc/js_tutorials/js_assets/js_basic_ops_copymakeborder.html /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/js_basic_ops_copymakeborder.html
[14/111] cd /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc && /usr/bin/cmake -E copy_if_different /build/reproducible-path/opencv-4.10.0+dfsg/doc/js_tutorials/js_assets/js_basic_ops_roi.html /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/js_basic_ops_roi.html
[15/111] cd /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc && /usr/bin/cmake -E copy_if_different /build/reproducible-path/opencv-4.10.0+dfsg/doc/js_tutorials/js_assets/js_camshift.html /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/js_camshift.html
[16/111] cd /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc && /usr/bin/cmake -E copy_if_different /build/reproducible-path/opencv-4.10.0+dfsg/doc/js_tutorials/js_assets/js_bg_subtraction.html /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/js_bg_subtraction.html
[17/111] cd /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc && /usr/bin/cmake -E copy_if_different /build/reproducible-path/opencv-4.10.0+dfsg/doc/js_tutorials/js_assets/js_canny.html /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/js_canny.html
[18/111] cd /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc && /usr/bin/cmake -E copy_if_different /build/reproducible-path/opencv-4.10.0+dfsg/doc/js_tutorials/js_assets/js_colorspaces_cvtColor.html /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/js_colorspaces_cvtColor.html
[19/111] cd /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc && /usr/bin/cmake -E copy_if_different /build/reproducible-path/opencv-4.10.0+dfsg/doc/js_tutorials/js_assets/js_contour_features_approxPolyDP.html /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/js_contour_features_approxPolyDP.html
[20/111] cd /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc && /usr/bin/cmake -E copy_if_different /build/reproducible-path/opencv-4.10.0+dfsg/doc/js_tutorials/js_assets/js_colorspaces_inRange.html /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/js_colorspaces_inRange.html
[21/111] cd /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc && /usr/bin/cmake -E copy_if_different /build/reproducible-path/opencv-4.10.0+dfsg/doc/js_tutorials/js_assets/js_contour_features_boundingRect.html /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/js_contour_features_boundingRect.html
[22/111] cd /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc && /usr/bin/cmake -E copy_if_different /build/reproducible-path/opencv-4.10.0+dfsg/doc/js_tutorials/js_assets/js_contour_features_area.html /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/js_contour_features_area.html
[23/111] cd /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc && /usr/bin/cmake -E copy_if_different /build/reproducible-path/opencv-4.10.0+dfsg/doc/js_tutorials/js_assets/js_contour_features_convexHull.html /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/js_contour_features_convexHull.html
[24/111] cd /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc && /usr/bin/cmake -E copy_if_different /build/reproducible-path/opencv-4.10.0+dfsg/doc/js_tutorials/js_assets/js_contour_features_fitEllipse.html /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/js_contour_features_fitEllipse.html
[25/111] cd /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc && /usr/bin/cmake -E copy_if_different /build/reproducible-path/opencv-4.10.0+dfsg/doc/js_tutorials/js_assets/js_contour_features_fitLine.html /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/js_contour_features_fitLine.html
[26/111] cd /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc && /usr/bin/cmake -E copy_if_different /build/reproducible-path/opencv-4.10.0+dfsg/doc/js_tutorials/js_assets/js_contour_features_minAreaRect.html /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/js_contour_features_minAreaRect.html
[27/111] cd /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc && /usr/bin/cmake -E copy_if_different /build/reproducible-path/opencv-4.10.0+dfsg/doc/js_tutorials/js_assets/js_contour_features_minEnclosingCircle.html /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/js_contour_features_minEnclosingCircle.html
[28/111] cd /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc && /usr/bin/cmake -E copy_if_different /build/reproducible-path/opencv-4.10.0+dfsg/doc/js_tutorials/js_assets/js_contour_features_moments.html /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/js_contour_features_moments.html
[29/111] cd /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc && /usr/bin/cmake -E copy_if_different /build/reproducible-path/opencv-4.10.0+dfsg/doc/js_tutorials/js_assets/js_contour_properties_transpose.html /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/js_contour_properties_transpose.html
[30/111] cd /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc && /usr/bin/cmake -E copy_if_different /build/reproducible-path/opencv-4.10.0+dfsg/doc/js_tutorials/js_assets/js_contour_features_perimeter.html /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/js_contour_features_perimeter.html
[31/111] cd /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc && /usr/bin/cmake -E copy_if_different /build/reproducible-path/opencv-4.10.0+dfsg/doc/js_tutorials/js_assets/js_contours_begin_contours.html /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/js_contours_begin_contours.html
[32/111] cd /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc && /usr/bin/cmake -E copy_if_different /build/reproducible-path/opencv-4.10.0+dfsg/doc/js_tutorials/js_assets/js_contours_more_functions_convexityDefects.html /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/js_contours_more_functions_convexityDefects.html
[33/111] cd /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc && /usr/bin/cmake -E copy_if_different /build/reproducible-path/opencv-4.10.0+dfsg/doc/js_tutorials/js_assets/js_contours_more_functions_shape.html /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/js_contours_more_functions_shape.html
[34/111] cd /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc && /usr/bin/cmake -E copy_if_different /build/reproducible-path/opencv-4.10.0+dfsg/doc/js_tutorials/js_assets/js_dnn_example_helper.js /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/js_dnn_example_helper.js
[35/111] cd /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc && /usr/bin/cmake -E copy_if_different /build/reproducible-path/opencv-4.10.0+dfsg/doc/js_tutorials/js_assets/js_face_detection.html /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/js_face_detection.html
[36/111] cd /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc && /usr/bin/cmake -E copy_if_different /build/reproducible-path/opencv-4.10.0+dfsg/doc/js_tutorials/js_assets/js_example_style.css /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/js_example_style.css
[37/111] cd /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc && /usr/bin/cmake -E copy_if_different /build/reproducible-path/opencv-4.10.0+dfsg/doc/js_tutorials/js_assets/js_face_detection_camera.html /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/js_face_detection_camera.html
[38/111] cd /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc && /usr/bin/cmake -E copy_if_different /build/reproducible-path/opencv-4.10.0+dfsg/doc/js_tutorials/js_assets/js_filtering_GaussianBlur.html /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/js_filtering_GaussianBlur.html
[39/111] cd /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc && /usr/bin/cmake -E copy_if_different /build/reproducible-path/opencv-4.10.0+dfsg/doc/js_tutorials/js_assets/js_filtering_blur.html /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/js_filtering_blur.html
[40/111] cd /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc && /usr/bin/cmake -E copy_if_different /build/reproducible-path/opencv-4.10.0+dfsg/doc/js_tutorials/js_assets/js_filtering_bilateralFilter.html /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/js_filtering_bilateralFilter.html
[41/111] cd /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc && /usr/bin/cmake -E copy_if_different /build/reproducible-path/opencv-4.10.0+dfsg/doc/js_tutorials/js_assets/js_filtering_filter.html /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/js_filtering_filter.html
[42/111] cd /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc && /usr/bin/cmake -E copy_if_different /build/reproducible-path/opencv-4.10.0+dfsg/doc/js_tutorials/js_assets/js_filtering_medianBlur.html /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/js_filtering_medianBlur.html
[43/111] cd /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc && /usr/bin/cmake -E copy_if_different /build/reproducible-path/opencv-4.10.0+dfsg/doc/js_tutorials/js_assets/js_geometric_transformations_getAffineTransform.html /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/js_geometric_transformations_getAffineTransform.html
[44/111] cd /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc && /usr/bin/cmake -E copy_if_different /build/reproducible-path/opencv-4.10.0+dfsg/doc/js_tutorials/js_assets/js_fourier_transform_dft.html /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/js_fourier_transform_dft.html
[45/111] cd /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc && /usr/bin/cmake -E copy_if_different /build/reproducible-path/opencv-4.10.0+dfsg/doc/js_tutorials/js_assets/js_geometric_transformations_resize.html /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/js_geometric_transformations_resize.html
[46/111] cd /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc && /usr/bin/cmake -E copy_if_different /build/reproducible-path/opencv-4.10.0+dfsg/doc/js_tutorials/js_assets/js_geometric_transformations_rotateWarpAffine.html /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/js_geometric_transformations_rotateWarpAffine.html
[47/111] cd /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc && /usr/bin/cmake -E copy_if_different /build/reproducible-path/opencv-4.10.0+dfsg/doc/js_tutorials/js_assets/js_geometric_transformations_warpAffine.html /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/js_geometric_transformations_warpAffine.html
[48/111] cd /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc && /usr/bin/cmake -E copy_if_different /build/reproducible-path/opencv-4.10.0+dfsg/doc/js_tutorials/js_assets/js_geometric_transformations_warpPerspective.html /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/js_geometric_transformations_warpPerspective.html
[49/111] cd /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc && /usr/bin/cmake -E copy_if_different /build/reproducible-path/opencv-4.10.0+dfsg/doc/js_tutorials/js_assets/js_gradients_Laplacian.html /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/js_gradients_Laplacian.html
[50/111] cd /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc && /usr/bin/cmake -E copy_if_different /build/reproducible-path/opencv-4.10.0+dfsg/doc/js_tutorials/js_assets/js_grabcut_grabCut.html /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/js_grabcut_grabCut.html
[51/111] cd /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc && /usr/bin/cmake -E copy_if_different /build/reproducible-path/opencv-4.10.0+dfsg/doc/js_tutorials/js_assets/js_gradients_Sobel.html /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/js_gradients_Sobel.html
[52/111] cd /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc && /usr/bin/cmake -E copy_if_different /build/reproducible-path/opencv-4.10.0+dfsg/doc/js_tutorials/js_assets/js_gradients_absSobel.html /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/js_gradients_absSobel.html
[53/111] cd /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc && /usr/bin/cmake -E copy_if_different /build/reproducible-path/opencv-4.10.0+dfsg/doc/js_tutorials/js_assets/js_histogram_backprojection_calcBackProject.html /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/js_histogram_backprojection_calcBackProject.html
[54/111] cd /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc && /usr/bin/cmake -E copy_if_different /build/reproducible-path/opencv-4.10.0+dfsg/doc/js_tutorials/js_assets/js_histogram_begins_calcHist.html /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/js_histogram_begins_calcHist.html
[55/111] cd /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc && /usr/bin/cmake -E copy_if_different /build/reproducible-path/opencv-4.10.0+dfsg/doc/js_tutorials/js_assets/js_histogram_equalization_equalizeHist.html /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/js_histogram_equalization_equalizeHist.html
[56/111] cd /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc && /usr/bin/cmake -E copy_if_different /build/reproducible-path/opencv-4.10.0+dfsg/doc/js_tutorials/js_assets/js_histogram_equalization_createCLAHE.html /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/js_histogram_equalization_createCLAHE.html
[57/111] cd /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc && /usr/bin/cmake -E copy_if_different /build/reproducible-path/opencv-4.10.0+dfsg/doc/js_tutorials/js_assets/js_houghcircles_HoughCirclesP.html /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/js_houghcircles_HoughCirclesP.html
[58/111] cd /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc && /usr/bin/cmake -E copy_if_different /build/reproducible-path/opencv-4.10.0+dfsg/doc/js_tutorials/js_assets/js_houghlines_HoughLines.html /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/js_houghlines_HoughLines.html
[59/111] cd /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc && /usr/bin/cmake -E copy_if_different /build/reproducible-path/opencv-4.10.0+dfsg/doc/js_tutorials/js_assets/js_image_arithmetics_bitwise.html /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/js_image_arithmetics_bitwise.html
[60/111] cd /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc && /usr/bin/cmake -E copy_if_different /build/reproducible-path/opencv-4.10.0+dfsg/doc/js_tutorials/js_assets/js_houghlines_HoughLinesP.html /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/js_houghlines_HoughLinesP.html
[61/111] cd /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc && /usr/bin/cmake -E copy_if_different /build/reproducible-path/opencv-4.10.0+dfsg/doc/js_tutorials/js_assets/js_image_classification.html /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/js_image_classification.html
[62/111] cd /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc && /usr/bin/cmake -E copy_if_different /build/reproducible-path/opencv-4.10.0+dfsg/doc/js_tutorials/js_assets/js_image_classification_model_info.json /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/js_image_classification_model_info.json
[63/111] cd /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc && /usr/bin/cmake -E copy_if_different /build/reproducible-path/opencv-4.10.0+dfsg/doc/js_tutorials/js_assets/js_image_classification_webnn_polyfill.html /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/js_image_classification_webnn_polyfill.html
[64/111] cd /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc && /usr/bin/cmake -E copy_if_different /build/reproducible-path/opencv-4.10.0+dfsg/doc/js_tutorials/js_assets/webnn-electron/js_image_classification_webnn_electron.html /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/js_image_classification_webnn_electron.html
[65/111] cd /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc && /usr/bin/cmake -E copy_if_different /build/reproducible-path/opencv-4.10.0+dfsg/doc/js_tutorials/js_assets/js_image_display.html /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/js_image_display.html
[66/111] cd /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc && /usr/bin/cmake -E copy_if_different /build/reproducible-path/opencv-4.10.0+dfsg/doc/js_tutorials/js_assets/js_image_classification_with_camera.html /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/js_image_classification_with_camera.html
[67/111] cd /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc && /usr/bin/cmake -E copy_if_different /build/reproducible-path/opencv-4.10.0+dfsg/doc/js_tutorials/js_assets/js_intelligent_scissors.html /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/js_intelligent_scissors.html
[68/111] cd /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc && /usr/bin/cmake -E copy_if_different /build/reproducible-path/opencv-4.10.0+dfsg/doc/js_tutorials/js_assets/js_imgproc_camera.html /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/js_imgproc_camera.html
[69/111] cd /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc && /usr/bin/cmake -E copy_if_different /build/reproducible-path/opencv-4.10.0+dfsg/doc/js_tutorials/js_assets/js_morphological_ops_blackHat.html /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/js_morphological_ops_blackHat.html
[70/111] cd /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc && /usr/bin/cmake -E copy_if_different /build/reproducible-path/opencv-4.10.0+dfsg/doc/js_tutorials/js_assets/js_meanshift.html /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/js_meanshift.html
[71/111] cd /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc && /usr/bin/cmake -E copy_if_different /build/reproducible-path/opencv-4.10.0+dfsg/doc/js_tutorials/js_assets/js_morphological_ops_closing.html /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/js_morphological_ops_closing.html
[72/111] cd /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc && /usr/bin/cmake -E copy_if_different /build/reproducible-path/opencv-4.10.0+dfsg/doc/js_tutorials/js_assets/js_morphological_ops_dilate.html /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/js_morphological_ops_dilate.html
[73/111] cd /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc && /usr/bin/cmake -E copy_if_different /build/reproducible-path/opencv-4.10.0+dfsg/doc/js_tutorials/js_assets/js_morphological_ops_erode.html /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/js_morphological_ops_erode.html
[74/111] cd /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc && /usr/bin/cmake -E copy_if_different /build/reproducible-path/opencv-4.10.0+dfsg/doc/js_tutorials/js_assets/js_morphological_ops_getStructuringElement.html /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/js_morphological_ops_getStructuringElement.html
[75/111] cd /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc && /usr/bin/cmake -E copy_if_different /build/reproducible-path/opencv-4.10.0+dfsg/doc/js_tutorials/js_assets/js_morphological_ops_gradient.html /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/js_morphological_ops_gradient.html
[76/111] cd /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc && /usr/bin/cmake -E copy_if_different /build/reproducible-path/opencv-4.10.0+dfsg/doc/js_tutorials/js_assets/js_morphological_ops_opening.html /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/js_morphological_ops_opening.html
[77/111] cd /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc && /usr/bin/cmake -E copy_if_different /build/reproducible-path/opencv-4.10.0+dfsg/doc/js_tutorials/js_assets/js_morphological_ops_topHat.html /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/js_morphological_ops_topHat.html
[78/111] cd /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc && /usr/bin/cmake -E copy_if_different /build/reproducible-path/opencv-4.10.0+dfsg/doc/js_tutorials/js_assets/js_object_detection.html /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/js_object_detection.html
[79/111] cd /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc && /usr/bin/cmake -E copy_if_different /build/reproducible-path/opencv-4.10.0+dfsg/doc/js_tutorials/js_assets/js_object_detection_with_camera.html /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/js_object_detection_with_camera.html
[80/111] cd /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc && /usr/bin/cmake -E copy_if_different /build/reproducible-path/opencv-4.10.0+dfsg/doc/js_tutorials/js_assets/js_object_detection_model_info.json /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/js_object_detection_model_info.json
[81/111] cd /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc && /usr/bin/cmake -E copy_if_different /build/reproducible-path/opencv-4.10.0+dfsg/doc/js_tutorials/js_assets/js_optical_flow_lucas_kanade.html /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/js_optical_flow_lucas_kanade.html
[82/111] cd /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc && /usr/bin/cmake -E copy_if_different /build/reproducible-path/opencv-4.10.0+dfsg/doc/js_tutorials/js_assets/js_optical_flow_dense.html /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/js_optical_flow_dense.html
[83/111] cd /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc && /usr/bin/cmake -E copy_if_different /build/reproducible-path/opencv-4.10.0+dfsg/doc/js_tutorials/js_assets/js_pose_estimation_model_info.json /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/js_pose_estimation_model_info.json
[84/111] cd /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc && /usr/bin/cmake -E copy_if_different /build/reproducible-path/opencv-4.10.0+dfsg/doc/js_tutorials/js_assets/js_pose_estimation.html /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/js_pose_estimation.html
[85/111] cd /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc && /usr/bin/cmake -E copy_if_different /build/reproducible-path/opencv-4.10.0+dfsg/doc/js_tutorials/js_assets/js_pyramids_pyrDown.html /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/js_pyramids_pyrDown.html
[86/111] cd /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc && /usr/bin/cmake -E copy_if_different /build/reproducible-path/opencv-4.10.0+dfsg/doc/js_tutorials/js_assets/js_pyramids_pyrUp.html /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/js_pyramids_pyrUp.html
[87/111] cd /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc && /usr/bin/cmake -E copy_if_different /build/reproducible-path/opencv-4.10.0+dfsg/doc/js_tutorials/js_assets/js_semantic_segmentation.html /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/js_semantic_segmentation.html
[88/111] cd /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc && /usr/bin/cmake -E copy_if_different /build/reproducible-path/opencv-4.10.0+dfsg/doc/js_tutorials/js_assets/js_semantic_segmentation_model_info.json /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/js_semantic_segmentation_model_info.json
[89/111] cd /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc && /usr/bin/cmake -E copy_if_different /build/reproducible-path/opencv-4.10.0+dfsg/doc/js_tutorials/js_assets/js_setup_usage.html /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/js_setup_usage.html
[90/111] cd /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc && /usr/bin/cmake -E copy_if_different /build/reproducible-path/opencv-4.10.0+dfsg/doc/js_tutorials/js_assets/js_style_transfer.html /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/js_style_transfer.html
[91/111] cd /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc && /usr/bin/cmake -E copy_if_different /build/reproducible-path/opencv-4.10.0+dfsg/doc/js_tutorials/js_assets/js_style_transfer_model_info.json /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/js_style_transfer_model_info.json
[92/111] cd /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc && /usr/bin/cmake -E copy_if_different /build/reproducible-path/opencv-4.10.0+dfsg/doc/js_tutorials/js_assets/js_template_matching_matchTemplate.html /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/js_template_matching_matchTemplate.html
[93/111] cd /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc && /usr/bin/cmake -E copy_if_different /build/reproducible-path/opencv-4.10.0+dfsg/doc/js_tutorials/js_assets/js_thresholding_adaptiveThreshold.html /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/js_thresholding_adaptiveThreshold.html
[94/111] cd /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc && /usr/bin/cmake -E copy_if_different /build/reproducible-path/opencv-4.10.0+dfsg/doc/js_tutorials/js_assets/js_thresholding_threshold.html /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/js_thresholding_threshold.html
[95/111] cd /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc && /usr/bin/cmake -E copy_if_different /build/reproducible-path/opencv-4.10.0+dfsg/doc/js_tutorials/js_assets/js_trackbar.html /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/js_trackbar.html
[96/111] cd /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc && /usr/bin/cmake -E copy_if_different /build/reproducible-path/opencv-4.10.0+dfsg/doc/js_tutorials/js_assets/js_video_display.html /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/js_video_display.html
[97/111] cd /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc && /usr/bin/cmake -E copy_if_different /build/reproducible-path/opencv-4.10.0+dfsg/doc/js_tutorials/js_assets/js_watershed_background.html /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/js_watershed_background.html
[98/111] cd /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc && /usr/bin/cmake -E copy_if_different /build/reproducible-path/opencv-4.10.0+dfsg/doc/js_tutorials/js_assets/js_watershed_distanceTransform.html /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/js_watershed_distanceTransform.html
[99/111] cd /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc && /usr/bin/cmake -E copy_if_different /build/reproducible-path/opencv-4.10.0+dfsg/doc/js_tutorials/js_assets/js_watershed_foreground.html /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/js_watershed_foreground.html
[100/111] cd /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc && /usr/bin/cmake -E copy_if_different /build/reproducible-path/opencv-4.10.0+dfsg/doc/js_tutorials/js_assets/js_watershed_watershed.html /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/js_watershed_watershed.html
[101/111] cd /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc && /usr/bin/cmake -E copy_if_different /build/reproducible-path/opencv-4.10.0+dfsg/doc/js_tutorials/js_assets/js_watershed_threshold.html /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/js_watershed_threshold.html
[102/111] cd /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc && /usr/bin/cmake -E copy_if_different /build/reproducible-path/opencv-4.10.0+dfsg/doc/js_tutorials/js_assets/webnn-electron/node_setup.js /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/node_setup.js
[103/111] cd /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc && /usr/bin/cmake -E copy_if_different /build/reproducible-path/opencv-4.10.0+dfsg/doc/js_tutorials/js_assets/webnn-electron/main.js /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/main.js
[104/111] cd /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc && /usr/bin/cmake -E copy_if_different /build/reproducible-path/opencv-4.10.0+dfsg/doc/js_tutorials/js_assets/orange.jpg /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/orange.jpg
[105/111] cd /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc && /usr/bin/cmake -E copy_if_different /build/reproducible-path/opencv-4.10.0+dfsg/doc/js_tutorials/js_assets/opencv_logo.jpg /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/opencv_logo.jpg
[106/111] cd /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc && /usr/bin/cmake -E copy_if_different /build/reproducible-path/opencv-4.10.0+dfsg/doc/js_tutorials/js_assets/shape.jpg /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/shape.jpg
[107/111] cd /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc && /usr/bin/cmake -E copy_if_different /build/reproducible-path/opencv-4.10.0+dfsg/doc/js_tutorials/js_assets/webnn-electron/package.json /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/package.json
[108/111] cd /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc && /usr/bin/cmake -E copy_if_different /build/reproducible-path/opencv-4.10.0+dfsg/doc/js_tutorials/js_assets/utils.js /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/utils.js
[109/111] cd /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc && /usr/bin/cmake -E copy_if_different /build/reproducible-path/opencv-4.10.0+dfsg/doc/js_tutorials/js_assets/webnn-electron/utils_webnn_electron.js /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/utils_webnn_electron.js
[110/111] cd /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc && /usr/bin/doxygen /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/Doxyfile
/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include/opencv2/core/operations.hpp:613: warning: Reached end of file while still searching closing '``' of a verbatim block starting at line 493
/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include/opencv2/core/operations.hpp:613: warning: Reached end of file while still inside a (nested) comment. Nesting level 1 (possible line reference(s): 481)
/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include/opencv2/core/operations.hpp:498: warning: Found end of C comment inside a '``' block without matching start of the comment! Maybe the end marker for the block is missing?
/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgcodecs/include/opencv2/imgcodecs.hpp:476: warning: More #if's than #endif's found (might be in an included file).
/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgcodecs/include/opencv2/imgcodecs/imgcodecs.hpp:49: warning: More #if's than #endif's found (might be in an included file).
/build/reproducible-path/opencv-4.10.0+dfsg/modules/flann/include/opencv2/flann/all_indices.h:163: warning: Reached end of file while still searching closing '``' of a verbatim block starting at line 17
/build/reproducible-path/opencv-4.10.0+dfsg/modules/flann/include/opencv2/flann/all_indices.h:163: warning: Reached end of file while still inside a (nested) comment. Nesting level 1 (possible line reference(s): 1)
/build/reproducible-path/opencv-4.10.0+dfsg/modules/flann/include/opencv2/flann/allocator.h:197: warning: Reached end of file while still searching closing '``' of a verbatim block starting at line 19
/build/reproducible-path/opencv-4.10.0+dfsg/modules/flann/include/opencv2/flann/allocator.h:197: warning: Reached end of file while still inside a (nested) comment. Nesting level 1 (possible line reference(s): 1)
/build/reproducible-path/opencv-4.10.0+dfsg/modules/flann/include/opencv2/flann/autotuned_index.h:595: warning: Reached end of file while still searching closing '``' of a verbatim block starting at line 19
/build/reproducible-path/opencv-4.10.0+dfsg/modules/flann/include/opencv2/flann/autotuned_index.h:595: warning: Reached end of file while still inside a (nested) comment. Nesting level 1 (possible line reference(s): 1)
/build/reproducible-path/opencv-4.10.0+dfsg/modules/flann/include/opencv2/flann/composite_index.h:197: warning: Reached end of file while still searching closing '``' of a verbatim block starting at line 19
/build/reproducible-path/opencv-4.10.0+dfsg/modules/flann/include/opencv2/flann/composite_index.h:197: warning: Reached end of file while still inside a (nested) comment. Nesting level 1 (possible line reference(s): 1)
/build/reproducible-path/opencv-4.10.0+dfsg/modules/flann/include/opencv2/flann/config.h:43: warning: Reached end of file while still searching closing '``' of a verbatim block starting at line 17
/build/reproducible-path/opencv-4.10.0+dfsg/modules/flann/include/opencv2/flann/config.h:43: warning: Reached end of file while still inside a (nested) comment. Nesting level 1 (possible line reference(s): 1)
/build/reproducible-path/opencv-4.10.0+dfsg/modules/flann/include/opencv2/flann/defines.h:170: warning: Reached end of file while still searching closing '``' of a verbatim block starting at line 17
/build/reproducible-path/opencv-4.10.0+dfsg/modules/flann/include/opencv2/flann/defines.h:170: warning: Reached end of file while still inside a (nested) comment. Nesting level 1 (possible line reference(s): 1)
/build/reproducible-path/opencv-4.10.0+dfsg/modules/flann/include/opencv2/flann/dist.h:1293: warning: Reached end of file while still searching closing '``' of a verbatim block starting at line 19
/build/reproducible-path/opencv-4.10.0+dfsg/modules/flann/include/opencv2/flann/dist.h:1293: warning: Reached end of file while still inside a (nested) comment. Nesting level 1 (possible line reference(s): 1)
/build/reproducible-path/opencv-4.10.0+dfsg/modules/flann/include/opencv2/flann/dynamic_bitset.h:161: warning: Reached end of file while still searching closing '``' of a verbatim block starting at line 19
/build/reproducible-path/opencv-4.10.0+dfsg/modules/flann/include/opencv2/flann/dynamic_bitset.h:161: warning: Reached end of file while still inside a (nested) comment. Nesting level 1 (possible line reference(s): 1)
/build/reproducible-path/opencv-4.10.0+dfsg/modules/flann/include/opencv2/flann/flann_base.hpp:313: warning: Reached end of file while still searching closing '``' of a verbatim block starting at line 19
/build/reproducible-path/opencv-4.10.0+dfsg/modules/flann/include/opencv2/flann/flann_base.hpp:313: warning: Reached end of file while still inside a (nested) comment. Nesting level 1 (possible line reference(s): 1)
/build/reproducible-path/opencv-4.10.0+dfsg/modules/flann/include/opencv2/flann/general.h:66: warning: More #if's than #endif's found (might be in an included file).
/build/reproducible-path/opencv-4.10.0+dfsg/modules/flann/include/opencv2/flann/general.h:66: warning: Reached end of file while still searching closing '``' of a verbatim block starting at line 19
/build/reproducible-path/opencv-4.10.0+dfsg/modules/flann/include/opencv2/flann/general.h:66: warning: Reached end of file while still inside a (nested) comment. Nesting level 1 (possible line reference(s): 1)
/build/reproducible-path/opencv-4.10.0+dfsg/modules/flann/include/opencv2/flann/ground_truth.h:99: warning: Reached end of file while still searching closing '``' of a verbatim block starting at line 19
/build/reproducible-path/opencv-4.10.0+dfsg/modules/flann/include/opencv2/flann/ground_truth.h:99: warning: Reached end of file while still inside a (nested) comment. Nesting level 1 (possible line reference(s): 1)
/build/reproducible-path/opencv-4.10.0+dfsg/modules/flann/include/opencv2/flann/hdf5.h:236: warning: Reached end of file while still searching closing '``' of a verbatim block starting at line 17
/build/reproducible-path/opencv-4.10.0+dfsg/modules/flann/include/opencv2/flann/hdf5.h:236: warning: Reached end of file while still inside a (nested) comment. Nesting level 1 (possible line reference(s): 1)
/build/reproducible-path/opencv-4.10.0+dfsg/modules/flann/include/opencv2/flann/heap.h:245: warning: Reached end of file while still searching closing '``' of a verbatim block starting at line 19
/build/reproducible-path/opencv-4.10.0+dfsg/modules/flann/include/opencv2/flann/heap.h:245: warning: Reached end of file while still inside a (nested) comment. Nesting level 1 (possible line reference(s): 1)
/build/reproducible-path/opencv-4.10.0+dfsg/modules/flann/include/opencv2/flann/hierarchical_clustering_index.h:847: warning: Reached end of file while still searching closing '``' of a verbatim block starting at line 19
/build/reproducible-path/opencv-4.10.0+dfsg/modules/flann/include/opencv2/flann/hierarchical_clustering_index.h:847: warning: Reached end of file while still inside a (nested) comment. Nesting level 1 (possible line reference(s): 1)
/build/reproducible-path/opencv-4.10.0+dfsg/modules/flann/include/opencv2/flann/index_testing.h:320: warning: Reached end of file while still searching closing '``' of a verbatim block starting at line 19
/build/reproducible-path/opencv-4.10.0+dfsg/modules/flann/include/opencv2/flann/index_testing.h:320: warning: Reached end of file while still inside a (nested) comment. Nesting level 1 (possible line reference(s): 1)
/build/reproducible-path/opencv-4.10.0+dfsg/modules/flann/include/opencv2/flann/kdtree_index.h:637: warning: Reached end of file while still searching closing '``' of a verbatim block starting at line 19
/build/reproducible-path/opencv-4.10.0+dfsg/modules/flann/include/opencv2/flann/kdtree_index.h:637: warning: Reached end of file while still inside a (nested) comment. Nesting level 1 (possible line reference(s): 1)
/build/reproducible-path/opencv-4.10.0+dfsg/modules/flann/include/opencv2/flann/kdtree_single_index.h:646: warning: Reached end of file while still searching closing '``' of a verbatim block starting at line 19
/build/reproducible-path/opencv-4.10.0+dfsg/modules/flann/include/opencv2/flann/kdtree_single_index.h:646: warning: Reached end of file while still inside a (nested) comment. Nesting level 1 (possible line reference(s): 1)
/build/reproducible-path/opencv-4.10.0+dfsg/modules/flann/include/opencv2/flann/kmeans_index.h:1820: warning: Reached end of file while still searching closing '``' of a verbatim block starting at line 19
/build/reproducible-path/opencv-4.10.0+dfsg/modules/flann/include/opencv2/flann/kmeans_index.h:1820: warning: Reached end of file while still inside a (nested) comment. Nesting level 1 (possible line reference(s): 1)
/build/reproducible-path/opencv-4.10.0+dfsg/modules/flann/include/opencv2/flann/linear_index.h:136: warning: Reached end of file while still searching closing '``' of a verbatim block starting at line 19
/build/reproducible-path/opencv-4.10.0+dfsg/modules/flann/include/opencv2/flann/linear_index.h:136: warning: Reached end of file while still inside a (nested) comment. Nesting level 1 (possible line reference(s): 1)
/build/reproducible-path/opencv-4.10.0+dfsg/modules/flann/include/opencv2/flann/logger.h:139: warning: Reached end of file while still searching closing '``' of a verbatim block starting at line 19
/build/reproducible-path/opencv-4.10.0+dfsg/modules/flann/include/opencv2/flann/logger.h:139: warning: Reached end of file while still inside a (nested) comment. Nesting level 1 (possible line reference(s): 1)
/build/reproducible-path/opencv-4.10.0+dfsg/modules/flann/include/opencv2/flann/lsh_index.h:404: warning: Reached end of file while still searching closing '``' of a verbatim block starting at line 19
/build/reproducible-path/opencv-4.10.0+dfsg/modules/flann/include/opencv2/flann/lsh_index.h:404: warning: Reached end of file while still inside a (nested) comment. Nesting level 1 (possible line reference(s): 1)
/build/reproducible-path/opencv-4.10.0+dfsg/modules/flann/include/opencv2/flann/lsh_table.h:523: warning: Reached end of file while still searching closing '``' of a verbatim block starting at line 19
/build/reproducible-path/opencv-4.10.0+dfsg/modules/flann/include/opencv2/flann/lsh_table.h:523: warning: Reached end of file while still inside a (nested) comment. Nesting level 1 (possible line reference(s): 1)
/build/reproducible-path/opencv-4.10.0+dfsg/modules/flann/include/opencv2/flann/matrix.h:122: warning: Reached end of file while still searching closing '``' of a verbatim block starting at line 19
/build/reproducible-path/opencv-4.10.0+dfsg/modules/flann/include/opencv2/flann/matrix.h:122: warning: Reached end of file while still inside a (nested) comment. Nesting level 1 (possible line reference(s): 1)
/build/reproducible-path/opencv-4.10.0+dfsg/modules/flann/include/opencv2/flann/nn_index.h:181: warning: Reached end of file while still searching closing '``' of a verbatim block starting at line 19
/build/reproducible-path/opencv-4.10.0+dfsg/modules/flann/include/opencv2/flann/nn_index.h:181: warning: Reached end of file while still inside a (nested) comment. Nesting level 1 (possible line reference(s): 1)
/build/reproducible-path/opencv-4.10.0+dfsg/modules/flann/include/opencv2/flann/object_factory.h:96: warning: Reached end of file while still searching closing '``' of a verbatim block starting at line 19
/build/reproducible-path/opencv-4.10.0+dfsg/modules/flann/include/opencv2/flann/object_factory.h:96: warning: Reached end of file while still inside a (nested) comment. Nesting level 1 (possible line reference(s): 1)
/build/reproducible-path/opencv-4.10.0+dfsg/modules/flann/include/opencv2/flann/params.h:127: warning: Reached end of file while still searching closing '``' of a verbatim block starting at line 17
/build/reproducible-path/opencv-4.10.0+dfsg/modules/flann/include/opencv2/flann/params.h:127: warning: Reached end of file while still inside a (nested) comment. Nesting level 1 (possible line reference(s): 1)
/build/reproducible-path/opencv-4.10.0+dfsg/modules/flann/include/opencv2/flann/random.h:157: warning: Reached end of file while still searching closing '``' of a verbatim block starting at line 19
/build/reproducible-path/opencv-4.10.0+dfsg/modules/flann/include/opencv2/flann/random.h:157: warning: Reached end of file while still inside a (nested) comment. Nesting level 1 (possible line reference(s): 1)
/build/reproducible-path/opencv-4.10.0+dfsg/modules/flann/include/opencv2/flann/result_set.h:549: warning: Reached end of file while still searching closing '``' of a verbatim block starting at line 19
/build/reproducible-path/opencv-4.10.0+dfsg/modules/flann/include/opencv2/flann/result_set.h:549: warning: Reached end of file while still inside a (nested) comment. Nesting level 1 (possible line reference(s): 1)
/build/reproducible-path/opencv-4.10.0+dfsg/modules/flann/include/opencv2/flann/sampling.h:85: warning: Reached end of file while still searching closing '``' of a verbatim block starting at line 17
/build/reproducible-path/opencv-4.10.0+dfsg/modules/flann/include/opencv2/flann/sampling.h:85: warning: Reached end of file while still inside a (nested) comment. Nesting level 1 (possible line reference(s): 1)
/build/reproducible-path/opencv-4.10.0+dfsg/modules/flann/include/opencv2/flann/saving.h:192: warning: Reached end of file while still searching closing '``' of a verbatim block starting at line 17
/build/reproducible-path/opencv-4.10.0+dfsg/modules/flann/include/opencv2/flann/saving.h:192: warning: Reached end of file while still inside a (nested) comment. Nesting level 1 (possible line reference(s): 1)
/build/reproducible-path/opencv-4.10.0+dfsg/modules/flann/include/opencv2/flann/simplex_downhill.h:191: warning: Reached end of file while still searching closing '``' of a verbatim block starting at line 19
/build/reproducible-path/opencv-4.10.0+dfsg/modules/flann/include/opencv2/flann/simplex_downhill.h:191: warning: Reached end of file while still inside a (nested) comment. Nesting level 1 (possible line reference(s): 1)
/build/reproducible-path/opencv-4.10.0+dfsg/modules/flann/include/opencv2/flann/timer.h:100: warning: Reached end of file while still searching closing '``' of a verbatim block starting at line 19
/build/reproducible-path/opencv-4.10.0+dfsg/modules/flann/include/opencv2/flann/timer.h:100: warning: Reached end of file while still inside a (nested) comment. Nesting level 1 (possible line reference(s): 1)
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/mcc/tutorials/basic_chart_detection/chart_detection_enhanced_by_neural_network.markdown:115: warning: Reached end of file while still searching closing '```' of a verbatim block starting at line 50
<unknown>:1: warning: the name '/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/src/hal_replacement.hpp' supplied as the argument in the \file statement matches the following input files:
  /build/reproducible-path/opencv-4.10.0+dfsg/modules/core/src/hal_replacement.hpp
Please use a more specific name by including a (larger) part of the path!
<unknown>:1: warning: the name '/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/src/hal_replacement.hpp' supplied as the argument in the \file statement matches the following input files:
  /build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/src/hal_replacement.hpp
Please use a more specific name by including a (larger) part of the path!
<unknown>:1: warning: the name '/build/reproducible-path/opencv-4.10.0+dfsg/modules/calib3d/src/hal_replacement.hpp' supplied as the argument in the \file statement matches the following input files:
  /build/reproducible-path/opencv-4.10.0+dfsg/modules/calib3d/src/hal_replacement.hpp
Please use a more specific name by including a (larger) part of the path!
<unknown>:1: warning: the name '/build/reproducible-path/opencv-4.10.0+dfsg/modules/features2d/src/hal_replacement.hpp' supplied as the argument in the \file statement matches the following input files:
  /build/reproducible-path/opencv-4.10.0+dfsg/modules/features2d/src/hal_replacement.hpp
Please use a more specific name by including a (larger) part of the path!
/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include/opencv2/core/operations.hpp:521: warning: Member partition found in multiple @ingroup groups! The member will be put in group core_cluster, and not in group core_utils
/build/reproducible-path/opencv-4.10.0+dfsg/modules/objdetect/doc/objdetect.bib:14: warning: multiple use of citation name 'wang2016iros', (first occurrence: /build/reproducible-path/opencv-4.10.0+dfsg/doc/opencv.bib, line 1380)
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/aruco/doc/aruco.bib:1: warning: multiple use of citation name 'aruco2014', (first occurrence: /build/reproducible-path/opencv-4.10.0+dfsg/modules/objdetect/doc/objdetect.bib, line 1)
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/aruco/doc/aruco.bib:14: warning: multiple use of citation name 'wang2016iros', (first occurrence: /build/reproducible-path/opencv-4.10.0+dfsg/doc/opencv.bib, line 1380)
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/bgsegm/doc/bgsegm.bib:10: warning: multiple use of citation name 'gold2012', (first occurrence: /build/reproducible-path/opencv-4.10.0+dfsg/doc/opencv.bib, line 494)
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/optflow/doc/optflow.bib:1: warning: multiple use of citation name 'bradski00', (first occurrence: /build/reproducible-path/opencv-4.10.0+dfsg/doc/opencv.bib, line 163)
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/optflow/doc/optflow.bib:12: warning: multiple use of citation name 'davis97', (first occurrence: /build/reproducible-path/opencv-4.10.0+dfsg/doc/opencv.bib, line 300)
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/optflow/doc/optflow.bib:41: warning: multiple use of citation name 'brox2004', (first occurrence: /build/reproducible-path/opencv-4.10.0+dfsg/doc/opencv.bib, line 185)
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/text/doc/text.bib:45: warning: multiple use of citation name 'liaosbwl17', (first occurrence: /build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/text/doc/text.bib, line 35)
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/ximgproc/doc/ximgproc.bib:330: warning: multiple use of citation name 'barronpoole2016', (first occurrence: /build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/ximgproc/doc/ximgproc.bib, line 321)
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/ximgproc/doc/ximgproc.bib:339: warning: multiple use of citation name 'hu2017', (first occurrence: /build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/optflow/doc/optflow.bib, line 123)
error opening bib1083260.bbl: No such file or directory
bibtex command failed: No such file or directory
error: Problems running bibtex. Verify that the command 'perl --version' works from the command line. Exit code: 2
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/xphoto/include/opencv2/xphoto/oilpainting.hpp:21: warning: \cite command to 'Holzmann1988' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/xphoto/include/opencv2/xphoto/oilpainting.hpp:30: warning: \cite command to 'Holzmann1988' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/ximgproc/include/opencv2/ximgproc/segmentation.hpp:189: warning: \cite command to 'uijlings2013selective' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/tracking/include/opencv2/tracking/twist.hpp:33: warning: \cite command to 'Hutchinson1996ATO' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/tracking/include/opencv2/tracking/twist.hpp:33: warning: \cite command to 'chaumette:inria-00350283' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/tracking/include/opencv2/tracking/twist.hpp:34: warning: \cite command to 'chaumette:inria-00350638' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/text/include/opencv2/text/erfilter.hpp:248: warning: \cite command to 'Neumann12' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/text/include/opencv2/text/erfilter.hpp:193: warning: \cite command to 'Neumann12' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/text/include/opencv2/text/erfilter.hpp:167: warning: \cite command to 'Neumann12' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/modules/photo/include/opencv2/photo.hpp:803: warning: \cite command to 'EM11' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/modules/photo/include/opencv2/photo.hpp:730: warning: \cite command to 'PM03' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/modules/photo/include/opencv2/photo.hpp:695: warning: \cite command to 'CL12' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/modules/video/include/opencv2/video/tracking.hpp:285: warning: \cite command to 'EP08' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/modules/video/include/opencv2/video/detail/tracking.detail.hpp:145: warning: \cite command to 'AAM' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/tracking/include/opencv2/tracking/tracking_internals.hpp:470: warning: \cite command to 'AAM' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include/opencv2/imgproc.hpp:1869: warning: \cite command to 'Canny86' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/ximgproc/include/opencv2/ximgproc.hpp:142: warning: \cite command to 'Khurshid2009' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/ximgproc/include/opencv2/ximgproc.hpp:141: warning: \cite command to 'Wolf2004' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/ximgproc/include/opencv2/ximgproc.hpp:140: warning: \cite command to 'Sauvola1997' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/modules/calib3d/include/opencv2/calib3d.hpp:463: warning: \cite command to 'lepetit2009epnp' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/cudaimgproc/include/opencv2/cudaimgproc.hpp:512: warning: \cite command to 'Guil1999' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/ximgproc/include/opencv2/ximgproc/edgeboxes.hpp:65: warning: \cite command to 'ZitnickECCV14edgeBoxes' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/modules/stitching/include/opencv2/stitching/detail/blenders.hpp:125: warning: \cite command to 'BA83' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/modules/ml/include/opencv2/ml.hpp:1438: warning: \cite command to 'Kirkpatrick83' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/modules/calib3d/include/opencv2/calib3d.hpp:479: warning: \cite command to 'Terzakis2020SQPnP' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/ximgproc/include/opencv2/ximgproc/fast_line_detector.hpp:19: warning: \cite command to 'Lee14' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include/opencv2/imgproc.hpp:415: warning: \cite command to 'Bolelli2019' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include/opencv2/imgproc.hpp:415: warning: \cite command to 'Bolelli2021' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include/opencv2/imgproc.hpp:415: warning: \cite command to 'Bolelli2017' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/intensity_transform/include/opencv2/intensity_transform.hpp:76: warning: \cite command to 'ying2017bio' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/intensity_transform/include/opencv2/intensity_transform.hpp:76: warning: \cite command to 'ying2017new' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/intensity_transform/include/opencv2/intensity_transform.hpp:91: warning: \cite command to 'ying2017bio' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/intensity_transform/include/opencv2/intensity_transform.hpp:91: warning: \cite command to 'ying2017new' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/ximgproc/include/opencv2/ximgproc/segmentation.hpp:125: warning: \cite command to 'uijlings2013selective' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/modules/calib3d/include/opencv2/calib3d.hpp:539: warning: \cite command to 'Park94' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/ximgproc/include/opencv2/ximgproc.hpp:139: warning: \cite command to 'Niblack1985' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/modules/stitching/include/opencv2/stitching/detail/exposure_compensate.hpp:109: warning: \cite command to 'BL07' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/modules/stitching/include/opencv2/stitching/detail/exposure_compensate.hpp:109: warning: \cite command to 'WJ10' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/modules/calib3d/include/opencv2/calib3d.hpp:548: warning: \cite command to 'Li2010SimultaneousRA' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/ximgproc/include/opencv2/ximgproc/sparse_match_interpolator.hpp:75: warning: \cite command to 'Revaud2015' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/modules/calib3d/include/opencv2/calib3d.hpp:469: warning: \cite command to 'Ke17' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/modules/calib3d/include/opencv2/calib3d.hpp:542: warning: \cite command to 'Daniilidis98' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/ximgproc/include/opencv2/ximgproc/ridgefilter.hpp:24: warning: \cite command to 'segleafvein' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/ximgproc/include/opencv2/ximgproc/ridgefilter.hpp:24: warning: \cite command to 'M_RF' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/ximgproc/include/opencv2/ximgproc/sparse_match_interpolator.hpp:151: warning: \cite command to 'Hu2017' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/ximgproc/include/opencv2/ximgproc/lsc.hpp:61: warning: \cite command to 'LiCVPR2015LSC' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/modules/stitching/include/opencv2/stitching/detail/seam_finders.hpp:238: warning: \cite command to 'V03' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/saliency/include/opencv2/saliency/saliencySpecializedClasses.hpp:167: warning: \cite command to 'BinWangApr2014' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/modules/ml/include/opencv2/ml.hpp:1437: warning: \cite command to 'RPROP93' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include/opencv2/imgproc.hpp:412: warning: \cite command to 'Bolelli2019' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include/opencv2/imgproc.hpp:412: warning: \cite command to 'Bolelli2021' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/cudaimgproc/include/opencv2/cudaimgproc.hpp:747: warning: \cite command to 'Allegretti2019' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/ximgproc/include/opencv2/ximgproc/segmentation.hpp:44: warning: \cite command to 'PFF2004' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include/opencv2/imgproc.hpp:488: warning: \cite command to 'Yuen90' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/ximgproc/include/opencv2/ximgproc/edge_filter.hpp:326: warning: \cite command to 'Cho2014' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/modules/features2d/include/opencv2/features2d.hpp:351: warning: \cite command to 'LCS11' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/modules/calib3d/include/opencv2/calib3d.hpp:464: warning: \cite command to 'gao2003complete' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/cudaimgproc/include/opencv2/cudaimgproc.hpp:292: warning: \cite command to 'Canny86' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/ximgproc/include/opencv2/ximgproc/segmentation.hpp:195: warning: \cite command to 'uijlings2013selective' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/modules/photo/include/opencv2/photo.hpp:203: warning: \cite command to 'Buades2005DenoisingIS' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/modules/photo/include/opencv2/photo.hpp:230: warning: \cite command to 'Buades2005DenoisingIS' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/bgsegm/include/opencv2/bgsegm.hpp:263: warning: \cite command to 'LGuo2016' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/stereo/include/opencv2/stereo.hpp:178: warning: \cite command to 'HH08' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/ximgproc/include/opencv2/ximgproc/seeds.hpp:57: warning: \cite command to 'VBRV14' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/ximgproc/include/opencv2/ximgproc/segmentation.hpp:202: warning: \cite command to 'uijlings2013selective' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/modules/photo/include/opencv2/photo.hpp:96: warning: \cite command to 'Telea04' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/ximgproc/include/opencv2/ximgproc/segmentation.hpp:98: warning: \cite command to 'uijlings2013selective' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/ximgproc/include/opencv2/ximgproc/fourier_descriptors.hpp:39: warning: \cite command to 'PersoonFu1977' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/ximgproc/include/opencv2/ximgproc/fourier_descriptors.hpp:39: warning: \cite command to 'BergerRaghunathan1998' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/ximgproc/include/opencv2/ximgproc/fourier_descriptors.hpp:48: warning: \cite command to 'PersoonFu1977' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/ximgproc/include/opencv2/ximgproc/fourier_descriptors.hpp:48: warning: \cite command to 'BergerRaghunathan1998' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/phase_unwrapping/include/opencv2/phase_unwrapping/histogramphaseunwrapping.hpp:54: warning: \cite command to 'histogramUnwrapping' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/saliency/include/opencv2/saliency/saliencySpecializedClasses.hpp:117: warning: \cite command to 'FGS' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/ximgproc/include/opencv2/ximgproc/slic.hpp:67: warning: \cite command to 'Achanta2012' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/modules/objdetect/include/opencv2/objdetect/aruco_detector.hpp:20: warning: \cite command to 'wang2016iros' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/bgsegm/include/opencv2/bgsegm.hpp:91: warning: \cite command to 'Gold2012' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/modules/calib3d/include/opencv2/calib3d.hpp:538: warning: \cite command to 'Tsai89' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/modules/features2d/include/opencv2/features2d.hpp:239: warning: \cite command to 'YM11' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/ximgproc/include/opencv2/ximgproc/segmentation.hpp:116: warning: \cite command to 'uijlings2013selective' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/cudaobjdetect/include/opencv2/cudaobjdetect.hpp:69: warning: \cite command to 'Dalal2005' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/ximgproc/include/opencv2/ximgproc/sparse_match_interpolator.hpp:141: warning: \cite command to 'Hu2017' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/modules/video/include/opencv2/video/tracking.hpp:268: warning: \cite command to 'EP08' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/modules/calib3d/include/opencv2/calib3d.hpp:3399: warning: \cite command to 'HH08' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/modules/features2d/include/opencv2/features2d.hpp:264: warning: \cite command to 'Lowe04' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/modules/features2d/include/opencv2/features2d.hpp:789: warning: \cite command to 'ABD12' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/modules/features2d/include/opencv2/features2d.hpp:841: warning: \cite command to 'ANB13' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/modules/stitching/include/opencv2/stitching/detail/exposure_compensate.hpp:205: warning: \cite command to 'UES01' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/cudaoptflow/include/opencv2/cudaoptflow.hpp:153: warning: \cite command to 'Brox2004' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/cudastereo/include/opencv2/cudastereo.hpp:247: warning: \cite command to 'HH08' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/ximgproc/include/opencv2/ximgproc/fourier_descriptors.hpp:33: warning: \cite command to 'PersoonFu1977' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/ximgproc/include/opencv2/ximgproc/fourier_descriptors.hpp:33: warning: \cite command to 'BergerRaghunathan1998' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/saliency/include/opencv2/saliency/saliencySpecializedClasses.hpp:62: warning: \cite command to 'SR' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/structured_light/include/opencv2/structured_light/graycodepattern.hpp:53: warning: \cite command to 'UNDERWORLD' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/structured_light/include/opencv2/structured_light/sinusoidalpattern.hpp:64: warning: \cite command to 'faps' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/text/include/opencv2/text/erfilter.hpp:114: warning: \cite command to 'Neumann12' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/text/include/opencv2/text/textDetector.hpp:36: warning: \cite command to 'LiaoSBWL17' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/ximgproc/include/opencv2/ximgproc/edge_drawing.hpp:18: warning: \cite command to 'topal2012edge' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/ximgproc/include/opencv2/ximgproc/edge_drawing.hpp:18: warning: \cite command to 'akinlar2011edlines' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/ximgproc/include/opencv2/ximgproc/edge_drawing.hpp:18: warning: \cite command to 'akinlar2012edpf' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/ximgproc/include/opencv2/ximgproc/edge_drawing.hpp:18: warning: \cite command to 'akinlar2013edcircles' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/ximgproc/include/opencv2/ximgproc/scansegment.hpp:15: warning: \cite command to 'loke2021accelerated' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/ximgproc/include/opencv2/ximgproc/segmentation.hpp:72: warning: \cite command to 'uijlings2013selective' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/ximgproc/include/opencv2/ximgproc/segmentation.hpp:107: warning: \cite command to 'uijlings2013selective' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/ximgproc/include/opencv2/ximgproc/segmentation.hpp:179: warning: \cite command to 'uijlings2013selective' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include/opencv2/imgproc.hpp:413: warning: \cite command to 'Wu2009' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include/opencv2/imgproc.hpp:413: warning: \cite command to 'Bolelli2017' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include/opencv2/imgproc.hpp:414: warning: \cite command to 'Grana2010' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include/opencv2/imgproc.hpp:414: warning: \cite command to 'Bolelli2017' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/ximgproc/include/opencv2/ximgproc/structured_edge_detection.hpp:95: warning: \cite command to 'Dollar2013' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/modules/calib3d/include/opencv2/calib3d.hpp:540: warning: \cite command to 'Horaud95' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/modules/calib3d/include/opencv2/calib3d.hpp:541: warning: \cite command to 'Andreff99' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/modules/calib3d/include/opencv2/calib3d.hpp:547: warning: \cite command to 'Shah2013SolvingTR' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/cudaimgproc/include/opencv2/cudaimgproc.hpp:508: warning: \cite command to 'Ballard1981' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/cudaimgproc/include/opencv2/cudaimgproc.hpp:748: warning: \cite command to 'Allegretti2019' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/optflow/include/opencv2/optflow/pcaflow.hpp:46: warning: \cite command to 'Wulff:CVPR:2015' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/optflow/include/opencv2/optflow/sparse_matching_gpc.hpp:48: warning: \cite command to 'Wang_2016_CVPR' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/modules/calib3d/doc/solvePnP.markdown:5: warning: \cite command to 'Marchand16' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/modules/calib3d/doc/solvePnP.markdown:108: warning: \cite command to 'gao2003complete' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/modules/calib3d/doc/solvePnP.markdown:111: warning: \cite command to 'Ke17' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/modules/calib3d/doc/solvePnP.markdown:114: warning: \cite command to 'lepetit2009epnp' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/modules/calib3d/doc/solvePnP.markdown:117: warning: \cite command to 'hesch2011direct' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/modules/calib3d/doc/solvePnP.markdown:121: warning: \cite command to 'penate2013exhaustive' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/modules/calib3d/doc/solvePnP.markdown:125: warning: \cite command to 'Collins14' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/modules/calib3d/doc/solvePnP.markdown:127: warning: \cite command to 'Collins14' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/modules/calib3d/doc/solvePnP.markdown:134: warning: \cite command to 'Terzakis2020SQPnP' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/modules/calib3d/doc/solvePnP.markdown:166: warning: \cite command to 'Zuliani2014RANSACFD' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/modules/calib3d/doc/solvePnP.markdown:172: warning: \cite command to 'Madsen04' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/modules/calib3d/doc/solvePnP.markdown:172: warning: \cite command to 'Eade13' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/modules/calib3d/doc/solvePnP.markdown:174: warning: \cite command to 'Marchand16' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/modules/ml/doc/ml_intro.markdown:81: warning: \cite command to 'LibSVM' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/modules/ml/doc/ml_intro.markdown:95: warning: \cite command to 'Breiman84' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/modules/ml/doc/ml_intro.markdown:184: warning: \cite command to 'HTF01' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/modules/ml/doc/ml_intro.markdown:197: warning: \cite command to 'FHT98' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/modules/ml/doc/ml_intro.markdown:225: warning: \cite command to 'FHT98' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/modules/ml/doc/ml_intro.markdown:237: warning: \cite command to 'FHT98' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/modules/gapi/doc/20-kernel-api.markdown:39: warning: ignoring \dot command because HAVE_DOT is not set
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/bioinspired/doc/retina.markdown:17: warning: \cite command to 'Herault2010' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/bioinspired/doc/retina.markdown:18: warning: \cite command to 'Benoit2010' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/bioinspired/doc/retina.markdown:18: warning: \cite command to 'Benoit2014' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/bioinspired/doc/retina.markdown:20: warning: \cite command to 'Chaix2007' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/bioinspired/doc/retina.markdown:45: warning: \cite command to 'Benoit2014' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/bioinspired/doc/retina.markdown:73: warning: \cite command to 'Benoit2010' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/bioinspired/doc/retina.markdown:115: warning: \cite command to 'Benoit2014' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/bioinspired/doc/retina.markdown:131: warning: \cite command to 'Benoit2010' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/bioinspired/doc/retina.markdown:133: warning: \cite command to 'Benoit2014' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/bioinspired/doc/retina.markdown:135: warning: \cite command to 'Herault2010' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/bioinspired/doc/retina.markdown:141: warning: \cite command to 'Chaix2007' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/bioinspired/doc/retina.markdown:148: warning: \cite command to 'Meylan2007' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/bioinspired/doc/retina.markdown:500: warning: \cite command to 'Benoit2010' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/bioinspired/doc/retina.markdown:502: warning: \cite command to 'Meylan2007' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/face/doc/changelog.markdown:70: warning: \cite command to 'TP91' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/face/doc/changelog.markdown:71: warning: \cite command to 'BHK97' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/face/doc/changelog.markdown:72: warning: \cite command to 'AHP04' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/doc/tutorials/calib3d/camera_calibration/camera_calibration.markdown:218: warning: \cite command to 'strobl2011iccv' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/doc/tutorials/calib3d/usac.markdown:28: warning: \cite command to 'FischlerRANSAC' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/doc/tutorials/calib3d/usac.markdown:32: warning: \cite command to 'ChumPROSAC' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/doc/tutorials/calib3d/usac.markdown:39: warning: \cite command to 'MyattNAPSAC' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/doc/tutorials/calib3d/usac.markdown:46: warning: \cite command to 'barath2019progressive' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/doc/tutorials/calib3d/usac.markdown:64: warning: \cite command to 'BarathMAGSAC' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/doc/tutorials/calib3d/usac.markdown:94: warning: \cite command to 'ChumDominant' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/doc/tutorials/calib3d/usac.markdown:104: warning: \cite command to 'ChumEpipolar' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/doc/tutorials/calib3d/usac.markdown:108: warning: \cite command to 'Matas2005RandomizedRW' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/doc/tutorials/calib3d/usac.markdown:117: warning: \cite command to 'ChumLORANSAC' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/doc/tutorials/calib3d/usac.markdown:122: warning: \cite command to 'BarathGCRANSAC' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/doc/tutorials/calib3d/usac.markdown:127: warning: \cite command to 'BarathMAGSAC' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/doc/tutorials/calib3d/usac.markdown:160: warning: \cite command to 'SteweniusRecent' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/doc/tutorials/calib3d/usac.markdown:201: warning: \cite command to 'barath2019progressive' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/doc/tutorials/features2d/akaze_matching/akaze_matching.markdown:17: warning: \cite command to 'ANB13' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/doc/tutorials/features2d/feature_flann_matcher/feature_flann_matcher.markdown:32: warning: \cite command to 'Arandjelovic:2012:TTE:2354409.2355123' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/doc/tutorials/features2d/feature_flann_matcher/feature_flann_matcher.markdown:40: warning: \cite command to 'Lowe04' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/doc/tutorials/features2d/homography/homography.markdown:19: warning: \cite command to 'HartleyZ00' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/doc/tutorials/features2d/homography/homography.markdown:20: warning: \cite command to 'Ma:2003:IVI' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/doc/tutorials/features2d/homography/homography.markdown:21: warning: \cite command to 'RS10' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/doc/tutorials/features2d/homography/homography.markdown:22: warning: \cite command to 'Malis2007' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/doc/tutorials/features2d/homography/homography.markdown:23: warning: \cite command to 'Marchand16' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/doc/tutorials/features2d/homography/homography.markdown:250: warning: \cite command to 'Malis2007' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/doc/tutorials/features2d/homography/homography.markdown:388: warning: \cite command to 'Malis2007' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/doc/tutorials/features2d/trackingmotion/good_features_to_track/good_features_to_track.markdown:19: warning: \cite command to 'Shi94' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/doc/tutorials/gapi/face_beautification/face_beautification.markdown:109: warning: ignoring \dot command because HAVE_DOT is not set
/build/reproducible-path/opencv-4.10.0+dfsg/doc/tutorials/gapi/interactive_face_detection/interactive_face_detection.markdown:117: warning: ignoring \dot command because HAVE_DOT is not set
/build/reproducible-path/opencv-4.10.0+dfsg/doc/tutorials/imgproc/anisotropic_image_segmentation/anisotropic_image_segmentation.markdown:26: warning: \cite command to 'jahne2000computer' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/doc/tutorials/imgproc/anisotropic_image_segmentation/anisotropic_image_segmentation.markdown:26: warning: \cite command to 'bigun2006vision' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/doc/tutorials/imgproc/anisotropic_image_segmentation/anisotropic_image_segmentation.markdown:26: warning: \cite command to 'van1995estimators' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/doc/tutorials/imgproc/anisotropic_image_segmentation/anisotropic_image_segmentation.markdown:26: warning: \cite command to 'yang1996structure' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/doc/tutorials/imgproc/imgtrans/canny_detector/canny_detector.markdown:24: warning: \cite command to 'Canny86' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/doc/tutorials/imgproc/out_of_focus_deblur_filter/out_of_focus_deblur_filter.markdown:27: warning: \cite command to 'gonzalez' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/doc/tutorials/imgproc/out_of_focus_deblur_filter/out_of_focus_deblur_filter.markdown:27: warning: \cite command to 'gruzman' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/doc/tutorials/imgproc/periodic_noise_removing_filter/periodic_noise_removing_filter.markdown:23: warning: \cite command to 'gonzalez' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/doc/tutorials/objdetect/aruco_detection/aruco_detection.markdown:22: warning: \cite command to 'Aruco2014' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/doc/tutorials/others/background_subtraction.markdown:176: warning: \cite command to 'vacavant2013benchmark' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/doc/tutorials/others/barcode_detect_and_decode.markdown:25: warning: \cite command to 'Xiangmin2015research' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/doc/tutorials/others/barcode_detect_and_decode.markdown:25: warning: \cite command to 'kass1987analyzing' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/doc/tutorials/others/barcode_detect_and_decode.markdown:25: warning: \cite command to 'bazen2002systematic' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/doc/tutorials/others/barcode_detect_and_decode.markdown:47: warning: \cite command to 'bazen2002systematic' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/doc/tutorials/others/cascade_classifier.markdown:143: warning: \cite command to 'Viola04' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/doc/tutorials/others/cascade_classifier.markdown:144: warning: \cite command to 'Lienhart02' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/doc/tutorials/others/hdr_imaging.markdown:200: warning: \cite command to 'DM97' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/doc/tutorials/others/hdr_imaging.markdown:201: warning: \cite command to 'RB99' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/doc/tutorials/others/hdr_imaging.markdown:202: warning: \cite command to 'MK07' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/doc/tutorials/others/introduction_to_svm.markdown:66: warning: \cite command to 'HTF01' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/doc/tutorials/others/meanshift.markdown:84: warning: \cite command to 'Bradski98' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/doc/tutorials/others/traincascade.markdown:20: warning: \cite command to 'Viola01' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/doc/tutorials/others/traincascade.markdown:20: warning: \cite command to 'Liao2007' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/doc/tutorials/others/traincascade.markdown:180: warning: \cite command to 'Viola04' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/doc/tutorials/others/traincascade.markdown:181: warning: \cite command to 'Viola04' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/doc/tutorials/others/traincascade.markdown:187: warning: \cite command to 'Lienhart02' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/doc/py_tutorials/py_imgproc/py_houghlines/py_houghlines.markdown:89: warning: \cite command to 'Matas00' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/doc/py_tutorials/py_photo/py_hdr/py_hdr.markdown:167: warning: \cite command to 'DM97' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/doc/py_tutorials/py_photo/py_hdr/py_hdr.markdown:168: warning: \cite command to 'RB99' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/doc/py_tutorials/py_photo/py_hdr/py_hdr.markdown:169: warning: \cite command to 'MK07' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/doc/js_tutorials/js_imgproc/js_houghlines/js_houghlines.markdown:100: warning: \cite command to 'Matas00' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/doc/js_tutorials/js_imgproc/js_morphological_ops/js_morphological_ops.markdown:21: warning: image file name 'shape.jpg' is ambiguous.
Possible candidates:
  /build/reproducible-path/opencv-4.10.0+dfsg/doc/js_tutorials/js_assets/shape.jpg
  /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/shape.jpg
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/alphamat/tutorials/alphamat_tutorial.markdown:29: warning: \cite command to 'aksoy2017designing' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/bioinspired/tutorials/retina_model/retina_model.markdown:19: warning: \cite command to 'Herault2010' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/bioinspired/tutorials/retina_model/retina_model.markdown:42: warning: image file name 'images/retina_TreeHdr_small.jpg' is ambiguous.
Possible candidates:
  /build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/bioinspired/tutorials/retina_model/images/retina_TreeHdr_small.jpg
  /build/reproducible-path/opencv-4.10.0+dfsg/contrib/doc/tutorials/bioinspired/table_of_content_bioinspired/images/retina_TreeHdr_small.jpg
  /build/reproducible-path/opencv-4.10.0+dfsg/contrib/doc/tutorials/bioinspired/retina_model/images/retina_TreeHdr_small.jpg
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/bioinspired/tutorials/retina_model/retina_model.markdown:44: warning: \cite command to 'Benoit2010' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/bioinspired/tutorials/retina_model/retina_model.markdown:49: warning: \cite command to 'Chaix2007' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/bioinspired/tutorials/retina_model/retina_model.markdown:51: warning: image file name 'images/retina_TreeHdr_retina.jpg' is ambiguous.
Possible candidates:
  /build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/bioinspired/tutorials/retina_model/images/retina_TreeHdr_retina.jpg
  /build/reproducible-path/opencv-4.10.0+dfsg/contrib/doc/tutorials/bioinspired/retina_model/images/retina_TreeHdr_retina.jpg
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/bioinspired/tutorials/retina_model/retina_model.markdown:87: warning: image file name 'images/studentsSample_input.jpg' is ambiguous.
Possible candidates:
  /build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/bioinspired/tutorials/retina_model/images/studentsSample_input.jpg
  /build/reproducible-path/opencv-4.10.0+dfsg/contrib/doc/tutorials/bioinspired/retina_model/images/studentsSample_input.jpg
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/bioinspired/tutorials/retina_model/retina_model.markdown:94: warning: image file name 'images/studentsSample_parvo.jpg' is ambiguous.
Possible candidates:
  /build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/bioinspired/tutorials/retina_model/images/studentsSample_parvo.jpg
  /build/reproducible-path/opencv-4.10.0+dfsg/contrib/doc/tutorials/bioinspired/retina_model/images/studentsSample_parvo.jpg
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/bioinspired/tutorials/retina_model/retina_model.markdown:103: warning: image file name 'images/studentsSample_magno.jpg' is ambiguous.
Possible candidates:
  /build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/bioinspired/tutorials/retina_model/images/studentsSample_magno.jpg
  /build/reproducible-path/opencv-4.10.0+dfsg/contrib/doc/tutorials/bioinspired/retina_model/images/studentsSample_magno.jpg
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/bioinspired/tutorials/retina_model/retina_model.markdown:117: warning: \cite command to 'Benoit2010' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/bioinspired/tutorials/retina_model/retina_model.markdown:119: warning: \cite command to 'Herault2010' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/bioinspired/tutorials/retina_model/retina_model.markdown:125: warning: \cite command to 'Chaix2007' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/bioinspired/tutorials/retina_model/retina_model.markdown:348: warning: \cite command to 'Benoit2010' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/cannops/tutorials/ascend_npu_image_processing.markdown:30: warning: included file 'opencv_contrib/modules/cannops/samples/image_processing.cpp' is not found. Check your EXAMPLE_PATH
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/cannops/tutorials/ascend_npu_image_processing.markdown:34: warning: included file 'opencv_contrib/modules/cannops/samples/image_processing.py' is not found. Check your EXAMPLE_PATH
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/cannops/tutorials/ascend_npu_image_processing.markdown:42: warning: included file 'opencv_contrib/modules/cannops/samples/image_processing.cpp' is not found. Check your EXAMPLE_PATH
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/cannops/tutorials/ascend_npu_image_processing.markdown:42: warning: block marked with [input_noise] for \snippet should appear twice in file opencv_contrib/modules/cannops/samples/image_processing.cpp, found it 0 times
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/cannops/tutorials/ascend_npu_image_processing.markdown:60: warning: included file 'opencv_contrib/modules/cannops/samples/image_processing.cpp' is not found. Check your EXAMPLE_PATH
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/cannops/tutorials/ascend_npu_image_processing.markdown:60: warning: block marked with [setup] for \snippet should appear twice in file opencv_contrib/modules/cannops/samples/image_processing.cpp, found it 0 times
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/cannops/tutorials/ascend_npu_image_processing.markdown:66: warning: included file 'opencv_contrib/modules/cannops/samples/image_processing.py' is not found. Check your EXAMPLE_PATH
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/cannops/tutorials/ascend_npu_image_processing.markdown:66: warning: block marked with [setup] for \snippet should appear twice in file opencv_contrib/modules/cannops/samples/image_processing.py, found it 0 times
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/cannops/tutorials/ascend_npu_image_processing.markdown:73: warning: included file 'opencv_contrib/modules/cannops/samples/image_processing.cpp' is not found. Check your EXAMPLE_PATH
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/cannops/tutorials/ascend_npu_image_processing.markdown:73: warning: block marked with [image-process] for \snippet should appear twice in file opencv_contrib/modules/cannops/samples/image_processing.cpp, found it 0 times
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/cannops/tutorials/ascend_npu_image_processing.markdown:79: warning: included file 'opencv_contrib/modules/cannops/samples/image_processing.py' is not found. Check your EXAMPLE_PATH
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/cannops/tutorials/ascend_npu_image_processing.markdown:79: warning: block marked with [image-process] for \snippet should appear twice in file opencv_contrib/modules/cannops/samples/image_processing.py, found it 0 times
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/cannops/tutorials/ascend_npu_image_processing.markdown:86: warning: included file 'opencv_contrib/modules/cannops/samples/image_processing.cpp' is not found. Check your EXAMPLE_PATH
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/cannops/tutorials/ascend_npu_image_processing.markdown:86: warning: block marked with [tear-down-cann] for \snippet should appear twice in file opencv_contrib/modules/cannops/samples/image_processing.cpp, found it 0 times
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/cannops/tutorials/ascend_npu_image_processing.markdown:92: warning: included file 'opencv_contrib/modules/cannops/samples/image_processing.py' is not found. Check your EXAMPLE_PATH
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/cannops/tutorials/ascend_npu_image_processing.markdown:92: warning: block marked with [tear-down-cann] for \snippet should appear twice in file opencv_contrib/modules/cannops/samples/image_processing.py, found it 0 times
error: included file opencv_contrib/modules/cannops/samples/image_processing.cpp is not found. Check your EXAMPLE_PATH
error: included file opencv_contrib/modules/cannops/samples/image_processing.py is not found. Check your EXAMPLE_PATH
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/cvv/tutorials/visual_debugging_introduction.markdown:74: warning: image file name 'images/01_overview_single.jpg' is ambiguous.
Possible candidates:
  /build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/cvv/tutorials/images/01_overview_single.jpg
  /build/reproducible-path/opencv-4.10.0+dfsg/contrib/doc/tutorials/cvv/visual_debugging_introduction/images/01_overview_single.jpg
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/cvv/tutorials/visual_debugging_introduction.markdown:78: warning: image file name 'images/02_single_image_view.jpg' is ambiguous.
Possible candidates:
  /build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/cvv/tutorials/images/02_single_image_view.jpg
  /build/reproducible-path/opencv-4.10.0+dfsg/contrib/doc/tutorials/cvv/visual_debugging_introduction/images/02_single_image_view.jpg
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/cvv/tutorials/visual_debugging_introduction.markdown:93: warning: image file name 'images/03_overview_two.jpg' is ambiguous.
Possible candidates:
  /build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/cvv/tutorials/images/03_overview_two.jpg
  /build/reproducible-path/opencv-4.10.0+dfsg/contrib/doc/tutorials/cvv/visual_debugging_introduction/images/03_overview_two.jpg
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/cvv/tutorials/visual_debugging_introduction.markdown:102: warning: image file name 'images/04_default_filter_view.jpg' is ambiguous.
Possible candidates:
  /build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/cvv/tutorials/images/04_default_filter_view.jpg
  /build/reproducible-path/opencv-4.10.0+dfsg/contrib/doc/tutorials/cvv/visual_debugging_introduction/images/04_default_filter_view.jpg
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/cvv/tutorials/visual_debugging_introduction.markdown:106: warning: image file name 'images/05_default_filter_view_high_zoom.jpg' is ambiguous.
Possible candidates:
  /build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/cvv/tutorials/images/05_default_filter_view_high_zoom.jpg
  /build/reproducible-path/opencv-4.10.0+dfsg/contrib/doc/tutorials/cvv/visual_debugging_introduction/images/05_default_filter_view_high_zoom.jpg
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/cvv/tutorials/visual_debugging_introduction.markdown:114: warning: image file name 'images/06_default_filter_view_edges.jpg' is ambiguous.
Possible candidates:
  /build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/cvv/tutorials/images/06_default_filter_view_edges.jpg
  /build/reproducible-path/opencv-4.10.0+dfsg/contrib/doc/tutorials/cvv/visual_debugging_introduction/images/06_default_filter_view_edges.jpg
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/cvv/tutorials/visual_debugging_introduction.markdown:119: warning: image file name 'images/07_dual_filter_view_edges.jpg' is ambiguous.
Possible candidates:
  /build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/cvv/tutorials/images/07_dual_filter_view_edges.jpg
  /build/reproducible-path/opencv-4.10.0+dfsg/contrib/doc/tutorials/cvv/visual_debugging_introduction/images/07_dual_filter_view_edges.jpg
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/cvv/tutorials/visual_debugging_introduction.markdown:130: warning: image file name 'images/08_overview_all.jpg' is ambiguous.
Possible candidates:
  /build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/cvv/tutorials/images/08_overview_all.jpg
  /build/reproducible-path/opencv-4.10.0+dfsg/contrib/doc/tutorials/cvv/visual_debugging_introduction/images/08_overview_all.jpg
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/cvv/tutorials/visual_debugging_introduction.markdown:142: warning: image file name 'images/09_overview_filtered_type_match.jpg' is ambiguous.
Possible candidates:
  /build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/cvv/tutorials/images/09_overview_filtered_type_match.jpg
  /build/reproducible-path/opencv-4.10.0+dfsg/contrib/doc/tutorials/cvv/visual_debugging_introduction/images/09_overview_filtered_type_match.jpg
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/cvv/tutorials/visual_debugging_introduction.markdown:148: warning: image file name 'images/10_line_match_view.jpg' is ambiguous.
Possible candidates:
  /build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/cvv/tutorials/images/10_line_match_view.jpg
  /build/reproducible-path/opencv-4.10.0+dfsg/contrib/doc/tutorials/cvv/visual_debugging_introduction/images/10_line_match_view.jpg
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/cvv/tutorials/visual_debugging_introduction.markdown:153: warning: image file name 'images/11_line_match_view_portion_selector.jpg' is ambiguous.
Possible candidates:
  /build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/cvv/tutorials/images/11_line_match_view_portion_selector.jpg
  /build/reproducible-path/opencv-4.10.0+dfsg/contrib/doc/tutorials/cvv/visual_debugging_introduction/images/11_line_match_view_portion_selector.jpg
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/cvv/tutorials/visual_debugging_introduction.markdown:159: warning: image file name 'images/12_translation_match_view_portion_selector.jpg' is ambiguous.
Possible candidates:
  /build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/cvv/tutorials/images/12_translation_match_view_portion_selector.jpg
  /build/reproducible-path/opencv-4.10.0+dfsg/contrib/doc/tutorials/cvv/visual_debugging_introduction/images/12_translation_match_view_portion_selector.jpg
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/cvv/tutorials/visual_debugging_introduction.markdown:166: warning: image file name 'images/13_raw_view.jpg' is ambiguous.
Possible candidates:
  /build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/cvv/tutorials/images/13_raw_view.jpg
  /build/reproducible-path/opencv-4.10.0+dfsg/contrib/doc/tutorials/cvv/visual_debugging_introduction/images/13_raw_view.jpg
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/cvv/tutorials/visual_debugging_introduction.markdown:171: warning: image file name 'images/14_overview_group_by_line.jpg' is ambiguous.
Possible candidates:
  /build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/cvv/tutorials/images/14_overview_group_by_line.jpg
  /build/reproducible-path/opencv-4.10.0+dfsg/contrib/doc/tutorials/cvv/visual_debugging_introduction/images/14_overview_group_by_line.jpg
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/face/tutorials/face_recognition/face_tutorial.markdown:42: warning: \cite command to 'Tu06' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/face/tutorials/face_recognition/face_tutorial.markdown:57: warning: \cite command to 'Kanade73' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/face/tutorials/face_recognition/face_tutorial.markdown:62: warning: \cite command to 'Bru92' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/face/tutorials/face_recognition/face_tutorial.markdown:66: warning: \cite command to 'TP91' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/face/tutorials/face_recognition/face_tutorial.markdown:74: warning: \cite command to 'BHK97' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/face/tutorials/face_recognition/face_tutorial.markdown:80: warning: \cite command to 'Wiskott97' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/face/tutorials/face_recognition/face_tutorial.markdown:80: warning: \cite command to 'Messer06' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/face/tutorials/face_recognition/face_tutorial.markdown:81: warning: \cite command to 'AHP04' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/face/tutorials/face_recognition/face_tutorial.markdown:121: warning: \cite command to 'BHK97' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/face/tutorials/face_recognition/face_tutorial.markdown:122: warning: \cite command to 'Lee05' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/face/tutorials/face_recognition/face_tutorial.markdown:238: warning: \cite command to 'Duda01' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/face/tutorials/face_recognition/face_tutorial.markdown:283: warning: \cite command to 'Zhao03' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/face/tutorials/face_recognition/face_tutorial.markdown:303: warning: \cite command to 'Fisher36' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/face/tutorials/face_recognition/face_tutorial.markdown:310: warning: \cite command to 'BHK97' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/face/tutorials/face_recognition/face_tutorial.markdown:341: warning: \cite command to 'BHK97' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/face/tutorials/face_recognition/face_tutorial.markdown:352: warning: \cite command to 'RJ91' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/face/tutorials/face_recognition/face_tutorial.markdown:352: warning: \cite command to 'BHK97' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/face/tutorials/face_recognition/face_tutorial.markdown:446: warning: \cite command to 'KM01' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/face/tutorials/face_recognition/face_tutorial.markdown:484: warning: \cite command to 'AHP04' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/face/tutorials/face_recognition/face_tutorial.markdown:521: warning: \cite command to 'AHP04' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/fuzzy/tutorials/theory/theory.markdown:15: warning: \cite command to 'Perf:FT' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/fuzzy/tutorials/theory/theory.markdown:15: warning: \cite command to 'MSLP:cod-decod' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/fuzzy/tutorials/theory/theory.markdown:15: warning: \cite command to 'Fusion:AFS12' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/fuzzy/tutorials/theory/theory.markdown:15: warning: \cite command to 'IPMU2012' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/fuzzy/tutorials/theory/theory.markdown:15: warning: \cite command to 'Perf:rec' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/fuzzy/tutorials/theory/theory.markdown:15: warning: \cite command to 'vlavsanek2015patch' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/fuzzy/tutorials/theory/theory.markdown:33: warning: \cite command to 'perfilieva2014differentiation' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/fuzzy/tutorials/theory/theory.markdown:57: warning: \cite command to 'Perf:rec' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/phase_unwrapping/tutorials/unwrap/unwrap.markdown:7: warning: \cite command to 'histogramUnwrapping' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/structured_light/tutorials/capture_pattern/capture_pattern.markdown:13: warning: \cite command to 'UNDERWORLD' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/structured_light/tutorials/capturesinpattern/capturesinpattern.markdown:107: warning: \cite command to 'faps' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/ximgproc/tutorials/prediction.markdown:13: warning: image file name 'images/01.jpg' is ambiguous.
Possible candidates:
  /build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/ximgproc/tutorials/images/01.jpg
  /build/reproducible-path/opencv-4.10.0+dfsg/contrib/doc/tutorials/ximgproc/prediction/images/01.jpg
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/ximgproc/tutorials/prediction.markdown:15: warning: image file name 'images/02.jpg' is ambiguous.
Possible candidates:
  /build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/ximgproc/tutorials/images/02.jpg
  /build/reproducible-path/opencv-4.10.0+dfsg/contrib/doc/tutorials/ximgproc/prediction/images/02.jpg
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/ximgproc/tutorials/prediction.markdown:17: warning: image file name 'images/03.jpg' is ambiguous.
Possible candidates:
  /build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/ximgproc/tutorials/images/03.jpg
  /build/reproducible-path/opencv-4.10.0+dfsg/contrib/doc/tutorials/ximgproc/prediction/images/03.jpg
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/ximgproc/tutorials/prediction.markdown:19: warning: image file name 'images/04.jpg' is ambiguous.
Possible candidates:
  /build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/ximgproc/tutorials/images/04.jpg
  /build/reproducible-path/opencv-4.10.0+dfsg/contrib/doc/tutorials/ximgproc/prediction/images/04.jpg
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/ximgproc/tutorials/prediction.markdown:21: warning: image file name 'images/05.jpg' is ambiguous.
Possible candidates:
  /build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/ximgproc/tutorials/images/05.jpg
  /build/reproducible-path/opencv-4.10.0+dfsg/contrib/doc/tutorials/ximgproc/prediction/images/05.jpg
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/ximgproc/tutorials/prediction.markdown:23: warning: image file name 'images/06.jpg' is ambiguous.
Possible candidates:
  /build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/ximgproc/tutorials/images/06.jpg
  /build/reproducible-path/opencv-4.10.0+dfsg/contrib/doc/tutorials/ximgproc/prediction/images/06.jpg
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/ximgproc/tutorials/prediction.markdown:25: warning: image file name 'images/07.jpg' is ambiguous.
Possible candidates:
  /build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/ximgproc/tutorials/images/07.jpg
  /build/reproducible-path/opencv-4.10.0+dfsg/contrib/doc/tutorials/ximgproc/prediction/images/07.jpg
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/ximgproc/tutorials/prediction.markdown:27: warning: image file name 'images/08.jpg' is ambiguous.
Possible candidates:
  /build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/ximgproc/tutorials/images/08.jpg
  /build/reproducible-path/opencv-4.10.0+dfsg/contrib/doc/tutorials/ximgproc/prediction/images/08.jpg
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/ximgproc/tutorials/prediction.markdown:29: warning: image file name 'images/09.jpg' is ambiguous.
Possible candidates:
  /build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/ximgproc/tutorials/images/09.jpg
  /build/reproducible-path/opencv-4.10.0+dfsg/contrib/doc/tutorials/ximgproc/prediction/images/09.jpg
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/ximgproc/tutorials/prediction.markdown:31: warning: image file name 'images/10.jpg' is ambiguous.
Possible candidates:
  /build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/ximgproc/tutorials/images/10.jpg
  /build/reproducible-path/opencv-4.10.0+dfsg/contrib/doc/tutorials/ximgproc/prediction/images/10.jpg
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/ximgproc/tutorials/prediction.markdown:33: warning: image file name 'images/11.jpg' is ambiguous.
Possible candidates:
  /build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/ximgproc/tutorials/images/11.jpg
  /build/reproducible-path/opencv-4.10.0+dfsg/contrib/doc/tutorials/ximgproc/prediction/images/11.jpg
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/ximgproc/tutorials/prediction.markdown:35: warning: image file name 'images/12.jpg' is ambiguous.
Possible candidates:
  /build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/ximgproc/tutorials/images/12.jpg
  /build/reproducible-path/opencv-4.10.0+dfsg/contrib/doc/tutorials/ximgproc/prediction/images/12.jpg
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/ximgproc/tutorials/prediction.markdown:69: warning: \cite command to 'Dollar2013' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/ximgproc/tutorials/prediction.markdown:69: warning: \cite command to 'Lim2013' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/xphoto/tutorials/fsr_for_inpainting.markdown:14: warning: \cite command to 'GenserPCS2018' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/xphoto/tutorials/fsr_for_inpainting.markdown:14: warning: \cite command to 'SeilerTIP2015' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/xphoto/tutorials/fsr_for_inpainting.markdown:22: warning: \cite command to 'GroscheICIP2018' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/xphoto/tutorials/fsr_for_inpainting.markdown:22: warning: \cite command to 'GroscheIST2018' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include/opencv2/core/operations.hpp:505: warning: argument 'fmt' of command @param is not found in the argument list of cv::partition(const std::vector< _Tp > &_vec, std::vector< int > &labels, _EqPredicate predicate=_EqPredicate())
/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include/opencv2/imgproc.hpp:3517: warning: \cite command to 'Felzenszwalb04' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include/opencv2/imgproc.hpp:3519: warning: \cite command to 'Borgefors86' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include/opencv2/imgproc.hpp:525: warning: \cite command to 'Puzicha1997' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include/opencv2/imgproc.hpp:3351: warning: \cite command to 'RubnerSept98' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include/opencv2/imgproc.hpp:3352: warning: \cite command to 'Rubner2000' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include/opencv2/imgproc.hpp:447: warning: \cite command to 'TehChin89' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include/opencv2/imgproc.hpp:449: warning: \cite command to 'TehChin89' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include/opencv2/imgproc.hpp:3924: warning: \cite command to 'Bolelli2019' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include/opencv2/imgproc.hpp:3924: warning: \cite command to 'Grana2010' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include/opencv2/imgproc.hpp:3924: warning: \cite command to 'Wu2009' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include/opencv2/imgproc.hpp:3957: warning: \cite command to 'Bolelli2019' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include/opencv2/imgproc.hpp:3957: warning: \cite command to 'Grana2010' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include/opencv2/imgproc.hpp:3957: warning: \cite command to 'Wu2009' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include/opencv2/imgproc.hpp:4182: warning: \cite command to 'Sklansky82' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include/opencv2/imgproc.hpp:3996: warning: \cite command to 'Suzuki85' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include/opencv2/imgproc.hpp:4265: warning: \cite command to 'Fitzgibbon95' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include/opencv2/imgproc.hpp:4278: warning: \cite command to 'Taubin1991' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include/opencv2/imgproc.hpp:4316: warning: \cite command to 'Fitzgibbon1999' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include/opencv2/imgproc.hpp:3806: warning: \cite command to 'Hu62' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include/opencv2/imgproc.hpp:4151: warning: \cite command to 'ORourke86' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include/opencv2/imgproc.hpp:4152: warning: \cite command to 'KleeLaskowski85' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include/opencv2/imgproc.hpp:2008: warning: \cite command to 'forstner1987fast' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include/opencv2/imgproc.hpp:2052: warning: \cite command to 'Shi94' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include/opencv2/imgproc.hpp:2175: warning: \cite command to 'Matas00' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include/opencv2/imgproc.hpp:3402: warning: \cite command to 'Meyer92' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/modules/video/include/opencv2/video/tracking.hpp:212: warning: \cite command to 'Farneback2003' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/modules/video/include/opencv2/video/tracking.hpp:161: warning: \cite command to 'Bouguet00' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/modules/video/include/opencv2/video/tracking.hpp:167: warning: \cite command to 'Bouguet00' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/modules/video/include/opencv2/video/tracking.hpp:68: warning: \cite command to 'Bradski98' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/modules/video/include/opencv2/video/tracking.hpp:309: warning: \cite command to 'EP08' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/modules/calib3d/include/opencv2/calib3d.hpp:461: warning: \cite command to 'Zhang2000' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/modules/calib3d/include/opencv2/calib3d.hpp:285: warning: \cite command to 'Louhichi07' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/modules/calib3d/include/opencv2/calib3d.hpp:460: warning: \cite command to 'Madsen04' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/modules/calib3d/include/opencv2/calib3d.hpp:460: warning: \cite command to 'Eade13' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/modules/calib3d/include/opencv2/calib3d.hpp:466: warning: \cite command to 'hesch2011direct' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/modules/calib3d/include/opencv2/calib3d.hpp:468: warning: \cite command to 'penate2013exhaustive' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/modules/calib3d/include/opencv2/calib3d.hpp:470: warning: \cite command to 'Collins14' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/modules/calib3d/include/opencv2/calib3d.hpp:472: warning: \cite command to 'Collins14' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/modules/calib3d/include/opencv2/calib3d.hpp:1571: warning: \cite command to 'Zhang2000' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/modules/calib3d/include/opencv2/calib3d.hpp:1571: warning: \cite command to 'BouguetMCT' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/modules/calib3d/include/opencv2/calib3d.hpp:1631: warning: \cite command to 'strobl2011iccv' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/modules/calib3d/include/opencv2/calib3d.hpp:1651: warning: \cite command to 'strobl2011iccv' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/modules/calib3d/include/opencv2/calib3d.hpp:1680: warning: \cite command to 'Zhang2000' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/modules/calib3d/include/opencv2/calib3d.hpp:1680: warning: \cite command to 'BouguetMCT' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/modules/calib3d/include/opencv2/calib3d.hpp:1680: warning: \cite command to 'strobl2011iccv' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/modules/calib3d/include/opencv2/calib3d.hpp:2120: warning: \cite command to 'Tsai89' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/modules/calib3d/include/opencv2/calib3d.hpp:2121: warning: \cite command to 'Park94' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/modules/calib3d/include/opencv2/calib3d.hpp:2122: warning: \cite command to 'Horaud95' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/modules/calib3d/include/opencv2/calib3d.hpp:2126: warning: \cite command to 'Andreff99' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/modules/calib3d/include/opencv2/calib3d.hpp:2127: warning: \cite command to 'Daniilidis98' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/modules/calib3d/include/opencv2/calib3d.hpp:2275: warning: \cite command to 'Shah2013SolvingTR' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/modules/calib3d/include/opencv2/calib3d.hpp:2279: warning: \cite command to 'Li2010SimultaneousRA' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/modules/calib3d/include/opencv2/calib3d.hpp:2906: warning: \cite command to 'HartleyZ00' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/modules/calib3d/include/opencv2/calib3d.hpp:2644: warning: \cite command to 'HartleyZ00' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/modules/calib3d/include/opencv2/calib3d.hpp:3266: warning: \cite command to 'Malis2007' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/modules/calib3d/include/opencv2/calib3d.hpp:791: warning: \cite command to 'Slabaugh' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/modules/calib3d/include/opencv2/calib3d.hpp:3061: warning: \cite command to 'umeyama1991least' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/modules/calib3d/include/opencv2/calib3d.hpp:3294: warning: \cite command to 'Malis2007' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/modules/calib3d/include/opencv2/calib3d.hpp:1311: warning: \cite command to 'duda2018' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/modules/calib3d/include/opencv2/calib3d.hpp:2516: warning: \cite command to 'Nister03' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/modules/calib3d/include/opencv2/calib3d.hpp:2517: warning: \cite command to 'SteweniusCFS' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/modules/calib3d/include/opencv2/calib3d.hpp:2615: warning: \cite command to 'Nister03' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/modules/calib3d/include/opencv2/calib3d.hpp:2616: warning: \cite command to 'SteweniusCFS' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/modules/calib3d/include/opencv2/calib3d.hpp:2751: warning: \cite command to 'Nister03' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/modules/calib3d/include/opencv2/calib3d.hpp:2694: warning: \cite command to 'Nister03' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/modules/calib3d/include/opencv2/calib3d.hpp:596: warning: \cite command to 'Gallego2014ACF' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/modules/calib3d/include/opencv2/calib3d.hpp:599: warning: \cite command to 'blanco2010tutorial' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/modules/calib3d/include/opencv2/calib3d.hpp:600: warning: \cite command to 'Eade17' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/modules/calib3d/include/opencv2/calib3d.hpp:601: warning: \cite command to 'Sol2018AML' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/modules/calib3d/include/opencv2/calib3d.hpp:766: warning: \cite command to 'Slabaugh' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/modules/calib3d/include/opencv2/calib3d.hpp:2996: warning: \cite command to 'HartleyZ00' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/modules/calib3d/include/opencv2/calib3d.hpp:1048: warning: \cite command to 'gao2003complete' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/modules/calib3d/include/opencv2/calib3d.hpp:1050: warning: \cite command to 'Ke17' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/modules/calib3d/include/opencv2/calib3d.hpp:1085: warning: \cite command to 'Madsen04' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/modules/calib3d/include/opencv2/calib3d.hpp:1085: warning: \cite command to 'Eade13' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/modules/calib3d/include/opencv2/calib3d.hpp:1116: warning: \cite command to 'Chaumette06' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/modules/calib3d/include/opencv2/calib3d.hpp:1116: warning: \cite command to 'Marchand16' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/modules/calib3d/include/opencv2/calib3d.hpp:2036: warning: \cite command to 'Hartley99' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/modules/calib3d/include/opencv2/calib3d.hpp:435: warning: \cite command to 'Kannala2006' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/modules/calib3d/include/opencv2/calib3d.hpp:3887: warning: explicit link request to 'fisheye::initUndistortRectifyMap' could not be resolved
/build/reproducible-path/opencv-4.10.0+dfsg/modules/calib3d/include/opencv2/calib3d.hpp:3894: warning: explicit link request to 'fisheye::undistortImage' could not be resolved
/build/reproducible-path/opencv-4.10.0+dfsg/modules/features2d/include/opencv2/features2d.hpp:676: warning: \cite command to 'mair2010_agast' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/modules/features2d/include/opencv2/features2d.hpp:617: warning: \cite command to 'Rosten06' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/modules/objdetect/include/opencv2/objdetect/detection_based_tracker.hpp:54: warning: \cite command to 'Viola01' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/modules/objdetect/include/opencv2/objdetect/detection_based_tracker.hpp:55: warning: \cite command to 'Lienhart02' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/modules/objdetect/include/opencv2/objdetect/charuco_detector.hpp:21: warning: \cite command to 'Aruco2014' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/modules/objdetect/include/opencv2/objdetect/charuco_detector.hpp:23: warning: \cite command to 'wang2016iros' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/modules/objdetect/include/opencv2/objdetect/charuco_detector.hpp:25: warning: \cite command to 'Aruco2014' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/modules/ml/include/opencv2/ml.hpp:1928: warning: \cite command to 'Kirkpatrick83' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/modules/flann/include/opencv2/flann.hpp:75: warning: \cite command to 'Muja2009' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/modules/photo/include/opencv2/photo.hpp:293: warning: \cite command to 'MA13' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/modules/photo/include/opencv2/photo.hpp:298: warning: \cite command to 'ChambolleEtAl' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/modules/photo/include/opencv2/photo.hpp:298: warning: \cite command to 'MA13' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/modules/stitching/include/opencv2/stitching/detail/util.hpp:57: warning: \cite command to 'BL07' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/modules/gapi/include/opencv2/gapi/imgproc.hpp:1032: warning: \cite command to 'Shi94' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/modules/gapi/include/opencv2/gapi/imgproc.hpp:1107: warning: \cite command to 'Suzuki85' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/modules/gapi/include/opencv2/gapi/imgproc.hpp:1139: warning: \cite command to 'Suzuki85' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/modules/gapi/include/opencv2/gapi/video.hpp:221: warning: \cite command to 'Bouguet00' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/modules/gapi/include/opencv2/gapi/video.hpp:249: warning: \cite command to 'Bouguet00' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/alphamat/include/opencv2/alphamat.hpp:32: warning: \cite command to 'aksoy2017designing' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/bgsegm/include/opencv2/bgsegm.hpp:306: warning: \cite command to 'LGuo2016' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/bgsegm/include/opencv2/bgsegm.hpp:311: warning: \cite command to 'LGuo2016' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/bgsegm/include/opencv2/bgsegm.hpp:312: warning: \cite command to 'LGuo2016' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/bgsegm/include/opencv2/bgsegm.hpp:313: warning: \cite command to 'LGuo2016' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/bgsegm/include/opencv2/bgsegm.hpp:314: warning: \cite command to 'LGuo2016' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/cudaimgproc/include/opencv2/cudaimgproc.hpp:759: warning: \cite command to 'Allegretti2019' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/cudaimgproc/include/opencv2/cudaimgproc.hpp:128: warning: \cite command to 'MHT2011' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/cudalegacy/include/opencv2/cudalegacy.hpp:184: warning: \cite command to 'FGD2003' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/dpm/include/opencv2/dpm.hpp:103: warning: \cite command to 'Felzenszwalb2010a' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/dpm/include/opencv2/dpm.hpp:119: warning: \cite command to 'Felzenszwalb2010b' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/fuzzy/include/opencv2/fuzzy/fuzzy_F1_math.hpp:105: warning: \cite command to 'Vlas:FT' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/fuzzy/include/opencv2/fuzzy/fuzzy_image.hpp:92: warning: \cite command to 'Perf:rec' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/img_hash/include/opencv2/img_hash/radial_variance_hash.hpp:29: warning: \cite command to 'zauner2010implementation' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/img_hash/include/opencv2/img_hash/radial_variance_hash.hpp:30: warning: \cite command to 'lookslikeit' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/intensity_transform/include/opencv2/intensity_transform.hpp:38: warning: \cite command to 'ying2017bio' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/intensity_transform/include/opencv2/intensity_transform.hpp:38: warning: \cite command to 'ying2017new' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/intensity_transform/include/opencv2/intensity_transform.hpp:41: warning: \cite command to 'Gonzalez2018' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/intensity_transform/include/opencv2/intensity_transform.hpp:42: warning: \cite command to 'lcs435lab' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/intensity_transform/include/opencv2/intensity_transform.hpp:43: warning: \cite command to 'theailearner' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/line_descriptor/include/opencv2/line_descriptor/descriptor.hpp:96: warning: \cite command to 'LBD' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/line_descriptor/include/opencv2/line_descriptor/descriptor.hpp:97: warning: \cite command to 'EDL' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/optflow/include/opencv2/optflow/rlofflow.hpp:32: warning: \cite command to 'Geistert2016' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/optflow/include/opencv2/optflow/rlofflow.hpp:33: warning: \cite command to 'Revaud2015' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/optflow/include/opencv2/optflow/rlofflow.hpp:34: warning: \cite command to 'Hu2017' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/optflow/include/opencv2/optflow/rlofflow.hpp:26: warning: \cite command to 'Senst2013' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/optflow/include/opencv2/optflow/rlofflow.hpp:20: warning: \cite command to 'Senst2014' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/optflow/include/opencv2/optflow/rlofflow.hpp:449: warning: \cite command to 'Senst2012' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/optflow/include/opencv2/optflow/rlofflow.hpp:449: warning: \cite command to 'Senst2013' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/optflow/include/opencv2/optflow/rlofflow.hpp:449: warning: \cite command to 'Senst2014' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/optflow/include/opencv2/optflow/rlofflow.hpp:450: warning: \cite command to 'Senst2016' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/optflow/include/opencv2/optflow/rlofflow.hpp:451: warning: \cite command to 'Bouguet00' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/optflow/include/opencv2/optflow/rlofflow.hpp:451: warning: \cite command to 'Senst2019' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/optflow/include/opencv2/optflow/rlofflow.hpp:454: warning: \cite command to 'Geistert2016' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/optflow/include/opencv2/optflow/rlofflow.hpp:479: warning: \cite command to 'Geistert2016' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/optflow/include/opencv2/optflow/rlofflow.hpp:480: warning: \cite command to 'Revaud2015' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/optflow/include/opencv2/optflow/rlofflow.hpp:491: warning: \cite command to 'Senst2012' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/optflow/include/opencv2/optflow/rlofflow.hpp:491: warning: \cite command to 'Senst2013' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/optflow/include/opencv2/optflow/rlofflow.hpp:491: warning: \cite command to 'Senst2014' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/optflow/include/opencv2/optflow/rlofflow.hpp:491: warning: \cite command to 'Senst2016' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/optflow/include/opencv2/optflow.hpp:105: warning: \cite command to 'Tao2012' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/optflow/include/opencv2/optflow/rlofflow.hpp:513: warning: \cite command to 'Senst2012' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/optflow/include/opencv2/optflow/rlofflow.hpp:513: warning: \cite command to 'Senst2013' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/optflow/include/opencv2/optflow/rlofflow.hpp:513: warning: \cite command to 'Senst2014' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/optflow/include/opencv2/optflow/rlofflow.hpp:514: warning: \cite command to 'Senst2016' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/optflow/include/opencv2/optflow/rlofflow.hpp:515: warning: \cite command to 'Bouguet00' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/optflow/include/opencv2/optflow/rlofflow.hpp:515: warning: \cite command to 'Senst2019' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/optflow/include/opencv2/optflow/rlofflow.hpp:535: warning: \cite command to 'Senst2012' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/optflow/include/opencv2/optflow/rlofflow.hpp:535: warning: \cite command to 'Senst2013' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/optflow/include/opencv2/optflow/rlofflow.hpp:535: warning: \cite command to 'Senst2014' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/optflow/include/opencv2/optflow/rlofflow.hpp:535: warning: \cite command to 'Senst2016' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/optflow/include/opencv2/optflow.hpp:142: warning: \cite command to 'Weinzaepfel2013' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/optflow/include/opencv2/optflow/motempl.hpp:69: warning: \cite command to 'Davis97' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/optflow/include/opencv2/optflow/motempl.hpp:69: warning: \cite command to 'Bradski00' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/phase_unwrapping/include/opencv2/phase_unwrapping/phase_unwrapping.hpp:61: warning: \cite command to 'histogramUnwrapping' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/rapid/include/opencv2/rapid.hpp:21: warning: \cite command to 'harris1990rapid' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/rapid/include/opencv2/rapid.hpp:21: warning: \cite command to 'drummond2002real' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/rapid/include/opencv2/rapid.hpp:55: warning: \cite command to 'drummond2002real' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/rapid/include/opencv2/rapid.hpp:104: warning: \cite command to 'harris1990rapid' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/reg/include/opencv2/reg/mapshift.hpp:50: warning: \cite command to 'Szeliski06' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/sfm/include/opencv2/sfm/conditioning.hpp:68: warning: \cite command to 'HartleyZ00' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/sfm/include/opencv2/sfm/conditioning.hpp:108: warning: \cite command to 'HartleyZ00' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/sfm/include/opencv2/sfm/conditioning.hpp:93: warning: \cite command to 'HartleyZ00' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/sfm/include/opencv2/sfm/conditioning.hpp:55: warning: \cite command to 'HartleyZ00' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/sfm/include/opencv2/sfm/fundamental.hpp:163: warning: \cite command to 'HartleyZ00' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/sfm/include/opencv2/sfm/fundamental.hpp:179: warning: \cite command to 'HartleyZ00' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/sfm/include/opencv2/sfm/fundamental.hpp:148: warning: \cite command to 'HartleyZ00' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/sfm/include/opencv2/sfm/fundamental.hpp:113: warning: \cite command to 'HartleyZ00' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/sfm/include/opencv2/sfm/fundamental.hpp:132: warning: \cite command to 'HartleyZ00' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/sfm/include/opencv2/sfm/fundamental.hpp:79: warning: \cite command to 'HartleyZ00' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/sfm/include/opencv2/sfm/numeric.hpp:65: warning: \cite command to 'HartleyZ00' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/sfm/include/opencv2/sfm/projection.hpp:84: warning: \cite command to 'HartleyZ00' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/sfm/include/opencv2/sfm/triangulation.hpp:55: warning: \cite command to 'HartleyZ00' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/structured_light/include/opencv2/structured_light/structured_light.hpp:59: warning: \cite command to 'pattern' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/structured_light/include/opencv2/structured_light/structured_light.hpp:62: warning: \cite command to 'UNDERWORLD' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/superres/include/opencv2/superres/optical_flow.hpp:55: warning: \cite command to 'Farsiu03' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/superres/include/opencv2/superres/optical_flow.hpp:55: warning: \cite command to 'Mitzel09' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/superres/include/opencv2/superres.hpp:182: warning: \cite command to 'Farsiu03' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/superres/include/opencv2/superres.hpp:183: warning: \cite command to 'Mitzel09' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/surface_matching/include/opencv2/surface_matching/t_hash_int.hpp:113: warning: \cite command to 'drost2010' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/surface_matching/include/opencv2/surface_matching/t_hash_int.hpp:264: warning: \cite command to 'pickyicp' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/surface_matching/include/opencv2/surface_matching/t_hash_int.hpp:291: warning: \cite command to 'koklimlow' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/surface_matching/include/opencv2/surface_matching/t_hash_int.hpp:368: warning: \cite command to 'drost2010' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/surface_matching/include/opencv2/surface_matching/t_hash_int.hpp:369: warning: \cite command to 'drost2010' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/text/include/opencv2/text/textDetector.hpp:19: warning: \cite command to 'Neumann11' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/text/include/opencv2/text/textDetector.hpp:52: warning: \cite command to 'Neumann12' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/text/include/opencv2/text/textDetector.hpp:54: warning: \cite command to 'Gomez13' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/text/include/opencv2/text/textDetector.hpp:54: warning: \cite command to 'Gomez14' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/text/include/opencv2/text/erfilter.hpp:269: warning: \cite command to 'Neumann11' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/text/include/opencv2/text/erfilter.hpp:280: warning: \cite command to 'Gomez13' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/text/include/opencv2/text/erfilter.hpp:280: warning: \cite command to 'Gomez14' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/text/include/opencv2/text/erfilter.hpp:357: warning: \cite command to 'Neumann12' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/text/include/opencv2/text/erfilter.hpp:358: warning: \cite command to 'Neumann12' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/tracking/include/opencv2/tracking/tracking_internals.hpp:36: warning: \cite command to 'AAM' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/tracking/include/opencv2/tracking/tracking_internals.hpp:36: warning: \cite command to 'AMVOT' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/tracking/include/opencv2/tracking/tracking_internals.hpp:51: warning: \cite command to 'OOT' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/tracking/include/opencv2/tracking/tracking_internals.hpp:174: warning: \cite command to 'AAM' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/tracking/include/opencv2/tracking/tracking_internals.hpp:175: warning: \cite command to 'AAM' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/modules/video/include/opencv2/video/detail/tracking.detail.hpp:211: warning: \cite command to 'AAM' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/modules/video/include/opencv2/video/detail/tracking.detail.hpp:218: warning: \cite command to 'AAM' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/videostab/include/opencv2/videostab/wobble_suppression.hpp:59: warning: \cite command to 'OF06' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/videostab/include/opencv2/videostab/wobble_suppression.hpp:59: warning: \cite command to 'G11' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/videostab/include/opencv2/videostab/fast_marching.hpp:56: warning: \cite command to 'Telea04' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/ximgproc/include/opencv2/ximgproc/find_ellipses.hpp:20: warning: \cite command to 'jia2017fast' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/ximgproc/include/opencv2/ximgproc/edge_filter.hpp:262: warning: \cite command to 'Gastal12' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/ximgproc/include/opencv2/ximgproc/edge_filter.hpp:98: warning: \cite command to 'Gastal11' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/ximgproc/include/opencv2/ximgproc/edge_filter.hpp:420: warning: \cite command to 'BarronPoole2016' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/ximgproc/include/opencv2/ximgproc/edge_filter.hpp:488: warning: \cite command to 'Min2014' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/ximgproc/include/opencv2/ximgproc/edge_filter.hpp:159: warning: \cite command to 'Kaiming10' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/ximgproc/include/opencv2/ximgproc/edge_filter.hpp:159: warning: \cite command to 'Kaiming15' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/ximgproc/include/opencv2/ximgproc/edge_filter.hpp:450: warning: \cite command to 'BarronPoole2016' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/ximgproc/include/opencv2/ximgproc/paillou_filter.hpp:52: warning: \cite command to 'paillou1997detecting' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/ximgproc/include/opencv2/ximgproc/edge_filter.hpp:527: warning: \cite command to 'xu2011image' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/ximgproc/include/opencv2/ximgproc/edge_filter.hpp:352: warning: \cite command to 'zhang2014rolling' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/ximgproc/include/opencv2/ximgproc/fourier_descriptors.hpp:79: warning: \cite command to 'PersoonFu1977' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/xphoto/include/opencv2/xphoto/inpainting.hpp:77: warning: \cite command to 'GenserPCS2018' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/xphoto/include/opencv2/xphoto/inpainting.hpp:77: warning: \cite command to 'SeilerTIP2015' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/xphoto/include/opencv2/xphoto/inpainting.hpp:85: warning: \cite command to 'GroscheICIP2018' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/xphoto/include/opencv2/xphoto/inpainting.hpp:85: warning: \cite command to 'GroscheIST2018' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/xphoto/include/opencv2/xphoto/inpainting.hpp:100: warning: \cite command to 'He2012' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/xphoto/include/opencv2/xphoto/inpainting.hpp:100: warning: \cite command to 'GenserPCS2018' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/xphoto/include/opencv2/xphoto/inpainting.hpp:100: warning: \cite command to 'SeilerTIP2015' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/src/hal_replacement.hpp:800: warning: \cite command to 'VandLec' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/src/hal_replacement.hpp:809: warning: \cite command to 'VandLec' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include/opencv2/core/mat.hpp:82: warning: Unsupported xml/html tag <T> found
/build/reproducible-path/opencv-4.10.0+dfsg/modules/photo/include/opencv2/photo.hpp:471: warning: \cite command to 'GW03' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/modules/video/include/opencv2/video/background_segm.hpp:226: warning: \cite command to 'Zivkovic2006' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/modules/video/include/opencv2/video/background_segm.hpp:87: warning: \cite command to 'Zivkovic2004' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/modules/video/include/opencv2/video/background_segm.hpp:88: warning: \cite command to 'Zivkovic2006' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/modules/photo/include/opencv2/photo.hpp:546: warning: \cite command to 'DM97' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/modules/photo/include/opencv2/photo.hpp:574: warning: \cite command to 'RB99' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/modules/video/include/opencv2/video/tracking.hpp:581: warning: \cite command to 'Kroeger2016' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include/opencv2/imgproc.hpp:962: warning: \cite command to 'Ballard1981' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include/opencv2/imgproc.hpp:978: warning: \cite command to 'Guil1999' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/modules/objdetect/include/opencv2/objdetect.hpp:387: warning: \cite command to 'Dalal2005' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/modules/video/include/opencv2/video/tracking.hpp:355: warning: \cite command to 'Welch95' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include/opencv2/imgproc.hpp:1347: warning: \cite command to 'Rafael12' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/modules/photo/include/opencv2/photo.hpp:615: warning: \cite command to 'DM97' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/modules/photo/include/opencv2/photo.hpp:638: warning: \cite command to 'MK07' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/modules/photo/include/opencv2/photo.hpp:674: warning: \cite command to 'RB99' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/modules/features2d/include/opencv2/features2d.hpp:499: warning: \cite command to 'nister2008linear' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/modules/features2d/include/opencv2/features2d.hpp:502: warning: \cite command to 'forssen2007maximally' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/modules/features2d/include/opencv2/features2d.hpp:418: warning: \cite command to 'RRKB11' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/modules/calib3d/include/opencv2/calib3d.hpp:3408: warning: \cite command to 'BT98' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/modules/photo/include/opencv2/photo.hpp:363: warning: \cite command to 'FL02' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/modules/photo/include/opencv2/photo.hpp:365: warning: \cite command to 'DM03' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/modules/photo/include/opencv2/photo.hpp:425: warning: \cite command to 'MM06' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/modules/photo/include/opencv2/photo.hpp:394: warning: \cite command to 'RD05' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/tracking/include/opencv2/tracking.hpp:32: warning: \cite command to 'Lukezic_IJCV2018' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/modules/video/include/opencv2/video/tracking.hpp:796: warning: \cite command to 'GOTURN' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/tracking/include/opencv2/tracking.hpp:93: warning: \cite command to 'KCF_ECCV' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/tracking/include/opencv2/tracking.hpp:93: warning: \cite command to 'KCF_CN' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/modules/video/include/opencv2/video/tracking.hpp:758: warning: \cite command to 'MIL' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/modules/video/include/opencv2/video/tracking.hpp:521: warning: \cite command to 'Brox2004' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/bgsegm/include/opencv2/bgsegm.hpp:60: warning: \cite command to 'KB2001' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/rgbd/include/opencv2/rgbd/colored_kinfu.hpp:174: warning: \cite command to 'kinectfusion' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/rgbd/include/opencv2/rgbd/colored_kinfu.hpp:182: warning: \cite command to 'kinectfusion' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/cudalegacy/include/opencv2/cudalegacy.hpp:141: warning: \cite command to 'FGD2003' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/cudalegacy/include/opencv2/cudalegacy.hpp:86: warning: \cite command to 'Gold2012' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/cudabgsegm/include/opencv2/cudabgsegm.hpp:72: warning: \cite command to 'MOG2001' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/cudabgsegm/include/opencv2/cudabgsegm.hpp:126: warning: \cite command to 'Zivkovic2004' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/cudastereo/include/opencv2/cudastereo.hpp:296: warning: \cite command to 'Yang2010' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/cudastereo/include/opencv2/cudastereo.hpp:97: warning: \cite command to 'Felzenszwalb2006' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/cudastereo/include/opencv2/cudastereo.hpp:117: warning: \cite command to 'Felzenszwalb2006' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/cudastereo/include/opencv2/cudastereo.hpp:196: warning: \cite command to 'Yang2010' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/cudastereo/include/opencv2/cudastereo.hpp:207: warning: \cite command to 'Yang2010' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/cudastereo/include/opencv2/cudastereo.hpp:253: warning: \cite command to 'Spangenberg2013' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/tracking/include/opencv2/tracking/tracking_internals.hpp:305: warning: \cite command to 'AAM' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/tracking/include/opencv2/tracking/tracking_internals.hpp:306: warning: \cite command to 'AMVOT' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/tracking/include/opencv2/tracking/tracking_internals.hpp:440: warning: \cite command to 'AAM' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/tracking/include/opencv2/tracking/tracking_internals.hpp:419: warning: \cite command to 'AAM' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/modules/video/include/opencv2/video/detail/tracking.detail.hpp:49: warning: \cite command to 'AAM' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/modules/video/include/opencv2/video/detail/tracking.detail.hpp:50: warning: \cite command to 'AMVOT' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/modules/video/include/opencv2/video/detail/tracking.detail.hpp:272: warning: \cite command to 'AAM' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/modules/video/include/opencv2/video/detail/tracking.detail.hpp:291: warning: \cite command to 'AAM' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/modules/video/include/opencv2/video/detail/tracking.detail.hpp:298: warning: \cite command to 'AAM' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/modules/video/include/opencv2/video/detail/tracking.detail.hpp:122: warning: \cite command to 'AAM' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/modules/video/include/opencv2/video/detail/tracking.detail.hpp:110: warning: \cite command to 'AAM' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/modules/video/include/opencv2/video/detail/tracking.detail.hpp:226: warning: \cite command to 'AAM' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/modules/video/include/opencv2/video/detail/tracking.detail.hpp:228: warning: \cite command to 'AMVOT' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/modules/video/include/opencv2/video/detail/tracking.detail.hpp:250: warning: \cite command to 'AMVOT' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/modules/video/include/opencv2/video/detail/tracking.detail.hpp:254: warning: \cite command to 'AMVOT' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/modules/video/include/opencv2/video/detail/tracking.detail.hpp:166: warning: \cite command to 'AAM' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/include/opencv2/dnn/dnn.hpp:1890: warning: \cite command to 'liao2020real' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/rgbd/include/opencv2/rgbd/dynafu.hpp:43: warning: \cite command to 'dynamicfusion' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/rgbd/include/opencv2/rgbd/dynafu.hpp:55: warning: \cite command to 'kinectfusion' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/face/include/opencv2/face/mace.hpp:23: warning: \cite command to 'Savvides04' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/img_hash/include/opencv2/img_hash/average_hash.hpp:19: warning: \cite command to 'lookslikeit' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/img_hash/include/opencv2/img_hash/block_mean_hash.hpp:24: warning: \cite command to 'zauner2010implementation' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/img_hash/include/opencv2/img_hash/color_moment_hash.hpp:18: warning: \cite command to 'tang2012perceptual' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/img_hash/include/opencv2/img_hash/marr_hildreth_hash.hpp:18: warning: \cite command to 'zauner2010implementation' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/img_hash/include/opencv2/img_hash/phash.hpp:20: warning: \cite command to 'lookslikeit' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/img_hash/include/opencv2/img_hash/radial_variance_hash.hpp:19: warning: \cite command to 'tang2012perceptual' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/rgbd/include/opencv2/rgbd/kinfu.hpp:171: warning: \cite command to 'kinectfusion' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/rgbd/include/opencv2/rgbd/kinfu.hpp:179: warning: \cite command to 'kinectfusion' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/rgbd/include/opencv2/rgbd/large_kinfu.hpp:105: warning: \cite command to 'kinectfusion' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/tracking/include/opencv2/tracking/tracking_legacy.hpp:471: warning: \cite command to 'TLD' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/tracking/include/opencv2/tracking/tracking_legacy.hpp:146: warning: \cite command to 'OLB' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/tracking/include/opencv2/tracking/tracking_legacy.hpp:498: warning: \cite command to 'Lukezic_IJCV2018' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/tracking/include/opencv2/tracking/tracking_legacy.hpp:255: warning: \cite command to 'KCF_ECCV' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/tracking/include/opencv2/tracking/tracking_legacy.hpp:255: warning: \cite command to 'KCF_CN' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/tracking/include/opencv2/tracking/tracking_legacy.hpp:182: warning: \cite command to 'MedianFlow' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/tracking/include/opencv2/tracking/tracking_legacy.hpp:119: warning: \cite command to 'MIL' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/tracking/include/opencv2/tracking/tracking_legacy.hpp:330: warning: \cite command to 'MOSSE' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/tracking/include/opencv2/tracking/tracking_legacy.hpp:226: warning: \cite command to 'TLD' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/line_descriptor/include/opencv2/line_descriptor/descriptor.hpp:995: warning: \cite command to 'MIH' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/line_descriptor/include/opencv2/line_descriptor/descriptor.hpp:890: warning: \cite command to 'EDL' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/modules/ml/include/opencv2/ml.hpp:635: warning: \cite command to 'LibSVM' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/modules/ml/include/opencv2/ml.hpp:1727: warning: \cite command to 'bottou2010large' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/modules/ml/include/opencv2/ml.hpp:1750: warning: \cite command to 'bottou2010large' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/optflow/include/opencv2/optflow/rlofflow.hpp:211: warning: \cite command to 'Senst2012' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/optflow/include/opencv2/optflow/rlofflow.hpp:211: warning: \cite command to 'Senst2013' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/optflow/include/opencv2/optflow/rlofflow.hpp:211: warning: \cite command to 'Senst2014' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/optflow/include/opencv2/optflow/rlofflow.hpp:212: warning: \cite command to 'Senst2016' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/optflow/include/opencv2/optflow/rlofflow.hpp:213: warning: \cite command to 'Bouguet00' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/optflow/include/opencv2/optflow/rlofflow.hpp:213: warning: \cite command to 'Senst2019' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/optflow/include/opencv2/optflow/rlofflow.hpp:216: warning: \cite command to 'Geistert2016' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/optflow/include/opencv2/optflow/rlofflow.hpp:225: warning: \cite command to 'Senst2012' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/optflow/include/opencv2/optflow/rlofflow.hpp:225: warning: \cite command to 'Senst2013' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/optflow/include/opencv2/optflow/rlofflow.hpp:225: warning: \cite command to 'Senst2014' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/optflow/include/opencv2/optflow/rlofflow.hpp:225: warning: \cite command to 'Senst2016' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/optflow/include/opencv2/optflow/rlofflow.hpp:271: warning: \cite command to 'Geistert2016' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/optflow/include/opencv2/optflow/rlofflow.hpp:272: warning: \cite command to 'Revaud2015' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/optflow/include/opencv2/optflow.hpp:178: warning: \cite command to 'Zach2007' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/optflow/include/opencv2/optflow.hpp:179: warning: \cite command to 'Javier2012' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/optflow/include/opencv2/optflow/rlofflow.hpp:39: warning: \cite command to 'Senst2012' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/optflow/include/opencv2/optflow/rlofflow.hpp:39: warning: \cite command to 'Senst2013' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/optflow/include/opencv2/optflow/rlofflow.hpp:39: warning: \cite command to 'Senst2014' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/optflow/include/opencv2/optflow/rlofflow.hpp:40: warning: \cite command to 'Senst2016' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/optflow/include/opencv2/optflow/rlofflow.hpp:41: warning: \cite command to 'Bouguet00' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/optflow/include/opencv2/optflow/rlofflow.hpp:41: warning: \cite command to 'Senst2019' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/optflow/include/opencv2/optflow/rlofflow.hpp:46: warning: \cite command to 'Senst2012' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/optflow/include/opencv2/optflow/rlofflow.hpp:50: warning: \cite command to 'Senst2014' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/optflow/include/opencv2/optflow/rlofflow.hpp:54: warning: \cite command to 'Senst2016' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/optflow/include/opencv2/optflow/rlofflow.hpp:55: warning: \cite command to 'Senst2016' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/optflow/include/opencv2/optflow/rlofflow.hpp:113: warning: \cite command to 'Senst2014' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/optflow/include/opencv2/optflow/rlofflow.hpp:151: warning: \cite command to 'Senst2016' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/optflow/include/opencv2/optflow/rlofflow.hpp:93: warning: \cite command to 'Senst2012' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/optflow/include/opencv2/optflow/rlofflow.hpp:99: warning: \cite command to 'Senst2012' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/optflow/include/opencv2/optflow/rlofflow.hpp:84: warning: \cite command to 'Senst2013' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/optflow/include/opencv2/optflow/rlofflow.hpp:135: warning: \cite command to 'Senst2016' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/optflow/include/opencv2/optflow/rlofflow.hpp:128: warning: \cite command to 'Senst2016' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/optflow/include/opencv2/optflow/rlofflow.hpp:401: warning: \cite command to 'Senst2012' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/optflow/include/opencv2/optflow/rlofflow.hpp:401: warning: \cite command to 'Senst2013' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/optflow/include/opencv2/optflow/rlofflow.hpp:401: warning: \cite command to 'Senst2014' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/optflow/include/opencv2/optflow/rlofflow.hpp:402: warning: \cite command to 'Senst2016' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/optflow/include/opencv2/optflow/rlofflow.hpp:403: warning: \cite command to 'Bouguet00' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/optflow/include/opencv2/optflow/rlofflow.hpp:403: warning: \cite command to 'Senst2019' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/optflow/include/opencv2/optflow/rlofflow.hpp:407: warning: \cite command to 'Senst2012' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/optflow/include/opencv2/optflow/rlofflow.hpp:407: warning: \cite command to 'Senst2013' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/optflow/include/opencv2/optflow/rlofflow.hpp:407: warning: \cite command to 'Senst2014' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/optflow/include/opencv2/optflow/rlofflow.hpp:407: warning: \cite command to 'Senst2016' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/quality/include/opencv2/quality/qualitybrisque.hpp:20: warning: \cite command to 'Mittal2' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/quality/include/opencv2/quality/qualitybrisque.hpp:20: warning: \cite command to 'Mittal2_software' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/quality/include/opencv2/quality/qualitybrisque.hpp:22: warning: \cite command to 'Sheikh' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/quality/include/opencv2/quality/qualitybrisque.hpp:23: warning: \cite command to 'Ponomarenko' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/rapid/include/opencv2/rapid.hpp:153: warning: \cite command to 'wang2015global' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/rapid/include/opencv2/rapid.hpp:145: warning: \cite command to 'seo2013optimal' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/saliency/include/opencv2/saliency/saliencySpecializedClasses.hpp:289: warning: \cite command to 'BING' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include/opencv2/imgproc/segmentation.hpp:28: warning: \cite command to 'Mortensen95intelligentscissors' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/stereo/include/opencv2/stereo/quasi_dense_stereo.hpp:89: warning: \cite command to 'Stoyanov2010' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/stereo/include/opencv2/stereo/quasi_dense_stereo.hpp:90: warning: \cite command to 'Stoyanov2010' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/stereo/include/opencv2/stereo/quasi_dense_stereo.hpp:92: warning: \cite command to 'Lhuillier2000' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/stereo/include/opencv2/stereo.hpp:187: warning: \cite command to 'BT98' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/text/include/opencv2/text/textDetector.hpp:58: warning: \cite command to 'LiaoSBWL17' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/ximgproc/include/opencv2/ximgproc/weighted_median_filter.hpp:77: warning: \cite command to 'zhang2014100+' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/ximgproc/include/opencv2/ximgproc/edge_filter.hpp:193: warning: \cite command to 'Gastal12' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/ximgproc/include/opencv2/ximgproc/edge_filter.hpp:64: warning: \cite command to 'Gastal11' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/ximgproc/include/opencv2/ximgproc/edge_filter.hpp:386: warning: \cite command to 'BarronPoole2016' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/ximgproc/include/opencv2/ximgproc/edge_filter.hpp:461: warning: \cite command to 'Min2014' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/ximgproc/include/opencv2/ximgproc/edge_filter.hpp:461: warning: \cite command to 'Farbman2008' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/ximgproc/include/opencv2/ximgproc/edge_filter.hpp:128: warning: \cite command to 'Kaiming10' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/ximgproc/include/opencv2/ximgproc/edge_filter.hpp:128: warning: \cite command to 'Kaiming15' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/ximgproc/include/opencv2/ximgproc/slic.hpp:74: warning: \cite command to 'Achanta2012' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/ximgproc/include/opencv2/ximgproc/slic.hpp:75: warning: \cite command to 'Liu_2017_IEEE' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/xphoto/include/opencv2/xphoto/white_balance.hpp:159: warning: \cite command to 'Cheng2015' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/xphoto/include/opencv2/xphoto/white_balance.hpp:173: warning: \cite command to 'Cheng2015' does not have an associated number
/build/reproducible-path/opencv-4.10.0+dfsg/contrib/modules/xphoto/include/opencv2/xphoto/tonemap.hpp:22: warning: \cite command to 'DD02' does not have an associated number
[111/111] cd /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc && /usr/bin/python3 /build/reproducible-path/opencv-4.10.0+dfsg/doc/tools/add_signatures.py /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/doc/doxygen/html/ /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/python_bindings_generator/pyopencv_signatures.json python
Loaded Python signatures: 5536
Doxygen files to scan: 1148
Done (processed files 406, symbols 4886, skipped 742 files)
# dynamically linked
dh_auto_build -B obj-aarch64-linux-gnu
	cd obj-aarch64-linux-gnu && LC_ALL=C.UTF-8 ninja -j2 -v
[1/1167] cd /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/core && /usr/bin/cmake -DMODULE_NAME=core -DCL_DIR=/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/src/opencl -DOUTPUT=/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/core/opencl_kernels_core.cpp -P /build/reproducible-path/opencv-4.10.0+dfsg/cmake/cl2cpp.cmake
[2/1167] /usr/bin/aarch64-linux-gnu-gcc  -I/build/reproducible-path/opencv-4.10.0+dfsg/3rdparty/quirc/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -isystem /usr/include/gdal -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wuninitialized -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -Wno-unused-variable -Wno-shadow -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -fPIC -MD -MT 3rdparty/quirc/CMakeFiles/quirc.dir/src/decode.c.o -MF 3rdparty/quirc/CMakeFiles/quirc.dir/src/decode.c.o.d -o 3rdparty/quirc/CMakeFiles/quirc.dir/src/decode.c.o -c /build/reproducible-path/opencv-4.10.0+dfsg/3rdparty/quirc/src/decode.c
[3/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -DOPENCV_ALLOCATOR_STATS_COUNTER_TYPE=int -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/core -I/usr/include/CL -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/core/CMakeFiles/opencv_core.dir/src/algorithm.cpp.o -MF modules/core/CMakeFiles/opencv_core.dir/src/algorithm.cpp.o.d -o modules/core/CMakeFiles/opencv_core.dir/src/algorithm.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/core/src/algorithm.cpp
[4/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -DOPENCV_ALLOCATOR_STATS_COUNTER_TYPE=int -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_MALLOC_H=1 -DHAVE_MEMALIGN=1 -DHAVE_POSIX_MEMALIGN=1 -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/core -I/usr/include/CL -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/core/CMakeFiles/opencv_core.dir/src/alloc.cpp.o -MF modules/core/CMakeFiles/opencv_core.dir/src/alloc.cpp.o.d -o modules/core/CMakeFiles/opencv_core.dir/src/alloc.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/core/src/alloc.cpp
[5/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -DOPENCV_ALLOCATOR_STATS_COUNTER_TYPE=int -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/core -I/usr/include/CL -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/core/CMakeFiles/opencv_core.dir/src/arithm.cpp.o -MF modules/core/CMakeFiles/opencv_core.dir/src/arithm.cpp.o.d -o modules/core/CMakeFiles/opencv_core.dir/src/arithm.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/core/src/arithm.cpp
[6/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -DOPENCV_ALLOCATOR_STATS_COUNTER_TYPE=int -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/core -I/usr/include/CL -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/core/CMakeFiles/opencv_core.dir/src/arithm.dispatch.cpp.o -MF modules/core/CMakeFiles/opencv_core.dir/src/arithm.dispatch.cpp.o.d -o modules/core/CMakeFiles/opencv_core.dir/src/arithm.dispatch.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/core/src/arithm.dispatch.cpp
[7/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -DOPENCV_ALLOCATOR_STATS_COUNTER_TYPE=int -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/core -I/usr/include/CL -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/core/CMakeFiles/opencv_core.dir/src/array.cpp.o -MF modules/core/CMakeFiles/opencv_core.dir/src/array.cpp.o.d -o modules/core/CMakeFiles/opencv_core.dir/src/array.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/core/src/array.cpp
[8/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -DOPENCV_ALLOCATOR_STATS_COUNTER_TYPE=int -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/core -I/usr/include/CL -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/core/CMakeFiles/opencv_core.dir/src/async.cpp.o -MF modules/core/CMakeFiles/opencv_core.dir/src/async.cpp.o.d -o modules/core/CMakeFiles/opencv_core.dir/src/async.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/core/src/async.cpp
[9/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -DOPENCV_ALLOCATOR_STATS_COUNTER_TYPE=int -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/core -I/usr/include/CL -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/core/CMakeFiles/opencv_core.dir/src/batch_distance.cpp.o -MF modules/core/CMakeFiles/opencv_core.dir/src/batch_distance.cpp.o.d -o modules/core/CMakeFiles/opencv_core.dir/src/batch_distance.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/core/src/batch_distance.cpp
[10/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -DOPENCV_ALLOCATOR_STATS_COUNTER_TYPE=int -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/core -I/usr/include/CL -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/core/CMakeFiles/opencv_core.dir/src/bindings_utils.cpp.o -MF modules/core/CMakeFiles/opencv_core.dir/src/bindings_utils.cpp.o.d -o modules/core/CMakeFiles/opencv_core.dir/src/bindings_utils.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/core/src/bindings_utils.cpp
[11/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -DOPENCV_ALLOCATOR_STATS_COUNTER_TYPE=int -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/core -I/usr/include/CL -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/core/CMakeFiles/opencv_core.dir/src/buffer_area.cpp.o -MF modules/core/CMakeFiles/opencv_core.dir/src/buffer_area.cpp.o.d -o modules/core/CMakeFiles/opencv_core.dir/src/buffer_area.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/core/src/buffer_area.cpp
[12/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -DOPENCV_ALLOCATOR_STATS_COUNTER_TYPE=int -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/core -I/usr/include/CL -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/core/CMakeFiles/opencv_core.dir/src/channels.cpp.o -MF modules/core/CMakeFiles/opencv_core.dir/src/channels.cpp.o.d -o modules/core/CMakeFiles/opencv_core.dir/src/channels.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/core/src/channels.cpp
[13/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -DOPENCV_ALLOCATOR_STATS_COUNTER_TYPE=int -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/core -I/usr/include/CL -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/core/CMakeFiles/opencv_core.dir/src/check.cpp.o -MF modules/core/CMakeFiles/opencv_core.dir/src/check.cpp.o.d -o modules/core/CMakeFiles/opencv_core.dir/src/check.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/core/src/check.cpp
[14/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -DOPENCV_ALLOCATOR_STATS_COUNTER_TYPE=int -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/core -I/usr/include/CL -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/core/CMakeFiles/opencv_core.dir/src/conjugate_gradient.cpp.o -MF modules/core/CMakeFiles/opencv_core.dir/src/conjugate_gradient.cpp.o.d -o modules/core/CMakeFiles/opencv_core.dir/src/conjugate_gradient.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/core/src/conjugate_gradient.cpp
[15/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -DOPENCV_ALLOCATOR_STATS_COUNTER_TYPE=int -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/core -I/usr/include/CL -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/core/CMakeFiles/opencv_core.dir/src/command_line_parser.cpp.o -MF modules/core/CMakeFiles/opencv_core.dir/src/command_line_parser.cpp.o.d -o modules/core/CMakeFiles/opencv_core.dir/src/command_line_parser.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/core/src/command_line_parser.cpp
[16/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -DOPENCV_ALLOCATOR_STATS_COUNTER_TYPE=int -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/core -I/usr/include/CL -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/core/CMakeFiles/opencv_core.dir/src/convert_c.cpp.o -MF modules/core/CMakeFiles/opencv_core.dir/src/convert_c.cpp.o.d -o modules/core/CMakeFiles/opencv_core.dir/src/convert_c.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/core/src/convert_c.cpp
[17/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -DOPENCV_ALLOCATOR_STATS_COUNTER_TYPE=int -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/core -I/usr/include/CL -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/core/CMakeFiles/opencv_core.dir/src/convert.dispatch.cpp.o -MF modules/core/CMakeFiles/opencv_core.dir/src/convert.dispatch.cpp.o.d -o modules/core/CMakeFiles/opencv_core.dir/src/convert.dispatch.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/core/src/convert.dispatch.cpp
[18/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -DOPENCV_ALLOCATOR_STATS_COUNTER_TYPE=int -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/core -I/usr/include/CL -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/core/CMakeFiles/opencv_core.dir/src/copy.cpp.o -MF modules/core/CMakeFiles/opencv_core.dir/src/copy.cpp.o.d -o modules/core/CMakeFiles/opencv_core.dir/src/copy.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/core/src/copy.cpp
[19/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -DOPENCV_ALLOCATOR_STATS_COUNTER_TYPE=int -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/core -I/usr/include/CL -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/core/CMakeFiles/opencv_core.dir/src/convert_scale.dispatch.cpp.o -MF modules/core/CMakeFiles/opencv_core.dir/src/convert_scale.dispatch.cpp.o.d -o modules/core/CMakeFiles/opencv_core.dir/src/convert_scale.dispatch.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/core/src/convert_scale.dispatch.cpp
[20/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -DOPENCV_ALLOCATOR_STATS_COUNTER_TYPE=int -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/core -I/usr/include/CL -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/core/CMakeFiles/opencv_core.dir/src/count_non_zero.dispatch.cpp.o -MF modules/core/CMakeFiles/opencv_core.dir/src/count_non_zero.dispatch.cpp.o.d -o modules/core/CMakeFiles/opencv_core.dir/src/count_non_zero.dispatch.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/core/src/count_non_zero.dispatch.cpp
[21/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -DOPENCV_ALLOCATOR_STATS_COUNTER_TYPE=int -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/core -I/usr/include/CL -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/core/CMakeFiles/opencv_core.dir/src/cuda_gpu_mat.cpp.o -MF modules/core/CMakeFiles/opencv_core.dir/src/cuda_gpu_mat.cpp.o.d -o modules/core/CMakeFiles/opencv_core.dir/src/cuda_gpu_mat.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/core/src/cuda_gpu_mat.cpp
[22/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -DOPENCV_ALLOCATOR_STATS_COUNTER_TYPE=int -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/core -I/usr/include/CL -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/core/CMakeFiles/opencv_core.dir/src/cuda_gpu_mat_nd.cpp.o -MF modules/core/CMakeFiles/opencv_core.dir/src/cuda_gpu_mat_nd.cpp.o.d -o modules/core/CMakeFiles/opencv_core.dir/src/cuda_gpu_mat_nd.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/core/src/cuda_gpu_mat_nd.cpp
[23/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -DOPENCV_ALLOCATOR_STATS_COUNTER_TYPE=int -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/core -I/usr/include/CL -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/core/CMakeFiles/opencv_core.dir/src/cuda_host_mem.cpp.o -MF modules/core/CMakeFiles/opencv_core.dir/src/cuda_host_mem.cpp.o.d -o modules/core/CMakeFiles/opencv_core.dir/src/cuda_host_mem.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/core/src/cuda_host_mem.cpp
[24/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -DOPENCV_ALLOCATOR_STATS_COUNTER_TYPE=int -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/core -I/usr/include/CL -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/core/CMakeFiles/opencv_core.dir/src/cuda_info.cpp.o -MF modules/core/CMakeFiles/opencv_core.dir/src/cuda_info.cpp.o.d -o modules/core/CMakeFiles/opencv_core.dir/src/cuda_info.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/core/src/cuda_info.cpp
[25/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -DOPENCV_ALLOCATOR_STATS_COUNTER_TYPE=int -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/core -I/usr/include/CL -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/core/CMakeFiles/opencv_core.dir/src/cuda_stream.cpp.o -MF modules/core/CMakeFiles/opencv_core.dir/src/cuda_stream.cpp.o.d -o modules/core/CMakeFiles/opencv_core.dir/src/cuda_stream.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/core/src/cuda_stream.cpp
[26/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -DOPENCV_ALLOCATOR_STATS_COUNTER_TYPE=int -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/core -I/usr/include/CL -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/core/CMakeFiles/opencv_core.dir/src/directx.cpp.o -MF modules/core/CMakeFiles/opencv_core.dir/src/directx.cpp.o.d -o modules/core/CMakeFiles/opencv_core.dir/src/directx.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/core/src/directx.cpp
[27/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -DOPENCV_ALLOCATOR_STATS_COUNTER_TYPE=int -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/core -I/usr/include/CL -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/core/CMakeFiles/opencv_core.dir/src/datastructs.cpp.o -MF modules/core/CMakeFiles/opencv_core.dir/src/datastructs.cpp.o.d -o modules/core/CMakeFiles/opencv_core.dir/src/datastructs.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/core/src/datastructs.cpp
[28/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -DOPENCV_ALLOCATOR_STATS_COUNTER_TYPE=int -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/core -I/usr/include/CL -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/core/CMakeFiles/opencv_core.dir/src/downhill_simplex.cpp.o -MF modules/core/CMakeFiles/opencv_core.dir/src/downhill_simplex.cpp.o.d -o modules/core/CMakeFiles/opencv_core.dir/src/downhill_simplex.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/core/src/downhill_simplex.cpp
[29/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -DOPENCV_ALLOCATOR_STATS_COUNTER_TYPE=int -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/core -I/usr/include/CL -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/core/CMakeFiles/opencv_core.dir/src/gl_core_3_1.cpp.o -MF modules/core/CMakeFiles/opencv_core.dir/src/gl_core_3_1.cpp.o.d -o modules/core/CMakeFiles/opencv_core.dir/src/gl_core_3_1.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/core/src/gl_core_3_1.cpp
[30/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -DOPENCV_ALLOCATOR_STATS_COUNTER_TYPE=int -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/core -I/usr/include/CL -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/core/CMakeFiles/opencv_core.dir/src/dxt.cpp.o -MF modules/core/CMakeFiles/opencv_core.dir/src/dxt.cpp.o.d -o modules/core/CMakeFiles/opencv_core.dir/src/dxt.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/core/src/dxt.cpp
In file included from /usr/include/CL/cl.h:20,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include/opencv2/core/opencl/runtime/autogenerated/opencl_core.hpp:102,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include/opencv2/core/opencl/runtime/opencl_core.hpp:68,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/core/src/dxt.cpp:44:
/usr/include/CL/cl_version.h:22:104: note: ‘#pragma message: cl_version.h: CL_TARGET_OPENCL_VERSION is not defined. Defaulting to 300 (OpenCL 3.0)’
   22 | #pragma message("cl_version.h: CL_TARGET_OPENCL_VERSION is not defined. Defaulting to 300 (OpenCL 3.0)")
      |                                                                                                        ^
[31/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -DOPENCV_ALLOCATOR_STATS_COUNTER_TYPE=int -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/core -I/usr/include/CL -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/core/CMakeFiles/opencv_core.dir/src/glob.cpp.o -MF modules/core/CMakeFiles/opencv_core.dir/src/glob.cpp.o.d -o modules/core/CMakeFiles/opencv_core.dir/src/glob.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/core/src/glob.cpp
[32/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -DOPENCV_ALLOCATOR_STATS_COUNTER_TYPE=int -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/core -I/usr/include/CL -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/core/CMakeFiles/opencv_core.dir/src/hal_internal.cpp.o -MF modules/core/CMakeFiles/opencv_core.dir/src/hal_internal.cpp.o.d -o modules/core/CMakeFiles/opencv_core.dir/src/hal_internal.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/core/src/hal_internal.cpp
[33/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -DOPENCV_ALLOCATOR_STATS_COUNTER_TYPE=int -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/core -I/usr/include/CL -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/core/CMakeFiles/opencv_core.dir/src/has_non_zero.dispatch.cpp.o -MF modules/core/CMakeFiles/opencv_core.dir/src/has_non_zero.dispatch.cpp.o.d -o modules/core/CMakeFiles/opencv_core.dir/src/has_non_zero.dispatch.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/core/src/has_non_zero.dispatch.cpp
[34/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -DOPENCV_ALLOCATOR_STATS_COUNTER_TYPE=int -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/core -I/usr/include/CL -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/core/CMakeFiles/opencv_core.dir/src/kmeans.cpp.o -MF modules/core/CMakeFiles/opencv_core.dir/src/kmeans.cpp.o.d -o modules/core/CMakeFiles/opencv_core.dir/src/kmeans.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/core/src/kmeans.cpp
[35/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -DOPENCV_ALLOCATOR_STATS_COUNTER_TYPE=int -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/core -I/usr/include/CL -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/core/CMakeFiles/opencv_core.dir/src/lda.cpp.o -MF modules/core/CMakeFiles/opencv_core.dir/src/lda.cpp.o.d -o modules/core/CMakeFiles/opencv_core.dir/src/lda.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/core/src/lda.cpp
[36/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -DOPENCV_ALLOCATOR_STATS_COUNTER_TYPE=int -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/core -I/usr/include/CL -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/core/CMakeFiles/opencv_core.dir/src/logger.cpp.o -MF modules/core/CMakeFiles/opencv_core.dir/src/logger.cpp.o.d -o modules/core/CMakeFiles/opencv_core.dir/src/logger.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/core/src/logger.cpp
[37/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -DOPENCV_ALLOCATOR_STATS_COUNTER_TYPE=int -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/core -I/usr/include/CL -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/core/CMakeFiles/opencv_core.dir/src/lpsolver.cpp.o -MF modules/core/CMakeFiles/opencv_core.dir/src/lpsolver.cpp.o.d -o modules/core/CMakeFiles/opencv_core.dir/src/lpsolver.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/core/src/lpsolver.cpp
[38/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -DOPENCV_ALLOCATOR_STATS_COUNTER_TYPE=int -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/core -I/usr/include/CL -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/core/CMakeFiles/opencv_core.dir/src/lut.cpp.o -MF modules/core/CMakeFiles/opencv_core.dir/src/lut.cpp.o.d -o modules/core/CMakeFiles/opencv_core.dir/src/lut.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/core/src/lut.cpp
[39/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -DOPENCV_ALLOCATOR_STATS_COUNTER_TYPE=int -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/core -I/usr/include/CL -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/core/CMakeFiles/opencv_core.dir/src/mathfuncs.cpp.o -MF modules/core/CMakeFiles/opencv_core.dir/src/mathfuncs.cpp.o.d -o modules/core/CMakeFiles/opencv_core.dir/src/mathfuncs.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/core/src/mathfuncs.cpp
[40/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -DOPENCV_ALLOCATOR_STATS_COUNTER_TYPE=int -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/core -I/usr/include/CL -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/core/CMakeFiles/opencv_core.dir/src/mathfuncs_core.dispatch.cpp.o -MF modules/core/CMakeFiles/opencv_core.dir/src/mathfuncs_core.dispatch.cpp.o.d -o modules/core/CMakeFiles/opencv_core.dir/src/mathfuncs_core.dispatch.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/core/src/mathfuncs_core.dispatch.cpp
[41/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -DOPENCV_ALLOCATOR_STATS_COUNTER_TYPE=int -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/core -I/usr/include/CL -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/core/CMakeFiles/opencv_core.dir/src/lapack.cpp.o -MF modules/core/CMakeFiles/opencv_core.dir/src/lapack.cpp.o.d -o modules/core/CMakeFiles/opencv_core.dir/src/lapack.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/core/src/lapack.cpp
[42/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -DOPENCV_ALLOCATOR_STATS_COUNTER_TYPE=int -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/core -I/usr/include/CL -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/core/CMakeFiles/opencv_core.dir/src/matrix.cpp.o -MF modules/core/CMakeFiles/opencv_core.dir/src/matrix.cpp.o.d -o modules/core/CMakeFiles/opencv_core.dir/src/matrix.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/core/src/matrix.cpp
[43/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -DOPENCV_ALLOCATOR_STATS_COUNTER_TYPE=int -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/core -I/usr/include/CL -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/core/CMakeFiles/opencv_core.dir/src/matrix_c.cpp.o -MF modules/core/CMakeFiles/opencv_core.dir/src/matrix_c.cpp.o.d -o modules/core/CMakeFiles/opencv_core.dir/src/matrix_c.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/core/src/matrix_c.cpp
[44/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -DOPENCV_ALLOCATOR_STATS_COUNTER_TYPE=int -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/core -I/usr/include/CL -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/core/CMakeFiles/opencv_core.dir/src/matmul.dispatch.cpp.o -MF modules/core/CMakeFiles/opencv_core.dir/src/matmul.dispatch.cpp.o.d -o modules/core/CMakeFiles/opencv_core.dir/src/matmul.dispatch.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/core/src/matmul.dispatch.cpp
In file included from /usr/include/CL/cl.h:20,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include/opencv2/core/opencl/runtime/autogenerated/opencl_core.hpp:102,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include/opencv2/core/opencl/runtime/opencl_core.hpp:68,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/core/src/matmul.dispatch.cpp:49:
/usr/include/CL/cl_version.h:22:104: note: ‘#pragma message: cl_version.h: CL_TARGET_OPENCL_VERSION is not defined. Defaulting to 300 (OpenCL 3.0)’
   22 | #pragma message("cl_version.h: CL_TARGET_OPENCL_VERSION is not defined. Defaulting to 300 (OpenCL 3.0)")
      |                                                                                                        ^
[45/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -DOPENCV_ALLOCATOR_STATS_COUNTER_TYPE=int -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/core -I/usr/include/CL -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/core/CMakeFiles/opencv_core.dir/src/matrix_decomp.cpp.o -MF modules/core/CMakeFiles/opencv_core.dir/src/matrix_decomp.cpp.o.d -o modules/core/CMakeFiles/opencv_core.dir/src/matrix_decomp.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/core/src/matrix_decomp.cpp
[46/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -DOPENCV_ALLOCATOR_STATS_COUNTER_TYPE=int -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/core -I/usr/include/CL -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/core/CMakeFiles/opencv_core.dir/src/matrix_iterator.cpp.o -MF modules/core/CMakeFiles/opencv_core.dir/src/matrix_iterator.cpp.o.d -o modules/core/CMakeFiles/opencv_core.dir/src/matrix_iterator.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/core/src/matrix_iterator.cpp
[47/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -DOPENCV_ALLOCATOR_STATS_COUNTER_TYPE=int -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/core -I/usr/include/CL -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/core/CMakeFiles/opencv_core.dir/src/matrix_expressions.cpp.o -MF modules/core/CMakeFiles/opencv_core.dir/src/matrix_expressions.cpp.o.d -o modules/core/CMakeFiles/opencv_core.dir/src/matrix_expressions.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/core/src/matrix_expressions.cpp
[48/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -DOPENCV_ALLOCATOR_STATS_COUNTER_TYPE=int -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/core -I/usr/include/CL -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/core/CMakeFiles/opencv_core.dir/src/matrix_sparse.cpp.o -MF modules/core/CMakeFiles/opencv_core.dir/src/matrix_sparse.cpp.o.d -o modules/core/CMakeFiles/opencv_core.dir/src/matrix_sparse.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/core/src/matrix_sparse.cpp
[49/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -DOPENCV_ALLOCATOR_STATS_COUNTER_TYPE=int -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/core -I/usr/include/CL -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/core/CMakeFiles/opencv_core.dir/src/matrix_operations.cpp.o -MF modules/core/CMakeFiles/opencv_core.dir/src/matrix_operations.cpp.o.d -o modules/core/CMakeFiles/opencv_core.dir/src/matrix_operations.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/core/src/matrix_operations.cpp
[50/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -DOPENCV_ALLOCATOR_STATS_COUNTER_TYPE=int -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/core -I/usr/include/CL -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/core/CMakeFiles/opencv_core.dir/src/matrix_transform.cpp.o -MF modules/core/CMakeFiles/opencv_core.dir/src/matrix_transform.cpp.o.d -o modules/core/CMakeFiles/opencv_core.dir/src/matrix_transform.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/core/src/matrix_transform.cpp
[51/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -DOPENCV_ALLOCATOR_STATS_COUNTER_TYPE=int -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/core -I/usr/include/CL -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/core/CMakeFiles/opencv_core.dir/src/mean.dispatch.cpp.o -MF modules/core/CMakeFiles/opencv_core.dir/src/mean.dispatch.cpp.o.d -o modules/core/CMakeFiles/opencv_core.dir/src/mean.dispatch.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/core/src/mean.dispatch.cpp
[52/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -DOPENCV_ALLOCATOR_STATS_COUNTER_TYPE=int -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/core -I/usr/include/CL -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/core/CMakeFiles/opencv_core.dir/src/matrix_wrap.cpp.o -MF modules/core/CMakeFiles/opencv_core.dir/src/matrix_wrap.cpp.o.d -o modules/core/CMakeFiles/opencv_core.dir/src/matrix_wrap.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/core/src/matrix_wrap.cpp
[53/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -DOPENCV_ALLOCATOR_STATS_COUNTER_TYPE=int -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/core -I/usr/include/CL -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/core/CMakeFiles/opencv_core.dir/src/merge.dispatch.cpp.o -MF modules/core/CMakeFiles/opencv_core.dir/src/merge.dispatch.cpp.o.d -o modules/core/CMakeFiles/opencv_core.dir/src/merge.dispatch.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/core/src/merge.dispatch.cpp
[54/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -DOPENCV_ALLOCATOR_STATS_COUNTER_TYPE=int -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/core -I/usr/include/CL -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/core/CMakeFiles/opencv_core.dir/src/minmax.cpp.o -MF modules/core/CMakeFiles/opencv_core.dir/src/minmax.cpp.o.d -o modules/core/CMakeFiles/opencv_core.dir/src/minmax.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/core/src/minmax.cpp
[55/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -DOPENCV_ALLOCATOR_STATS_COUNTER_TYPE=int -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/core -I/usr/include/CL -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/core/CMakeFiles/opencv_core.dir/src/norm.cpp.o -MF modules/core/CMakeFiles/opencv_core.dir/src/norm.cpp.o.d -o modules/core/CMakeFiles/opencv_core.dir/src/norm.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/core/src/norm.cpp
[56/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -DOPENCV_ALLOCATOR_STATS_COUNTER_TYPE=int -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/core -I/usr/include/CL -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/core/CMakeFiles/opencv_core.dir/src/opencl/runtime/opencl_clblas.cpp.o -MF modules/core/CMakeFiles/opencv_core.dir/src/opencl/runtime/opencl_clblas.cpp.o.d -o modules/core/CMakeFiles/opencv_core.dir/src/opencl/runtime/opencl_clblas.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/core/src/opencl/runtime/opencl_clblas.cpp
[57/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -DOPENCV_ALLOCATOR_STATS_COUNTER_TYPE=int -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/core -I/usr/include/CL -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/core/CMakeFiles/opencv_core.dir/src/opencl/runtime/opencl_clfft.cpp.o -MF modules/core/CMakeFiles/opencv_core.dir/src/opencl/runtime/opencl_clfft.cpp.o.d -o modules/core/CMakeFiles/opencv_core.dir/src/opencl/runtime/opencl_clfft.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/core/src/opencl/runtime/opencl_clfft.cpp
[58/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -DOPENCV_ALLOCATOR_STATS_COUNTER_TYPE=int -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/core -I/usr/include/CL -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/core/CMakeFiles/opencv_core.dir/src/opencl/runtime/opencl_core.cpp.o -MF modules/core/CMakeFiles/opencv_core.dir/src/opencl/runtime/opencl_core.cpp.o.d -o modules/core/CMakeFiles/opencv_core.dir/src/opencl/runtime/opencl_core.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/core/src/opencl/runtime/opencl_core.cpp
In file included from /usr/include/CL/cl.h:20,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include/opencv2/core/opencl/runtime/autogenerated/opencl_core.hpp:102,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include/opencv2/core/opencl/runtime/opencl_core.hpp:68,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/core/src/opencl/runtime/opencl_core.cpp:61:
/usr/include/CL/cl_version.h:22:104: note: ‘#pragma message: cl_version.h: CL_TARGET_OPENCL_VERSION is not defined. Defaulting to 300 (OpenCL 3.0)’
   22 | #pragma message("cl_version.h: CL_TARGET_OPENCL_VERSION is not defined. Defaulting to 300 (OpenCL 3.0)")
      |                                                                                                        ^
[59/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -DOPENCV_ALLOCATOR_STATS_COUNTER_TYPE=int -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/core -I/usr/include/CL -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/core/CMakeFiles/opencv_core.dir/src/opengl.cpp.o -MF modules/core/CMakeFiles/opencv_core.dir/src/opengl.cpp.o.d -o modules/core/CMakeFiles/opencv_core.dir/src/opengl.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/core/src/opengl.cpp
In file included from /usr/include/CL/cl.h:20,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include/opencv2/core/opencl/runtime/autogenerated/opencl_core.hpp:102,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include/opencv2/core/opencl/runtime/opencl_core.hpp:68,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/core/src/opengl.cpp:1578:
/usr/include/CL/cl_version.h:22:104: note: ‘#pragma message: cl_version.h: CL_TARGET_OPENCL_VERSION is not defined. Defaulting to 300 (OpenCL 3.0)’
   22 | #pragma message("cl_version.h: CL_TARGET_OPENCL_VERSION is not defined. Defaulting to 300 (OpenCL 3.0)")
      |                                                                                                        ^
[60/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -DOPENCV_ALLOCATOR_STATS_COUNTER_TYPE=int -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/core -I/usr/include/CL -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/core/CMakeFiles/opencv_core.dir/src/out.cpp.o -MF modules/core/CMakeFiles/opencv_core.dir/src/out.cpp.o.d -o modules/core/CMakeFiles/opencv_core.dir/src/out.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/core/src/out.cpp
[61/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -DOPENCV_ALLOCATOR_STATS_COUNTER_TYPE=int -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/core -I/usr/include/CL -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/core/CMakeFiles/opencv_core.dir/src/ocl.cpp.o -MF modules/core/CMakeFiles/opencv_core.dir/src/ocl.cpp.o.d -o modules/core/CMakeFiles/opencv_core.dir/src/ocl.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/core/src/ocl.cpp
In file included from /usr/include/CL/cl.h:20,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include/opencv2/core/opencl/runtime/autogenerated/opencl_core.hpp:102,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include/opencv2/core/opencl/runtime/opencl_core.hpp:68,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/core/src/ocl.cpp:116:
/usr/include/CL/cl_version.h:22:104: note: ‘#pragma message: cl_version.h: CL_TARGET_OPENCL_VERSION is not defined. Defaulting to 300 (OpenCL 3.0)’
   22 | #pragma message("cl_version.h: CL_TARGET_OPENCL_VERSION is not defined. Defaulting to 300 (OpenCL 3.0)")
      |                                                                                                        ^
[62/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -DOPENCV_ALLOCATOR_STATS_COUNTER_TYPE=int -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/core -I/usr/include/CL -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/core/CMakeFiles/opencv_core.dir/src/ovx.cpp.o -MF modules/core/CMakeFiles/opencv_core.dir/src/ovx.cpp.o.d -o modules/core/CMakeFiles/opencv_core.dir/src/ovx.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/core/src/ovx.cpp
[63/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -DOPENCV_ALLOCATOR_STATS_COUNTER_TYPE=int -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/core -I/usr/include/CL -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/core/CMakeFiles/opencv_core.dir/src/parallel.cpp.o -MF modules/core/CMakeFiles/opencv_core.dir/src/parallel.cpp.o.d -o modules/core/CMakeFiles/opencv_core.dir/src/parallel.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/core/src/parallel.cpp
/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/src/parallel.cpp:316:14: warning: ‘virtual void cv::{anonymous}::ParallelLoopBodyWrapper::operator()(const cv::Range&) const’ was hidden [-Woverloaded-virtual=]
  316 |         void operator()(const cv::Range& sr) const CV_OVERRIDE
      |              ^~~~~~~~
/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/src/parallel.cpp:395:14: note:   by ‘void cv::{anonymous}::ProxyLoopBody::operator()(const tbb::detail::d1::blocked_range<int>&) const’
  395 |         void operator ()(const tbb::blocked_range<int>& range) const
      |              ^~~~~~~~
[64/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -DOPENCV_ALLOCATOR_STATS_COUNTER_TYPE=int -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/core -I/usr/include/CL -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/core/CMakeFiles/opencv_core.dir/src/parallel/parallel_openmp.cpp.o -MF modules/core/CMakeFiles/opencv_core.dir/src/parallel/parallel_openmp.cpp.o.d -o modules/core/CMakeFiles/opencv_core.dir/src/parallel/parallel_openmp.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/core/src/parallel/parallel_openmp.cpp
[65/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -DOPENCV_ALLOCATOR_STATS_COUNTER_TYPE=int -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DPARALLEL_ENABLE_PLUGINS=1 -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/core -I/usr/include/CL -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/core/CMakeFiles/opencv_core.dir/src/parallel/parallel.cpp.o -MF modules/core/CMakeFiles/opencv_core.dir/src/parallel/parallel.cpp.o.d -o modules/core/CMakeFiles/opencv_core.dir/src/parallel/parallel.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/core/src/parallel/parallel.cpp
[66/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -DOPENCV_ALLOCATOR_STATS_COUNTER_TYPE=int -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/core -I/usr/include/CL -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/core/CMakeFiles/opencv_core.dir/src/parallel/parallel_tbb.cpp.o -MF modules/core/CMakeFiles/opencv_core.dir/src/parallel/parallel_tbb.cpp.o.d -o modules/core/CMakeFiles/opencv_core.dir/src/parallel/parallel_tbb.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/core/src/parallel/parallel_tbb.cpp
[67/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -DOPENCV_ALLOCATOR_STATS_COUNTER_TYPE=int -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/core -I/usr/include/CL -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/core/CMakeFiles/opencv_core.dir/src/parallel_impl.cpp.o -MF modules/core/CMakeFiles/opencv_core.dir/src/parallel_impl.cpp.o.d -o modules/core/CMakeFiles/opencv_core.dir/src/parallel_impl.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/core/src/parallel_impl.cpp
[68/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -DOPENCV_ALLOCATOR_STATS_COUNTER_TYPE=int -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/core -I/usr/include/CL -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/core/CMakeFiles/opencv_core.dir/src/pca.cpp.o -MF modules/core/CMakeFiles/opencv_core.dir/src/pca.cpp.o.d -o modules/core/CMakeFiles/opencv_core.dir/src/pca.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/core/src/pca.cpp
[69/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -DOPENCV_ALLOCATOR_STATS_COUNTER_TYPE=int -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/core -I/usr/include/CL -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/core/CMakeFiles/opencv_core.dir/src/persistence_base64_encoding.cpp.o -MF modules/core/CMakeFiles/opencv_core.dir/src/persistence_base64_encoding.cpp.o.d -o modules/core/CMakeFiles/opencv_core.dir/src/persistence_base64_encoding.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/core/src/persistence_base64_encoding.cpp
[70/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -DOPENCV_ALLOCATOR_STATS_COUNTER_TYPE=int -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/core -I/usr/include/CL -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/core/CMakeFiles/opencv_core.dir/src/persistence_json.cpp.o -MF modules/core/CMakeFiles/opencv_core.dir/src/persistence_json.cpp.o.d -o modules/core/CMakeFiles/opencv_core.dir/src/persistence_json.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/core/src/persistence_json.cpp
[71/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -DOPENCV_ALLOCATOR_STATS_COUNTER_TYPE=int -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/core -I/usr/include/CL -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/core/CMakeFiles/opencv_core.dir/src/persistence.cpp.o -MF modules/core/CMakeFiles/opencv_core.dir/src/persistence.cpp.o.d -o modules/core/CMakeFiles/opencv_core.dir/src/persistence.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/core/src/persistence.cpp
/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/src/persistence.cpp: In member function ‘bool cv::FileStorage::Impl::open(const char*, int, const char*)’:
/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/src/persistence.cpp:490:12: warning: variable ‘fnamelen’ set but not used [-Wunused-but-set-variable=]
  490 |     size_t fnamelen = 0;
      |            ^~~~~~~~
[72/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -DOPENCV_ALLOCATOR_STATS_COUNTER_TYPE=int -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/core -I/usr/include/CL -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/core/CMakeFiles/opencv_core.dir/src/persistence_types.cpp.o -MF modules/core/CMakeFiles/opencv_core.dir/src/persistence_types.cpp.o.d -o modules/core/CMakeFiles/opencv_core.dir/src/persistence_types.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/core/src/persistence_types.cpp
[73/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -DOPENCV_ALLOCATOR_STATS_COUNTER_TYPE=int -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/core -I/usr/include/CL -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/core/CMakeFiles/opencv_core.dir/src/persistence_xml.cpp.o -MF modules/core/CMakeFiles/opencv_core.dir/src/persistence_xml.cpp.o.d -o modules/core/CMakeFiles/opencv_core.dir/src/persistence_xml.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/core/src/persistence_xml.cpp
[74/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -DOPENCV_ALLOCATOR_STATS_COUNTER_TYPE=int -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/core -I/usr/include/CL -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/core/CMakeFiles/opencv_core.dir/src/persistence_yml.cpp.o -MF modules/core/CMakeFiles/opencv_core.dir/src/persistence_yml.cpp.o.d -o modules/core/CMakeFiles/opencv_core.dir/src/persistence_yml.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/core/src/persistence_yml.cpp
[75/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -DOPENCV_ALLOCATOR_STATS_COUNTER_TYPE=int -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/core -I/usr/include/CL -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/core/CMakeFiles/opencv_core.dir/src/rand.cpp.o -MF modules/core/CMakeFiles/opencv_core.dir/src/rand.cpp.o.d -o modules/core/CMakeFiles/opencv_core.dir/src/rand.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/core/src/rand.cpp
/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/src/rand.cpp: In function ‘void cvRandArr(CvRNG*, CvArr*, int, CvScalar, CvScalar)’:
/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/src/rand.cpp:761:38: warning: casting ‘CvRNG’ {aka ‘long unsigned int’} to ‘cv::RNG&’ does not use ‘cv::RNG::RNG(uint64)’ [-Wcast-user-defined]
  761 |     cv::RNG& rng = _rng ? (cv::RNG&)*_rng : cv::theRNG();
      |                                      ^~~~
/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/src/rand.cpp: In function ‘void cvRandShuffle(CvArr*, CvRNG*, double)’:
/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/src/rand.cpp:769:38: warning: casting ‘CvRNG’ {aka ‘long unsigned int’} to ‘cv::RNG&’ does not use ‘cv::RNG::RNG(uint64)’ [-Wcast-user-defined]
  769 |     cv::RNG& rng = _rng ? (cv::RNG&)*_rng : cv::theRNG();
      |                                      ^~~~
[76/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -DOPENCV_ALLOCATOR_STATS_COUNTER_TYPE=int -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/core -I/usr/include/CL -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/core/CMakeFiles/opencv_core.dir/src/softfloat.cpp.o -MF modules/core/CMakeFiles/opencv_core.dir/src/softfloat.cpp.o.d -o modules/core/CMakeFiles/opencv_core.dir/src/softfloat.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/core/src/softfloat.cpp
[77/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -DOPENCV_ALLOCATOR_STATS_COUNTER_TYPE=int -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/core -I/usr/include/CL -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/core/CMakeFiles/opencv_core.dir/src/split.dispatch.cpp.o -MF modules/core/CMakeFiles/opencv_core.dir/src/split.dispatch.cpp.o.d -o modules/core/CMakeFiles/opencv_core.dir/src/split.dispatch.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/core/src/split.dispatch.cpp
[78/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -DOPENCV_ALLOCATOR_STATS_COUNTER_TYPE=int -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/core -I/usr/include/CL -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/core/CMakeFiles/opencv_core.dir/src/stat.dispatch.cpp.o -MF modules/core/CMakeFiles/opencv_core.dir/src/stat.dispatch.cpp.o.d -o modules/core/CMakeFiles/opencv_core.dir/src/stat.dispatch.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/core/src/stat.dispatch.cpp
[79/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -DOPENCV_ALLOCATOR_STATS_COUNTER_TYPE=int -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/core -I/usr/include/CL -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/core/CMakeFiles/opencv_core.dir/src/stat_c.cpp.o -MF modules/core/CMakeFiles/opencv_core.dir/src/stat_c.cpp.o.d -o modules/core/CMakeFiles/opencv_core.dir/src/stat_c.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/core/src/stat_c.cpp
[80/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -DOPENCV_ALLOCATOR_STATS_COUNTER_TYPE=int -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/core -I/usr/include/CL -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/core/CMakeFiles/opencv_core.dir/src/stl.cpp.o -MF modules/core/CMakeFiles/opencv_core.dir/src/stl.cpp.o.d -o modules/core/CMakeFiles/opencv_core.dir/src/stl.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/core/src/stl.cpp
[81/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -DOPENCV_ALLOCATOR_STATS_COUNTER_TYPE=int -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/core -I/usr/include/CL -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/core/CMakeFiles/opencv_core.dir/src/sum.dispatch.cpp.o -MF modules/core/CMakeFiles/opencv_core.dir/src/sum.dispatch.cpp.o.d -o modules/core/CMakeFiles/opencv_core.dir/src/sum.dispatch.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/core/src/sum.dispatch.cpp
[82/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -DOPENCV_ALLOCATOR_STATS_COUNTER_TYPE=int -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/core -I/usr/include/CL -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/core/CMakeFiles/opencv_core.dir/src/tables.cpp.o -MF modules/core/CMakeFiles/opencv_core.dir/src/tables.cpp.o.d -o modules/core/CMakeFiles/opencv_core.dir/src/tables.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/core/src/tables.cpp
[83/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -DOPENCV_ALLOCATOR_STATS_COUNTER_TYPE=int -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/core -I/usr/include/CL -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/core/CMakeFiles/opencv_core.dir/src/system.cpp.o -MF modules/core/CMakeFiles/opencv_core.dir/src/system.cpp.o.d -o modules/core/CMakeFiles/opencv_core.dir/src/system.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/core/src/system.cpp
[84/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -DOPENCV_ALLOCATOR_STATS_COUNTER_TYPE=int -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/core -I/usr/include/CL -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/core/CMakeFiles/opencv_core.dir/src/types.cpp.o -MF modules/core/CMakeFiles/opencv_core.dir/src/types.cpp.o.d -o modules/core/CMakeFiles/opencv_core.dir/src/types.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/core/src/types.cpp
[85/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -DOPENCV_ALLOCATOR_STATS_COUNTER_TYPE=int -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/core -I/usr/include/CL -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/core/CMakeFiles/opencv_core.dir/src/trace.cpp.o -MF modules/core/CMakeFiles/opencv_core.dir/src/trace.cpp.o.d -o modules/core/CMakeFiles/opencv_core.dir/src/trace.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/core/src/trace.cpp
[86/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -DOPENCV_ALLOCATOR_STATS_COUNTER_TYPE=int -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/core -I/usr/include/CL -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/core/CMakeFiles/opencv_core.dir/src/umatrix.cpp.o -MF modules/core/CMakeFiles/opencv_core.dir/src/umatrix.cpp.o.d -o modules/core/CMakeFiles/opencv_core.dir/src/umatrix.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/core/src/umatrix.cpp
[87/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -DOPENCV_ALLOCATOR_STATS_COUNTER_TYPE=int -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/core -I/usr/include/CL -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/core/CMakeFiles/opencv_core.dir/src/utils/datafile.cpp.o -MF modules/core/CMakeFiles/opencv_core.dir/src/utils/datafile.cpp.o.d -o modules/core/CMakeFiles/opencv_core.dir/src/utils/datafile.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/core/src/utils/datafile.cpp
[88/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -DOPENCV_ALLOCATOR_STATS_COUNTER_TYPE=int -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/core -I/usr/include/CL -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/core/CMakeFiles/opencv_core.dir/src/utils/logtagconfigparser.cpp.o -MF modules/core/CMakeFiles/opencv_core.dir/src/utils/logtagconfigparser.cpp.o.d -o modules/core/CMakeFiles/opencv_core.dir/src/utils/logtagconfigparser.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/core/src/utils/logtagconfigparser.cpp
[89/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -DOPENCV_ALLOCATOR_STATS_COUNTER_TYPE=int -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/core -I/usr/include/CL -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/core/CMakeFiles/opencv_core.dir/src/utils/filesystem.cpp.o -MF modules/core/CMakeFiles/opencv_core.dir/src/utils/filesystem.cpp.o.d -o modules/core/CMakeFiles/opencv_core.dir/src/utils/filesystem.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/core/src/utils/filesystem.cpp
[90/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -DOPENCV_ALLOCATOR_STATS_COUNTER_TYPE=int -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/core -I/usr/include/CL -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/core/CMakeFiles/opencv_core.dir/src/utils/samples.cpp.o -MF modules/core/CMakeFiles/opencv_core.dir/src/utils/samples.cpp.o.d -o modules/core/CMakeFiles/opencv_core.dir/src/utils/samples.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/core/src/utils/samples.cpp
[91/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -DOPENCV_ALLOCATOR_STATS_COUNTER_TYPE=int -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/core -I/usr/include/CL -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/core/CMakeFiles/opencv_core.dir/src/utils/logtagmanager.cpp.o -MF modules/core/CMakeFiles/opencv_core.dir/src/utils/logtagmanager.cpp.o.d -o modules/core/CMakeFiles/opencv_core.dir/src/utils/logtagmanager.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/core/src/utils/logtagmanager.cpp
[92/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -DOPENCV_ALLOCATOR_STATS_COUNTER_TYPE=int -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/core -I/usr/include/CL -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/core/CMakeFiles/opencv_core.dir/opencl_kernels_core.cpp.o -MF modules/core/CMakeFiles/opencv_core.dir/opencl_kernels_core.cpp.o.d -o modules/core/CMakeFiles/opencv_core.dir/opencl_kernels_core.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/core/opencl_kernels_core.cpp
[93/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -DOPENCV_ALLOCATOR_STATS_COUNTER_TYPE=int -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/core -I/usr/include/CL -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/core/CMakeFiles/opencv_core.dir/src/va_intel.cpp.o -MF modules/core/CMakeFiles/opencv_core.dir/src/va_intel.cpp.o.d -o modules/core/CMakeFiles/opencv_core.dir/src/va_intel.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/core/src/va_intel.cpp
In file included from /usr/include/CL/cl.h:20,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include/opencv2/core/opencl/runtime/autogenerated/opencl_core.hpp:102,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include/opencv2/core/opencl/runtime/opencl_core.hpp:68,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/core/src/va_intel.cpp:24:
/usr/include/CL/cl_version.h:22:104: note: ‘#pragma message: cl_version.h: CL_TARGET_OPENCL_VERSION is not defined. Defaulting to 300 (OpenCL 3.0)’
   22 | #pragma message("cl_version.h: CL_TARGET_OPENCL_VERSION is not defined. Defaulting to 300 (OpenCL 3.0)")
      |                                                                                                        ^
[94/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/flann/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/flann -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/flann/CMakeFiles/opencv_flann.dir/src/flann.cpp.o -MF modules/flann/CMakeFiles/opencv_flann.dir/src/flann.cpp.o.d -o modules/flann/CMakeFiles/opencv_flann.dir/src/flann.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/flann/src/flann.cpp
[95/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -DOPENCV_ALLOCATOR_STATS_COUNTER_TYPE=int -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DCV_CPU_COMPILE_NEON_DOTPROD=1 -DCV_CPU_DISPATCH_MODE=NEON_DOTPROD -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/core -I/usr/include/CL -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC  -march=armv8.2-a+dotprod -MD -MT modules/core/CMakeFiles/opencv_core.dir/matmul.neon_dotprod.cpp.o -MF modules/core/CMakeFiles/opencv_core.dir/matmul.neon_dotprod.cpp.o.d -o modules/core/CMakeFiles/opencv_core.dir/matmul.neon_dotprod.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/core/matmul.neon_dotprod.cpp
[96/1167] : && /usr/bin/aarch64-linux-gnu-g++ -fPIC -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG  -shared -Wl,-z,relro -Wl,-z,now  -Wl,--gc-sections -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-z,now  -Wl,--dependency-file=modules/core/CMakeFiles/opencv_core.dir/link.d -Wl,-soname,libopencv_core.so.410 -o lib/libopencv_core.so.4.10.0 modules/core/CMakeFiles/opencv_core.dir/src/algorithm.cpp.o modules/core/CMakeFiles/opencv_core.dir/src/alloc.cpp.o modules/core/CMakeFiles/opencv_core.dir/src/arithm.cpp.o modules/core/CMakeFiles/opencv_core.dir/src/arithm.dispatch.cpp.o modules/core/CMakeFiles/opencv_core.dir/src/array.cpp.o modules/core/CMakeFiles/opencv_core.dir/src/async.cpp.o modules/core/CMakeFiles/opencv_core.dir/src/batch_distance.cpp.o modules/core/CMakeFiles/opencv_core.dir/src/bindings_utils.cpp.o modules/core/CMakeFiles/opencv_core.dir/src/buffer_area.cpp.o modules/core/CMakeFiles/opencv_core.dir/src/channels.cpp.o modules/core/CMakeFiles/opencv_core.dir/src/check.cpp.o modules/core/CMakeFiles/opencv_core.dir/src/command_line_parser.cpp.o modules/core/CMakeFiles/opencv_core.dir/src/conjugate_gradient.cpp.o modules/core/CMakeFiles/opencv_core.dir/src/convert.dispatch.cpp.o modules/core/CMakeFiles/opencv_core.dir/src/convert_c.cpp.o modules/core/CMakeFiles/opencv_core.dir/src/convert_scale.dispatch.cpp.o modules/core/CMakeFiles/opencv_core.dir/src/copy.cpp.o modules/core/CMakeFiles/opencv_core.dir/src/count_non_zero.dispatch.cpp.o modules/core/CMakeFiles/opencv_core.dir/src/cuda_gpu_mat.cpp.o modules/core/CMakeFiles/opencv_core.dir/src/cuda_gpu_mat_nd.cpp.o modules/core/CMakeFiles/opencv_core.dir/src/cuda_host_mem.cpp.o modules/core/CMakeFiles/opencv_core.dir/src/cuda_info.cpp.o modules/core/CMakeFiles/opencv_core.dir/src/cuda_stream.cpp.o modules/core/CMakeFiles/opencv_core.dir/src/datastructs.cpp.o modules/core/CMakeFiles/opencv_core.dir/src/directx.cpp.o modules/core/CMakeFiles/opencv_core.dir/src/downhill_simplex.cpp.o modules/core/CMakeFiles/opencv_core.dir/src/dxt.cpp.o modules/core/CMakeFiles/opencv_core.dir/src/gl_core_3_1.cpp.o modules/core/CMakeFiles/opencv_core.dir/src/glob.cpp.o modules/core/CMakeFiles/opencv_core.dir/src/hal_internal.cpp.o modules/core/CMakeFiles/opencv_core.dir/src/has_non_zero.dispatch.cpp.o modules/core/CMakeFiles/opencv_core.dir/src/kmeans.cpp.o modules/core/CMakeFiles/opencv_core.dir/src/lapack.cpp.o modules/core/CMakeFiles/opencv_core.dir/src/lda.cpp.o modules/core/CMakeFiles/opencv_core.dir/src/logger.cpp.o modules/core/CMakeFiles/opencv_core.dir/src/lpsolver.cpp.o modules/core/CMakeFiles/opencv_core.dir/src/lut.cpp.o modules/core/CMakeFiles/opencv_core.dir/src/mathfuncs.cpp.o modules/core/CMakeFiles/opencv_core.dir/src/mathfuncs_core.dispatch.cpp.o modules/core/CMakeFiles/opencv_core.dir/src/matmul.dispatch.cpp.o modules/core/CMakeFiles/opencv_core.dir/src/matrix.cpp.o modules/core/CMakeFiles/opencv_core.dir/src/matrix_c.cpp.o modules/core/CMakeFiles/opencv_core.dir/src/matrix_decomp.cpp.o modules/core/CMakeFiles/opencv_core.dir/src/matrix_expressions.cpp.o modules/core/CMakeFiles/opencv_core.dir/src/matrix_iterator.cpp.o modules/core/CMakeFiles/opencv_core.dir/src/matrix_operations.cpp.o modules/core/CMakeFiles/opencv_core.dir/src/matrix_sparse.cpp.o modules/core/CMakeFiles/opencv_core.dir/src/matrix_transform.cpp.o modules/core/CMakeFiles/opencv_core.dir/src/matrix_wrap.cpp.o modules/core/CMakeFiles/opencv_core.dir/src/mean.dispatch.cpp.o modules/core/CMakeFiles/opencv_core.dir/src/merge.dispatch.cpp.o modules/core/CMakeFiles/opencv_core.dir/src/minmax.cpp.o modules/core/CMakeFiles/opencv_core.dir/src/norm.cpp.o modules/core/CMakeFiles/opencv_core.dir/src/ocl.cpp.o modules/core/CMakeFiles/opencv_core.dir/src/opencl/runtime/opencl_clblas.cpp.o modules/core/CMakeFiles/opencv_core.dir/src/opencl/runtime/opencl_clfft.cpp.o modules/core/CMakeFiles/opencv_core.dir/src/opencl/runtime/opencl_core.cpp.o modules/core/CMakeFiles/opencv_core.dir/src/opengl.cpp.o modules/core/CMakeFiles/opencv_core.dir/src/out.cpp.o modules/core/CMakeFiles/opencv_core.dir/src/ovx.cpp.o modules/core/CMakeFiles/opencv_core.dir/src/parallel.cpp.o modules/core/CMakeFiles/opencv_core.dir/src/parallel/parallel.cpp.o modules/core/CMakeFiles/opencv_core.dir/src/parallel/parallel_openmp.cpp.o modules/core/CMakeFiles/opencv_core.dir/src/parallel/parallel_tbb.cpp.o modules/core/CMakeFiles/opencv_core.dir/src/parallel_impl.cpp.o modules/core/CMakeFiles/opencv_core.dir/src/pca.cpp.o modules/core/CMakeFiles/opencv_core.dir/src/persistence.cpp.o modules/core/CMakeFiles/opencv_core.dir/src/persistence_base64_encoding.cpp.o modules/core/CMakeFiles/opencv_core.dir/src/persistence_json.cpp.o modules/core/CMakeFiles/opencv_core.dir/src/persistence_types.cpp.o modules/core/CMakeFiles/opencv_core.dir/src/persistence_xml.cpp.o modules/core/CMakeFiles/opencv_core.dir/src/persistence_yml.cpp.o modules/core/CMakeFiles/opencv_core.dir/src/rand.cpp.o modules/core/CMakeFiles/opencv_core.dir/src/softfloat.cpp.o modules/core/CMakeFiles/opencv_core.dir/src/split.dispatch.cpp.o modules/core/CMakeFiles/opencv_core.dir/src/stat.dispatch.cpp.o modules/core/CMakeFiles/opencv_core.dir/src/stat_c.cpp.o modules/core/CMakeFiles/opencv_core.dir/src/stl.cpp.o modules/core/CMakeFiles/opencv_core.dir/src/sum.dispatch.cpp.o modules/core/CMakeFiles/opencv_core.dir/src/system.cpp.o modules/core/CMakeFiles/opencv_core.dir/src/tables.cpp.o modules/core/CMakeFiles/opencv_core.dir/src/trace.cpp.o modules/core/CMakeFiles/opencv_core.dir/src/types.cpp.o modules/core/CMakeFiles/opencv_core.dir/src/umatrix.cpp.o modules/core/CMakeFiles/opencv_core.dir/src/utils/datafile.cpp.o modules/core/CMakeFiles/opencv_core.dir/src/utils/filesystem.cpp.o modules/core/CMakeFiles/opencv_core.dir/src/utils/logtagconfigparser.cpp.o modules/core/CMakeFiles/opencv_core.dir/src/utils/logtagmanager.cpp.o modules/core/CMakeFiles/opencv_core.dir/src/utils/samples.cpp.o modules/core/CMakeFiles/opencv_core.dir/src/va_intel.cpp.o modules/core/CMakeFiles/opencv_core.dir/opencl_kernels_core.cpp.o modules/core/CMakeFiles/opencv_core.dir/matmul.neon_dotprod.cpp.o  -ldl  -lm  -lpthread  -lrt  /usr/lib/aarch64-linux-gnu/libz.so  /usr/lib/aarch64-linux-gnu/libOpenGL.so  /usr/lib/aarch64-linux-gnu/libGLX.so  /usr/lib/aarch64-linux-gnu/libGLU.so  /usr/lib/aarch64-linux-gnu/liblapack.so  /usr/lib/aarch64-linux-gnu/libblas.so  /usr/lib/aarch64-linux-gnu/libtbb.so.12.19  -Wl,-rpath-link,"\$ORIGIN" && :
[97/1167] /usr/bin/cmake -E cmake_symlink_library lib/libopencv_core.so.4.10.0  lib/libopencv_core.so.410 lib/libopencv_core.so && :
[98/1167] cd /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/imgproc && /usr/bin/cmake -DMODULE_NAME=imgproc -DCL_DIR=/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/src/opencl -DOUTPUT=/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/imgproc/opencl_kernels_imgproc.cpp -P /build/reproducible-path/opencv-4.10.0+dfsg/cmake/cl2cpp.cmake
[99/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/imgproc -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/accum.cpp.o -MF modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/accum.cpp.o.d -o modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/accum.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/src/accum.cpp
[100/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/imgproc -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/accum.dispatch.cpp.o -MF modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/accum.dispatch.cpp.o.d -o modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/accum.dispatch.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/src/accum.dispatch.cpp
[101/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/imgproc -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/approx.cpp.o -MF modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/approx.cpp.o.d -o modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/approx.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/src/approx.cpp
[102/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/imgproc -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/bilateral_filter.dispatch.cpp.o -MF modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/bilateral_filter.dispatch.cpp.o.d -o modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/bilateral_filter.dispatch.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/src/bilateral_filter.dispatch.cpp
[103/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/imgproc -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/blend.cpp.o -MF modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/blend.cpp.o.d -o modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/blend.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/src/blend.cpp
[104/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/flann/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/flann -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/flann/CMakeFiles/opencv_flann.dir/src/miniflann.cpp.o -MF modules/flann/CMakeFiles/opencv_flann.dir/src/miniflann.cpp.o.d -o modules/flann/CMakeFiles/opencv_flann.dir/src/miniflann.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/flann/src/miniflann.cpp
[105/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/imgproc -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/canny.cpp.o -MF modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/canny.cpp.o.d -o modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/canny.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/src/canny.cpp
[106/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/imgproc -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/box_filter.dispatch.cpp.o -MF modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/box_filter.dispatch.cpp.o.d -o modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/box_filter.dispatch.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/src/box_filter.dispatch.cpp
[107/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/imgproc -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/color.cpp.o -MF modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/color.cpp.o.d -o modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/color.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/src/color.cpp
[108/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/imgproc -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/clahe.cpp.o -MF modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/clahe.cpp.o.d -o modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/clahe.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/src/clahe.cpp
[109/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/imgproc -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/color_hsv.dispatch.cpp.o -MF modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/color_hsv.dispatch.cpp.o.d -o modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/color_hsv.dispatch.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/src/color_hsv.dispatch.cpp
[110/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/imgproc -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/color_lab.cpp.o -MF modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/color_lab.cpp.o.d -o modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/color_lab.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/src/color_lab.cpp
[111/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/imgproc -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/color_rgb.dispatch.cpp.o -MF modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/color_rgb.dispatch.cpp.o.d -o modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/color_rgb.dispatch.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/src/color_rgb.dispatch.cpp
[112/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/imgproc -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/colormap.cpp.o -MF modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/colormap.cpp.o.d -o modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/colormap.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/src/colormap.cpp
[113/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/imgproc -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/color_yuv.dispatch.cpp.o -MF modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/color_yuv.dispatch.cpp.o.d -o modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/color_yuv.dispatch.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/src/color_yuv.dispatch.cpp
[114/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/imgproc -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/contours.cpp.o -MF modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/contours.cpp.o.d -o modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/contours.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/src/contours.cpp
[115/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/imgproc -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/contours_approx.cpp.o -MF modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/contours_approx.cpp.o.d -o modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/contours_approx.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/src/contours_approx.cpp
[116/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/imgproc -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/contours_common.cpp.o -MF modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/contours_common.cpp.o.d -o modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/contours_common.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/src/contours_common.cpp
[117/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/imgproc -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/contours_link.cpp.o -MF modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/contours_link.cpp.o.d -o modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/contours_link.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/src/contours_link.cpp
/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/src/contours_link.cpp: In member function ‘void {anonymous}::LinkRunner::convertLinks(int&, int&, bool)’:
/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/src/contours_link.cpp:111:9: warning: variable ‘count’ set but not used [-Wunused-but-set-variable=]
  111 |     int count = 0;
      |         ^~~~~
[118/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/imgproc -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/contours_new.cpp.o -MF modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/contours_new.cpp.o.d -o modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/contours_new.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/src/contours_new.cpp
[119/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/imgproc -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/convhull.cpp.o -MF modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/convhull.cpp.o.d -o modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/convhull.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/src/convhull.cpp
[120/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/imgproc -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/corner.cpp.o -MF modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/corner.cpp.o.d -o modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/corner.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/src/corner.cpp
[121/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/imgproc -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/cornersubpix.cpp.o -MF modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/cornersubpix.cpp.o.d -o modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/cornersubpix.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/src/cornersubpix.cpp
[122/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/imgproc -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/demosaicing.cpp.o -MF modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/demosaicing.cpp.o.d -o modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/demosaicing.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/src/demosaicing.cpp
[123/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/imgproc -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/connectedcomponents.cpp.o -MF modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/connectedcomponents.cpp.o.d -o modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/connectedcomponents.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/src/connectedcomponents.cpp
[124/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/imgproc -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/deriv.cpp.o -MF modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/deriv.cpp.o.d -o modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/deriv.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/src/deriv.cpp
[125/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/imgproc -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/distransform.cpp.o -MF modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/distransform.cpp.o.d -o modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/distransform.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/src/distransform.cpp
[126/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/imgproc -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/emd.cpp.o -MF modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/emd.cpp.o.d -o modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/emd.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/src/emd.cpp
[127/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/imgproc -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/drawing.cpp.o -MF modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/drawing.cpp.o.d -o modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/drawing.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/src/drawing.cpp
[128/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/imgproc -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/emd_new.cpp.o -MF modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/emd_new.cpp.o.d -o modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/emd_new.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/src/emd_new.cpp
[129/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/imgproc -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/featureselect.cpp.o -MF modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/featureselect.cpp.o.d -o modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/featureselect.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/src/featureselect.cpp
[130/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/imgproc -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/floodfill.cpp.o -MF modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/floodfill.cpp.o.d -o modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/floodfill.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/src/floodfill.cpp
[131/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/imgproc -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/gabor.cpp.o -MF modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/gabor.cpp.o.d -o modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/gabor.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/src/gabor.cpp
[132/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/imgproc -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/generalized_hough.cpp.o -MF modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/generalized_hough.cpp.o.d -o modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/generalized_hough.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/src/generalized_hough.cpp
[133/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/imgproc -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/geometry.cpp.o -MF modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/geometry.cpp.o.d -o modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/geometry.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/src/geometry.cpp
[134/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/imgproc -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/filter.dispatch.cpp.o -MF modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/filter.dispatch.cpp.o.d -o modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/filter.dispatch.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/src/filter.dispatch.cpp
[135/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/imgproc -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/hershey_fonts.cpp.o -MF modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/hershey_fonts.cpp.o.d -o modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/hershey_fonts.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/src/hershey_fonts.cpp
[136/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/imgproc -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/grabcut.cpp.o -MF modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/grabcut.cpp.o.d -o modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/grabcut.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/src/grabcut.cpp
[137/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/imgproc -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/histogram.cpp.o -MF modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/histogram.cpp.o.d -o modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/histogram.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/src/histogram.cpp
[138/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/imgproc -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/hough.cpp.o -MF modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/hough.cpp.o.d -o modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/hough.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/src/hough.cpp
[139/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/imgproc -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/intelligent_scissors.cpp.o -MF modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/intelligent_scissors.cpp.o.d -o modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/intelligent_scissors.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/src/intelligent_scissors.cpp
[140/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/imgproc -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/intersection.cpp.o -MF modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/intersection.cpp.o.d -o modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/intersection.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/src/intersection.cpp
[141/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/imgproc -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/linefit.cpp.o -MF modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/linefit.cpp.o.d -o modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/linefit.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/src/linefit.cpp
[142/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/imgproc -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/lsd.cpp.o -MF modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/lsd.cpp.o.d -o modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/lsd.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/src/lsd.cpp
[143/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/imgproc -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/imgwarp.cpp.o -MF modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/imgwarp.cpp.o.d -o modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/imgwarp.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/src/imgwarp.cpp
[144/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/imgproc -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/main.cpp.o -MF modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/main.cpp.o.d -o modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/main.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/src/main.cpp
[145/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/imgproc -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/matchcontours.cpp.o -MF modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/matchcontours.cpp.o.d -o modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/matchcontours.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/src/matchcontours.cpp
[146/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/imgproc -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/min_enclosing_triangle.cpp.o -MF modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/min_enclosing_triangle.cpp.o.d -o modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/min_enclosing_triangle.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/src/min_enclosing_triangle.cpp
[147/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/imgproc -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/median_blur.dispatch.cpp.o -MF modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/median_blur.dispatch.cpp.o.d -o modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/median_blur.dispatch.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/src/median_blur.dispatch.cpp
[148/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/imgproc -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/moments.cpp.o -MF modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/moments.cpp.o.d -o modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/moments.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/src/moments.cpp
[149/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/imgproc -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/phasecorr.cpp.o -MF modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/phasecorr.cpp.o.d -o modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/phasecorr.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/src/phasecorr.cpp
[150/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/imgproc -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/pyramids.cpp.o -MF modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/pyramids.cpp.o.d -o modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/pyramids.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/src/pyramids.cpp
[151/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/imgproc -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/morph.dispatch.cpp.o -MF modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/morph.dispatch.cpp.o.d -o modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/morph.dispatch.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/src/morph.dispatch.cpp
[152/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/imgproc -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/rotcalipers.cpp.o -MF modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/rotcalipers.cpp.o.d -o modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/rotcalipers.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/src/rotcalipers.cpp
[153/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/imgproc -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/samplers.cpp.o -MF modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/samplers.cpp.o.d -o modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/samplers.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/src/samplers.cpp
[154/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/imgproc -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/segmentation.cpp.o -MF modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/segmentation.cpp.o.d -o modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/segmentation.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/src/segmentation.cpp
[155/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/imgproc -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/shapedescr.cpp.o -MF modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/shapedescr.cpp.o.d -o modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/shapedescr.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/src/shapedescr.cpp
[156/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/imgproc -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/resize.cpp.o -MF modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/resize.cpp.o.d -o modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/resize.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/src/resize.cpp
[157/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/imgproc -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/spatialgradient.cpp.o -MF modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/spatialgradient.cpp.o.d -o modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/spatialgradient.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/src/spatialgradient.cpp
[158/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/imgproc -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/stackblur.cpp.o -MF modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/stackblur.cpp.o.d -o modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/stackblur.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/src/stackblur.cpp
[159/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/imgproc -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/smooth.dispatch.cpp.o -MF modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/smooth.dispatch.cpp.o.d -o modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/smooth.dispatch.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/src/smooth.dispatch.cpp
[160/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/imgproc -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/subdivision2d.cpp.o -MF modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/subdivision2d.cpp.o.d -o modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/subdivision2d.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/src/subdivision2d.cpp
[161/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/imgproc -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/tables.cpp.o -MF modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/tables.cpp.o.d -o modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/tables.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/src/tables.cpp
[162/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/imgproc -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/sumpixels.dispatch.cpp.o -MF modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/sumpixels.dispatch.cpp.o.d -o modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/sumpixels.dispatch.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/src/sumpixels.dispatch.cpp
[163/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/imgproc -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/templmatch.cpp.o -MF modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/templmatch.cpp.o.d -o modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/templmatch.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/src/templmatch.cpp
[164/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/imgproc -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/thresh.cpp.o -MF modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/thresh.cpp.o.d -o modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/thresh.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/src/thresh.cpp
[165/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/imgproc -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/imgproc/CMakeFiles/opencv_imgproc.dir/opencl_kernels_imgproc.cpp.o -MF modules/imgproc/CMakeFiles/opencv_imgproc.dir/opencl_kernels_imgproc.cpp.o.d -o modules/imgproc/CMakeFiles/opencv_imgproc.dir/opencl_kernels_imgproc.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/imgproc/opencl_kernels_imgproc.cpp
[166/1167] : && /usr/bin/aarch64-linux-gnu-g++ -fPIC -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG  -shared -Wl,-z,relro -Wl,-z,now  -Wl,--gc-sections -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-z,now  -Wl,--dependency-file=modules/flann/CMakeFiles/opencv_flann.dir/link.d -Wl,-soname,libopencv_flann.so.410 -o lib/libopencv_flann.so.4.10.0 modules/flann/CMakeFiles/opencv_flann.dir/src/flann.cpp.o modules/flann/CMakeFiles/opencv_flann.dir/src/miniflann.cpp.o  lib/libopencv_core.so.4.10.0  -ldl  -lm  -lpthread  -lrt  -Wl,-rpath-link,"\$ORIGIN" && :
[167/1167] /usr/bin/cmake -E cmake_symlink_library lib/libopencv_flann.so.4.10.0  lib/libopencv_flann.so.410 lib/libopencv_flann.so && :
[168/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/imgproc -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/utils.cpp.o -MF modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/utils.cpp.o.d -o modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/utils.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/src/utils.cpp
[169/1167] : && /usr/bin/aarch64-linux-gnu-g++ -fPIC -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG  -shared -Wl,-z,relro -Wl,-z,now  -Wl,--gc-sections -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-z,now  -Wl,--dependency-file=modules/imgproc/CMakeFiles/opencv_imgproc.dir/link.d -Wl,-soname,libopencv_imgproc.so.410 -o lib/libopencv_imgproc.so.4.10.0 modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/accum.cpp.o modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/accum.dispatch.cpp.o modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/approx.cpp.o modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/bilateral_filter.dispatch.cpp.o modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/blend.cpp.o modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/box_filter.dispatch.cpp.o modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/canny.cpp.o modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/clahe.cpp.o modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/color.cpp.o modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/color_hsv.dispatch.cpp.o modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/color_lab.cpp.o modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/color_rgb.dispatch.cpp.o modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/color_yuv.dispatch.cpp.o modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/colormap.cpp.o modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/connectedcomponents.cpp.o modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/contours.cpp.o modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/contours_approx.cpp.o modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/contours_common.cpp.o modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/contours_link.cpp.o modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/contours_new.cpp.o modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/convhull.cpp.o modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/corner.cpp.o modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/cornersubpix.cpp.o modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/demosaicing.cpp.o modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/deriv.cpp.o modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/distransform.cpp.o modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/drawing.cpp.o modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/emd.cpp.o modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/emd_new.cpp.o modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/featureselect.cpp.o modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/filter.dispatch.cpp.o modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/floodfill.cpp.o modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/gabor.cpp.o modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/generalized_hough.cpp.o modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/geometry.cpp.o modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/grabcut.cpp.o modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/hershey_fonts.cpp.o modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/histogram.cpp.o modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/hough.cpp.o modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/imgwarp.cpp.o modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/intelligent_scissors.cpp.o modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/intersection.cpp.o modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/linefit.cpp.o modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/lsd.cpp.o modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/main.cpp.o modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/matchcontours.cpp.o modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/median_blur.dispatch.cpp.o modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/min_enclosing_triangle.cpp.o modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/moments.cpp.o modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/morph.dispatch.cpp.o modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/phasecorr.cpp.o modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/pyramids.cpp.o modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/resize.cpp.o modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/rotcalipers.cpp.o modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/samplers.cpp.o modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/segmentation.cpp.o modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/shapedescr.cpp.o modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/smooth.dispatch.cpp.o modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/spatialgradient.cpp.o modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/stackblur.cpp.o modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/subdivision2d.cpp.o modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/sumpixels.dispatch.cpp.o modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/tables.cpp.o modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/templmatch.cpp.o modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/thresh.cpp.o modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/utils.cpp.o modules/imgproc/CMakeFiles/opencv_imgproc.dir/opencl_kernels_imgproc.cpp.o  lib/libopencv_core.so.4.10.0  -ldl  -lm  -lpthread  -lrt  -Wl,-rpath-link,"\$ORIGIN" && :
[170/1167] /usr/bin/cmake -E cmake_symlink_library lib/libopencv_imgproc.so.4.10.0  lib/libopencv_imgproc.so.410 lib/libopencv_imgproc.so && :
[171/1167] cd /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/features2d && /usr/bin/cmake -DMODULE_NAME=features2d -DCL_DIR=/build/reproducible-path/opencv-4.10.0+dfsg/modules/features2d/src/opencl -DOUTPUT=/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/features2d/opencl_kernels_features2d.cpp -P /build/reproducible-path/opencv-4.10.0+dfsg/cmake/cl2cpp.cmake
[172/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/features2d/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/features2d -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/flann/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/features2d/CMakeFiles/opencv_features2d.dir/src/affine_feature.cpp.o -MF modules/features2d/CMakeFiles/opencv_features2d.dir/src/affine_feature.cpp.o.d -o modules/features2d/CMakeFiles/opencv_features2d.dir/src/affine_feature.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/features2d/src/affine_feature.cpp
[173/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/features2d/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/features2d -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/flann/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/features2d/CMakeFiles/opencv_features2d.dir/src/agast.cpp.o -MF modules/features2d/CMakeFiles/opencv_features2d.dir/src/agast.cpp.o.d -o modules/features2d/CMakeFiles/opencv_features2d.dir/src/agast.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/features2d/src/agast.cpp
[174/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -DHAVE_IMGCODEC_HDR -DHAVE_IMGCODEC_PFM -DHAVE_IMGCODEC_PXM -DHAVE_IMGCODEC_SUNRASTER -DHAVE_WEBP -DOPENCV_IMGCODECS_USE_OPENEXR=1 -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgcodecs/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/imgcodecs -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -isystem /usr/include/gdal -isystem /usr/include/gdcm-3.0 -isystem /usr/include/openjpeg-2.5 -isystem /usr/include/eigen3 -isystem /usr/include/OpenEXR -isystem /usr/include/Imath -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated-declarations -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++17 -fPIC -MD -MT modules/imgcodecs/CMakeFiles/opencv_imgcodecs.dir/src/loadsave.cpp.o -MF modules/imgcodecs/CMakeFiles/opencv_imgcodecs.dir/src/loadsave.cpp.o.d -o modules/imgcodecs/CMakeFiles/opencv_imgcodecs.dir/src/loadsave.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/imgcodecs/src/loadsave.cpp
In file included from /usr/include/gdal/gdal_raster_cpp.h:34,
                 from /usr/include/gdal/gdal_priv.h:66,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/imgcodecs/src/grfmt_gdal.hpp:56,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/imgcodecs/src/grfmts.hpp:60,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/imgcodecs/src/loadsave.cpp:47:
/usr/include/gdal/gdal_geotransform.h: In member function ‘std::pair<double, double> GDALGeoTransform::Apply(double, double) const’:
/usr/include/gdal/gdal_geotransform.h:190:5: note: parameter passing for argument of type ‘std::pair<double, double>’ when C++17 is enabled changed to match C++14 in GCC 10.1
  190 |     {
      |     ^
[175/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/features2d/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/features2d -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/flann/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/features2d/CMakeFiles/opencv_features2d.dir/src/agast_score.cpp.o -MF modules/features2d/CMakeFiles/opencv_features2d.dir/src/agast_score.cpp.o.d -o modules/features2d/CMakeFiles/opencv_features2d.dir/src/agast_score.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/features2d/src/agast_score.cpp
[176/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/features2d/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/features2d -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/flann/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/features2d/CMakeFiles/opencv_features2d.dir/src/akaze.cpp.o -MF modules/features2d/CMakeFiles/opencv_features2d.dir/src/akaze.cpp.o.d -o modules/features2d/CMakeFiles/opencv_features2d.dir/src/akaze.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/features2d/src/akaze.cpp
[177/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/features2d/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/features2d -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/flann/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/features2d/CMakeFiles/opencv_features2d.dir/src/bagofwords.cpp.o -MF modules/features2d/CMakeFiles/opencv_features2d.dir/src/bagofwords.cpp.o.d -o modules/features2d/CMakeFiles/opencv_features2d.dir/src/bagofwords.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/features2d/src/bagofwords.cpp
[178/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/features2d/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/features2d -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/flann/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/features2d/CMakeFiles/opencv_features2d.dir/src/blobdetector.cpp.o -MF modules/features2d/CMakeFiles/opencv_features2d.dir/src/blobdetector.cpp.o.d -o modules/features2d/CMakeFiles/opencv_features2d.dir/src/blobdetector.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/features2d/src/blobdetector.cpp
[179/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/features2d/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/features2d -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/flann/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/features2d/CMakeFiles/opencv_features2d.dir/src/draw.cpp.o -MF modules/features2d/CMakeFiles/opencv_features2d.dir/src/draw.cpp.o.d -o modules/features2d/CMakeFiles/opencv_features2d.dir/src/draw.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/features2d/src/draw.cpp
[180/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/features2d/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/features2d -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/flann/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/features2d/CMakeFiles/opencv_features2d.dir/src/brisk.cpp.o -MF modules/features2d/CMakeFiles/opencv_features2d.dir/src/brisk.cpp.o.d -o modules/features2d/CMakeFiles/opencv_features2d.dir/src/brisk.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/features2d/src/brisk.cpp
[181/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/features2d/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/features2d -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/flann/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/features2d/CMakeFiles/opencv_features2d.dir/src/dynamic.cpp.o -MF modules/features2d/CMakeFiles/opencv_features2d.dir/src/dynamic.cpp.o.d -o modules/features2d/CMakeFiles/opencv_features2d.dir/src/dynamic.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/features2d/src/dynamic.cpp
[182/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/features2d/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/features2d -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/flann/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/features2d/CMakeFiles/opencv_features2d.dir/src/evaluation.cpp.o -MF modules/features2d/CMakeFiles/opencv_features2d.dir/src/evaluation.cpp.o.d -o modules/features2d/CMakeFiles/opencv_features2d.dir/src/evaluation.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/features2d/src/evaluation.cpp
/build/reproducible-path/opencv-4.10.0+dfsg/modules/features2d/src/evaluation.cpp: In function ‘void filterEllipticKeyPointsByImageSize(std::vector<EllipticKeyPoint>&, const cv::Size&)’:
/build/reproducible-path/opencv-4.10.0+dfsg/modules/features2d/src/evaluation.cpp:233:18: warning: variable ‘i’ set but not used [-Wunused-but-set-variable=]
  233 |         for( int i = 0; it != keypoints.end(); ++it, i++ )
      |                  ^
[183/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/features2d/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/features2d -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/flann/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/features2d/CMakeFiles/opencv_features2d.dir/src/fast.cpp.o -MF modules/features2d/CMakeFiles/opencv_features2d.dir/src/fast.cpp.o.d -o modules/features2d/CMakeFiles/opencv_features2d.dir/src/fast.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/features2d/src/fast.cpp
[184/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/features2d/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/features2d -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/flann/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/features2d/CMakeFiles/opencv_features2d.dir/src/fast_score.cpp.o -MF modules/features2d/CMakeFiles/opencv_features2d.dir/src/fast_score.cpp.o.d -o modules/features2d/CMakeFiles/opencv_features2d.dir/src/fast_score.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/features2d/src/fast_score.cpp
[185/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/features2d/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/features2d -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/flann/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/features2d/CMakeFiles/opencv_features2d.dir/src/feature2d.cpp.o -MF modules/features2d/CMakeFiles/opencv_features2d.dir/src/feature2d.cpp.o.d -o modules/features2d/CMakeFiles/opencv_features2d.dir/src/feature2d.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/features2d/src/feature2d.cpp
[186/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/features2d/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/features2d -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/flann/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/features2d/CMakeFiles/opencv_features2d.dir/src/gftt.cpp.o -MF modules/features2d/CMakeFiles/opencv_features2d.dir/src/gftt.cpp.o.d -o modules/features2d/CMakeFiles/opencv_features2d.dir/src/gftt.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/features2d/src/gftt.cpp
[187/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/features2d/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/features2d -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/flann/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/features2d/CMakeFiles/opencv_features2d.dir/src/kaze.cpp.o -MF modules/features2d/CMakeFiles/opencv_features2d.dir/src/kaze.cpp.o.d -o modules/features2d/CMakeFiles/opencv_features2d.dir/src/kaze.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/features2d/src/kaze.cpp
[188/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/features2d/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/features2d -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/flann/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/features2d/CMakeFiles/opencv_features2d.dir/src/kaze/AKAZEFeatures.cpp.o -MF modules/features2d/CMakeFiles/opencv_features2d.dir/src/kaze/AKAZEFeatures.cpp.o.d -o modules/features2d/CMakeFiles/opencv_features2d.dir/src/kaze/AKAZEFeatures.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/features2d/src/kaze/AKAZEFeatures.cpp
[189/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/features2d/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/features2d -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/flann/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/features2d/CMakeFiles/opencv_features2d.dir/src/kaze/KAZEFeatures.cpp.o -MF modules/features2d/CMakeFiles/opencv_features2d.dir/src/kaze/KAZEFeatures.cpp.o.d -o modules/features2d/CMakeFiles/opencv_features2d.dir/src/kaze/KAZEFeatures.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/features2d/src/kaze/KAZEFeatures.cpp
[190/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/features2d/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/features2d -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/flann/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/features2d/CMakeFiles/opencv_features2d.dir/src/kaze/fed.cpp.o -MF modules/features2d/CMakeFiles/opencv_features2d.dir/src/kaze/fed.cpp.o.d -o modules/features2d/CMakeFiles/opencv_features2d.dir/src/kaze/fed.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/features2d/src/kaze/fed.cpp
[191/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/features2d/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/features2d -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/flann/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/features2d/CMakeFiles/opencv_features2d.dir/src/kaze/nldiffusion_functions.cpp.o -MF modules/features2d/CMakeFiles/opencv_features2d.dir/src/kaze/nldiffusion_functions.cpp.o.d -o modules/features2d/CMakeFiles/opencv_features2d.dir/src/kaze/nldiffusion_functions.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/features2d/src/kaze/nldiffusion_functions.cpp
[192/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/features2d/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/features2d -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/flann/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/features2d/CMakeFiles/opencv_features2d.dir/src/keypoint.cpp.o -MF modules/features2d/CMakeFiles/opencv_features2d.dir/src/keypoint.cpp.o.d -o modules/features2d/CMakeFiles/opencv_features2d.dir/src/keypoint.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/features2d/src/keypoint.cpp
[193/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/features2d/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/features2d -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/flann/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/features2d/CMakeFiles/opencv_features2d.dir/src/main.cpp.o -MF modules/features2d/CMakeFiles/opencv_features2d.dir/src/main.cpp.o.d -o modules/features2d/CMakeFiles/opencv_features2d.dir/src/main.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/features2d/src/main.cpp
[194/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/features2d/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/features2d -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/flann/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/features2d/CMakeFiles/opencv_features2d.dir/src/mser.cpp.o -MF modules/features2d/CMakeFiles/opencv_features2d.dir/src/mser.cpp.o.d -o modules/features2d/CMakeFiles/opencv_features2d.dir/src/mser.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/features2d/src/mser.cpp
[195/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/features2d/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/features2d -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/flann/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/features2d/CMakeFiles/opencv_features2d.dir/src/matchers.cpp.o -MF modules/features2d/CMakeFiles/opencv_features2d.dir/src/matchers.cpp.o.d -o modules/features2d/CMakeFiles/opencv_features2d.dir/src/matchers.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/features2d/src/matchers.cpp
[196/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/features2d/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/features2d -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/flann/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/features2d/CMakeFiles/opencv_features2d.dir/src/orb.cpp.o -MF modules/features2d/CMakeFiles/opencv_features2d.dir/src/orb.cpp.o.d -o modules/features2d/CMakeFiles/opencv_features2d.dir/src/orb.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/features2d/src/orb.cpp
[197/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/features2d/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/features2d -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/flann/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/features2d/CMakeFiles/opencv_features2d.dir/opencl_kernels_features2d.cpp.o -MF modules/features2d/CMakeFiles/opencv_features2d.dir/opencl_kernels_features2d.cpp.o.d -o modules/features2d/CMakeFiles/opencv_features2d.dir/opencl_kernels_features2d.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/features2d/opencl_kernels_features2d.cpp
[198/1167] cd /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/dnn && /usr/bin/protoc --cpp_out :/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/dnn -I /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/caffe -I /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/onnx -I /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/tensorflow /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/caffe/opencv-caffe.proto
[199/1167] cd /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/dnn && /usr/bin/protoc --cpp_out :/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/dnn -I /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/caffe -I /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/onnx -I /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/tensorflow /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/onnx/opencv-onnx.proto
[200/1167] cd /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/dnn && /usr/bin/protoc --cpp_out :/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/dnn -I /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/caffe -I /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/onnx -I /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/tensorflow /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/tensorflow/attr_value.proto
[201/1167] cd /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/dnn && /usr/bin/protoc --cpp_out :/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/dnn -I /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/caffe -I /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/onnx -I /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/tensorflow /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/tensorflow/function.proto
[202/1167] cd /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/dnn && /usr/bin/protoc --cpp_out :/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/dnn -I /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/caffe -I /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/onnx -I /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/tensorflow /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/tensorflow/graph.proto
[203/1167] cd /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/dnn && /usr/bin/protoc --cpp_out :/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/dnn -I /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/caffe -I /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/onnx -I /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/tensorflow /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/tensorflow/op_def.proto
[204/1167] cd /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/dnn && /usr/bin/protoc --cpp_out :/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/dnn -I /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/caffe -I /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/onnx -I /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/tensorflow /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/tensorflow/tensor.proto
[205/1167] cd /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/dnn && /usr/bin/protoc --cpp_out :/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/dnn -I /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/caffe -I /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/onnx -I /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/tensorflow /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/tensorflow/tensor_shape.proto
[206/1167] cd /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/dnn && /usr/bin/protoc --cpp_out :/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/dnn -I /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/caffe -I /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/onnx -I /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/tensorflow /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/tensorflow/types.proto
[207/1167] cd /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/dnn && /usr/bin/protoc --cpp_out :/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/dnn -I /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/caffe -I /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/onnx -I /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/tensorflow /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/tensorflow/versions.proto
[208/1167] cd /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/dnn && /usr/bin/cmake -DMODULE_NAME=dnn -DCL_DIR=/build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/opencl -DOUTPUT=/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/dnn/opencl_kernels_dnn.cpp -P /build/reproducible-path/opencv-4.10.0+dfsg/cmake/cl2cpp.cmake
[209/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/features2d/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/features2d -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/flann/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/features2d/CMakeFiles/opencv_features2d.dir/src/sift.dispatch.cpp.o -MF modules/features2d/CMakeFiles/opencv_features2d.dir/src/sift.dispatch.cpp.o.d -o modules/features2d/CMakeFiles/opencv_features2d.dir/src/sift.dispatch.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/features2d/src/sift.dispatch.cpp
[210/1167] : && /usr/bin/aarch64-linux-gnu-g++ -fPIC -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG  -shared -Wl,-z,relro -Wl,-z,now  -Wl,--gc-sections -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-z,now  -Wl,--dependency-file=modules/features2d/CMakeFiles/opencv_features2d.dir/link.d -Wl,-soname,libopencv_features2d.so.410 -o lib/libopencv_features2d.so.4.10.0 modules/features2d/CMakeFiles/opencv_features2d.dir/src/affine_feature.cpp.o modules/features2d/CMakeFiles/opencv_features2d.dir/src/agast.cpp.o modules/features2d/CMakeFiles/opencv_features2d.dir/src/agast_score.cpp.o modules/features2d/CMakeFiles/opencv_features2d.dir/src/akaze.cpp.o modules/features2d/CMakeFiles/opencv_features2d.dir/src/bagofwords.cpp.o modules/features2d/CMakeFiles/opencv_features2d.dir/src/blobdetector.cpp.o modules/features2d/CMakeFiles/opencv_features2d.dir/src/brisk.cpp.o modules/features2d/CMakeFiles/opencv_features2d.dir/src/draw.cpp.o modules/features2d/CMakeFiles/opencv_features2d.dir/src/dynamic.cpp.o modules/features2d/CMakeFiles/opencv_features2d.dir/src/evaluation.cpp.o modules/features2d/CMakeFiles/opencv_features2d.dir/src/fast.cpp.o modules/features2d/CMakeFiles/opencv_features2d.dir/src/fast_score.cpp.o modules/features2d/CMakeFiles/opencv_features2d.dir/src/feature2d.cpp.o modules/features2d/CMakeFiles/opencv_features2d.dir/src/gftt.cpp.o modules/features2d/CMakeFiles/opencv_features2d.dir/src/kaze.cpp.o modules/features2d/CMakeFiles/opencv_features2d.dir/src/kaze/AKAZEFeatures.cpp.o modules/features2d/CMakeFiles/opencv_features2d.dir/src/kaze/KAZEFeatures.cpp.o modules/features2d/CMakeFiles/opencv_features2d.dir/src/kaze/fed.cpp.o modules/features2d/CMakeFiles/opencv_features2d.dir/src/kaze/nldiffusion_functions.cpp.o modules/features2d/CMakeFiles/opencv_features2d.dir/src/keypoint.cpp.o modules/features2d/CMakeFiles/opencv_features2d.dir/src/main.cpp.o modules/features2d/CMakeFiles/opencv_features2d.dir/src/matchers.cpp.o modules/features2d/CMakeFiles/opencv_features2d.dir/src/mser.cpp.o modules/features2d/CMakeFiles/opencv_features2d.dir/src/orb.cpp.o modules/features2d/CMakeFiles/opencv_features2d.dir/src/sift.dispatch.cpp.o modules/features2d/CMakeFiles/opencv_features2d.dir/opencl_kernels_features2d.cpp.o  lib/libopencv_flann.so.4.10.0  lib/libopencv_imgproc.so.4.10.0  -ldl  -lm  -lpthread  -lrt  lib/libopencv_core.so.4.10.0  -Wl,-rpath-link,"\$ORIGIN" && :
[211/1167] /usr/bin/cmake -E cmake_symlink_library lib/libopencv_features2d.so.4.10.0  lib/libopencv_features2d.so.410 lib/libopencv_features2d.so && :
[212/1167] cd /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/calib3d && /usr/bin/cmake -DMODULE_NAME=calib3d -DCL_DIR=/build/reproducible-path/opencv-4.10.0+dfsg/modules/calib3d/src/opencl -DOUTPUT=/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/calib3d/opencl_kernels_calib3d.cpp -P /build/reproducible-path/opencv-4.10.0+dfsg/cmake/cl2cpp.cmake
[213/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -DCV_OCL4DNN=1 -DENABLE_PLUGINS -DHAVE_PROTOBUF=1 -DOPENCV_DNN_EXTERNAL_PROTOBUF=1 -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/dnn -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/usr/include/CL -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wundef -Winit-self -Wpointer-arith -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-sign-compare -Wno-invalid-offsetof -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -Wno-suggest-override -Wno-array-bounds -MD -MT modules/dnn/CMakeFiles/opencv_dnn.dir/opencv-onnx.pb.cc.o -MF modules/dnn/CMakeFiles/opencv_dnn.dir/opencv-onnx.pb.cc.o.d -o modules/dnn/CMakeFiles/opencv_dnn.dir/opencv-onnx.pb.cc.o -c /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/dnn/opencv-onnx.pb.cc
[214/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -DCV_OCL4DNN=1 -DENABLE_PLUGINS -DHAVE_PROTOBUF=1 -DOPENCV_DNN_EXTERNAL_PROTOBUF=1 -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/dnn -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/usr/include/CL -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wundef -Winit-self -Wpointer-arith -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-sign-compare -Wno-invalid-offsetof -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -Wno-suggest-override -Wno-array-bounds -MD -MT modules/dnn/CMakeFiles/opencv_dnn.dir/attr_value.pb.cc.o -MF modules/dnn/CMakeFiles/opencv_dnn.dir/attr_value.pb.cc.o.d -o modules/dnn/CMakeFiles/opencv_dnn.dir/attr_value.pb.cc.o -c /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/dnn/attr_value.pb.cc
[215/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -DCV_OCL4DNN=1 -DENABLE_PLUGINS -DHAVE_PROTOBUF=1 -DOPENCV_DNN_EXTERNAL_PROTOBUF=1 -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/dnn -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/usr/include/CL -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wundef -Winit-self -Wpointer-arith -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-sign-compare -Wno-invalid-offsetof -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -Wno-suggest-override -Wno-array-bounds -MD -MT modules/dnn/CMakeFiles/opencv_dnn.dir/function.pb.cc.o -MF modules/dnn/CMakeFiles/opencv_dnn.dir/function.pb.cc.o.d -o modules/dnn/CMakeFiles/opencv_dnn.dir/function.pb.cc.o -c /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/dnn/function.pb.cc
[216/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -DCV_OCL4DNN=1 -DENABLE_PLUGINS -DHAVE_PROTOBUF=1 -DOPENCV_DNN_EXTERNAL_PROTOBUF=1 -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/dnn -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/usr/include/CL -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wundef -Winit-self -Wpointer-arith -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-sign-compare -Wno-invalid-offsetof -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -Wno-suggest-override -Wno-array-bounds -MD -MT modules/dnn/CMakeFiles/opencv_dnn.dir/graph.pb.cc.o -MF modules/dnn/CMakeFiles/opencv_dnn.dir/graph.pb.cc.o.d -o modules/dnn/CMakeFiles/opencv_dnn.dir/graph.pb.cc.o -c /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/dnn/graph.pb.cc
[217/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -DCV_OCL4DNN=1 -DENABLE_PLUGINS -DHAVE_PROTOBUF=1 -DOPENCV_DNN_EXTERNAL_PROTOBUF=1 -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/dnn -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/usr/include/CL -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wundef -Winit-self -Wpointer-arith -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-sign-compare -Wno-invalid-offsetof -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -Wno-suggest-override -Wno-array-bounds -MD -MT modules/dnn/CMakeFiles/opencv_dnn.dir/op_def.pb.cc.o -MF modules/dnn/CMakeFiles/opencv_dnn.dir/op_def.pb.cc.o.d -o modules/dnn/CMakeFiles/opencv_dnn.dir/op_def.pb.cc.o -c /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/dnn/op_def.pb.cc
[218/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -DCV_OCL4DNN=1 -DENABLE_PLUGINS -DHAVE_PROTOBUF=1 -DOPENCV_DNN_EXTERNAL_PROTOBUF=1 -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/dnn -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/usr/include/CL -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wundef -Winit-self -Wpointer-arith -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-sign-compare -Wno-invalid-offsetof -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -Wno-suggest-override -Wno-array-bounds -MD -MT modules/dnn/CMakeFiles/opencv_dnn.dir/tensor.pb.cc.o -MF modules/dnn/CMakeFiles/opencv_dnn.dir/tensor.pb.cc.o.d -o modules/dnn/CMakeFiles/opencv_dnn.dir/tensor.pb.cc.o -c /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/dnn/tensor.pb.cc
[219/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -DCV_OCL4DNN=1 -DENABLE_PLUGINS -DHAVE_PROTOBUF=1 -DOPENCV_DNN_EXTERNAL_PROTOBUF=1 -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/dnn -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/usr/include/CL -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wundef -Winit-self -Wpointer-arith -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-sign-compare -Wno-invalid-offsetof -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -Wno-suggest-override -Wno-array-bounds -MD -MT modules/dnn/CMakeFiles/opencv_dnn.dir/tensor_shape.pb.cc.o -MF modules/dnn/CMakeFiles/opencv_dnn.dir/tensor_shape.pb.cc.o.d -o modules/dnn/CMakeFiles/opencv_dnn.dir/tensor_shape.pb.cc.o -c /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/dnn/tensor_shape.pb.cc
[220/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -DCV_OCL4DNN=1 -DENABLE_PLUGINS -DHAVE_PROTOBUF=1 -DOPENCV_DNN_EXTERNAL_PROTOBUF=1 -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/dnn -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/usr/include/CL -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wundef -Winit-self -Wpointer-arith -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-sign-compare -Wno-invalid-offsetof -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -Wno-suggest-override -Wno-array-bounds -MD -MT modules/dnn/CMakeFiles/opencv_dnn.dir/opencv-caffe.pb.cc.o -MF modules/dnn/CMakeFiles/opencv_dnn.dir/opencv-caffe.pb.cc.o.d -o modules/dnn/CMakeFiles/opencv_dnn.dir/opencv-caffe.pb.cc.o -c /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/dnn/opencv-caffe.pb.cc
[221/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -DCV_OCL4DNN=1 -DENABLE_PLUGINS -DHAVE_PROTOBUF=1 -DOPENCV_DNN_EXTERNAL_PROTOBUF=1 -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/dnn -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/usr/include/CL -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wundef -Winit-self -Wpointer-arith -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-sign-compare -Wno-invalid-offsetof -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -Wno-suggest-override -Wno-array-bounds -MD -MT modules/dnn/CMakeFiles/opencv_dnn.dir/types.pb.cc.o -MF modules/dnn/CMakeFiles/opencv_dnn.dir/types.pb.cc.o.d -o modules/dnn/CMakeFiles/opencv_dnn.dir/types.pb.cc.o -c /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/dnn/types.pb.cc
[222/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -DCV_OCL4DNN=1 -DENABLE_PLUGINS -DHAVE_PROTOBUF=1 -DOPENCV_DNN_EXTERNAL_PROTOBUF=1 -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/dnn -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/usr/include/CL -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wundef -Winit-self -Wpointer-arith -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-sign-compare -Wno-invalid-offsetof -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -Wno-suggest-override -Wno-array-bounds -MD -MT modules/dnn/CMakeFiles/opencv_dnn.dir/versions.pb.cc.o -MF modules/dnn/CMakeFiles/opencv_dnn.dir/versions.pb.cc.o.d -o modules/dnn/CMakeFiles/opencv_dnn.dir/versions.pb.cc.o -c /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/dnn/versions.pb.cc
[223/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -DCV_OCL4DNN=1 -DENABLE_PLUGINS -DHAVE_PROTOBUF=1 -DOPENCV_DNN_EXTERNAL_PROTOBUF=1 -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/dnn -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/usr/include/CL -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wundef -Winit-self -Wpointer-arith -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-sign-compare -Wno-invalid-offsetof -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/dnn/CMakeFiles/opencv_dnn.dir/src/backend.cpp.o -MF modules/dnn/CMakeFiles/opencv_dnn.dir/src/backend.cpp.o.d -o modules/dnn/CMakeFiles/opencv_dnn.dir/src/backend.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/backend.cpp
[224/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -DCV_OCL4DNN=1 -DENABLE_PLUGINS -DHAVE_PROTOBUF=1 -DOPENCV_DNN_EXTERNAL_PROTOBUF=1 -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/dnn -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/usr/include/CL -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wundef -Winit-self -Wpointer-arith -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-sign-compare -Wno-invalid-offsetof -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/dnn/CMakeFiles/opencv_dnn.dir/src/caffe/caffe_importer.cpp.o -MF modules/dnn/CMakeFiles/opencv_dnn.dir/src/caffe/caffe_importer.cpp.o.d -o modules/dnn/CMakeFiles/opencv_dnn.dir/src/caffe/caffe_importer.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/caffe/caffe_importer.cpp
[225/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -DCV_OCL4DNN=1 -DENABLE_PLUGINS -DHAVE_PROTOBUF=1 -DOPENCV_DNN_EXTERNAL_PROTOBUF=1 -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/dnn -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/usr/include/CL -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wundef -Winit-self -Wpointer-arith -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-sign-compare -Wno-invalid-offsetof -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/dnn/CMakeFiles/opencv_dnn.dir/src/caffe/caffe_io.cpp.o -MF modules/dnn/CMakeFiles/opencv_dnn.dir/src/caffe/caffe_io.cpp.o.d -o modules/dnn/CMakeFiles/opencv_dnn.dir/src/caffe/caffe_io.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/caffe/caffe_io.cpp
[226/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -DCV_OCL4DNN=1 -DENABLE_PLUGINS -DHAVE_PROTOBUF=1 -DOPENCV_DNN_EXTERNAL_PROTOBUF=1 -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/dnn -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/usr/include/CL -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wundef -Winit-self -Wpointer-arith -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-sign-compare -Wno-invalid-offsetof -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/dnn/CMakeFiles/opencv_dnn.dir/src/caffe/caffe_shrinker.cpp.o -MF modules/dnn/CMakeFiles/opencv_dnn.dir/src/caffe/caffe_shrinker.cpp.o.d -o modules/dnn/CMakeFiles/opencv_dnn.dir/src/caffe/caffe_shrinker.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/caffe/caffe_shrinker.cpp
[227/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -DCV_OCL4DNN=1 -DENABLE_PLUGINS -DHAVE_PROTOBUF=1 -DOPENCV_DNN_EXTERNAL_PROTOBUF=1 -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/dnn -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/usr/include/CL -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wundef -Winit-self -Wpointer-arith -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-sign-compare -Wno-invalid-offsetof -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/dnn/CMakeFiles/opencv_dnn.dir/src/darknet/darknet_importer.cpp.o -MF modules/dnn/CMakeFiles/opencv_dnn.dir/src/darknet/darknet_importer.cpp.o.d -o modules/dnn/CMakeFiles/opencv_dnn.dir/src/darknet/darknet_importer.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/darknet/darknet_importer.cpp
[228/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -DCV_OCL4DNN=1 -DENABLE_PLUGINS -DHAVE_PROTOBUF=1 -DOPENCV_DNN_EXTERNAL_PROTOBUF=1 -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/dnn -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/usr/include/CL -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wundef -Winit-self -Wpointer-arith -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-sign-compare -Wno-invalid-offsetof -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/dnn/CMakeFiles/opencv_dnn.dir/src/debug_utils.cpp.o -MF modules/dnn/CMakeFiles/opencv_dnn.dir/src/debug_utils.cpp.o.d -o modules/dnn/CMakeFiles/opencv_dnn.dir/src/debug_utils.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/debug_utils.cpp
[229/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -DCV_OCL4DNN=1 -DENABLE_PLUGINS -DHAVE_PROTOBUF=1 -DOPENCV_DNN_EXTERNAL_PROTOBUF=1 -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/dnn -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/usr/include/CL -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wundef -Winit-self -Wpointer-arith -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-sign-compare -Wno-invalid-offsetof -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/dnn/CMakeFiles/opencv_dnn.dir/src/dnn.cpp.o -MF modules/dnn/CMakeFiles/opencv_dnn.dir/src/dnn.cpp.o.d -o modules/dnn/CMakeFiles/opencv_dnn.dir/src/dnn.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/dnn.cpp
[230/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -DCV_OCL4DNN=1 -DENABLE_PLUGINS -DHAVE_PROTOBUF=1 -DOPENCV_DNN_EXTERNAL_PROTOBUF=1 -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/dnn -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/usr/include/CL -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wundef -Winit-self -Wpointer-arith -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-sign-compare -Wno-invalid-offsetof -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/dnn/CMakeFiles/opencv_dnn.dir/src/darknet/darknet_io.cpp.o -MF modules/dnn/CMakeFiles/opencv_dnn.dir/src/darknet/darknet_io.cpp.o.d -o modules/dnn/CMakeFiles/opencv_dnn.dir/src/darknet/darknet_io.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/darknet/darknet_io.cpp
[231/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -DCV_OCL4DNN=1 -DENABLE_PLUGINS -DHAVE_PROTOBUF=1 -DOPENCV_DNN_EXTERNAL_PROTOBUF=1 -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/dnn -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/usr/include/CL -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wundef -Winit-self -Wpointer-arith -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-sign-compare -Wno-invalid-offsetof -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/dnn/CMakeFiles/opencv_dnn.dir/src/dnn_params.cpp.o -MF modules/dnn/CMakeFiles/opencv_dnn.dir/src/dnn_params.cpp.o.d -o modules/dnn/CMakeFiles/opencv_dnn.dir/src/dnn_params.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/dnn_params.cpp
[232/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -DCV_OCL4DNN=1 -DENABLE_PLUGINS -DHAVE_PROTOBUF=1 -DOPENCV_DNN_EXTERNAL_PROTOBUF=1 -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/dnn -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/usr/include/CL -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wundef -Winit-self -Wpointer-arith -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-sign-compare -Wno-invalid-offsetof -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/dnn/CMakeFiles/opencv_dnn.dir/src/dnn_read.cpp.o -MF modules/dnn/CMakeFiles/opencv_dnn.dir/src/dnn_read.cpp.o.d -o modules/dnn/CMakeFiles/opencv_dnn.dir/src/dnn_read.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/dnn_read.cpp
[233/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -DCV_OCL4DNN=1 -DENABLE_PLUGINS -DHAVE_PROTOBUF=1 -DOPENCV_DNN_EXTERNAL_PROTOBUF=1 -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/dnn -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/usr/include/CL -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wundef -Winit-self -Wpointer-arith -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-sign-compare -Wno-invalid-offsetof -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/dnn/CMakeFiles/opencv_dnn.dir/src/dnn_utils.cpp.o -MF modules/dnn/CMakeFiles/opencv_dnn.dir/src/dnn_utils.cpp.o.d -o modules/dnn/CMakeFiles/opencv_dnn.dir/src/dnn_utils.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/dnn_utils.cpp
[234/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -DCV_OCL4DNN=1 -DENABLE_PLUGINS -DHAVE_PROTOBUF=1 -DOPENCV_DNN_EXTERNAL_PROTOBUF=1 -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/dnn -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/usr/include/CL -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wundef -Winit-self -Wpointer-arith -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-sign-compare -Wno-invalid-offsetof -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/dnn/CMakeFiles/opencv_dnn.dir/src/halide_scheduler.cpp.o -MF modules/dnn/CMakeFiles/opencv_dnn.dir/src/halide_scheduler.cpp.o.d -o modules/dnn/CMakeFiles/opencv_dnn.dir/src/halide_scheduler.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/halide_scheduler.cpp
[235/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -DCV_OCL4DNN=1 -DENABLE_PLUGINS -DHAVE_PROTOBUF=1 -DOPENCV_DNN_EXTERNAL_PROTOBUF=1 -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/dnn -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/usr/include/CL -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wundef -Winit-self -Wpointer-arith -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-sign-compare -Wno-invalid-offsetof -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/dnn/CMakeFiles/opencv_dnn.dir/src/graph_simplifier.cpp.o -MF modules/dnn/CMakeFiles/opencv_dnn.dir/src/graph_simplifier.cpp.o.d -o modules/dnn/CMakeFiles/opencv_dnn.dir/src/graph_simplifier.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/graph_simplifier.cpp
[236/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -DCV_OCL4DNN=1 -DENABLE_PLUGINS -DHAVE_PROTOBUF=1 -DOPENCV_DNN_EXTERNAL_PROTOBUF=1 -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/dnn -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/usr/include/CL -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wundef -Winit-self -Wpointer-arith -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-sign-compare -Wno-invalid-offsetof -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/dnn/CMakeFiles/opencv_dnn.dir/src/ie_ngraph.cpp.o -MF modules/dnn/CMakeFiles/opencv_dnn.dir/src/ie_ngraph.cpp.o.d -o modules/dnn/CMakeFiles/opencv_dnn.dir/src/ie_ngraph.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/ie_ngraph.cpp
[237/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -DCV_OCL4DNN=1 -DENABLE_PLUGINS -DHAVE_PROTOBUF=1 -DOPENCV_DNN_EXTERNAL_PROTOBUF=1 -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/dnn -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/usr/include/CL -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wundef -Winit-self -Wpointer-arith -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-sign-compare -Wno-invalid-offsetof -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/dnn/CMakeFiles/opencv_dnn.dir/src/int8layers/batch_norm_layer.cpp.o -MF modules/dnn/CMakeFiles/opencv_dnn.dir/src/int8layers/batch_norm_layer.cpp.o.d -o modules/dnn/CMakeFiles/opencv_dnn.dir/src/int8layers/batch_norm_layer.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/int8layers/batch_norm_layer.cpp
In file included from /usr/include/CL/cl.h:20,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include/opencv2/core/opencl/runtime/autogenerated/opencl_core.hpp:102,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include/opencv2/core/opencl/runtime/opencl_core.hpp:68,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/int8layers/../ocl4dnn/include/common.hpp:45,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/int8layers/../ocl4dnn/include/ocl4dnn.hpp:50,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/int8layers/layers_common.hpp:19,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/int8layers/batch_norm_layer.cpp:6:
/usr/include/CL/cl_version.h:22:104: note: ‘#pragma message: cl_version.h: CL_TARGET_OPENCL_VERSION is not defined. Defaulting to 300 (OpenCL 3.0)’
   22 | #pragma message("cl_version.h: CL_TARGET_OPENCL_VERSION is not defined. Defaulting to 300 (OpenCL 3.0)")
      |                                                                                                        ^
[238/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -DCV_OCL4DNN=1 -DENABLE_PLUGINS -DHAVE_PROTOBUF=1 -DOPENCV_DNN_EXTERNAL_PROTOBUF=1 -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/dnn -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/usr/include/CL -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wundef -Winit-self -Wpointer-arith -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-sign-compare -Wno-invalid-offsetof -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/dnn/CMakeFiles/opencv_dnn.dir/src/init.cpp.o -MF modules/dnn/CMakeFiles/opencv_dnn.dir/src/init.cpp.o.d -o modules/dnn/CMakeFiles/opencv_dnn.dir/src/init.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/init.cpp
[239/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -DCV_OCL4DNN=1 -DENABLE_PLUGINS -DHAVE_PROTOBUF=1 -DOPENCV_DNN_EXTERNAL_PROTOBUF=1 -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/dnn -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/usr/include/CL -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wundef -Winit-self -Wpointer-arith -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-sign-compare -Wno-invalid-offsetof -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/dnn/CMakeFiles/opencv_dnn.dir/src/int8layers/elementwise_layers.cpp.o -MF modules/dnn/CMakeFiles/opencv_dnn.dir/src/int8layers/elementwise_layers.cpp.o.d -o modules/dnn/CMakeFiles/opencv_dnn.dir/src/int8layers/elementwise_layers.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/int8layers/elementwise_layers.cpp
In file included from /usr/include/CL/cl.h:20,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include/opencv2/core/opencl/runtime/autogenerated/opencl_core.hpp:102,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include/opencv2/core/opencl/runtime/opencl_core.hpp:68,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/int8layers/../ocl4dnn/include/common.hpp:45,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/int8layers/../ocl4dnn/include/ocl4dnn.hpp:50,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/int8layers/layers_common.hpp:19,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/int8layers/elementwise_layers.cpp:6:
/usr/include/CL/cl_version.h:22:104: note: ‘#pragma message: cl_version.h: CL_TARGET_OPENCL_VERSION is not defined. Defaulting to 300 (OpenCL 3.0)’
   22 | #pragma message("cl_version.h: CL_TARGET_OPENCL_VERSION is not defined. Defaulting to 300 (OpenCL 3.0)")
      |                                                                                                        ^
[240/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -DCV_OCL4DNN=1 -DENABLE_PLUGINS -DHAVE_PROTOBUF=1 -DOPENCV_DNN_EXTERNAL_PROTOBUF=1 -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/dnn -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/usr/include/CL -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wundef -Winit-self -Wpointer-arith -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-sign-compare -Wno-invalid-offsetof -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/dnn/CMakeFiles/opencv_dnn.dir/src/int8layers/convolution_layer.cpp.o -MF modules/dnn/CMakeFiles/opencv_dnn.dir/src/int8layers/convolution_layer.cpp.o.d -o modules/dnn/CMakeFiles/opencv_dnn.dir/src/int8layers/convolution_layer.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/int8layers/convolution_layer.cpp
In file included from /usr/include/CL/cl.h:20,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include/opencv2/core/opencl/runtime/autogenerated/opencl_core.hpp:102,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include/opencv2/core/opencl/runtime/opencl_core.hpp:68,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/int8layers/../ocl4dnn/include/common.hpp:45,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/int8layers/../ocl4dnn/include/ocl4dnn.hpp:50,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/int8layers/layers_common.hpp:19,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/int8layers/convolution_layer.cpp:6:
/usr/include/CL/cl_version.h:22:104: note: ‘#pragma message: cl_version.h: CL_TARGET_OPENCL_VERSION is not defined. Defaulting to 300 (OpenCL 3.0)’
   22 | #pragma message("cl_version.h: CL_TARGET_OPENCL_VERSION is not defined. Defaulting to 300 (OpenCL 3.0)")
      |                                                                                                        ^
[241/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -DCV_OCL4DNN=1 -DENABLE_PLUGINS -DHAVE_PROTOBUF=1 -DOPENCV_DNN_EXTERNAL_PROTOBUF=1 -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/dnn -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/usr/include/CL -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wundef -Winit-self -Wpointer-arith -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-sign-compare -Wno-invalid-offsetof -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/dnn/CMakeFiles/opencv_dnn.dir/src/int8layers/eltwise_layer.cpp.o -MF modules/dnn/CMakeFiles/opencv_dnn.dir/src/int8layers/eltwise_layer.cpp.o.d -o modules/dnn/CMakeFiles/opencv_dnn.dir/src/int8layers/eltwise_layer.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/int8layers/eltwise_layer.cpp
In file included from /usr/include/CL/cl.h:20,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include/opencv2/core/opencl/runtime/autogenerated/opencl_core.hpp:102,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include/opencv2/core/opencl/runtime/opencl_core.hpp:68,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/int8layers/../ocl4dnn/include/common.hpp:45,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/int8layers/../ocl4dnn/include/ocl4dnn.hpp:50,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/int8layers/layers_common.hpp:19,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/int8layers/eltwise_layer.cpp:6:
/usr/include/CL/cl_version.h:22:104: note: ‘#pragma message: cl_version.h: CL_TARGET_OPENCL_VERSION is not defined. Defaulting to 300 (OpenCL 3.0)’
   22 | #pragma message("cl_version.h: CL_TARGET_OPENCL_VERSION is not defined. Defaulting to 300 (OpenCL 3.0)")
      |                                                                                                        ^
[242/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -DCV_OCL4DNN=1 -DENABLE_PLUGINS -DHAVE_PROTOBUF=1 -DOPENCV_DNN_EXTERNAL_PROTOBUF=1 -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/dnn -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/usr/include/CL -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wundef -Winit-self -Wpointer-arith -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-sign-compare -Wno-invalid-offsetof -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/dnn/CMakeFiles/opencv_dnn.dir/src/int8layers/fully_connected_layer.cpp.o -MF modules/dnn/CMakeFiles/opencv_dnn.dir/src/int8layers/fully_connected_layer.cpp.o.d -o modules/dnn/CMakeFiles/opencv_dnn.dir/src/int8layers/fully_connected_layer.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/int8layers/fully_connected_layer.cpp
In file included from /usr/include/CL/cl.h:20,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include/opencv2/core/opencl/runtime/autogenerated/opencl_core.hpp:102,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include/opencv2/core/opencl/runtime/opencl_core.hpp:68,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/int8layers/../ocl4dnn/include/common.hpp:45,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/int8layers/../ocl4dnn/include/ocl4dnn.hpp:50,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/int8layers/layers_common.hpp:19,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/int8layers/fully_connected_layer.cpp:6:
/usr/include/CL/cl_version.h:22:104: note: ‘#pragma message: cl_version.h: CL_TARGET_OPENCL_VERSION is not defined. Defaulting to 300 (OpenCL 3.0)’
   22 | #pragma message("cl_version.h: CL_TARGET_OPENCL_VERSION is not defined. Defaulting to 300 (OpenCL 3.0)")
      |                                                                                                        ^
[243/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -DCV_OCL4DNN=1 -DENABLE_PLUGINS -DHAVE_PROTOBUF=1 -DOPENCV_DNN_EXTERNAL_PROTOBUF=1 -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/dnn -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/usr/include/CL -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wundef -Winit-self -Wpointer-arith -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-sign-compare -Wno-invalid-offsetof -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/dnn/CMakeFiles/opencv_dnn.dir/src/int8layers/layers_rvp052.cpp.o -MF modules/dnn/CMakeFiles/opencv_dnn.dir/src/int8layers/layers_rvp052.cpp.o.d -o modules/dnn/CMakeFiles/opencv_dnn.dir/src/int8layers/layers_rvp052.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/int8layers/layers_rvp052.cpp
[244/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -DCV_OCL4DNN=1 -DENABLE_PLUGINS -DHAVE_PROTOBUF=1 -DOPENCV_DNN_EXTERNAL_PROTOBUF=1 -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/dnn -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/usr/include/CL -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wundef -Winit-self -Wpointer-arith -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-sign-compare -Wno-invalid-offsetof -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/dnn/CMakeFiles/opencv_dnn.dir/src/int8layers/pooling_layer.cpp.o -MF modules/dnn/CMakeFiles/opencv_dnn.dir/src/int8layers/pooling_layer.cpp.o.d -o modules/dnn/CMakeFiles/opencv_dnn.dir/src/int8layers/pooling_layer.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/int8layers/pooling_layer.cpp
In file included from /usr/include/CL/cl.h:20,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include/opencv2/core/opencl/runtime/autogenerated/opencl_core.hpp:102,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include/opencv2/core/opencl/runtime/opencl_core.hpp:68,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/int8layers/../ocl4dnn/include/common.hpp:45,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/int8layers/../ocl4dnn/include/ocl4dnn.hpp:50,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/int8layers/layers_common.hpp:19,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/int8layers/pooling_layer.cpp:6:
/usr/include/CL/cl_version.h:22:104: note: ‘#pragma message: cl_version.h: CL_TARGET_OPENCL_VERSION is not defined. Defaulting to 300 (OpenCL 3.0)’
   22 | #pragma message("cl_version.h: CL_TARGET_OPENCL_VERSION is not defined. Defaulting to 300 (OpenCL 3.0)")
      |                                                                                                        ^
[245/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -DCV_OCL4DNN=1 -DENABLE_PLUGINS -DHAVE_PROTOBUF=1 -DOPENCV_DNN_EXTERNAL_PROTOBUF=1 -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/dnn -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/usr/include/CL -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wundef -Winit-self -Wpointer-arith -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-sign-compare -Wno-invalid-offsetof -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/dnn/CMakeFiles/opencv_dnn.dir/src/int8layers/quantization_utils.cpp.o -MF modules/dnn/CMakeFiles/opencv_dnn.dir/src/int8layers/quantization_utils.cpp.o.d -o modules/dnn/CMakeFiles/opencv_dnn.dir/src/int8layers/quantization_utils.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/int8layers/quantization_utils.cpp
In file included from /usr/include/CL/cl.h:20,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include/opencv2/core/opencl/runtime/autogenerated/opencl_core.hpp:102,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include/opencv2/core/opencl/runtime/opencl_core.hpp:68,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/int8layers/../ocl4dnn/include/common.hpp:45,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/int8layers/../ocl4dnn/include/ocl4dnn.hpp:50,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/int8layers/layers_common.hpp:19,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/int8layers/quantization_utils.cpp:6:
/usr/include/CL/cl_version.h:22:104: note: ‘#pragma message: cl_version.h: CL_TARGET_OPENCL_VERSION is not defined. Defaulting to 300 (OpenCL 3.0)’
   22 | #pragma message("cl_version.h: CL_TARGET_OPENCL_VERSION is not defined. Defaulting to 300 (OpenCL 3.0)")
      |                                                                                                        ^
[246/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -DCV_OCL4DNN=1 -DENABLE_PLUGINS -DHAVE_PROTOBUF=1 -DOPENCV_DNN_EXTERNAL_PROTOBUF=1 -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/dnn -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/usr/include/CL -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wundef -Winit-self -Wpointer-arith -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-sign-compare -Wno-invalid-offsetof -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/dnn/CMakeFiles/opencv_dnn.dir/src/int8layers/softmax_layer.cpp.o -MF modules/dnn/CMakeFiles/opencv_dnn.dir/src/int8layers/softmax_layer.cpp.o.d -o modules/dnn/CMakeFiles/opencv_dnn.dir/src/int8layers/softmax_layer.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/int8layers/softmax_layer.cpp
In file included from /usr/include/CL/cl.h:20,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include/opencv2/core/opencl/runtime/autogenerated/opencl_core.hpp:102,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include/opencv2/core/opencl/runtime/opencl_core.hpp:68,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/int8layers/../ocl4dnn/include/common.hpp:45,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/int8layers/../ocl4dnn/include/ocl4dnn.hpp:50,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/int8layers/layers_common.hpp:19,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/int8layers/softmax_layer.cpp:6:
/usr/include/CL/cl_version.h:22:104: note: ‘#pragma message: cl_version.h: CL_TARGET_OPENCL_VERSION is not defined. Defaulting to 300 (OpenCL 3.0)’
   22 | #pragma message("cl_version.h: CL_TARGET_OPENCL_VERSION is not defined. Defaulting to 300 (OpenCL 3.0)")
      |                                                                                                        ^
[247/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -DCV_OCL4DNN=1 -DENABLE_PLUGINS -DHAVE_PROTOBUF=1 -DOPENCV_DNN_EXTERNAL_PROTOBUF=1 -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/dnn -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/usr/include/CL -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wundef -Winit-self -Wpointer-arith -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-sign-compare -Wno-invalid-offsetof -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/dnn/CMakeFiles/opencv_dnn.dir/src/int8layers/scale_layer.cpp.o -MF modules/dnn/CMakeFiles/opencv_dnn.dir/src/int8layers/scale_layer.cpp.o.d -o modules/dnn/CMakeFiles/opencv_dnn.dir/src/int8layers/scale_layer.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/int8layers/scale_layer.cpp
In file included from /usr/include/CL/cl.h:20,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include/opencv2/core/opencl/runtime/autogenerated/opencl_core.hpp:102,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include/opencv2/core/opencl/runtime/opencl_core.hpp:68,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/int8layers/../ocl4dnn/include/common.hpp:45,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/int8layers/../ocl4dnn/include/ocl4dnn.hpp:50,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/int8layers/layers_common.hpp:19,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/int8layers/scale_layer.cpp:6:
/usr/include/CL/cl_version.h:22:104: note: ‘#pragma message: cl_version.h: CL_TARGET_OPENCL_VERSION is not defined. Defaulting to 300 (OpenCL 3.0)’
   22 | #pragma message("cl_version.h: CL_TARGET_OPENCL_VERSION is not defined. Defaulting to 300 (OpenCL 3.0)")
      |                                                                                                        ^
[248/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -DCV_OCL4DNN=1 -DENABLE_PLUGINS -DHAVE_PROTOBUF=1 -DOPENCV_DNN_EXTERNAL_PROTOBUF=1 -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/dnn -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/usr/include/CL -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wundef -Winit-self -Wpointer-arith -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-sign-compare -Wno-invalid-offsetof -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/dnn/CMakeFiles/opencv_dnn.dir/src/layer_factory.cpp.o -MF modules/dnn/CMakeFiles/opencv_dnn.dir/src/layer_factory.cpp.o.d -o modules/dnn/CMakeFiles/opencv_dnn.dir/src/layer_factory.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/layer_factory.cpp
[249/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -DCV_OCL4DNN=1 -DENABLE_PLUGINS -DHAVE_PROTOBUF=1 -DOPENCV_DNN_EXTERNAL_PROTOBUF=1 -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/dnn -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/usr/include/CL -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wundef -Winit-self -Wpointer-arith -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-sign-compare -Wno-invalid-offsetof -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/dnn/CMakeFiles/opencv_dnn.dir/src/layer.cpp.o -MF modules/dnn/CMakeFiles/opencv_dnn.dir/src/layer.cpp.o.d -o modules/dnn/CMakeFiles/opencv_dnn.dir/src/layer.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/layer.cpp
[250/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -DCV_OCL4DNN=1 -DENABLE_PLUGINS -DHAVE_PROTOBUF=1 -DOPENCV_DNN_EXTERNAL_PROTOBUF=1 -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/dnn -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/usr/include/CL -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wundef -Winit-self -Wpointer-arith -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-sign-compare -Wno-invalid-offsetof -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/dnn/CMakeFiles/opencv_dnn.dir/src/layers/arg_layer.cpp.o -MF modules/dnn/CMakeFiles/opencv_dnn.dir/src/layers/arg_layer.cpp.o.d -o modules/dnn/CMakeFiles/opencv_dnn.dir/src/layers/arg_layer.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/layers/arg_layer.cpp
In file included from /usr/include/CL/cl.h:20,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include/opencv2/core/opencl/runtime/autogenerated/opencl_core.hpp:102,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include/opencv2/core/opencl/runtime/opencl_core.hpp:68,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/layers/../ocl4dnn/include/common.hpp:45,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/layers/../ocl4dnn/include/ocl4dnn.hpp:50,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/layers/layers_common.hpp:55,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/layers/arg_layer.cpp:6:
/usr/include/CL/cl_version.h:22:104: note: ‘#pragma message: cl_version.h: CL_TARGET_OPENCL_VERSION is not defined. Defaulting to 300 (OpenCL 3.0)’
   22 | #pragma message("cl_version.h: CL_TARGET_OPENCL_VERSION is not defined. Defaulting to 300 (OpenCL 3.0)")
      |                                                                                                        ^
[251/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -DCV_OCL4DNN=1 -DENABLE_PLUGINS -DHAVE_PROTOBUF=1 -DOPENCV_DNN_EXTERNAL_PROTOBUF=1 -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/dnn -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/usr/include/CL -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wundef -Winit-self -Wpointer-arith -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-sign-compare -Wno-invalid-offsetof -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/dnn/CMakeFiles/opencv_dnn.dir/src/layers/accum_layer.cpp.o -MF modules/dnn/CMakeFiles/opencv_dnn.dir/src/layers/accum_layer.cpp.o.d -o modules/dnn/CMakeFiles/opencv_dnn.dir/src/layers/accum_layer.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/layers/accum_layer.cpp
In file included from /usr/include/CL/cl.h:20,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include/opencv2/core/opencl/runtime/autogenerated/opencl_core.hpp:102,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include/opencv2/core/opencl/runtime/opencl_core.hpp:68,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/layers/../ocl4dnn/include/common.hpp:45,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/layers/../ocl4dnn/include/ocl4dnn.hpp:50,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/layers/layers_common.hpp:55,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/layers/accum_layer.cpp:9:
/usr/include/CL/cl_version.h:22:104: note: ‘#pragma message: cl_version.h: CL_TARGET_OPENCL_VERSION is not defined. Defaulting to 300 (OpenCL 3.0)’
   22 | #pragma message("cl_version.h: CL_TARGET_OPENCL_VERSION is not defined. Defaulting to 300 (OpenCL 3.0)")
      |                                                                                                        ^
[252/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -DCV_OCL4DNN=1 -DENABLE_PLUGINS -DHAVE_PROTOBUF=1 -DOPENCV_DNN_EXTERNAL_PROTOBUF=1 -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/dnn -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/usr/include/CL -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wundef -Winit-self -Wpointer-arith -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-sign-compare -Wno-invalid-offsetof -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/dnn/CMakeFiles/opencv_dnn.dir/src/layers/attention_layer.cpp.o -MF modules/dnn/CMakeFiles/opencv_dnn.dir/src/layers/attention_layer.cpp.o.d -o modules/dnn/CMakeFiles/opencv_dnn.dir/src/layers/attention_layer.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/layers/attention_layer.cpp
[253/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -DCV_OCL4DNN=1 -DENABLE_PLUGINS -DHAVE_PROTOBUF=1 -DOPENCV_DNN_EXTERNAL_PROTOBUF=1 -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/dnn -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/usr/include/CL -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wundef -Winit-self -Wpointer-arith -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-sign-compare -Wno-invalid-offsetof -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/dnn/CMakeFiles/opencv_dnn.dir/src/layers/batch_norm_layer.cpp.o -MF modules/dnn/CMakeFiles/opencv_dnn.dir/src/layers/batch_norm_layer.cpp.o.d -o modules/dnn/CMakeFiles/opencv_dnn.dir/src/layers/batch_norm_layer.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/layers/batch_norm_layer.cpp
In file included from /usr/include/CL/cl.h:20,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include/opencv2/core/opencl/runtime/autogenerated/opencl_core.hpp:102,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include/opencv2/core/opencl/runtime/opencl_core.hpp:68,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/layers/../ocl4dnn/include/common.hpp:45,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/layers/../ocl4dnn/include/ocl4dnn.hpp:50,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/layers/layers_common.hpp:55,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/layers/batch_norm_layer.cpp:13:
/usr/include/CL/cl_version.h:22:104: note: ‘#pragma message: cl_version.h: CL_TARGET_OPENCL_VERSION is not defined. Defaulting to 300 (OpenCL 3.0)’
   22 | #pragma message("cl_version.h: CL_TARGET_OPENCL_VERSION is not defined. Defaulting to 300 (OpenCL 3.0)")
      |                                                                                                        ^
[254/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -DCV_OCL4DNN=1 -DENABLE_PLUGINS -DHAVE_PROTOBUF=1 -DOPENCV_DNN_EXTERNAL_PROTOBUF=1 -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/dnn -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/usr/include/CL -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wundef -Winit-self -Wpointer-arith -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-sign-compare -Wno-invalid-offsetof -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/dnn/CMakeFiles/opencv_dnn.dir/src/layers/blank_layer.cpp.o -MF modules/dnn/CMakeFiles/opencv_dnn.dir/src/layers/blank_layer.cpp.o.d -o modules/dnn/CMakeFiles/opencv_dnn.dir/src/layers/blank_layer.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/layers/blank_layer.cpp
[255/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -DCV_OCL4DNN=1 -DENABLE_PLUGINS -DHAVE_PROTOBUF=1 -DOPENCV_DNN_EXTERNAL_PROTOBUF=1 -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/dnn -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/usr/include/CL -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wundef -Winit-self -Wpointer-arith -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-sign-compare -Wno-invalid-offsetof -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/dnn/CMakeFiles/opencv_dnn.dir/src/layers/concat_layer.cpp.o -MF modules/dnn/CMakeFiles/opencv_dnn.dir/src/layers/concat_layer.cpp.o.d -o modules/dnn/CMakeFiles/opencv_dnn.dir/src/layers/concat_layer.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/layers/concat_layer.cpp
In file included from /usr/include/CL/cl.h:20,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include/opencv2/core/opencl/runtime/autogenerated/opencl_core.hpp:102,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include/opencv2/core/opencl/runtime/opencl_core.hpp:68,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/layers/../ocl4dnn/include/common.hpp:45,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/layers/../ocl4dnn/include/ocl4dnn.hpp:50,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/layers/layers_common.hpp:55,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/layers/concat_layer.cpp:44:
/usr/include/CL/cl_version.h:22:104: note: ‘#pragma message: cl_version.h: CL_TARGET_OPENCL_VERSION is not defined. Defaulting to 300 (OpenCL 3.0)’
   22 | #pragma message("cl_version.h: CL_TARGET_OPENCL_VERSION is not defined. Defaulting to 300 (OpenCL 3.0)")
      |                                                                                                        ^
[256/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -DCV_OCL4DNN=1 -DENABLE_PLUGINS -DHAVE_PROTOBUF=1 -DOPENCV_DNN_EXTERNAL_PROTOBUF=1 -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/dnn -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/usr/include/CL -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wundef -Winit-self -Wpointer-arith -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-sign-compare -Wno-invalid-offsetof -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/dnn/CMakeFiles/opencv_dnn.dir/src/layers/const_layer.cpp.o -MF modules/dnn/CMakeFiles/opencv_dnn.dir/src/layers/const_layer.cpp.o.d -o modules/dnn/CMakeFiles/opencv_dnn.dir/src/layers/const_layer.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/layers/const_layer.cpp
In file included from /usr/include/CL/cl.h:20,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include/opencv2/core/opencl/runtime/autogenerated/opencl_core.hpp:102,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include/opencv2/core/opencl/runtime/opencl_core.hpp:68,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/layers/../ocl4dnn/include/common.hpp:45,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/layers/../ocl4dnn/include/ocl4dnn.hpp:50,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/layers/layers_common.hpp:55,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/layers/const_layer.cpp:11:
/usr/include/CL/cl_version.h:22:104: note: ‘#pragma message: cl_version.h: CL_TARGET_OPENCL_VERSION is not defined. Defaulting to 300 (OpenCL 3.0)’
   22 | #pragma message("cl_version.h: CL_TARGET_OPENCL_VERSION is not defined. Defaulting to 300 (OpenCL 3.0)")
      |                                                                                                        ^
[257/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -DCV_OCL4DNN=1 -DENABLE_PLUGINS -DHAVE_PROTOBUF=1 -DOPENCV_DNN_EXTERNAL_PROTOBUF=1 -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/dnn -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/usr/include/CL -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wundef -Winit-self -Wpointer-arith -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-sign-compare -Wno-invalid-offsetof -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/dnn/CMakeFiles/opencv_dnn.dir/src/layers/correlation_layer.cpp.o -MF modules/dnn/CMakeFiles/opencv_dnn.dir/src/layers/correlation_layer.cpp.o.d -o modules/dnn/CMakeFiles/opencv_dnn.dir/src/layers/correlation_layer.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/layers/correlation_layer.cpp
In file included from /usr/include/CL/cl.h:20,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include/opencv2/core/opencl/runtime/autogenerated/opencl_core.hpp:102,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include/opencv2/core/opencl/runtime/opencl_core.hpp:68,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/layers/../ocl4dnn/include/common.hpp:45,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/layers/../ocl4dnn/include/ocl4dnn.hpp:50,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/layers/layers_common.hpp:55,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/layers/correlation_layer.cpp:9:
/usr/include/CL/cl_version.h:22:104: note: ‘#pragma message: cl_version.h: CL_TARGET_OPENCL_VERSION is not defined. Defaulting to 300 (OpenCL 3.0)’
   22 | #pragma message("cl_version.h: CL_TARGET_OPENCL_VERSION is not defined. Defaulting to 300 (OpenCL 3.0)")
      |                                                                                                        ^
[258/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -DCV_OCL4DNN=1 -DENABLE_PLUGINS -DHAVE_PROTOBUF=1 -DOPENCV_DNN_EXTERNAL_PROTOBUF=1 -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/dnn -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/usr/include/CL -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wundef -Winit-self -Wpointer-arith -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-sign-compare -Wno-invalid-offsetof -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/dnn/CMakeFiles/opencv_dnn.dir/src/layers/cpu_kernels/conv_depthwise.cpp.o -MF modules/dnn/CMakeFiles/opencv_dnn.dir/src/layers/cpu_kernels/conv_depthwise.cpp.o.d -o modules/dnn/CMakeFiles/opencv_dnn.dir/src/layers/cpu_kernels/conv_depthwise.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/layers/cpu_kernels/conv_depthwise.cpp
[259/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -DCV_OCL4DNN=1 -DENABLE_PLUGINS -DHAVE_PROTOBUF=1 -DOPENCV_DNN_EXTERNAL_PROTOBUF=1 -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/dnn -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/usr/include/CL -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wundef -Winit-self -Wpointer-arith -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-sign-compare -Wno-invalid-offsetof -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/dnn/CMakeFiles/opencv_dnn.dir/src/layers/convolution_layer.cpp.o -MF modules/dnn/CMakeFiles/opencv_dnn.dir/src/layers/convolution_layer.cpp.o.d -o modules/dnn/CMakeFiles/opencv_dnn.dir/src/layers/convolution_layer.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/layers/convolution_layer.cpp
In file included from /usr/include/CL/cl.h:20,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include/opencv2/core/opencl/runtime/autogenerated/opencl_core.hpp:102,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include/opencv2/core/opencl/runtime/opencl_core.hpp:68,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/layers/../ocl4dnn/include/common.hpp:45,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/layers/../ocl4dnn/include/ocl4dnn.hpp:50,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/layers/layers_common.hpp:55,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/layers/convolution_layer.cpp:44:
/usr/include/CL/cl_version.h:22:104: note: ‘#pragma message: cl_version.h: CL_TARGET_OPENCL_VERSION is not defined. Defaulting to 300 (OpenCL 3.0)’
   22 | #pragma message("cl_version.h: CL_TARGET_OPENCL_VERSION is not defined. Defaulting to 300 (OpenCL 3.0)")
      |                                                                                                        ^
[260/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -DCV_OCL4DNN=1 -DENABLE_PLUGINS -DHAVE_PROTOBUF=1 -DOPENCV_DNN_EXTERNAL_PROTOBUF=1 -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/dnn -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/usr/include/CL -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wundef -Winit-self -Wpointer-arith -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-sign-compare -Wno-invalid-offsetof -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/dnn/CMakeFiles/opencv_dnn.dir/src/layers/cpu_kernels/conv_winograd_f63.cpp.o -MF modules/dnn/CMakeFiles/opencv_dnn.dir/src/layers/cpu_kernels/conv_winograd_f63.cpp.o.d -o modules/dnn/CMakeFiles/opencv_dnn.dir/src/layers/cpu_kernels/conv_winograd_f63.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/layers/cpu_kernels/conv_winograd_f63.cpp
[261/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -DCV_OCL4DNN=1 -DENABLE_PLUGINS -DHAVE_PROTOBUF=1 -DOPENCV_DNN_EXTERNAL_PROTOBUF=1 -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/dnn -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/usr/include/CL -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wundef -Winit-self -Wpointer-arith -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-sign-compare -Wno-invalid-offsetof -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/dnn/CMakeFiles/opencv_dnn.dir/src/layers/cpu_kernels/fast_gemm.cpp.o -MF modules/dnn/CMakeFiles/opencv_dnn.dir/src/layers/cpu_kernels/fast_gemm.cpp.o.d -o modules/dnn/CMakeFiles/opencv_dnn.dir/src/layers/cpu_kernels/fast_gemm.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/layers/cpu_kernels/fast_gemm.cpp
[262/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -DCV_OCL4DNN=1 -DENABLE_PLUGINS -DHAVE_PROTOBUF=1 -DOPENCV_DNN_EXTERNAL_PROTOBUF=1 -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/dnn -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/usr/include/CL -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wundef -Winit-self -Wpointer-arith -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-sign-compare -Wno-invalid-offsetof -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/dnn/CMakeFiles/opencv_dnn.dir/src/layers/cpu_kernels/convolution.cpp.o -MF modules/dnn/CMakeFiles/opencv_dnn.dir/src/layers/cpu_kernels/convolution.cpp.o.d -o modules/dnn/CMakeFiles/opencv_dnn.dir/src/layers/cpu_kernels/convolution.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/layers/cpu_kernels/convolution.cpp
[263/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -DCV_OCL4DNN=1 -DENABLE_PLUGINS -DHAVE_PROTOBUF=1 -DOPENCV_DNN_EXTERNAL_PROTOBUF=1 -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/dnn -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/usr/include/CL -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wundef -Winit-self -Wpointer-arith -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-sign-compare -Wno-invalid-offsetof -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/dnn/CMakeFiles/opencv_dnn.dir/src/layers/cpu_kernels/fast_norm.cpp.o -MF modules/dnn/CMakeFiles/opencv_dnn.dir/src/layers/cpu_kernels/fast_norm.cpp.o.d -o modules/dnn/CMakeFiles/opencv_dnn.dir/src/layers/cpu_kernels/fast_norm.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/layers/cpu_kernels/fast_norm.cpp
[264/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -DCV_OCL4DNN=1 -DENABLE_PLUGINS -DHAVE_PROTOBUF=1 -DOPENCV_DNN_EXTERNAL_PROTOBUF=1 -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/dnn -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/usr/include/CL -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wundef -Winit-self -Wpointer-arith -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-sign-compare -Wno-invalid-offsetof -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/dnn/CMakeFiles/opencv_dnn.dir/src/layers/cpu_kernels/softmax.cpp.o -MF modules/dnn/CMakeFiles/opencv_dnn.dir/src/layers/cpu_kernels/softmax.cpp.o.d -o modules/dnn/CMakeFiles/opencv_dnn.dir/src/layers/cpu_kernels/softmax.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/layers/cpu_kernels/softmax.cpp
[265/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -DCV_OCL4DNN=1 -DENABLE_PLUGINS -DHAVE_PROTOBUF=1 -DOPENCV_DNN_EXTERNAL_PROTOBUF=1 -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/dnn -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/usr/include/CL -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wundef -Winit-self -Wpointer-arith -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-sign-compare -Wno-invalid-offsetof -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/dnn/CMakeFiles/opencv_dnn.dir/src/layers/crop_and_resize_layer.cpp.o -MF modules/dnn/CMakeFiles/opencv_dnn.dir/src/layers/crop_and_resize_layer.cpp.o.d -o modules/dnn/CMakeFiles/opencv_dnn.dir/src/layers/crop_and_resize_layer.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/layers/crop_and_resize_layer.cpp
In file included from /usr/include/CL/cl.h:20,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include/opencv2/core/opencl/runtime/autogenerated/opencl_core.hpp:102,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include/opencv2/core/opencl/runtime/opencl_core.hpp:68,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/layers/../ocl4dnn/include/common.hpp:45,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/layers/../ocl4dnn/include/ocl4dnn.hpp:50,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/layers/layers_common.hpp:55,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/layers/crop_and_resize_layer.cpp:9:
/usr/include/CL/cl_version.h:22:104: note: ‘#pragma message: cl_version.h: CL_TARGET_OPENCL_VERSION is not defined. Defaulting to 300 (OpenCL 3.0)’
   22 | #pragma message("cl_version.h: CL_TARGET_OPENCL_VERSION is not defined. Defaulting to 300 (OpenCL 3.0)")
      |                                                                                                        ^
[266/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -DCV_OCL4DNN=1 -DENABLE_PLUGINS -DHAVE_PROTOBUF=1 -DOPENCV_DNN_EXTERNAL_PROTOBUF=1 -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/dnn -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/usr/include/CL -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wundef -Winit-self -Wpointer-arith -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-sign-compare -Wno-invalid-offsetof -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/dnn/CMakeFiles/opencv_dnn.dir/src/layers/cumsum_layer.cpp.o -MF modules/dnn/CMakeFiles/opencv_dnn.dir/src/layers/cumsum_layer.cpp.o.d -o modules/dnn/CMakeFiles/opencv_dnn.dir/src/layers/cumsum_layer.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/layers/cumsum_layer.cpp
In file included from /usr/include/CL/cl.h:20,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include/opencv2/core/opencl/runtime/autogenerated/opencl_core.hpp:102,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include/opencv2/core/opencl/runtime/opencl_core.hpp:68,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/layers/../ocl4dnn/include/common.hpp:45,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/layers/../ocl4dnn/include/ocl4dnn.hpp:50,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/layers/layers_common.hpp:55,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/layers/cumsum_layer.cpp:8:
/usr/include/CL/cl_version.h:22:104: note: ‘#pragma message: cl_version.h: CL_TARGET_OPENCL_VERSION is not defined. Defaulting to 300 (OpenCL 3.0)’
   22 | #pragma message("cl_version.h: CL_TARGET_OPENCL_VERSION is not defined. Defaulting to 300 (OpenCL 3.0)")
      |                                                                                                        ^
[267/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -DCV_OCL4DNN=1 -DENABLE_PLUGINS -DHAVE_PROTOBUF=1 -DOPENCV_DNN_EXTERNAL_PROTOBUF=1 -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/dnn -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/usr/include/CL -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wundef -Winit-self -Wpointer-arith -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-sign-compare -Wno-invalid-offsetof -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/dnn/CMakeFiles/opencv_dnn.dir/src/layers/detection_output_layer.cpp.o -MF modules/dnn/CMakeFiles/opencv_dnn.dir/src/layers/detection_output_layer.cpp.o.d -o modules/dnn/CMakeFiles/opencv_dnn.dir/src/layers/detection_output_layer.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/layers/detection_output_layer.cpp
In file included from /usr/include/CL/cl.h:20,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include/opencv2/core/opencl/runtime/autogenerated/opencl_core.hpp:102,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include/opencv2/core/opencl/runtime/opencl_core.hpp:68,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/layers/../ocl4dnn/include/common.hpp:45,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/layers/../ocl4dnn/include/ocl4dnn.hpp:50,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/layers/layers_common.hpp:55,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/layers/detection_output_layer.cpp:44:
/usr/include/CL/cl_version.h:22:104: note: ‘#pragma message: cl_version.h: CL_TARGET_OPENCL_VERSION is not defined. Defaulting to 300 (OpenCL 3.0)’
   22 | #pragma message("cl_version.h: CL_TARGET_OPENCL_VERSION is not defined. Defaulting to 300 (OpenCL 3.0)")
      |                                                                                                        ^
[268/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -DCV_OCL4DNN=1 -DENABLE_PLUGINS -DHAVE_PROTOBUF=1 -DOPENCV_DNN_EXTERNAL_PROTOBUF=1 -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/dnn -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/usr/include/CL -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wundef -Winit-self -Wpointer-arith -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-sign-compare -Wno-invalid-offsetof -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/dnn/CMakeFiles/opencv_dnn.dir/src/layers/einsum_layer.cpp.o -MF modules/dnn/CMakeFiles/opencv_dnn.dir/src/layers/einsum_layer.cpp.o.d -o modules/dnn/CMakeFiles/opencv_dnn.dir/src/layers/einsum_layer.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/layers/einsum_layer.cpp
In file included from /usr/include/CL/cl.h:20,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include/opencv2/core/opencl/runtime/autogenerated/opencl_core.hpp:102,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include/opencv2/core/opencl/runtime/opencl_core.hpp:68,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/layers/../ocl4dnn/include/common.hpp:45,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/layers/../ocl4dnn/include/ocl4dnn.hpp:50,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/layers/layers_common.hpp:55,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/layers/einsum_layer.cpp:9:
/usr/include/CL/cl_version.h:22:104: note: ‘#pragma message: cl_version.h: CL_TARGET_OPENCL_VERSION is not defined. Defaulting to 300 (OpenCL 3.0)’
   22 | #pragma message("cl_version.h: CL_TARGET_OPENCL_VERSION is not defined. Defaulting to 300 (OpenCL 3.0)")
      |                                                                                                        ^
[269/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -DCV_OCL4DNN=1 -DENABLE_PLUGINS -DHAVE_PROTOBUF=1 -DOPENCV_DNN_EXTERNAL_PROTOBUF=1 -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/dnn -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/usr/include/CL -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wundef -Winit-self -Wpointer-arith -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-sign-compare -Wno-invalid-offsetof -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/dnn/CMakeFiles/opencv_dnn.dir/src/layers/eltwise_layer.cpp.o -MF modules/dnn/CMakeFiles/opencv_dnn.dir/src/layers/eltwise_layer.cpp.o.d -o modules/dnn/CMakeFiles/opencv_dnn.dir/src/layers/eltwise_layer.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/layers/eltwise_layer.cpp
In file included from /usr/include/CL/cl.h:20,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include/opencv2/core/opencl/runtime/autogenerated/opencl_core.hpp:102,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include/opencv2/core/opencl/runtime/opencl_core.hpp:68,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/layers/../ocl4dnn/include/common.hpp:45,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/layers/../ocl4dnn/include/ocl4dnn.hpp:50,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/layers/layers_common.hpp:55,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/layers/eltwise_layer.cpp:44:
/usr/include/CL/cl_version.h:22:104: note: ‘#pragma message: cl_version.h: CL_TARGET_OPENCL_VERSION is not defined. Defaulting to 300 (OpenCL 3.0)’
   22 | #pragma message("cl_version.h: CL_TARGET_OPENCL_VERSION is not defined. Defaulting to 300 (OpenCL 3.0)")
      |                                                                                                        ^
[270/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -DCV_OCL4DNN=1 -DENABLE_PLUGINS -DHAVE_PROTOBUF=1 -DOPENCV_DNN_EXTERNAL_PROTOBUF=1 -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/dnn -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/usr/include/CL -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wundef -Winit-self -Wpointer-arith -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-sign-compare -Wno-invalid-offsetof -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/dnn/CMakeFiles/opencv_dnn.dir/src/layers/expand_layer.cpp.o -MF modules/dnn/CMakeFiles/opencv_dnn.dir/src/layers/expand_layer.cpp.o.d -o modules/dnn/CMakeFiles/opencv_dnn.dir/src/layers/expand_layer.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/layers/expand_layer.cpp
[271/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -DCV_OCL4DNN=1 -DENABLE_PLUGINS -DHAVE_PROTOBUF=1 -DOPENCV_DNN_EXTERNAL_PROTOBUF=1 -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/dnn -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/usr/include/CL -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wundef -Winit-self -Wpointer-arith -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-sign-compare -Wno-invalid-offsetof -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/dnn/CMakeFiles/opencv_dnn.dir/src/layers/flatten_layer.cpp.o -MF modules/dnn/CMakeFiles/opencv_dnn.dir/src/layers/flatten_layer.cpp.o.d -o modules/dnn/CMakeFiles/opencv_dnn.dir/src/layers/flatten_layer.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/layers/flatten_layer.cpp
In file included from /usr/include/CL/cl.h:20,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include/opencv2/core/opencl/runtime/autogenerated/opencl_core.hpp:102,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include/opencv2/core/opencl/runtime/opencl_core.hpp:68,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/layers/../ocl4dnn/include/common.hpp:45,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/layers/../ocl4dnn/include/ocl4dnn.hpp:50,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/layers/layers_common.hpp:55,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/layers/flatten_layer.cpp:44:
/usr/include/CL/cl_version.h:22:104: note: ‘#pragma message: cl_version.h: CL_TARGET_OPENCL_VERSION is not defined. Defaulting to 300 (OpenCL 3.0)’
   22 | #pragma message("cl_version.h: CL_TARGET_OPENCL_VERSION is not defined. Defaulting to 300 (OpenCL 3.0)")
      |                                                                                                        ^
[272/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -DCV_OCL4DNN=1 -DENABLE_PLUGINS -DHAVE_PROTOBUF=1 -DOPENCV_DNN_EXTERNAL_PROTOBUF=1 -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/dnn -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/usr/include/CL -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wundef -Winit-self -Wpointer-arith -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-sign-compare -Wno-invalid-offsetof -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/dnn/CMakeFiles/opencv_dnn.dir/src/layers/flow_warp_layer.cpp.o -MF modules/dnn/CMakeFiles/opencv_dnn.dir/src/layers/flow_warp_layer.cpp.o.d -o modules/dnn/CMakeFiles/opencv_dnn.dir/src/layers/flow_warp_layer.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/layers/flow_warp_layer.cpp
In file included from /usr/include/CL/cl.h:20,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include/opencv2/core/opencl/runtime/autogenerated/opencl_core.hpp:102,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include/opencv2/core/opencl/runtime/opencl_core.hpp:68,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/layers/../ocl4dnn/include/common.hpp:45,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/layers/../ocl4dnn/include/ocl4dnn.hpp:50,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/layers/layers_common.hpp:55,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/layers/flow_warp_layer.cpp:9:
/usr/include/CL/cl_version.h:22:104: note: ‘#pragma message: cl_version.h: CL_TARGET_OPENCL_VERSION is not defined. Defaulting to 300 (OpenCL 3.0)’
   22 | #pragma message("cl_version.h: CL_TARGET_OPENCL_VERSION is not defined. Defaulting to 300 (OpenCL 3.0)")
      |                                                                                                        ^
[273/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -DCV_OCL4DNN=1 -DENABLE_PLUGINS -DHAVE_PROTOBUF=1 -DOPENCV_DNN_EXTERNAL_PROTOBUF=1 -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/dnn -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/usr/include/CL -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wundef -Winit-self -Wpointer-arith -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-sign-compare -Wno-invalid-offsetof -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/dnn/CMakeFiles/opencv_dnn.dir/src/layers/elementwise_layers.cpp.o -MF modules/dnn/CMakeFiles/opencv_dnn.dir/src/layers/elementwise_layers.cpp.o.d -o modules/dnn/CMakeFiles/opencv_dnn.dir/src/layers/elementwise_layers.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/layers/elementwise_layers.cpp
In file included from /usr/include/CL/cl.h:20,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include/opencv2/core/opencl/runtime/autogenerated/opencl_core.hpp:102,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include/opencv2/core/opencl/runtime/opencl_core.hpp:68,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/layers/../ocl4dnn/include/common.hpp:45,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/layers/../ocl4dnn/include/ocl4dnn.hpp:50,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/layers/layers_common.hpp:55,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/layers/elementwise_layers.cpp:44:
/usr/include/CL/cl_version.h:22:104: note: ‘#pragma message: cl_version.h: CL_TARGET_OPENCL_VERSION is not defined. Defaulting to 300 (OpenCL 3.0)’
   22 | #pragma message("cl_version.h: CL_TARGET_OPENCL_VERSION is not defined. Defaulting to 300 (OpenCL 3.0)")
      |                                                                                                        ^
[274/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -DCV_OCL4DNN=1 -DENABLE_PLUGINS -DHAVE_PROTOBUF=1 -DOPENCV_DNN_EXTERNAL_PROTOBUF=1 -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/dnn -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/usr/include/CL -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wundef -Winit-self -Wpointer-arith -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-sign-compare -Wno-invalid-offsetof -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/dnn/CMakeFiles/opencv_dnn.dir/src/layers/gather_elements_layer.cpp.o -MF modules/dnn/CMakeFiles/opencv_dnn.dir/src/layers/gather_elements_layer.cpp.o.d -o modules/dnn/CMakeFiles/opencv_dnn.dir/src/layers/gather_elements_layer.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/layers/gather_elements_layer.cpp
[275/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -DCV_OCL4DNN=1 -DENABLE_PLUGINS -DHAVE_PROTOBUF=1 -DOPENCV_DNN_EXTERNAL_PROTOBUF=1 -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/dnn -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/usr/include/CL -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wundef -Winit-self -Wpointer-arith -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-sign-compare -Wno-invalid-offsetof -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/dnn/CMakeFiles/opencv_dnn.dir/src/layers/fully_connected_layer.cpp.o -MF modules/dnn/CMakeFiles/opencv_dnn.dir/src/layers/fully_connected_layer.cpp.o.d -o modules/dnn/CMakeFiles/opencv_dnn.dir/src/layers/fully_connected_layer.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/layers/fully_connected_layer.cpp
In file included from /usr/include/CL/cl.h:20,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include/opencv2/core/opencl/runtime/autogenerated/opencl_core.hpp:102,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include/opencv2/core/opencl/runtime/opencl_core.hpp:68,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/layers/../ocl4dnn/include/common.hpp:45,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/layers/../ocl4dnn/include/ocl4dnn.hpp:50,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/layers/layers_common.hpp:55,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/layers/fully_connected_layer.cpp:44:
/usr/include/CL/cl_version.h:22:104: note: ‘#pragma message: cl_version.h: CL_TARGET_OPENCL_VERSION is not defined. Defaulting to 300 (OpenCL 3.0)’
   22 | #pragma message("cl_version.h: CL_TARGET_OPENCL_VERSION is not defined. Defaulting to 300 (OpenCL 3.0)")
      |                                                                                                        ^
[276/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -DCV_OCL4DNN=1 -DENABLE_PLUGINS -DHAVE_PROTOBUF=1 -DOPENCV_DNN_EXTERNAL_PROTOBUF=1 -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/dnn -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/usr/include/CL -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wundef -Winit-self -Wpointer-arith -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-sign-compare -Wno-invalid-offsetof -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/dnn/CMakeFiles/opencv_dnn.dir/src/layers/gather_layer.cpp.o -MF modules/dnn/CMakeFiles/opencv_dnn.dir/src/layers/gather_layer.cpp.o.d -o modules/dnn/CMakeFiles/opencv_dnn.dir/src/layers/gather_layer.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/layers/gather_layer.cpp
In file included from /usr/include/CL/cl.h:20,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include/opencv2/core/opencl/runtime/autogenerated/opencl_core.hpp:102,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include/opencv2/core/opencl/runtime/opencl_core.hpp:68,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/layers/../ocl4dnn/include/common.hpp:45,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/layers/../ocl4dnn/include/ocl4dnn.hpp:50,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/layers/layers_common.hpp:55,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/layers/gather_layer.cpp:8:
/usr/include/CL/cl_version.h:22:104: note: ‘#pragma message: cl_version.h: CL_TARGET_OPENCL_VERSION is not defined. Defaulting to 300 (OpenCL 3.0)’
   22 | #pragma message("cl_version.h: CL_TARGET_OPENCL_VERSION is not defined. Defaulting to 300 (OpenCL 3.0)")
      |                                                                                                        ^
[277/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -DCV_OCL4DNN=1 -DENABLE_PLUGINS -DHAVE_PROTOBUF=1 -DOPENCV_DNN_EXTERNAL_PROTOBUF=1 -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/dnn -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/usr/include/CL -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wundef -Winit-self -Wpointer-arith -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-sign-compare -Wno-invalid-offsetof -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/dnn/CMakeFiles/opencv_dnn.dir/src/layers/gemm_layer.cpp.o -MF modules/dnn/CMakeFiles/opencv_dnn.dir/src/layers/gemm_layer.cpp.o.d -o modules/dnn/CMakeFiles/opencv_dnn.dir/src/layers/gemm_layer.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/layers/gemm_layer.cpp
In file included from /usr/include/CL/cl.h:20,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include/opencv2/core/opencl/runtime/autogenerated/opencl_core.hpp:102,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include/opencv2/core/opencl/runtime/opencl_core.hpp:68,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/layers/../ocl4dnn/include/common.hpp:45,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/layers/../ocl4dnn/include/ocl4dnn.hpp:50,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/layers/layers_common.hpp:55,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/layers/gemm_layer.cpp:6:
/usr/include/CL/cl_version.h:22:104: note: ‘#pragma message: cl_version.h: CL_TARGET_OPENCL_VERSION is not defined. Defaulting to 300 (OpenCL 3.0)’
   22 | #pragma message("cl_version.h: CL_TARGET_OPENCL_VERSION is not defined. Defaulting to 300 (OpenCL 3.0)")
      |                                                                                                        ^
[278/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -DCV_OCL4DNN=1 -DENABLE_PLUGINS -DHAVE_PROTOBUF=1 -DOPENCV_DNN_EXTERNAL_PROTOBUF=1 -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/dnn -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/usr/include/CL -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wundef -Winit-self -Wpointer-arith -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-sign-compare -Wno-invalid-offsetof -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/dnn/CMakeFiles/opencv_dnn.dir/src/layers/group_norm_layer.cpp.o -MF modules/dnn/CMakeFiles/opencv_dnn.dir/src/layers/group_norm_layer.cpp.o.d -o modules/dnn/CMakeFiles/opencv_dnn.dir/src/layers/group_norm_layer.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/layers/group_norm_layer.cpp
In file included from /usr/include/CL/cl.h:20,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include/opencv2/core/opencl/runtime/autogenerated/opencl_core.hpp:102,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include/opencv2/core/opencl/runtime/opencl_core.hpp:68,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/layers/../ocl4dnn/include/common.hpp:45,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/layers/../ocl4dnn/include/math_functions.hpp:45,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/layers/group_norm_layer.cpp:18:
/usr/include/CL/cl_version.h:22:104: note: ‘#pragma message: cl_version.h: CL_TARGET_OPENCL_VERSION is not defined. Defaulting to 300 (OpenCL 3.0)’
   22 | #pragma message("cl_version.h: CL_TARGET_OPENCL_VERSION is not defined. Defaulting to 300 (OpenCL 3.0)")
      |                                                                                                        ^
[279/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -DCV_OCL4DNN=1 -DENABLE_PLUGINS -DHAVE_PROTOBUF=1 -DOPENCV_DNN_EXTERNAL_PROTOBUF=1 -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/dnn -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/usr/include/CL -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wundef -Winit-self -Wpointer-arith -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-sign-compare -Wno-invalid-offsetof -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/dnn/CMakeFiles/opencv_dnn.dir/src/layers/instance_norm_layer.cpp.o -MF modules/dnn/CMakeFiles/opencv_dnn.dir/src/layers/instance_norm_layer.cpp.o.d -o modules/dnn/CMakeFiles/opencv_dnn.dir/src/layers/instance_norm_layer.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/layers/instance_norm_layer.cpp
In file included from /usr/include/CL/cl.h:20,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include/opencv2/core/opencl/runtime/autogenerated/opencl_core.hpp:102,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include/opencv2/core/opencl/runtime/opencl_core.hpp:68,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/layers/../ocl4dnn/include/common.hpp:45,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/layers/../ocl4dnn/include/math_functions.hpp:45,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/layers/instance_norm_layer.cpp:25:
/usr/include/CL/cl_version.h:22:104: note: ‘#pragma message: cl_version.h: CL_TARGET_OPENCL_VERSION is not defined. Defaulting to 300 (OpenCL 3.0)’
   22 | #pragma message("cl_version.h: CL_TARGET_OPENCL_VERSION is not defined. Defaulting to 300 (OpenCL 3.0)")
      |                                                                                                        ^
[280/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -DCV_OCL4DNN=1 -DENABLE_PLUGINS -DHAVE_PROTOBUF=1 -DOPENCV_DNN_EXTERNAL_PROTOBUF=1 -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/dnn -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/usr/include/CL -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wundef -Winit-self -Wpointer-arith -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-sign-compare -Wno-invalid-offsetof -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/dnn/CMakeFiles/opencv_dnn.dir/src/layers/layer_norm.cpp.o -MF modules/dnn/CMakeFiles/opencv_dnn.dir/src/layers/layer_norm.cpp.o.d -o modules/dnn/CMakeFiles/opencv_dnn.dir/src/layers/layer_norm.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/layers/layer_norm.cpp
In file included from /usr/include/CL/cl.h:20,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include/opencv2/core/opencl/runtime/autogenerated/opencl_core.hpp:102,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include/opencv2/core/opencl/runtime/opencl_core.hpp:68,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/layers/../ocl4dnn/include/common.hpp:45,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/layers/../ocl4dnn/include/ocl4dnn.hpp:50,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/layers/layers_common.hpp:55,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/layers/layer_norm.cpp:6:
/usr/include/CL/cl_version.h:22:104: note: ‘#pragma message: cl_version.h: CL_TARGET_OPENCL_VERSION is not defined. Defaulting to 300 (OpenCL 3.0)’
   22 | #pragma message("cl_version.h: CL_TARGET_OPENCL_VERSION is not defined. Defaulting to 300 (OpenCL 3.0)")
      |                                                                                                        ^
[281/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -DCV_OCL4DNN=1 -DENABLE_PLUGINS -DHAVE_PROTOBUF=1 -DOPENCV_DNN_EXTERNAL_PROTOBUF=1 -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/dnn -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/usr/include/CL -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wundef -Winit-self -Wpointer-arith -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-sign-compare -Wno-invalid-offsetof -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/dnn/CMakeFiles/opencv_dnn.dir/src/layers/layers_common.cpp.o -MF modules/dnn/CMakeFiles/opencv_dnn.dir/src/layers/layers_common.cpp.o.d -o modules/dnn/CMakeFiles/opencv_dnn.dir/src/layers/layers_common.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/layers/layers_common.cpp
In file included from /usr/include/CL/cl.h:20,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include/opencv2/core/opencl/runtime/autogenerated/opencl_core.hpp:102,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include/opencv2/core/opencl/runtime/opencl_core.hpp:68,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/layers/../ocl4dnn/include/common.hpp:45,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/layers/../ocl4dnn/include/ocl4dnn.hpp:50,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/layers/layers_common.hpp:55,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/layers/layers_common.cpp:44:
/usr/include/CL/cl_version.h:22:104: note: ‘#pragma message: cl_version.h: CL_TARGET_OPENCL_VERSION is not defined. Defaulting to 300 (OpenCL 3.0)’
   22 | #pragma message("cl_version.h: CL_TARGET_OPENCL_VERSION is not defined. Defaulting to 300 (OpenCL 3.0)")
      |                                                                                                        ^
[282/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -DCV_OCL4DNN=1 -DENABLE_PLUGINS -DHAVE_PROTOBUF=1 -DOPENCV_DNN_EXTERNAL_PROTOBUF=1 -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/dnn -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/usr/include/CL -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wundef -Winit-self -Wpointer-arith -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-sign-compare -Wno-invalid-offsetof -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/dnn/CMakeFiles/opencv_dnn.dir/src/layers/lrn_layer.cpp.o -MF modules/dnn/CMakeFiles/opencv_dnn.dir/src/layers/lrn_layer.cpp.o.d -o modules/dnn/CMakeFiles/opencv_dnn.dir/src/layers/lrn_layer.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/layers/lrn_layer.cpp
In file included from /usr/include/CL/cl.h:20,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include/opencv2/core/opencl/runtime/autogenerated/opencl_core.hpp:102,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include/opencv2/core/opencl/runtime/opencl_core.hpp:68,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/layers/../ocl4dnn/include/common.hpp:45,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/layers/../ocl4dnn/include/ocl4dnn.hpp:50,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/layers/layers_common.hpp:55,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/layers/lrn_layer.cpp:44:
/usr/include/CL/cl_version.h:22:104: note: ‘#pragma message: cl_version.h: CL_TARGET_OPENCL_VERSION is not defined. Defaulting to 300 (OpenCL 3.0)’
   22 | #pragma message("cl_version.h: CL_TARGET_OPENCL_VERSION is not defined. Defaulting to 300 (OpenCL 3.0)")
      |                                                                                                        ^
[283/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -DCV_OCL4DNN=1 -DENABLE_PLUGINS -DHAVE_PROTOBUF=1 -DOPENCV_DNN_EXTERNAL_PROTOBUF=1 -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/dnn -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/usr/include/CL -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wundef -Winit-self -Wpointer-arith -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-sign-compare -Wno-invalid-offsetof -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/dnn/CMakeFiles/opencv_dnn.dir/src/layers/matmul_layer.cpp.o -MF modules/dnn/CMakeFiles/opencv_dnn.dir/src/layers/matmul_layer.cpp.o.d -o modules/dnn/CMakeFiles/opencv_dnn.dir/src/layers/matmul_layer.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/layers/matmul_layer.cpp
[284/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -DCV_OCL4DNN=1 -DENABLE_PLUGINS -DHAVE_PROTOBUF=1 -DOPENCV_DNN_EXTERNAL_PROTOBUF=1 -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/dnn -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/usr/include/CL -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wundef -Winit-self -Wpointer-arith -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-sign-compare -Wno-invalid-offsetof -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/dnn/CMakeFiles/opencv_dnn.dir/src/layers/max_unpooling_layer.cpp.o -MF modules/dnn/CMakeFiles/opencv_dnn.dir/src/layers/max_unpooling_layer.cpp.o.d -o modules/dnn/CMakeFiles/opencv_dnn.dir/src/layers/max_unpooling_layer.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/layers/max_unpooling_layer.cpp
In file included from /usr/include/CL/cl.h:20,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include/opencv2/core/opencl/runtime/autogenerated/opencl_core.hpp:102,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include/opencv2/core/opencl/runtime/opencl_core.hpp:68,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/layers/../ocl4dnn/include/common.hpp:45,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/layers/../ocl4dnn/include/ocl4dnn.hpp:50,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/layers/layers_common.hpp:55,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/layers/max_unpooling_layer.cpp:13:
/usr/include/CL/cl_version.h:22:104: note: ‘#pragma message: cl_version.h: CL_TARGET_OPENCL_VERSION is not defined. Defaulting to 300 (OpenCL 3.0)’
   22 | #pragma message("cl_version.h: CL_TARGET_OPENCL_VERSION is not defined. Defaulting to 300 (OpenCL 3.0)")
      |                                                                                                        ^
[285/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -DCV_OCL4DNN=1 -DENABLE_PLUGINS -DHAVE_PROTOBUF=1 -DOPENCV_DNN_EXTERNAL_PROTOBUF=1 -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/dnn -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/usr/include/CL -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wundef -Winit-self -Wpointer-arith -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-sign-compare -Wno-invalid-offsetof -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/dnn/CMakeFiles/opencv_dnn.dir/src/layers/mvn_layer.cpp.o -MF modules/dnn/CMakeFiles/opencv_dnn.dir/src/layers/mvn_layer.cpp.o.d -o modules/dnn/CMakeFiles/opencv_dnn.dir/src/layers/mvn_layer.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/layers/mvn_layer.cpp
In file included from /usr/include/CL/cl.h:20,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include/opencv2/core/opencl/runtime/autogenerated/opencl_core.hpp:102,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include/opencv2/core/opencl/runtime/opencl_core.hpp:68,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/layers/../ocl4dnn/include/common.hpp:45,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/layers/../ocl4dnn/include/ocl4dnn.hpp:50,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/layers/layers_common.hpp:55,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/layers/mvn_layer.cpp:44:
/usr/include/CL/cl_version.h:22:104: note: ‘#pragma message: cl_version.h: CL_TARGET_OPENCL_VERSION is not defined. Defaulting to 300 (OpenCL 3.0)’
   22 | #pragma message("cl_version.h: CL_TARGET_OPENCL_VERSION is not defined. Defaulting to 300 (OpenCL 3.0)")
      |                                                                                                        ^
[286/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -DCV_OCL4DNN=1 -DENABLE_PLUGINS -DHAVE_PROTOBUF=1 -DOPENCV_DNN_EXTERNAL_PROTOBUF=1 -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/dnn -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/usr/include/CL -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wundef -Winit-self -Wpointer-arith -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-sign-compare -Wno-invalid-offsetof -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/dnn/CMakeFiles/opencv_dnn.dir/src/layers/normalize_bbox_layer.cpp.o -MF modules/dnn/CMakeFiles/opencv_dnn.dir/src/layers/normalize_bbox_layer.cpp.o.d -o modules/dnn/CMakeFiles/opencv_dnn.dir/src/layers/normalize_bbox_layer.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/layers/normalize_bbox_layer.cpp
In file included from /usr/include/CL/cl.h:20,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include/opencv2/core/opencl/runtime/autogenerated/opencl_core.hpp:102,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include/opencv2/core/opencl/runtime/opencl_core.hpp:68,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/layers/../ocl4dnn/include/common.hpp:45,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/layers/../ocl4dnn/include/ocl4dnn.hpp:50,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/layers/layers_common.hpp:55,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/layers/normalize_bbox_layer.cpp:44:
/usr/include/CL/cl_version.h:22:104: note: ‘#pragma message: cl_version.h: CL_TARGET_OPENCL_VERSION is not defined. Defaulting to 300 (OpenCL 3.0)’
   22 | #pragma message("cl_version.h: CL_TARGET_OPENCL_VERSION is not defined. Defaulting to 300 (OpenCL 3.0)")
      |                                                                                                        ^
[287/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -DCV_OCL4DNN=1 -DENABLE_PLUGINS -DHAVE_PROTOBUF=1 -DOPENCV_DNN_EXTERNAL_PROTOBUF=1 -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/dnn -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/usr/include/CL -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wundef -Winit-self -Wpointer-arith -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-sign-compare -Wno-invalid-offsetof -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/dnn/CMakeFiles/opencv_dnn.dir/src/layers/not_implemented_layer.cpp.o -MF modules/dnn/CMakeFiles/opencv_dnn.dir/src/layers/not_implemented_layer.cpp.o.d -o modules/dnn/CMakeFiles/opencv_dnn.dir/src/layers/not_implemented_layer.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/layers/not_implemented_layer.cpp
[288/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -DCV_OCL4DNN=1 -DENABLE_PLUGINS -DHAVE_PROTOBUF=1 -DOPENCV_DNN_EXTERNAL_PROTOBUF=1 -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/dnn -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/usr/include/CL -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wundef -Winit-self -Wpointer-arith -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-sign-compare -Wno-invalid-offsetof -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/dnn/CMakeFiles/opencv_dnn.dir/src/layers/padding_layer.cpp.o -MF modules/dnn/CMakeFiles/opencv_dnn.dir/src/layers/padding_layer.cpp.o.d -o modules/dnn/CMakeFiles/opencv_dnn.dir/src/layers/padding_layer.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/layers/padding_layer.cpp
In file included from /usr/include/CL/cl.h:20,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include/opencv2/core/opencl/runtime/autogenerated/opencl_core.hpp:102,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include/opencv2/core/opencl/runtime/opencl_core.hpp:68,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/layers/../ocl4dnn/include/common.hpp:45,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/layers/../ocl4dnn/include/ocl4dnn.hpp:50,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/layers/layers_common.hpp:55,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/layers/padding_layer.cpp:13:
/usr/include/CL/cl_version.h:22:104: note: ‘#pragma message: cl_version.h: CL_TARGET_OPENCL_VERSION is not defined. Defaulting to 300 (OpenCL 3.0)’
   22 | #pragma message("cl_version.h: CL_TARGET_OPENCL_VERSION is not defined. Defaulting to 300 (OpenCL 3.0)")
      |                                                                                                        ^
[289/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -DCV_OCL4DNN=1 -DENABLE_PLUGINS -DHAVE_PROTOBUF=1 -DOPENCV_DNN_EXTERNAL_PROTOBUF=1 -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/dnn -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/usr/include/CL -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wundef -Winit-self -Wpointer-arith -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-sign-compare -Wno-invalid-offsetof -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/dnn/CMakeFiles/opencv_dnn.dir/src/layers/nary_eltwise_layers.cpp.o -MF modules/dnn/CMakeFiles/opencv_dnn.dir/src/layers/nary_eltwise_layers.cpp.o.d -o modules/dnn/CMakeFiles/opencv_dnn.dir/src/layers/nary_eltwise_layers.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/layers/nary_eltwise_layers.cpp
In file included from /usr/include/CL/cl.h:20,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include/opencv2/core/opencl/runtime/autogenerated/opencl_core.hpp:102,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include/opencv2/core/opencl/runtime/opencl_core.hpp:68,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/layers/../ocl4dnn/include/common.hpp:45,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/layers/../ocl4dnn/include/ocl4dnn.hpp:50,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/layers/layers_common.hpp:55,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/layers/nary_eltwise_layers.cpp:6:
/usr/include/CL/cl_version.h:22:104: note: ‘#pragma message: cl_version.h: CL_TARGET_OPENCL_VERSION is not defined. Defaulting to 300 (OpenCL 3.0)’
   22 | #pragma message("cl_version.h: CL_TARGET_OPENCL_VERSION is not defined. Defaulting to 300 (OpenCL 3.0)")
      |                                                                                                        ^
[290/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -DCV_OCL4DNN=1 -DENABLE_PLUGINS -DHAVE_PROTOBUF=1 -DOPENCV_DNN_EXTERNAL_PROTOBUF=1 -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/dnn -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/usr/include/CL -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wundef -Winit-self -Wpointer-arith -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-sign-compare -Wno-invalid-offsetof -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/dnn/CMakeFiles/opencv_dnn.dir/src/layers/permute_layer.cpp.o -MF modules/dnn/CMakeFiles/opencv_dnn.dir/src/layers/permute_layer.cpp.o.d -o modules/dnn/CMakeFiles/opencv_dnn.dir/src/layers/permute_layer.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/layers/permute_layer.cpp
In file included from /usr/include/CL/cl.h:20,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include/opencv2/core/opencl/runtime/autogenerated/opencl_core.hpp:102,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include/opencv2/core/opencl/runtime/opencl_core.hpp:68,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/layers/../ocl4dnn/include/common.hpp:45,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/layers/../ocl4dnn/include/ocl4dnn.hpp:50,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/layers/layers_common.hpp:55,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/layers/permute_layer.cpp:44:
/usr/include/CL/cl_version.h:22:104: note: ‘#pragma message: cl_version.h: CL_TARGET_OPENCL_VERSION is not defined. Defaulting to 300 (OpenCL 3.0)’
   22 | #pragma message("cl_version.h: CL_TARGET_OPENCL_VERSION is not defined. Defaulting to 300 (OpenCL 3.0)")
      |                                                                                                        ^
[291/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -DCV_OCL4DNN=1 -DENABLE_PLUGINS -DHAVE_PROTOBUF=1 -DOPENCV_DNN_EXTERNAL_PROTOBUF=1 -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/dnn -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/usr/include/CL -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wundef -Winit-self -Wpointer-arith -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-sign-compare -Wno-invalid-offsetof -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/dnn/CMakeFiles/opencv_dnn.dir/src/layers/pooling_layer.cpp.o -MF modules/dnn/CMakeFiles/opencv_dnn.dir/src/layers/pooling_layer.cpp.o.d -o modules/dnn/CMakeFiles/opencv_dnn.dir/src/layers/pooling_layer.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/layers/pooling_layer.cpp
In file included from /usr/include/CL/cl.h:20,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include/opencv2/core/opencl/runtime/autogenerated/opencl_core.hpp:102,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include/opencv2/core/opencl/runtime/opencl_core.hpp:68,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/layers/../ocl4dnn/include/common.hpp:45,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/layers/../ocl4dnn/include/ocl4dnn.hpp:50,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/layers/layers_common.hpp:55,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/layers/pooling_layer.cpp:44:
/usr/include/CL/cl_version.h:22:104: note: ‘#pragma message: cl_version.h: CL_TARGET_OPENCL_VERSION is not defined. Defaulting to 300 (OpenCL 3.0)’
   22 | #pragma message("cl_version.h: CL_TARGET_OPENCL_VERSION is not defined. Defaulting to 300 (OpenCL 3.0)")
      |                                                                                                        ^
[292/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -DCV_OCL4DNN=1 -DENABLE_PLUGINS -DHAVE_PROTOBUF=1 -DOPENCV_DNN_EXTERNAL_PROTOBUF=1 -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/dnn -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/usr/include/CL -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wundef -Winit-self -Wpointer-arith -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-sign-compare -Wno-invalid-offsetof -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/dnn/CMakeFiles/opencv_dnn.dir/src/layers/prior_box_layer.cpp.o -MF modules/dnn/CMakeFiles/opencv_dnn.dir/src/layers/prior_box_layer.cpp.o.d -o modules/dnn/CMakeFiles/opencv_dnn.dir/src/layers/prior_box_layer.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/layers/prior_box_layer.cpp
In file included from /usr/include/CL/cl.h:20,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include/opencv2/core/opencl/runtime/autogenerated/opencl_core.hpp:102,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include/opencv2/core/opencl/runtime/opencl_core.hpp:68,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/layers/../ocl4dnn/include/common.hpp:45,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/layers/../ocl4dnn/include/ocl4dnn.hpp:50,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/layers/layers_common.hpp:55,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/layers/prior_box_layer.cpp:44:
/usr/include/CL/cl_version.h:22:104: note: ‘#pragma message: cl_version.h: CL_TARGET_OPENCL_VERSION is not defined. Defaulting to 300 (OpenCL 3.0)’
   22 | #pragma message("cl_version.h: CL_TARGET_OPENCL_VERSION is not defined. Defaulting to 300 (OpenCL 3.0)")
      |                                                                                                        ^
[293/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -DCV_OCL4DNN=1 -DENABLE_PLUGINS -DHAVE_PROTOBUF=1 -DOPENCV_DNN_EXTERNAL_PROTOBUF=1 -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/dnn -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/usr/include/CL -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wundef -Winit-self -Wpointer-arith -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-sign-compare -Wno-invalid-offsetof -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/dnn/CMakeFiles/opencv_dnn.dir/src/layers/proposal_layer.cpp.o -MF modules/dnn/CMakeFiles/opencv_dnn.dir/src/layers/proposal_layer.cpp.o.d -o modules/dnn/CMakeFiles/opencv_dnn.dir/src/layers/proposal_layer.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/layers/proposal_layer.cpp
In file included from /usr/include/CL/cl.h:20,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include/opencv2/core/opencl/runtime/autogenerated/opencl_core.hpp:102,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include/opencv2/core/opencl/runtime/opencl_core.hpp:68,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/layers/../ocl4dnn/include/common.hpp:45,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/layers/../ocl4dnn/include/ocl4dnn.hpp:50,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/layers/layers_common.hpp:55,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/layers/proposal_layer.cpp:8:
/usr/include/CL/cl_version.h:22:104: note: ‘#pragma message: cl_version.h: CL_TARGET_OPENCL_VERSION is not defined. Defaulting to 300 (OpenCL 3.0)’
   22 | #pragma message("cl_version.h: CL_TARGET_OPENCL_VERSION is not defined. Defaulting to 300 (OpenCL 3.0)")
      |                                                                                                        ^
[294/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -DCV_OCL4DNN=1 -DENABLE_PLUGINS -DHAVE_PROTOBUF=1 -DOPENCV_DNN_EXTERNAL_PROTOBUF=1 -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/dnn -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/usr/include/CL -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wundef -Winit-self -Wpointer-arith -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-sign-compare -Wno-invalid-offsetof -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/dnn/CMakeFiles/opencv_dnn.dir/src/layers/recurrent_layers.cpp.o -MF modules/dnn/CMakeFiles/opencv_dnn.dir/src/layers/recurrent_layers.cpp.o.d -o modules/dnn/CMakeFiles/opencv_dnn.dir/src/layers/recurrent_layers.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/layers/recurrent_layers.cpp
In file included from /usr/include/CL/cl.h:20,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include/opencv2/core/opencl/runtime/autogenerated/opencl_core.hpp:102,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include/opencv2/core/opencl/runtime/opencl_core.hpp:68,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/layers/../ocl4dnn/include/common.hpp:45,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/layers/../ocl4dnn/include/ocl4dnn.hpp:50,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/layers/layers_common.hpp:55,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/layers/recurrent_layers.cpp:53:
/usr/include/CL/cl_version.h:22:104: note: ‘#pragma message: cl_version.h: CL_TARGET_OPENCL_VERSION is not defined. Defaulting to 300 (OpenCL 3.0)’
   22 | #pragma message("cl_version.h: CL_TARGET_OPENCL_VERSION is not defined. Defaulting to 300 (OpenCL 3.0)")
      |                                                                                                        ^
[295/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -DCV_OCL4DNN=1 -DENABLE_PLUGINS -DHAVE_PROTOBUF=1 -DOPENCV_DNN_EXTERNAL_PROTOBUF=1 -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/dnn -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/usr/include/CL -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wundef -Winit-self -Wpointer-arith -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-sign-compare -Wno-invalid-offsetof -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/dnn/CMakeFiles/opencv_dnn.dir/src/layers/region_layer.cpp.o -MF modules/dnn/CMakeFiles/opencv_dnn.dir/src/layers/region_layer.cpp.o.d -o modules/dnn/CMakeFiles/opencv_dnn.dir/src/layers/region_layer.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/layers/region_layer.cpp
[296/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -DCV_OCL4DNN=1 -DENABLE_PLUGINS -DHAVE_PROTOBUF=1 -DOPENCV_DNN_EXTERNAL_PROTOBUF=1 -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/dnn -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/usr/include/CL -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wundef -Winit-self -Wpointer-arith -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-sign-compare -Wno-invalid-offsetof -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/dnn/CMakeFiles/opencv_dnn.dir/src/layers/reorg_layer.cpp.o -MF modules/dnn/CMakeFiles/opencv_dnn.dir/src/layers/reorg_layer.cpp.o.d -o modules/dnn/CMakeFiles/opencv_dnn.dir/src/layers/reorg_layer.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/layers/reorg_layer.cpp
[297/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -DCV_OCL4DNN=1 -DENABLE_PLUGINS -DHAVE_PROTOBUF=1 -DOPENCV_DNN_EXTERNAL_PROTOBUF=1 -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/dnn -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/usr/include/CL -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wundef -Winit-self -Wpointer-arith -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-sign-compare -Wno-invalid-offsetof -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/dnn/CMakeFiles/opencv_dnn.dir/src/layers/reshape_layer.cpp.o -MF modules/dnn/CMakeFiles/opencv_dnn.dir/src/layers/reshape_layer.cpp.o.d -o modules/dnn/CMakeFiles/opencv_dnn.dir/src/layers/reshape_layer.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/layers/reshape_layer.cpp
In file included from /usr/include/CL/cl.h:20,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include/opencv2/core/opencl/runtime/autogenerated/opencl_core.hpp:102,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include/opencv2/core/opencl/runtime/opencl_core.hpp:68,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/layers/../ocl4dnn/include/common.hpp:45,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/layers/../ocl4dnn/include/ocl4dnn.hpp:50,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/layers/layers_common.hpp:55,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/layers/reshape_layer.cpp:44:
/usr/include/CL/cl_version.h:22:104: note: ‘#pragma message: cl_version.h: CL_TARGET_OPENCL_VERSION is not defined. Defaulting to 300 (OpenCL 3.0)’
   22 | #pragma message("cl_version.h: CL_TARGET_OPENCL_VERSION is not defined. Defaulting to 300 (OpenCL 3.0)")
      |                                                                                                        ^
[298/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -DCV_OCL4DNN=1 -DENABLE_PLUGINS -DHAVE_PROTOBUF=1 -DOPENCV_DNN_EXTERNAL_PROTOBUF=1 -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/dnn -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/usr/include/CL -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wundef -Winit-self -Wpointer-arith -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-sign-compare -Wno-invalid-offsetof -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/dnn/CMakeFiles/opencv_dnn.dir/src/layers/resize_layer.cpp.o -MF modules/dnn/CMakeFiles/opencv_dnn.dir/src/layers/resize_layer.cpp.o.d -o modules/dnn/CMakeFiles/opencv_dnn.dir/src/layers/resize_layer.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/layers/resize_layer.cpp
In file included from /usr/include/CL/cl.h:20,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include/opencv2/core/opencl/runtime/autogenerated/opencl_core.hpp:102,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include/opencv2/core/opencl/runtime/opencl_core.hpp:68,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/layers/../ocl4dnn/include/common.hpp:45,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/layers/../ocl4dnn/include/ocl4dnn.hpp:50,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/layers/layers_common.hpp:55,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/layers/resize_layer.cpp:8:
/usr/include/CL/cl_version.h:22:104: note: ‘#pragma message: cl_version.h: CL_TARGET_OPENCL_VERSION is not defined. Defaulting to 300 (OpenCL 3.0)’
   22 | #pragma message("cl_version.h: CL_TARGET_OPENCL_VERSION is not defined. Defaulting to 300 (OpenCL 3.0)")
      |                                                                                                        ^
[299/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -DCV_OCL4DNN=1 -DENABLE_PLUGINS -DHAVE_PROTOBUF=1 -DOPENCV_DNN_EXTERNAL_PROTOBUF=1 -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/dnn -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/usr/include/CL -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wundef -Winit-self -Wpointer-arith -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-sign-compare -Wno-invalid-offsetof -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/dnn/CMakeFiles/opencv_dnn.dir/src/layers/reduce_layer.cpp.o -MF modules/dnn/CMakeFiles/opencv_dnn.dir/src/layers/reduce_layer.cpp.o.d -o modules/dnn/CMakeFiles/opencv_dnn.dir/src/layers/reduce_layer.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/layers/reduce_layer.cpp
[300/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -DCV_OCL4DNN=1 -DENABLE_PLUGINS -DHAVE_PROTOBUF=1 -DOPENCV_DNN_EXTERNAL_PROTOBUF=1 -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/dnn -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/usr/include/CL -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wundef -Winit-self -Wpointer-arith -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-sign-compare -Wno-invalid-offsetof -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/dnn/CMakeFiles/opencv_dnn.dir/src/layers/scale_layer.cpp.o -MF modules/dnn/CMakeFiles/opencv_dnn.dir/src/layers/scale_layer.cpp.o.d -o modules/dnn/CMakeFiles/opencv_dnn.dir/src/layers/scale_layer.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/layers/scale_layer.cpp
In file included from /usr/include/CL/cl.h:20,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include/opencv2/core/opencl/runtime/autogenerated/opencl_core.hpp:102,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include/opencv2/core/opencl/runtime/opencl_core.hpp:68,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/layers/../ocl4dnn/include/common.hpp:45,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/layers/../ocl4dnn/include/ocl4dnn.hpp:50,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/layers/layers_common.hpp:55,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/layers/scale_layer.cpp:13:
/usr/include/CL/cl_version.h:22:104: note: ‘#pragma message: cl_version.h: CL_TARGET_OPENCL_VERSION is not defined. Defaulting to 300 (OpenCL 3.0)’
   22 | #pragma message("cl_version.h: CL_TARGET_OPENCL_VERSION is not defined. Defaulting to 300 (OpenCL 3.0)")
      |                                                                                                        ^
[301/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -DCV_OCL4DNN=1 -DENABLE_PLUGINS -DHAVE_PROTOBUF=1 -DOPENCV_DNN_EXTERNAL_PROTOBUF=1 -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/dnn -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/usr/include/CL -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wundef -Winit-self -Wpointer-arith -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-sign-compare -Wno-invalid-offsetof -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/dnn/CMakeFiles/opencv_dnn.dir/src/layers/scatterND_layer.cpp.o -MF modules/dnn/CMakeFiles/opencv_dnn.dir/src/layers/scatterND_layer.cpp.o.d -o modules/dnn/CMakeFiles/opencv_dnn.dir/src/layers/scatterND_layer.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/layers/scatterND_layer.cpp
In file included from /usr/include/CL/cl.h:20,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include/opencv2/core/opencl/runtime/autogenerated/opencl_core.hpp:102,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include/opencv2/core/opencl/runtime/opencl_core.hpp:68,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/layers/../ocl4dnn/include/common.hpp:45,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/layers/../ocl4dnn/include/ocl4dnn.hpp:50,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/layers/layers_common.hpp:55,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/layers/scatterND_layer.cpp:8:
/usr/include/CL/cl_version.h:22:104: note: ‘#pragma message: cl_version.h: CL_TARGET_OPENCL_VERSION is not defined. Defaulting to 300 (OpenCL 3.0)’
   22 | #pragma message("cl_version.h: CL_TARGET_OPENCL_VERSION is not defined. Defaulting to 300 (OpenCL 3.0)")
      |                                                                                                        ^
[302/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -DCV_OCL4DNN=1 -DENABLE_PLUGINS -DHAVE_PROTOBUF=1 -DOPENCV_DNN_EXTERNAL_PROTOBUF=1 -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/dnn -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/usr/include/CL -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wundef -Winit-self -Wpointer-arith -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-sign-compare -Wno-invalid-offsetof -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/dnn/CMakeFiles/opencv_dnn.dir/src/layers/scatter_layer.cpp.o -MF modules/dnn/CMakeFiles/opencv_dnn.dir/src/layers/scatter_layer.cpp.o.d -o modules/dnn/CMakeFiles/opencv_dnn.dir/src/layers/scatter_layer.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/layers/scatter_layer.cpp
In file included from /usr/include/CL/cl.h:20,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include/opencv2/core/opencl/runtime/autogenerated/opencl_core.hpp:102,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include/opencv2/core/opencl/runtime/opencl_core.hpp:68,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/layers/../ocl4dnn/include/common.hpp:45,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/layers/../ocl4dnn/include/ocl4dnn.hpp:50,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/layers/layers_common.hpp:55,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/layers/scatter_layer.cpp:8:
/usr/include/CL/cl_version.h:22:104: note: ‘#pragma message: cl_version.h: CL_TARGET_OPENCL_VERSION is not defined. Defaulting to 300 (OpenCL 3.0)’
   22 | #pragma message("cl_version.h: CL_TARGET_OPENCL_VERSION is not defined. Defaulting to 300 (OpenCL 3.0)")
      |                                                                                                        ^
[303/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -DCV_OCL4DNN=1 -DENABLE_PLUGINS -DHAVE_PROTOBUF=1 -DOPENCV_DNN_EXTERNAL_PROTOBUF=1 -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/dnn -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/usr/include/CL -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wundef -Winit-self -Wpointer-arith -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-sign-compare -Wno-invalid-offsetof -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/dnn/CMakeFiles/opencv_dnn.dir/src/layers/shuffle_channel_layer.cpp.o -MF modules/dnn/CMakeFiles/opencv_dnn.dir/src/layers/shuffle_channel_layer.cpp.o.d -o modules/dnn/CMakeFiles/opencv_dnn.dir/src/layers/shuffle_channel_layer.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/layers/shuffle_channel_layer.cpp
[304/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -DCV_OCL4DNN=1 -DENABLE_PLUGINS -DHAVE_PROTOBUF=1 -DOPENCV_DNN_EXTERNAL_PROTOBUF=1 -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/dnn -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/usr/include/CL -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wundef -Winit-self -Wpointer-arith -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-sign-compare -Wno-invalid-offsetof -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/dnn/CMakeFiles/opencv_dnn.dir/src/layers/softmax_layer.cpp.o -MF modules/dnn/CMakeFiles/opencv_dnn.dir/src/layers/softmax_layer.cpp.o.d -o modules/dnn/CMakeFiles/opencv_dnn.dir/src/layers/softmax_layer.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/layers/softmax_layer.cpp
In file included from /usr/include/CL/cl.h:20,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include/opencv2/core/opencl/runtime/autogenerated/opencl_core.hpp:102,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include/opencv2/core/opencl/runtime/opencl_core.hpp:68,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/layers/../ocl4dnn/include/common.hpp:45,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/layers/../ocl4dnn/include/ocl4dnn.hpp:50,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/layers/layers_common.hpp:55,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/layers/softmax_layer.cpp:44:
/usr/include/CL/cl_version.h:22:104: note: ‘#pragma message: cl_version.h: CL_TARGET_OPENCL_VERSION is not defined. Defaulting to 300 (OpenCL 3.0)’
   22 | #pragma message("cl_version.h: CL_TARGET_OPENCL_VERSION is not defined. Defaulting to 300 (OpenCL 3.0)")
      |                                                                                                        ^
[305/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -DCV_OCL4DNN=1 -DENABLE_PLUGINS -DHAVE_PROTOBUF=1 -DOPENCV_DNN_EXTERNAL_PROTOBUF=1 -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/dnn -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/usr/include/CL -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wundef -Winit-self -Wpointer-arith -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-sign-compare -Wno-invalid-offsetof -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/dnn/CMakeFiles/opencv_dnn.dir/src/layers/split_layer.cpp.o -MF modules/dnn/CMakeFiles/opencv_dnn.dir/src/layers/split_layer.cpp.o.d -o modules/dnn/CMakeFiles/opencv_dnn.dir/src/layers/split_layer.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/layers/split_layer.cpp
In file included from /usr/include/CL/cl.h:20,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include/opencv2/core/opencl/runtime/autogenerated/opencl_core.hpp:102,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include/opencv2/core/opencl/runtime/opencl_core.hpp:68,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/layers/../ocl4dnn/include/common.hpp:45,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/layers/../ocl4dnn/include/ocl4dnn.hpp:50,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/layers/layers_common.hpp:55,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/layers/split_layer.cpp:45:
/usr/include/CL/cl_version.h:22:104: note: ‘#pragma message: cl_version.h: CL_TARGET_OPENCL_VERSION is not defined. Defaulting to 300 (OpenCL 3.0)’
   22 | #pragma message("cl_version.h: CL_TARGET_OPENCL_VERSION is not defined. Defaulting to 300 (OpenCL 3.0)")
      |                                                                                                        ^
[306/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -DCV_OCL4DNN=1 -DENABLE_PLUGINS -DHAVE_PROTOBUF=1 -DOPENCV_DNN_EXTERNAL_PROTOBUF=1 -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/dnn -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/usr/include/CL -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wundef -Winit-self -Wpointer-arith -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-sign-compare -Wno-invalid-offsetof -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/dnn/CMakeFiles/opencv_dnn.dir/src/layers/slice_layer.cpp.o -MF modules/dnn/CMakeFiles/opencv_dnn.dir/src/layers/slice_layer.cpp.o.d -o modules/dnn/CMakeFiles/opencv_dnn.dir/src/layers/slice_layer.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/layers/slice_layer.cpp
In file included from /usr/include/CL/cl.h:20,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include/opencv2/core/opencl/runtime/autogenerated/opencl_core.hpp:102,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include/opencv2/core/opencl/runtime/opencl_core.hpp:68,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/layers/../ocl4dnn/include/common.hpp:45,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/layers/../ocl4dnn/include/ocl4dnn.hpp:50,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/layers/layers_common.hpp:55,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/layers/slice_layer.cpp:49:
/usr/include/CL/cl_version.h:22:104: note: ‘#pragma message: cl_version.h: CL_TARGET_OPENCL_VERSION is not defined. Defaulting to 300 (OpenCL 3.0)’
   22 | #pragma message("cl_version.h: CL_TARGET_OPENCL_VERSION is not defined. Defaulting to 300 (OpenCL 3.0)")
      |                                                                                                        ^
[307/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -DCV_OCL4DNN=1 -DENABLE_PLUGINS -DHAVE_PROTOBUF=1 -DOPENCV_DNN_EXTERNAL_PROTOBUF=1 -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/dnn -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/usr/include/CL -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wundef -Winit-self -Wpointer-arith -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-sign-compare -Wno-invalid-offsetof -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/dnn/CMakeFiles/opencv_dnn.dir/src/layers/tile_layer.cpp.o -MF modules/dnn/CMakeFiles/opencv_dnn.dir/src/layers/tile_layer.cpp.o.d -o modules/dnn/CMakeFiles/opencv_dnn.dir/src/layers/tile_layer.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/layers/tile_layer.cpp
In file included from /usr/include/CL/cl.h:20,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include/opencv2/core/opencl/runtime/autogenerated/opencl_core.hpp:102,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include/opencv2/core/opencl/runtime/opencl_core.hpp:68,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/layers/../ocl4dnn/include/common.hpp:45,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/layers/../ocl4dnn/include/ocl4dnn.hpp:50,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/layers/layers_common.hpp:55,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/layers/tile_layer.cpp:6:
/usr/include/CL/cl_version.h:22:104: note: ‘#pragma message: cl_version.h: CL_TARGET_OPENCL_VERSION is not defined. Defaulting to 300 (OpenCL 3.0)’
   22 | #pragma message("cl_version.h: CL_TARGET_OPENCL_VERSION is not defined. Defaulting to 300 (OpenCL 3.0)")
      |                                                                                                        ^
[308/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -DCV_OCL4DNN=1 -DENABLE_PLUGINS -DHAVE_PROTOBUF=1 -DOPENCV_DNN_EXTERNAL_PROTOBUF=1 -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/dnn -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/usr/include/CL -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wundef -Winit-self -Wpointer-arith -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-sign-compare -Wno-invalid-offsetof -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/dnn/CMakeFiles/opencv_dnn.dir/src/legacy_backend.cpp.o -MF modules/dnn/CMakeFiles/opencv_dnn.dir/src/legacy_backend.cpp.o.d -o modules/dnn/CMakeFiles/opencv_dnn.dir/src/legacy_backend.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/legacy_backend.cpp
[309/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -DCV_OCL4DNN=1 -DENABLE_PLUGINS -DHAVE_PROTOBUF=1 -DOPENCV_DNN_EXTERNAL_PROTOBUF=1 -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/dnn -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/usr/include/CL -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wundef -Winit-self -Wpointer-arith -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-sign-compare -Wno-invalid-offsetof -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/dnn/CMakeFiles/opencv_dnn.dir/src/net.cpp.o -MF modules/dnn/CMakeFiles/opencv_dnn.dir/src/net.cpp.o.d -o modules/dnn/CMakeFiles/opencv_dnn.dir/src/net.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/net.cpp
[310/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -DCV_OCL4DNN=1 -DENABLE_PLUGINS -DHAVE_PROTOBUF=1 -DOPENCV_DNN_EXTERNAL_PROTOBUF=1 -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/dnn -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/usr/include/CL -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wundef -Winit-self -Wpointer-arith -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-sign-compare -Wno-invalid-offsetof -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/dnn/CMakeFiles/opencv_dnn.dir/src/net_cann.cpp.o -MF modules/dnn/CMakeFiles/opencv_dnn.dir/src/net_cann.cpp.o.d -o modules/dnn/CMakeFiles/opencv_dnn.dir/src/net_cann.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/net_cann.cpp
[311/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -DCV_OCL4DNN=1 -DENABLE_PLUGINS -DHAVE_PROTOBUF=1 -DOPENCV_DNN_EXTERNAL_PROTOBUF=1 -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/dnn -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/usr/include/CL -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wundef -Winit-self -Wpointer-arith -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-sign-compare -Wno-invalid-offsetof -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/dnn/CMakeFiles/opencv_dnn.dir/src/model.cpp.o -MF modules/dnn/CMakeFiles/opencv_dnn.dir/src/model.cpp.o.d -o modules/dnn/CMakeFiles/opencv_dnn.dir/src/model.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/model.cpp
[312/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -DCV_OCL4DNN=1 -DENABLE_PLUGINS -DHAVE_PROTOBUF=1 -DOPENCV_DNN_EXTERNAL_PROTOBUF=1 -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/dnn -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/usr/include/CL -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wundef -Winit-self -Wpointer-arith -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-sign-compare -Wno-invalid-offsetof -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/dnn/CMakeFiles/opencv_dnn.dir/src/net_impl_backend.cpp.o -MF modules/dnn/CMakeFiles/opencv_dnn.dir/src/net_impl_backend.cpp.o.d -o modules/dnn/CMakeFiles/opencv_dnn.dir/src/net_impl_backend.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/net_impl_backend.cpp
[313/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -DCV_OCL4DNN=1 -DENABLE_PLUGINS -DHAVE_PROTOBUF=1 -DOPENCV_DNN_EXTERNAL_PROTOBUF=1 -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/dnn -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/usr/include/CL -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wundef -Winit-self -Wpointer-arith -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-sign-compare -Wno-invalid-offsetof -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/dnn/CMakeFiles/opencv_dnn.dir/src/net_impl_fuse.cpp.o -MF modules/dnn/CMakeFiles/opencv_dnn.dir/src/net_impl_fuse.cpp.o.d -o modules/dnn/CMakeFiles/opencv_dnn.dir/src/net_impl_fuse.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/net_impl_fuse.cpp
[314/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -DCV_OCL4DNN=1 -DENABLE_PLUGINS -DHAVE_PROTOBUF=1 -DOPENCV_DNN_EXTERNAL_PROTOBUF=1 -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/dnn -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/usr/include/CL -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wundef -Winit-self -Wpointer-arith -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-sign-compare -Wno-invalid-offsetof -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/dnn/CMakeFiles/opencv_dnn.dir/src/net_openvino.cpp.o -MF modules/dnn/CMakeFiles/opencv_dnn.dir/src/net_openvino.cpp.o.d -o modules/dnn/CMakeFiles/opencv_dnn.dir/src/net_openvino.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/net_openvino.cpp
[315/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -DCV_OCL4DNN=1 -DENABLE_PLUGINS -DHAVE_PROTOBUF=1 -DOPENCV_DNN_EXTERNAL_PROTOBUF=1 -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/dnn -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/usr/include/CL -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wundef -Winit-self -Wpointer-arith -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-sign-compare -Wno-invalid-offsetof -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/dnn/CMakeFiles/opencv_dnn.dir/src/net_impl.cpp.o -MF modules/dnn/CMakeFiles/opencv_dnn.dir/src/net_impl.cpp.o.d -o modules/dnn/CMakeFiles/opencv_dnn.dir/src/net_impl.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/net_impl.cpp
[316/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -DCV_OCL4DNN=1 -DENABLE_PLUGINS -DHAVE_PROTOBUF=1 -DOPENCV_DNN_EXTERNAL_PROTOBUF=1 -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/dnn -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/usr/include/CL -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wundef -Winit-self -Wpointer-arith -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-sign-compare -Wno-invalid-offsetof -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/dnn/CMakeFiles/opencv_dnn.dir/src/nms.cpp.o -MF modules/dnn/CMakeFiles/opencv_dnn.dir/src/nms.cpp.o.d -o modules/dnn/CMakeFiles/opencv_dnn.dir/src/nms.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/nms.cpp
[317/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -DCV_OCL4DNN=1 -DENABLE_PLUGINS -DHAVE_PROTOBUF=1 -DOPENCV_DNN_EXTERNAL_PROTOBUF=1 -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/dnn -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/usr/include/CL -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wundef -Winit-self -Wpointer-arith -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-sign-compare -Wno-invalid-offsetof -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/dnn/CMakeFiles/opencv_dnn.dir/src/ocl4dnn/src/common.cpp.o -MF modules/dnn/CMakeFiles/opencv_dnn.dir/src/ocl4dnn/src/common.cpp.o.d -o modules/dnn/CMakeFiles/opencv_dnn.dir/src/ocl4dnn/src/common.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/ocl4dnn/src/common.cpp
In file included from /usr/include/CL/cl.h:20,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include/opencv2/core/opencl/runtime/autogenerated/opencl_core.hpp:102,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include/opencv2/core/opencl/runtime/opencl_core.hpp:68,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/ocl4dnn/src/../include/common.hpp:45,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/ocl4dnn/src/common.cpp:44:
/usr/include/CL/cl_version.h:22:104: note: ‘#pragma message: cl_version.h: CL_TARGET_OPENCL_VERSION is not defined. Defaulting to 300 (OpenCL 3.0)’
   22 | #pragma message("cl_version.h: CL_TARGET_OPENCL_VERSION is not defined. Defaulting to 300 (OpenCL 3.0)")
      |                                                                                                        ^
[318/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -DCV_OCL4DNN=1 -DENABLE_PLUGINS -DHAVE_PROTOBUF=1 -DOPENCV_DNN_EXTERNAL_PROTOBUF=1 -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/dnn -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/usr/include/CL -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wundef -Winit-self -Wpointer-arith -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-sign-compare -Wno-invalid-offsetof -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/dnn/CMakeFiles/opencv_dnn.dir/src/net_quantization.cpp.o -MF modules/dnn/CMakeFiles/opencv_dnn.dir/src/net_quantization.cpp.o.d -o modules/dnn/CMakeFiles/opencv_dnn.dir/src/net_quantization.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/net_quantization.cpp
[319/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -DCV_OCL4DNN=1 -DENABLE_PLUGINS -DHAVE_PROTOBUF=1 -DOPENCV_DNN_EXTERNAL_PROTOBUF=1 -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/dnn -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/usr/include/CL -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wundef -Winit-self -Wpointer-arith -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-sign-compare -Wno-invalid-offsetof -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/dnn/CMakeFiles/opencv_dnn.dir/src/ocl4dnn/src/math_functions.cpp.o -MF modules/dnn/CMakeFiles/opencv_dnn.dir/src/ocl4dnn/src/math_functions.cpp.o.d -o modules/dnn/CMakeFiles/opencv_dnn.dir/src/ocl4dnn/src/math_functions.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/ocl4dnn/src/math_functions.cpp
In file included from /usr/include/CL/cl.h:20,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include/opencv2/core/opencl/runtime/autogenerated/opencl_core.hpp:102,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include/opencv2/core/opencl/runtime/opencl_core.hpp:68,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/ocl4dnn/src/../include/common.hpp:45,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/ocl4dnn/src/math_functions.cpp:44:
/usr/include/CL/cl_version.h:22:104: note: ‘#pragma message: cl_version.h: CL_TARGET_OPENCL_VERSION is not defined. Defaulting to 300 (OpenCL 3.0)’
   22 | #pragma message("cl_version.h: CL_TARGET_OPENCL_VERSION is not defined. Defaulting to 300 (OpenCL 3.0)")
      |                                                                                                        ^
[320/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -DCV_OCL4DNN=1 -DENABLE_PLUGINS -DHAVE_PROTOBUF=1 -DOPENCV_DNN_EXTERNAL_PROTOBUF=1 -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/dnn -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/usr/include/CL -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wundef -Winit-self -Wpointer-arith -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-sign-compare -Wno-invalid-offsetof -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/dnn/CMakeFiles/opencv_dnn.dir/src/ocl4dnn/src/ocl4dnn_inner_product.cpp.o -MF modules/dnn/CMakeFiles/opencv_dnn.dir/src/ocl4dnn/src/ocl4dnn_inner_product.cpp.o.d -o modules/dnn/CMakeFiles/opencv_dnn.dir/src/ocl4dnn/src/ocl4dnn_inner_product.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/ocl4dnn/src/ocl4dnn_inner_product.cpp
In file included from /usr/include/CL/cl.h:20,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include/opencv2/core/opencl/runtime/autogenerated/opencl_core.hpp:102,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include/opencv2/core/opencl/runtime/opencl_core.hpp:68,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/ocl4dnn/src/../include/common.hpp:45,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/ocl4dnn/src/ocl4dnn_inner_product.cpp:44:
/usr/include/CL/cl_version.h:22:104: note: ‘#pragma message: cl_version.h: CL_TARGET_OPENCL_VERSION is not defined. Defaulting to 300 (OpenCL 3.0)’
   22 | #pragma message("cl_version.h: CL_TARGET_OPENCL_VERSION is not defined. Defaulting to 300 (OpenCL 3.0)")
      |                                                                                                        ^
[321/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -DCV_OCL4DNN=1 -DENABLE_PLUGINS -DHAVE_PROTOBUF=1 -DOPENCV_DNN_EXTERNAL_PROTOBUF=1 -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/dnn -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/usr/include/CL -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wundef -Winit-self -Wpointer-arith -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-sign-compare -Wno-invalid-offsetof -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/dnn/CMakeFiles/opencv_dnn.dir/src/ocl4dnn/src/ocl4dnn_lrn.cpp.o -MF modules/dnn/CMakeFiles/opencv_dnn.dir/src/ocl4dnn/src/ocl4dnn_lrn.cpp.o.d -o modules/dnn/CMakeFiles/opencv_dnn.dir/src/ocl4dnn/src/ocl4dnn_lrn.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/ocl4dnn/src/ocl4dnn_lrn.cpp
In file included from /usr/include/CL/cl.h:20,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include/opencv2/core/opencl/runtime/autogenerated/opencl_core.hpp:102,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include/opencv2/core/opencl/runtime/opencl_core.hpp:68,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/ocl4dnn/src/../include/common.hpp:45,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/ocl4dnn/src/ocl4dnn_lrn.cpp:44:
/usr/include/CL/cl_version.h:22:104: note: ‘#pragma message: cl_version.h: CL_TARGET_OPENCL_VERSION is not defined. Defaulting to 300 (OpenCL 3.0)’
   22 | #pragma message("cl_version.h: CL_TARGET_OPENCL_VERSION is not defined. Defaulting to 300 (OpenCL 3.0)")
      |                                                                                                        ^
[322/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -DCV_OCL4DNN=1 -DENABLE_PLUGINS -DHAVE_PROTOBUF=1 -DOPENCV_DNN_EXTERNAL_PROTOBUF=1 -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/dnn -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/usr/include/CL -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wundef -Winit-self -Wpointer-arith -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-sign-compare -Wno-invalid-offsetof -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/dnn/CMakeFiles/opencv_dnn.dir/src/ocl4dnn/src/ocl4dnn_conv_spatial.cpp.o -MF modules/dnn/CMakeFiles/opencv_dnn.dir/src/ocl4dnn/src/ocl4dnn_conv_spatial.cpp.o.d -o modules/dnn/CMakeFiles/opencv_dnn.dir/src/ocl4dnn/src/ocl4dnn_conv_spatial.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/ocl4dnn/src/ocl4dnn_conv_spatial.cpp
In file included from /usr/include/CL/cl.h:20,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include/opencv2/core/opencl/runtime/autogenerated/opencl_core.hpp:102,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include/opencv2/core/opencl/runtime/opencl_core.hpp:68,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/ocl4dnn/src/../include/common.hpp:45,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/ocl4dnn/src/ocl4dnn_conv_spatial.cpp:51:
/usr/include/CL/cl_version.h:22:104: note: ‘#pragma message: cl_version.h: CL_TARGET_OPENCL_VERSION is not defined. Defaulting to 300 (OpenCL 3.0)’
   22 | #pragma message("cl_version.h: CL_TARGET_OPENCL_VERSION is not defined. Defaulting to 300 (OpenCL 3.0)")
      |                                                                                                        ^
[323/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -DCV_OCL4DNN=1 -DENABLE_PLUGINS -DHAVE_PROTOBUF=1 -DOPENCV_DNN_EXTERNAL_PROTOBUF=1 -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/dnn -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/usr/include/CL -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wundef -Winit-self -Wpointer-arith -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-sign-compare -Wno-invalid-offsetof -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/dnn/CMakeFiles/opencv_dnn.dir/src/ocl4dnn/src/ocl4dnn_pool.cpp.o -MF modules/dnn/CMakeFiles/opencv_dnn.dir/src/ocl4dnn/src/ocl4dnn_pool.cpp.o.d -o modules/dnn/CMakeFiles/opencv_dnn.dir/src/ocl4dnn/src/ocl4dnn_pool.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/ocl4dnn/src/ocl4dnn_pool.cpp
In file included from /usr/include/CL/cl.h:20,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include/opencv2/core/opencl/runtime/autogenerated/opencl_core.hpp:102,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include/opencv2/core/opencl/runtime/opencl_core.hpp:68,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/ocl4dnn/src/../include/common.hpp:45,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/ocl4dnn/src/ocl4dnn_pool.cpp:45:
/usr/include/CL/cl_version.h:22:104: note: ‘#pragma message: cl_version.h: CL_TARGET_OPENCL_VERSION is not defined. Defaulting to 300 (OpenCL 3.0)’
   22 | #pragma message("cl_version.h: CL_TARGET_OPENCL_VERSION is not defined. Defaulting to 300 (OpenCL 3.0)")
      |                                                                                                        ^
[324/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -DCV_OCL4DNN=1 -DENABLE_PLUGINS -DHAVE_PROTOBUF=1 -DOPENCV_DNN_EXTERNAL_PROTOBUF=1 -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/dnn -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/usr/include/CL -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wundef -Winit-self -Wpointer-arith -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-sign-compare -Wno-invalid-offsetof -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/dnn/CMakeFiles/opencv_dnn.dir/src/ocl4dnn/src/ocl4dnn_softmax.cpp.o -MF modules/dnn/CMakeFiles/opencv_dnn.dir/src/ocl4dnn/src/ocl4dnn_softmax.cpp.o.d -o modules/dnn/CMakeFiles/opencv_dnn.dir/src/ocl4dnn/src/ocl4dnn_softmax.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/ocl4dnn/src/ocl4dnn_softmax.cpp
In file included from /usr/include/CL/cl.h:20,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include/opencv2/core/opencl/runtime/autogenerated/opencl_core.hpp:102,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include/opencv2/core/opencl/runtime/opencl_core.hpp:68,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/ocl4dnn/src/../include/common.hpp:45,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/ocl4dnn/src/ocl4dnn_softmax.cpp:44:
/usr/include/CL/cl_version.h:22:104: note: ‘#pragma message: cl_version.h: CL_TARGET_OPENCL_VERSION is not defined. Defaulting to 300 (OpenCL 3.0)’
   22 | #pragma message("cl_version.h: CL_TARGET_OPENCL_VERSION is not defined. Defaulting to 300 (OpenCL 3.0)")
      |                                                                                                        ^
[325/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -DCV_OCL4DNN=1 -DENABLE_PLUGINS -DHAVE_PROTOBUF=1 -DOPENCV_DNN_EXTERNAL_PROTOBUF=1 -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/dnn -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/usr/include/CL -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wundef -Winit-self -Wpointer-arith -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-sign-compare -Wno-invalid-offsetof -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/dnn/CMakeFiles/opencv_dnn.dir/src/onnx/onnx_graph_simplifier.cpp.o -MF modules/dnn/CMakeFiles/opencv_dnn.dir/src/onnx/onnx_graph_simplifier.cpp.o.d -o modules/dnn/CMakeFiles/opencv_dnn.dir/src/onnx/onnx_graph_simplifier.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/onnx/onnx_graph_simplifier.cpp
[326/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -DCV_OCL4DNN=1 -DENABLE_PLUGINS -DHAVE_PROTOBUF=1 -DOPENCV_DNN_EXTERNAL_PROTOBUF=1 -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/dnn -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/usr/include/CL -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wundef -Winit-self -Wpointer-arith -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-sign-compare -Wno-invalid-offsetof -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/dnn/CMakeFiles/opencv_dnn.dir/src/op_cann.cpp.o -MF modules/dnn/CMakeFiles/opencv_dnn.dir/src/op_cann.cpp.o.d -o modules/dnn/CMakeFiles/opencv_dnn.dir/src/op_cann.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/op_cann.cpp
[327/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -DCV_OCL4DNN=1 -DENABLE_PLUGINS -DHAVE_PROTOBUF=1 -DOPENCV_DNN_EXTERNAL_PROTOBUF=1 -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/dnn -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/usr/include/CL -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wundef -Winit-self -Wpointer-arith -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-sign-compare -Wno-invalid-offsetof -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/dnn/CMakeFiles/opencv_dnn.dir/src/op_cuda.cpp.o -MF modules/dnn/CMakeFiles/opencv_dnn.dir/src/op_cuda.cpp.o.d -o modules/dnn/CMakeFiles/opencv_dnn.dir/src/op_cuda.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/op_cuda.cpp
[328/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -DCV_OCL4DNN=1 -DENABLE_PLUGINS -DHAVE_PROTOBUF=1 -DOPENCV_DNN_EXTERNAL_PROTOBUF=1 -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/dnn -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/usr/include/CL -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wundef -Winit-self -Wpointer-arith -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-sign-compare -Wno-invalid-offsetof -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/dnn/CMakeFiles/opencv_dnn.dir/src/op_halide.cpp.o -MF modules/dnn/CMakeFiles/opencv_dnn.dir/src/op_halide.cpp.o.d -o modules/dnn/CMakeFiles/opencv_dnn.dir/src/op_halide.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/op_halide.cpp
[329/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -DCV_OCL4DNN=1 -DENABLE_PLUGINS -DHAVE_PROTOBUF=1 -DOPENCV_DNN_EXTERNAL_PROTOBUF=1 -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/dnn -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/usr/include/CL -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wundef -Winit-self -Wpointer-arith -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-sign-compare -Wno-invalid-offsetof -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/dnn/CMakeFiles/opencv_dnn.dir/src/op_inf_engine.cpp.o -MF modules/dnn/CMakeFiles/opencv_dnn.dir/src/op_inf_engine.cpp.o.d -o modules/dnn/CMakeFiles/opencv_dnn.dir/src/op_inf_engine.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/op_inf_engine.cpp
[330/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -DCV_OCL4DNN=1 -DENABLE_PLUGINS -DHAVE_PROTOBUF=1 -DOPENCV_DNN_EXTERNAL_PROTOBUF=1 -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/dnn -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/usr/include/CL -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wundef -Winit-self -Wpointer-arith -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-sign-compare -Wno-invalid-offsetof -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/dnn/CMakeFiles/opencv_dnn.dir/src/op_timvx.cpp.o -MF modules/dnn/CMakeFiles/opencv_dnn.dir/src/op_timvx.cpp.o.d -o modules/dnn/CMakeFiles/opencv_dnn.dir/src/op_timvx.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/op_timvx.cpp
[331/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -DCV_OCL4DNN=1 -DENABLE_PLUGINS -DHAVE_PROTOBUF=1 -DOPENCV_DNN_EXTERNAL_PROTOBUF=1 -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/dnn -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/usr/include/CL -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wundef -Winit-self -Wpointer-arith -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-sign-compare -Wno-invalid-offsetof -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/dnn/CMakeFiles/opencv_dnn.dir/src/op_vkcom.cpp.o -MF modules/dnn/CMakeFiles/opencv_dnn.dir/src/op_vkcom.cpp.o.d -o modules/dnn/CMakeFiles/opencv_dnn.dir/src/op_vkcom.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/op_vkcom.cpp
[332/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -DCV_OCL4DNN=1 -DENABLE_PLUGINS -DHAVE_PROTOBUF=1 -DOPENCV_DNN_EXTERNAL_PROTOBUF=1 -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/dnn -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/usr/include/CL -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wundef -Winit-self -Wpointer-arith -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-sign-compare -Wno-invalid-offsetof -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/dnn/CMakeFiles/opencv_dnn.dir/src/op_webnn.cpp.o -MF modules/dnn/CMakeFiles/opencv_dnn.dir/src/op_webnn.cpp.o.d -o modules/dnn/CMakeFiles/opencv_dnn.dir/src/op_webnn.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/op_webnn.cpp
[333/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -DCV_OCL4DNN=1 -DENABLE_PLUGINS -DHAVE_PROTOBUF=1 -DOPENCV_DNN_EXTERNAL_PROTOBUF=1 -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/dnn -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/usr/include/CL -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wundef -Winit-self -Wpointer-arith -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-sign-compare -Wno-invalid-offsetof -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/dnn/CMakeFiles/opencv_dnn.dir/src/onnx/onnx_importer.cpp.o -MF modules/dnn/CMakeFiles/opencv_dnn.dir/src/onnx/onnx_importer.cpp.o.d -o modules/dnn/CMakeFiles/opencv_dnn.dir/src/onnx/onnx_importer.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/onnx/onnx_importer.cpp
[334/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -DCV_OCL4DNN=1 -DENABLE_PLUGINS -DHAVE_PROTOBUF=1 -DOPENCV_DNN_EXTERNAL_PROTOBUF=1 -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/dnn -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/usr/include/CL -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wundef -Winit-self -Wpointer-arith -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-sign-compare -Wno-invalid-offsetof -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/dnn/CMakeFiles/opencv_dnn.dir/src/registry.cpp.o -MF modules/dnn/CMakeFiles/opencv_dnn.dir/src/registry.cpp.o.d -o modules/dnn/CMakeFiles/opencv_dnn.dir/src/registry.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/registry.cpp
[335/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -DCV_OCL4DNN=1 -DENABLE_PLUGINS -DHAVE_PROTOBUF=1 -DOPENCV_DNN_EXTERNAL_PROTOBUF=1 -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/dnn -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/usr/include/CL -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wundef -Winit-self -Wpointer-arith -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-sign-compare -Wno-invalid-offsetof -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/dnn/CMakeFiles/opencv_dnn.dir/src/tensorflow/tf_graph_simplifier.cpp.o -MF modules/dnn/CMakeFiles/opencv_dnn.dir/src/tensorflow/tf_graph_simplifier.cpp.o.d -o modules/dnn/CMakeFiles/opencv_dnn.dir/src/tensorflow/tf_graph_simplifier.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/tensorflow/tf_graph_simplifier.cpp
[336/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -DCV_OCL4DNN=1 -DENABLE_PLUGINS -DHAVE_PROTOBUF=1 -DOPENCV_DNN_EXTERNAL_PROTOBUF=1 -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/dnn -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/usr/include/CL -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wundef -Winit-self -Wpointer-arith -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-sign-compare -Wno-invalid-offsetof -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/dnn/CMakeFiles/opencv_dnn.dir/src/tensorflow/tf_io.cpp.o -MF modules/dnn/CMakeFiles/opencv_dnn.dir/src/tensorflow/tf_io.cpp.o.d -o modules/dnn/CMakeFiles/opencv_dnn.dir/src/tensorflow/tf_io.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/tensorflow/tf_io.cpp
[337/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -DCV_OCL4DNN=1 -DENABLE_PLUGINS -DHAVE_PROTOBUF=1 -DOPENCV_DNN_EXTERNAL_PROTOBUF=1 -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/dnn -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/usr/include/CL -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wundef -Winit-self -Wpointer-arith -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-sign-compare -Wno-invalid-offsetof -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/dnn/CMakeFiles/opencv_dnn.dir/src/tflite/tflite_importer.cpp.o -MF modules/dnn/CMakeFiles/opencv_dnn.dir/src/tflite/tflite_importer.cpp.o.d -o modules/dnn/CMakeFiles/opencv_dnn.dir/src/tflite/tflite_importer.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/tflite/tflite_importer.cpp
[338/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -DCV_OCL4DNN=1 -DENABLE_PLUGINS -DHAVE_PROTOBUF=1 -DOPENCV_DNN_EXTERNAL_PROTOBUF=1 -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/dnn -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/usr/include/CL -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wundef -Winit-self -Wpointer-arith -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-sign-compare -Wno-invalid-offsetof -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/dnn/CMakeFiles/opencv_dnn.dir/src/torch/THDiskFile.cpp.o -MF modules/dnn/CMakeFiles/opencv_dnn.dir/src/torch/THDiskFile.cpp.o.d -o modules/dnn/CMakeFiles/opencv_dnn.dir/src/torch/THDiskFile.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/torch/THDiskFile.cpp
[339/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -DCV_OCL4DNN=1 -DENABLE_PLUGINS -DHAVE_PROTOBUF=1 -DOPENCV_DNN_EXTERNAL_PROTOBUF=1 -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/dnn -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/usr/include/CL -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wundef -Winit-self -Wpointer-arith -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-sign-compare -Wno-invalid-offsetof -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/dnn/CMakeFiles/opencv_dnn.dir/src/torch/THFile.cpp.o -MF modules/dnn/CMakeFiles/opencv_dnn.dir/src/torch/THFile.cpp.o.d -o modules/dnn/CMakeFiles/opencv_dnn.dir/src/torch/THFile.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/torch/THFile.cpp
[340/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -DCV_OCL4DNN=1 -DENABLE_PLUGINS -DHAVE_PROTOBUF=1 -DOPENCV_DNN_EXTERNAL_PROTOBUF=1 -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/dnn -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/usr/include/CL -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wundef -Winit-self -Wpointer-arith -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-sign-compare -Wno-invalid-offsetof -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/dnn/CMakeFiles/opencv_dnn.dir/src/tensorflow/tf_importer.cpp.o -MF modules/dnn/CMakeFiles/opencv_dnn.dir/src/tensorflow/tf_importer.cpp.o.d -o modules/dnn/CMakeFiles/opencv_dnn.dir/src/tensorflow/tf_importer.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/tensorflow/tf_importer.cpp
[341/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -DCV_OCL4DNN=1 -DENABLE_PLUGINS -DHAVE_PROTOBUF=1 -DOPENCV_DNN_EXTERNAL_PROTOBUF=1 -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/dnn -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/usr/include/CL -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wundef -Winit-self -Wpointer-arith -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-sign-compare -Wno-invalid-offsetof -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/dnn/CMakeFiles/opencv_dnn.dir/src/torch/THGeneral.cpp.o -MF modules/dnn/CMakeFiles/opencv_dnn.dir/src/torch/THGeneral.cpp.o.d -o modules/dnn/CMakeFiles/opencv_dnn.dir/src/torch/THGeneral.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/torch/THGeneral.cpp
[342/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -DCV_OCL4DNN=1 -DENABLE_PLUGINS -DHAVE_PROTOBUF=1 -DOPENCV_DNN_EXTERNAL_PROTOBUF=1 -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/dnn -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/usr/include/CL -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wundef -Winit-self -Wpointer-arith -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-sign-compare -Wno-invalid-offsetof -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/dnn/CMakeFiles/opencv_dnn.dir/src/vkcom/shader/conv_1x1_fast_spv.cpp.o -MF modules/dnn/CMakeFiles/opencv_dnn.dir/src/vkcom/shader/conv_1x1_fast_spv.cpp.o.d -o modules/dnn/CMakeFiles/opencv_dnn.dir/src/vkcom/shader/conv_1x1_fast_spv.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/vkcom/shader/conv_1x1_fast_spv.cpp
[343/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -DCV_OCL4DNN=1 -DENABLE_PLUGINS -DHAVE_PROTOBUF=1 -DOPENCV_DNN_EXTERNAL_PROTOBUF=1 -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/dnn -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/usr/include/CL -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wundef -Winit-self -Wpointer-arith -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-sign-compare -Wno-invalid-offsetof -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/dnn/CMakeFiles/opencv_dnn.dir/src/vkcom/shader/conv_depthwise_3x3_spv.cpp.o -MF modules/dnn/CMakeFiles/opencv_dnn.dir/src/vkcom/shader/conv_depthwise_3x3_spv.cpp.o.d -o modules/dnn/CMakeFiles/opencv_dnn.dir/src/vkcom/shader/conv_depthwise_3x3_spv.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/vkcom/shader/conv_depthwise_3x3_spv.cpp
[344/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -DCV_OCL4DNN=1 -DENABLE_PLUGINS -DHAVE_PROTOBUF=1 -DOPENCV_DNN_EXTERNAL_PROTOBUF=1 -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/dnn -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/usr/include/CL -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wundef -Winit-self -Wpointer-arith -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-sign-compare -Wno-invalid-offsetof -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/dnn/CMakeFiles/opencv_dnn.dir/src/vkcom/shader/conv_depthwise_spv.cpp.o -MF modules/dnn/CMakeFiles/opencv_dnn.dir/src/vkcom/shader/conv_depthwise_spv.cpp.o.d -o modules/dnn/CMakeFiles/opencv_dnn.dir/src/vkcom/shader/conv_depthwise_spv.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/vkcom/shader/conv_depthwise_spv.cpp
[345/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -DCV_OCL4DNN=1 -DENABLE_PLUGINS -DHAVE_PROTOBUF=1 -DOPENCV_DNN_EXTERNAL_PROTOBUF=1 -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/dnn -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/usr/include/CL -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wundef -Winit-self -Wpointer-arith -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-sign-compare -Wno-invalid-offsetof -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/dnn/CMakeFiles/opencv_dnn.dir/src/vkcom/shader/conv_implicit_gemm_spv.cpp.o -MF modules/dnn/CMakeFiles/opencv_dnn.dir/src/vkcom/shader/conv_implicit_gemm_spv.cpp.o.d -o modules/dnn/CMakeFiles/opencv_dnn.dir/src/vkcom/shader/conv_implicit_gemm_spv.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/vkcom/shader/conv_implicit_gemm_spv.cpp
[346/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -DCV_OCL4DNN=1 -DENABLE_PLUGINS -DHAVE_PROTOBUF=1 -DOPENCV_DNN_EXTERNAL_PROTOBUF=1 -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/dnn -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/usr/include/CL -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wundef -Winit-self -Wpointer-arith -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-sign-compare -Wno-invalid-offsetof -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/dnn/CMakeFiles/opencv_dnn.dir/src/vkcom/shader/gemm_spv.cpp.o -MF modules/dnn/CMakeFiles/opencv_dnn.dir/src/vkcom/shader/gemm_spv.cpp.o.d -o modules/dnn/CMakeFiles/opencv_dnn.dir/src/vkcom/shader/gemm_spv.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/vkcom/shader/gemm_spv.cpp
[347/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -DCV_OCL4DNN=1 -DENABLE_PLUGINS -DHAVE_PROTOBUF=1 -DOPENCV_DNN_EXTERNAL_PROTOBUF=1 -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/dnn -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/usr/include/CL -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wundef -Winit-self -Wpointer-arith -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-sign-compare -Wno-invalid-offsetof -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/dnn/CMakeFiles/opencv_dnn.dir/src/torch/torch_importer.cpp.o -MF modules/dnn/CMakeFiles/opencv_dnn.dir/src/torch/torch_importer.cpp.o.d -o modules/dnn/CMakeFiles/opencv_dnn.dir/src/torch/torch_importer.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/torch/torch_importer.cpp
[348/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -DCV_OCL4DNN=1 -DENABLE_PLUGINS -DHAVE_PROTOBUF=1 -DOPENCV_DNN_EXTERNAL_PROTOBUF=1 -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/dnn -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/usr/include/CL -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wundef -Winit-self -Wpointer-arith -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-sign-compare -Wno-invalid-offsetof -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/dnn/CMakeFiles/opencv_dnn.dir/src/vkcom/shader/nary_eltwise_binary_forward_spv.cpp.o -MF modules/dnn/CMakeFiles/opencv_dnn.dir/src/vkcom/shader/nary_eltwise_binary_forward_spv.cpp.o.d -o modules/dnn/CMakeFiles/opencv_dnn.dir/src/vkcom/shader/nary_eltwise_binary_forward_spv.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/vkcom/shader/nary_eltwise_binary_forward_spv.cpp
[349/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -DCV_OCL4DNN=1 -DENABLE_PLUGINS -DHAVE_PROTOBUF=1 -DOPENCV_DNN_EXTERNAL_PROTOBUF=1 -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/dnn -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/usr/include/CL -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wundef -Winit-self -Wpointer-arith -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-sign-compare -Wno-invalid-offsetof -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/dnn/CMakeFiles/opencv_dnn.dir/src/vkcom/shader/spv_shader.cpp.o -MF modules/dnn/CMakeFiles/opencv_dnn.dir/src/vkcom/shader/spv_shader.cpp.o.d -o modules/dnn/CMakeFiles/opencv_dnn.dir/src/vkcom/shader/spv_shader.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/vkcom/shader/spv_shader.cpp
[350/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -DCV_OCL4DNN=1 -DENABLE_PLUGINS -DHAVE_PROTOBUF=1 -DOPENCV_DNN_EXTERNAL_PROTOBUF=1 -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/dnn -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/usr/include/CL -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wundef -Winit-self -Wpointer-arith -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-sign-compare -Wno-invalid-offsetof -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/dnn/CMakeFiles/opencv_dnn.dir/src/vkcom/src/buffer.cpp.o -MF modules/dnn/CMakeFiles/opencv_dnn.dir/src/vkcom/src/buffer.cpp.o.d -o modules/dnn/CMakeFiles/opencv_dnn.dir/src/vkcom/src/buffer.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/vkcom/src/buffer.cpp
[351/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -DCV_OCL4DNN=1 -DENABLE_PLUGINS -DHAVE_PROTOBUF=1 -DOPENCV_DNN_EXTERNAL_PROTOBUF=1 -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/dnn -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/usr/include/CL -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wundef -Winit-self -Wpointer-arith -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-sign-compare -Wno-invalid-offsetof -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/dnn/CMakeFiles/opencv_dnn.dir/src/vkcom/src/command.cpp.o -MF modules/dnn/CMakeFiles/opencv_dnn.dir/src/vkcom/src/command.cpp.o.d -o modules/dnn/CMakeFiles/opencv_dnn.dir/src/vkcom/src/command.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/vkcom/src/command.cpp
[352/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -DCV_OCL4DNN=1 -DENABLE_PLUGINS -DHAVE_PROTOBUF=1 -DOPENCV_DNN_EXTERNAL_PROTOBUF=1 -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/dnn -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/usr/include/CL -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wundef -Winit-self -Wpointer-arith -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-sign-compare -Wno-invalid-offsetof -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/dnn/CMakeFiles/opencv_dnn.dir/src/vkcom/src/context.cpp.o -MF modules/dnn/CMakeFiles/opencv_dnn.dir/src/vkcom/src/context.cpp.o.d -o modules/dnn/CMakeFiles/opencv_dnn.dir/src/vkcom/src/context.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/vkcom/src/context.cpp
[353/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -DCV_OCL4DNN=1 -DENABLE_PLUGINS -DHAVE_PROTOBUF=1 -DOPENCV_DNN_EXTERNAL_PROTOBUF=1 -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/dnn -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/usr/include/CL -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wundef -Winit-self -Wpointer-arith -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-sign-compare -Wno-invalid-offsetof -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/dnn/CMakeFiles/opencv_dnn.dir/src/vkcom/src/fence.cpp.o -MF modules/dnn/CMakeFiles/opencv_dnn.dir/src/vkcom/src/fence.cpp.o.d -o modules/dnn/CMakeFiles/opencv_dnn.dir/src/vkcom/src/fence.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/vkcom/src/fence.cpp
[354/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -DCV_OCL4DNN=1 -DENABLE_PLUGINS -DHAVE_PROTOBUF=1 -DOPENCV_DNN_EXTERNAL_PROTOBUF=1 -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/dnn -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/usr/include/CL -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wundef -Winit-self -Wpointer-arith -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-sign-compare -Wno-invalid-offsetof -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/dnn/CMakeFiles/opencv_dnn.dir/src/vkcom/src/internal.cpp.o -MF modules/dnn/CMakeFiles/opencv_dnn.dir/src/vkcom/src/internal.cpp.o.d -o modules/dnn/CMakeFiles/opencv_dnn.dir/src/vkcom/src/internal.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/vkcom/src/internal.cpp
[355/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -DCV_OCL4DNN=1 -DENABLE_PLUGINS -DHAVE_PROTOBUF=1 -DOPENCV_DNN_EXTERNAL_PROTOBUF=1 -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/dnn -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/usr/include/CL -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wundef -Winit-self -Wpointer-arith -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-sign-compare -Wno-invalid-offsetof -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/dnn/CMakeFiles/opencv_dnn.dir/src/vkcom/src/op_base.cpp.o -MF modules/dnn/CMakeFiles/opencv_dnn.dir/src/vkcom/src/op_base.cpp.o.d -o modules/dnn/CMakeFiles/opencv_dnn.dir/src/vkcom/src/op_base.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/vkcom/src/op_base.cpp
[356/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -DCV_OCL4DNN=1 -DENABLE_PLUGINS -DHAVE_PROTOBUF=1 -DOPENCV_DNN_EXTERNAL_PROTOBUF=1 -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/dnn -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/usr/include/CL -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wundef -Winit-self -Wpointer-arith -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-sign-compare -Wno-invalid-offsetof -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/dnn/CMakeFiles/opencv_dnn.dir/src/vkcom/src/op_conv.cpp.o -MF modules/dnn/CMakeFiles/opencv_dnn.dir/src/vkcom/src/op_conv.cpp.o.d -o modules/dnn/CMakeFiles/opencv_dnn.dir/src/vkcom/src/op_conv.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/vkcom/src/op_conv.cpp
[357/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -DCV_OCL4DNN=1 -DENABLE_PLUGINS -DHAVE_PROTOBUF=1 -DOPENCV_DNN_EXTERNAL_PROTOBUF=1 -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/dnn -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/usr/include/CL -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wundef -Winit-self -Wpointer-arith -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-sign-compare -Wno-invalid-offsetof -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/dnn/CMakeFiles/opencv_dnn.dir/src/vkcom/src/op_matmul.cpp.o -MF modules/dnn/CMakeFiles/opencv_dnn.dir/src/vkcom/src/op_matmul.cpp.o.d -o modules/dnn/CMakeFiles/opencv_dnn.dir/src/vkcom/src/op_matmul.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/vkcom/src/op_matmul.cpp
[358/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -DCV_OCL4DNN=1 -DENABLE_PLUGINS -DHAVE_PROTOBUF=1 -DOPENCV_DNN_EXTERNAL_PROTOBUF=1 -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/dnn -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/usr/include/CL -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wundef -Winit-self -Wpointer-arith -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-sign-compare -Wno-invalid-offsetof -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/dnn/CMakeFiles/opencv_dnn.dir/src/vkcom/src/op_naryEltwise.cpp.o -MF modules/dnn/CMakeFiles/opencv_dnn.dir/src/vkcom/src/op_naryEltwise.cpp.o.d -o modules/dnn/CMakeFiles/opencv_dnn.dir/src/vkcom/src/op_naryEltwise.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/vkcom/src/op_naryEltwise.cpp
[359/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -DCV_OCL4DNN=1 -DENABLE_PLUGINS -DHAVE_PROTOBUF=1 -DOPENCV_DNN_EXTERNAL_PROTOBUF=1 -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/dnn -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/usr/include/CL -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wundef -Winit-self -Wpointer-arith -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-sign-compare -Wno-invalid-offsetof -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/dnn/CMakeFiles/opencv_dnn.dir/src/vkcom/src/pipeline.cpp.o -MF modules/dnn/CMakeFiles/opencv_dnn.dir/src/vkcom/src/pipeline.cpp.o.d -o modules/dnn/CMakeFiles/opencv_dnn.dir/src/vkcom/src/pipeline.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/vkcom/src/pipeline.cpp
[360/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -DCV_OCL4DNN=1 -DENABLE_PLUGINS -DHAVE_PROTOBUF=1 -DOPENCV_DNN_EXTERNAL_PROTOBUF=1 -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/dnn -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/usr/include/CL -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wundef -Winit-self -Wpointer-arith -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-sign-compare -Wno-invalid-offsetof -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/dnn/CMakeFiles/opencv_dnn.dir/src/vkcom/src/tensor.cpp.o -MF modules/dnn/CMakeFiles/opencv_dnn.dir/src/vkcom/src/tensor.cpp.o.d -o modules/dnn/CMakeFiles/opencv_dnn.dir/src/vkcom/src/tensor.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/vkcom/src/tensor.cpp
[361/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -DCV_OCL4DNN=1 -DENABLE_PLUGINS -DHAVE_PROTOBUF=1 -DOPENCV_DNN_EXTERNAL_PROTOBUF=1 -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/dnn -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/usr/include/CL -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wundef -Winit-self -Wpointer-arith -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-sign-compare -Wno-invalid-offsetof -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/dnn/CMakeFiles/opencv_dnn.dir/src/vkcom/vulkan/vk_functions.cpp.o -MF modules/dnn/CMakeFiles/opencv_dnn.dir/src/vkcom/vulkan/vk_functions.cpp.o.d -o modules/dnn/CMakeFiles/opencv_dnn.dir/src/vkcom/vulkan/vk_functions.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/vkcom/vulkan/vk_functions.cpp
[362/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -DCV_OCL4DNN=1 -DENABLE_PLUGINS -DHAVE_PROTOBUF=1 -DOPENCV_DNN_EXTERNAL_PROTOBUF=1 -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/dnn -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/usr/include/CL -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wundef -Winit-self -Wpointer-arith -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-sign-compare -Wno-invalid-offsetof -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/dnn/CMakeFiles/opencv_dnn.dir/src/vkcom/vulkan/vk_loader.cpp.o -MF modules/dnn/CMakeFiles/opencv_dnn.dir/src/vkcom/vulkan/vk_loader.cpp.o.d -o modules/dnn/CMakeFiles/opencv_dnn.dir/src/vkcom/vulkan/vk_loader.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/vkcom/vulkan/vk_loader.cpp
[363/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -DCV_OCL4DNN=1 -DENABLE_PLUGINS -DHAVE_PROTOBUF=1 -DOPENCV_DNN_EXTERNAL_PROTOBUF=1 -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/dnn -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/usr/include/CL -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wundef -Winit-self -Wpointer-arith -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-sign-compare -Wno-invalid-offsetof -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/dnn/CMakeFiles/opencv_dnn.dir/opencl_kernels_dnn.cpp.o -MF modules/dnn/CMakeFiles/opencv_dnn.dir/opencl_kernels_dnn.cpp.o.d -o modules/dnn/CMakeFiles/opencv_dnn.dir/opencl_kernels_dnn.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/dnn/opencl_kernels_dnn.cpp
[364/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -DCV_OCL4DNN=1 -DENABLE_PLUGINS -DHAVE_PROTOBUF=1 -DOPENCV_DNN_EXTERNAL_PROTOBUF=1 -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DCV_CPU_DISPATCH_MODE=NEON -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/dnn -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/usr/include/CL -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wundef -Winit-self -Wpointer-arith -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-sign-compare -Wno-invalid-offsetof -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/dnn/CMakeFiles/opencv_dnn.dir/src/layers/cpu_kernels/conv_winograd_f63.neon.cpp.o -MF modules/dnn/CMakeFiles/opencv_dnn.dir/src/layers/cpu_kernels/conv_winograd_f63.neon.cpp.o.d -o modules/dnn/CMakeFiles/opencv_dnn.dir/src/layers/cpu_kernels/conv_winograd_f63.neon.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/src/layers/cpu_kernels/conv_winograd_f63.neon.cpp
[365/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -DCV_OCL4DNN=1 -DENABLE_PLUGINS -DHAVE_PROTOBUF=1 -DOPENCV_DNN_EXTERNAL_PROTOBUF=1 -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DCV_CPU_DISPATCH_MODE=NEON -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/dnn -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/usr/include/CL -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wundef -Winit-self -Wpointer-arith -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-sign-compare -Wno-invalid-offsetof -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/dnn/CMakeFiles/opencv_dnn.dir/layers/cpu_kernels/conv_block.neon.cpp.o -MF modules/dnn/CMakeFiles/opencv_dnn.dir/layers/cpu_kernels/conv_block.neon.cpp.o.d -o modules/dnn/CMakeFiles/opencv_dnn.dir/layers/cpu_kernels/conv_block.neon.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/dnn/layers/cpu_kernels/conv_block.neon.cpp
[366/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -DCV_OCL4DNN=1 -DENABLE_PLUGINS -DHAVE_PROTOBUF=1 -DOPENCV_DNN_EXTERNAL_PROTOBUF=1 -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DCV_CPU_DISPATCH_MODE=NEON -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/dnn -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/usr/include/CL -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wundef -Winit-self -Wpointer-arith -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-sign-compare -Wno-invalid-offsetof -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/dnn/CMakeFiles/opencv_dnn.dir/layers/cpu_kernels/fast_gemm_kernels.neon.cpp.o -MF modules/dnn/CMakeFiles/opencv_dnn.dir/layers/cpu_kernels/fast_gemm_kernels.neon.cpp.o.d -o modules/dnn/CMakeFiles/opencv_dnn.dir/layers/cpu_kernels/fast_gemm_kernels.neon.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/dnn/layers/cpu_kernels/fast_gemm_kernels.neon.cpp
[367/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -DCV_OCL4DNN=1 -DENABLE_PLUGINS -DHAVE_PROTOBUF=1 -DOPENCV_DNN_EXTERNAL_PROTOBUF=1 -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DCV_CPU_COMPILE_NEON_FP16=1 -DCV_CPU_DISPATCH_MODE=NEON_FP16 -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/dnn -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/usr/include/CL -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wundef -Winit-self -Wpointer-arith -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-sign-compare -Wno-invalid-offsetof -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC  -march=armv8.2-a+fp16 -MD -MT modules/dnn/CMakeFiles/opencv_dnn.dir/layers/cpu_kernels/conv_block.neon_fp16.cpp.o -MF modules/dnn/CMakeFiles/opencv_dnn.dir/layers/cpu_kernels/conv_block.neon_fp16.cpp.o.d -o modules/dnn/CMakeFiles/opencv_dnn.dir/layers/cpu_kernels/conv_block.neon_fp16.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/dnn/layers/cpu_kernels/conv_block.neon_fp16.cpp
[368/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -DCV_OCL4DNN=1 -DENABLE_PLUGINS -DHAVE_PROTOBUF=1 -DOPENCV_DNN_EXTERNAL_PROTOBUF=1 -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DCV_CPU_COMPILE_NEON_FP16=1 -DCV_CPU_DISPATCH_MODE=NEON_FP16 -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/dnn -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/usr/include/CL -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wundef -Winit-self -Wpointer-arith -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-sign-compare -Wno-invalid-offsetof -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC  -march=armv8.2-a+fp16 -MD -MT modules/dnn/CMakeFiles/opencv_dnn.dir/layers/cpu_kernels/conv_winograd_f63.neon_fp16.cpp.o -MF modules/dnn/CMakeFiles/opencv_dnn.dir/layers/cpu_kernels/conv_winograd_f63.neon_fp16.cpp.o.d -o modules/dnn/CMakeFiles/opencv_dnn.dir/layers/cpu_kernels/conv_winograd_f63.neon_fp16.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/dnn/layers/cpu_kernels/conv_winograd_f63.neon_fp16.cpp
[369/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/calib3d/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/calib3d -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/flann/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/features2d/include -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/calib3d/CMakeFiles/opencv_calib3d.dir/src/ap3p.cpp.o -MF modules/calib3d/CMakeFiles/opencv_calib3d.dir/src/ap3p.cpp.o.d -o modules/calib3d/CMakeFiles/opencv_calib3d.dir/src/ap3p.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/calib3d/src/ap3p.cpp
[370/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/calib3d/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/calib3d -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/flann/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/features2d/include -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/calib3d/CMakeFiles/opencv_calib3d.dir/src/calibration.cpp.o -MF modules/calib3d/CMakeFiles/opencv_calib3d.dir/src/calibration.cpp.o.d -o modules/calib3d/CMakeFiles/opencv_calib3d.dir/src/calibration.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/calib3d/src/calibration.cpp
[371/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/calib3d/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/calib3d -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/flann/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/features2d/include -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/calib3d/CMakeFiles/opencv_calib3d.dir/src/calibinit.cpp.o -MF modules/calib3d/CMakeFiles/opencv_calib3d.dir/src/calibinit.cpp.o.d -o modules/calib3d/CMakeFiles/opencv_calib3d.dir/src/calibinit.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/calib3d/src/calibinit.cpp
[372/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/calib3d/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/calib3d -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/flann/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/features2d/include -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/calib3d/CMakeFiles/opencv_calib3d.dir/src/checkchessboard.cpp.o -MF modules/calib3d/CMakeFiles/opencv_calib3d.dir/src/checkchessboard.cpp.o.d -o modules/calib3d/CMakeFiles/opencv_calib3d.dir/src/checkchessboard.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/calib3d/src/checkchessboard.cpp
[373/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/calib3d/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/calib3d -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/flann/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/features2d/include -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/calib3d/CMakeFiles/opencv_calib3d.dir/src/calibration_handeye.cpp.o -MF modules/calib3d/CMakeFiles/opencv_calib3d.dir/src/calibration_handeye.cpp.o.d -o modules/calib3d/CMakeFiles/opencv_calib3d.dir/src/calibration_handeye.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/calib3d/src/calibration_handeye.cpp
[374/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/calib3d/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/calib3d -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/flann/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/features2d/include -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/calib3d/CMakeFiles/opencv_calib3d.dir/src/circlesgrid.cpp.o -MF modules/calib3d/CMakeFiles/opencv_calib3d.dir/src/circlesgrid.cpp.o.d -o modules/calib3d/CMakeFiles/opencv_calib3d.dir/src/circlesgrid.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/calib3d/src/circlesgrid.cpp
[375/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/calib3d/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/calib3d -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/flann/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/features2d/include -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/calib3d/CMakeFiles/opencv_calib3d.dir/src/compat_ptsetreg.cpp.o -MF modules/calib3d/CMakeFiles/opencv_calib3d.dir/src/compat_ptsetreg.cpp.o.d -o modules/calib3d/CMakeFiles/opencv_calib3d.dir/src/compat_ptsetreg.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/calib3d/src/compat_ptsetreg.cpp
[376/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/calib3d/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/calib3d -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/flann/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/features2d/include -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/calib3d/CMakeFiles/opencv_calib3d.dir/src/chessboard.cpp.o -MF modules/calib3d/CMakeFiles/opencv_calib3d.dir/src/chessboard.cpp.o.d -o modules/calib3d/CMakeFiles/opencv_calib3d.dir/src/chessboard.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/calib3d/src/chessboard.cpp
[377/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/calib3d/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/calib3d -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/flann/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/features2d/include -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/calib3d/CMakeFiles/opencv_calib3d.dir/src/epnp.cpp.o -MF modules/calib3d/CMakeFiles/opencv_calib3d.dir/src/epnp.cpp.o.d -o modules/calib3d/CMakeFiles/opencv_calib3d.dir/src/epnp.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/calib3d/src/epnp.cpp
[378/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/calib3d/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/calib3d -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/flann/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/features2d/include -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/calib3d/CMakeFiles/opencv_calib3d.dir/src/fisheye.cpp.o -MF modules/calib3d/CMakeFiles/opencv_calib3d.dir/src/fisheye.cpp.o.d -o modules/calib3d/CMakeFiles/opencv_calib3d.dir/src/fisheye.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/calib3d/src/fisheye.cpp
[379/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/calib3d/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/calib3d -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/flann/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/features2d/include -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/calib3d/CMakeFiles/opencv_calib3d.dir/src/dls.cpp.o -MF modules/calib3d/CMakeFiles/opencv_calib3d.dir/src/dls.cpp.o.d -o modules/calib3d/CMakeFiles/opencv_calib3d.dir/src/dls.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/calib3d/src/dls.cpp
[380/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/calib3d/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/calib3d -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/flann/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/features2d/include -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/calib3d/CMakeFiles/opencv_calib3d.dir/src/fundam.cpp.o -MF modules/calib3d/CMakeFiles/opencv_calib3d.dir/src/fundam.cpp.o.d -o modules/calib3d/CMakeFiles/opencv_calib3d.dir/src/fundam.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/calib3d/src/fundam.cpp
[381/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/calib3d/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/calib3d -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/flann/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/features2d/include -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/calib3d/CMakeFiles/opencv_calib3d.dir/src/five-point.cpp.o -MF modules/calib3d/CMakeFiles/opencv_calib3d.dir/src/five-point.cpp.o.d -o modules/calib3d/CMakeFiles/opencv_calib3d.dir/src/five-point.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/calib3d/src/five-point.cpp
[382/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/calib3d/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/calib3d -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/flann/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/features2d/include -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/calib3d/CMakeFiles/opencv_calib3d.dir/src/homography_decomp.cpp.o -MF modules/calib3d/CMakeFiles/opencv_calib3d.dir/src/homography_decomp.cpp.o.d -o modules/calib3d/CMakeFiles/opencv_calib3d.dir/src/homography_decomp.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/calib3d/src/homography_decomp.cpp
[383/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/calib3d/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/calib3d -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/flann/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/features2d/include -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/calib3d/CMakeFiles/opencv_calib3d.dir/src/ippe.cpp.o -MF modules/calib3d/CMakeFiles/opencv_calib3d.dir/src/ippe.cpp.o.d -o modules/calib3d/CMakeFiles/opencv_calib3d.dir/src/ippe.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/calib3d/src/ippe.cpp
[384/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/calib3d/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/calib3d -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/flann/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/features2d/include -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/calib3d/CMakeFiles/opencv_calib3d.dir/src/levmarq.cpp.o -MF modules/calib3d/CMakeFiles/opencv_calib3d.dir/src/levmarq.cpp.o.d -o modules/calib3d/CMakeFiles/opencv_calib3d.dir/src/levmarq.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/calib3d/src/levmarq.cpp
[385/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/calib3d/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/calib3d -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/flann/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/features2d/include -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/calib3d/CMakeFiles/opencv_calib3d.dir/src/main.cpp.o -MF modules/calib3d/CMakeFiles/opencv_calib3d.dir/src/main.cpp.o.d -o modules/calib3d/CMakeFiles/opencv_calib3d.dir/src/main.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/calib3d/src/main.cpp
[386/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/calib3d/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/calib3d -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/flann/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/features2d/include -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/calib3d/CMakeFiles/opencv_calib3d.dir/src/p3p.cpp.o -MF modules/calib3d/CMakeFiles/opencv_calib3d.dir/src/p3p.cpp.o.d -o modules/calib3d/CMakeFiles/opencv_calib3d.dir/src/p3p.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/calib3d/src/p3p.cpp
[387/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/calib3d/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/calib3d -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/flann/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/features2d/include -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/calib3d/CMakeFiles/opencv_calib3d.dir/src/polynom_solver.cpp.o -MF modules/calib3d/CMakeFiles/opencv_calib3d.dir/src/polynom_solver.cpp.o.d -o modules/calib3d/CMakeFiles/opencv_calib3d.dir/src/polynom_solver.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/calib3d/src/polynom_solver.cpp
[388/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/calib3d/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/calib3d -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/flann/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/features2d/include -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/calib3d/CMakeFiles/opencv_calib3d.dir/src/posit.cpp.o -MF modules/calib3d/CMakeFiles/opencv_calib3d.dir/src/posit.cpp.o.d -o modules/calib3d/CMakeFiles/opencv_calib3d.dir/src/posit.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/calib3d/src/posit.cpp
[389/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/calib3d/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/calib3d -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/flann/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/features2d/include -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/calib3d/CMakeFiles/opencv_calib3d.dir/src/ptsetreg.cpp.o -MF modules/calib3d/CMakeFiles/opencv_calib3d.dir/src/ptsetreg.cpp.o.d -o modules/calib3d/CMakeFiles/opencv_calib3d.dir/src/ptsetreg.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/calib3d/src/ptsetreg.cpp
[390/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/calib3d/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/calib3d -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/flann/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/features2d/include -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/calib3d/CMakeFiles/opencv_calib3d.dir/src/quadsubpix.cpp.o -MF modules/calib3d/CMakeFiles/opencv_calib3d.dir/src/quadsubpix.cpp.o.d -o modules/calib3d/CMakeFiles/opencv_calib3d.dir/src/quadsubpix.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/calib3d/src/quadsubpix.cpp
[391/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/calib3d/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/calib3d -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/flann/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/features2d/include -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/calib3d/CMakeFiles/opencv_calib3d.dir/src/rho.cpp.o -MF modules/calib3d/CMakeFiles/opencv_calib3d.dir/src/rho.cpp.o.d -o modules/calib3d/CMakeFiles/opencv_calib3d.dir/src/rho.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/calib3d/src/rho.cpp
[392/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/calib3d/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/calib3d -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/flann/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/features2d/include -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/calib3d/CMakeFiles/opencv_calib3d.dir/src/solvepnp.cpp.o -MF modules/calib3d/CMakeFiles/opencv_calib3d.dir/src/solvepnp.cpp.o.d -o modules/calib3d/CMakeFiles/opencv_calib3d.dir/src/solvepnp.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/calib3d/src/solvepnp.cpp
[393/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/calib3d/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/calib3d -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/flann/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/features2d/include -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/calib3d/CMakeFiles/opencv_calib3d.dir/src/sqpnp.cpp.o -MF modules/calib3d/CMakeFiles/opencv_calib3d.dir/src/sqpnp.cpp.o.d -o modules/calib3d/CMakeFiles/opencv_calib3d.dir/src/sqpnp.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/calib3d/src/sqpnp.cpp
[394/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/calib3d/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/calib3d -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/flann/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/features2d/include -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/calib3d/CMakeFiles/opencv_calib3d.dir/src/stereobm.cpp.o -MF modules/calib3d/CMakeFiles/opencv_calib3d.dir/src/stereobm.cpp.o.d -o modules/calib3d/CMakeFiles/opencv_calib3d.dir/src/stereobm.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/calib3d/src/stereobm.cpp
[395/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/calib3d/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/calib3d -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/flann/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/features2d/include -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/calib3d/CMakeFiles/opencv_calib3d.dir/src/stereosgbm.cpp.o -MF modules/calib3d/CMakeFiles/opencv_calib3d.dir/src/stereosgbm.cpp.o.d -o modules/calib3d/CMakeFiles/opencv_calib3d.dir/src/stereosgbm.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/calib3d/src/stereosgbm.cpp
[396/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/calib3d/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/calib3d -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/flann/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/features2d/include -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/calib3d/CMakeFiles/opencv_calib3d.dir/src/triangulate.cpp.o -MF modules/calib3d/CMakeFiles/opencv_calib3d.dir/src/triangulate.cpp.o.d -o modules/calib3d/CMakeFiles/opencv_calib3d.dir/src/triangulate.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/calib3d/src/triangulate.cpp
[397/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/calib3d/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/calib3d -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/flann/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/features2d/include -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/calib3d/CMakeFiles/opencv_calib3d.dir/src/upnp.cpp.o -MF modules/calib3d/CMakeFiles/opencv_calib3d.dir/src/upnp.cpp.o.d -o modules/calib3d/CMakeFiles/opencv_calib3d.dir/src/upnp.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/calib3d/src/upnp.cpp
[398/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/calib3d/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/calib3d -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/flann/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/features2d/include -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/calib3d/CMakeFiles/opencv_calib3d.dir/src/undistort.dispatch.cpp.o -MF modules/calib3d/CMakeFiles/opencv_calib3d.dir/src/undistort.dispatch.cpp.o.d -o modules/calib3d/CMakeFiles/opencv_calib3d.dir/src/undistort.dispatch.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/calib3d/src/undistort.dispatch.cpp
[399/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/calib3d/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/calib3d -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/flann/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/features2d/include -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/calib3d/CMakeFiles/opencv_calib3d.dir/src/usac/bundle.cpp.o -MF modules/calib3d/CMakeFiles/opencv_calib3d.dir/src/usac/bundle.cpp.o.d -o modules/calib3d/CMakeFiles/opencv_calib3d.dir/src/usac/bundle.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/calib3d/src/usac/bundle.cpp
[400/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/calib3d/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/calib3d -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/flann/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/features2d/include -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/calib3d/CMakeFiles/opencv_calib3d.dir/src/usac/degeneracy.cpp.o -MF modules/calib3d/CMakeFiles/opencv_calib3d.dir/src/usac/degeneracy.cpp.o.d -o modules/calib3d/CMakeFiles/opencv_calib3d.dir/src/usac/degeneracy.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/calib3d/src/usac/degeneracy.cpp
[401/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/calib3d/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/calib3d -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/flann/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/features2d/include -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/calib3d/CMakeFiles/opencv_calib3d.dir/src/usac/dls_solver.cpp.o -MF modules/calib3d/CMakeFiles/opencv_calib3d.dir/src/usac/dls_solver.cpp.o.d -o modules/calib3d/CMakeFiles/opencv_calib3d.dir/src/usac/dls_solver.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/calib3d/src/usac/dls_solver.cpp
[402/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/calib3d/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/calib3d -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/flann/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/features2d/include -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/calib3d/CMakeFiles/opencv_calib3d.dir/src/usac/estimator.cpp.o -MF modules/calib3d/CMakeFiles/opencv_calib3d.dir/src/usac/estimator.cpp.o.d -o modules/calib3d/CMakeFiles/opencv_calib3d.dir/src/usac/estimator.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/calib3d/src/usac/estimator.cpp
[403/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/calib3d/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/calib3d -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/flann/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/features2d/include -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/calib3d/CMakeFiles/opencv_calib3d.dir/src/usac/essential_solver.cpp.o -MF modules/calib3d/CMakeFiles/opencv_calib3d.dir/src/usac/essential_solver.cpp.o.d -o modules/calib3d/CMakeFiles/opencv_calib3d.dir/src/usac/essential_solver.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/calib3d/src/usac/essential_solver.cpp
[404/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/calib3d/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/calib3d -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/flann/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/features2d/include -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/calib3d/CMakeFiles/opencv_calib3d.dir/src/usac/gamma_values.cpp.o -MF modules/calib3d/CMakeFiles/opencv_calib3d.dir/src/usac/gamma_values.cpp.o.d -o modules/calib3d/CMakeFiles/opencv_calib3d.dir/src/usac/gamma_values.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/calib3d/src/usac/gamma_values.cpp
[405/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/calib3d/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/calib3d -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/flann/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/features2d/include -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/calib3d/CMakeFiles/opencv_calib3d.dir/src/usac/fundamental_solver.cpp.o -MF modules/calib3d/CMakeFiles/opencv_calib3d.dir/src/usac/fundamental_solver.cpp.o.d -o modules/calib3d/CMakeFiles/opencv_calib3d.dir/src/usac/fundamental_solver.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/calib3d/src/usac/fundamental_solver.cpp
[406/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/calib3d/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/calib3d -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/flann/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/features2d/include -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/calib3d/CMakeFiles/opencv_calib3d.dir/src/usac/local_optimization.cpp.o -MF modules/calib3d/CMakeFiles/opencv_calib3d.dir/src/usac/local_optimization.cpp.o.d -o modules/calib3d/CMakeFiles/opencv_calib3d.dir/src/usac/local_optimization.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/calib3d/src/usac/local_optimization.cpp
[407/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/calib3d/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/calib3d -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/flann/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/features2d/include -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/calib3d/CMakeFiles/opencv_calib3d.dir/src/usac/homography_solver.cpp.o -MF modules/calib3d/CMakeFiles/opencv_calib3d.dir/src/usac/homography_solver.cpp.o.d -o modules/calib3d/CMakeFiles/opencv_calib3d.dir/src/usac/homography_solver.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/calib3d/src/usac/homography_solver.cpp
[408/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/calib3d/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/calib3d -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/flann/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/features2d/include -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/calib3d/CMakeFiles/opencv_calib3d.dir/src/usac/quality.cpp.o -MF modules/calib3d/CMakeFiles/opencv_calib3d.dir/src/usac/quality.cpp.o.d -o modules/calib3d/CMakeFiles/opencv_calib3d.dir/src/usac/quality.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/calib3d/src/usac/quality.cpp
[409/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/calib3d/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/calib3d -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/flann/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/features2d/include -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/calib3d/CMakeFiles/opencv_calib3d.dir/src/usac/pnp_solver.cpp.o -MF modules/calib3d/CMakeFiles/opencv_calib3d.dir/src/usac/pnp_solver.cpp.o.d -o modules/calib3d/CMakeFiles/opencv_calib3d.dir/src/usac/pnp_solver.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/calib3d/src/usac/pnp_solver.cpp
[410/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/calib3d/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/calib3d -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/flann/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/features2d/include -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/calib3d/CMakeFiles/opencv_calib3d.dir/src/usac/sampler.cpp.o -MF modules/calib3d/CMakeFiles/opencv_calib3d.dir/src/usac/sampler.cpp.o.d -o modules/calib3d/CMakeFiles/opencv_calib3d.dir/src/usac/sampler.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/calib3d/src/usac/sampler.cpp
[411/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/calib3d/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/calib3d -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/flann/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/features2d/include -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/calib3d/CMakeFiles/opencv_calib3d.dir/src/usac/ransac_solvers.cpp.o -MF modules/calib3d/CMakeFiles/opencv_calib3d.dir/src/usac/ransac_solvers.cpp.o.d -o modules/calib3d/CMakeFiles/opencv_calib3d.dir/src/usac/ransac_solvers.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/calib3d/src/usac/ransac_solvers.cpp
[412/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/calib3d/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/calib3d -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/flann/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/features2d/include -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/calib3d/CMakeFiles/opencv_calib3d.dir/src/usac/termination.cpp.o -MF modules/calib3d/CMakeFiles/opencv_calib3d.dir/src/usac/termination.cpp.o.d -o modules/calib3d/CMakeFiles/opencv_calib3d.dir/src/usac/termination.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/calib3d/src/usac/termination.cpp
[413/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/calib3d/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/calib3d -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/flann/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/features2d/include -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/calib3d/CMakeFiles/opencv_calib3d.dir/opencl_kernels_calib3d.cpp.o -MF modules/calib3d/CMakeFiles/opencv_calib3d.dir/opencl_kernels_calib3d.cpp.o.d -o modules/calib3d/CMakeFiles/opencv_calib3d.dir/opencl_kernels_calib3d.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/calib3d/opencl_kernels_calib3d.cpp
[414/1167] : && /usr/bin/aarch64-linux-gnu-g++ -fPIC -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wundef -Winit-self -Wpointer-arith -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-sign-compare -Wno-invalid-offsetof -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG  -shared -Wl,-z,relro -Wl,-z,now  -Wl,--gc-sections -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-z,now  -Wl,--dependency-file=modules/dnn/CMakeFiles/opencv_dnn.dir/link.d -Wl,-soname,libopencv_dnn.so.410 -o lib/libopencv_dnn.so.4.10.0 modules/dnn/CMakeFiles/opencv_dnn.dir/opencv-caffe.pb.cc.o modules/dnn/CMakeFiles/opencv_dnn.dir/opencv-onnx.pb.cc.o modules/dnn/CMakeFiles/opencv_dnn.dir/attr_value.pb.cc.o modules/dnn/CMakeFiles/opencv_dnn.dir/function.pb.cc.o modules/dnn/CMakeFiles/opencv_dnn.dir/graph.pb.cc.o modules/dnn/CMakeFiles/opencv_dnn.dir/op_def.pb.cc.o modules/dnn/CMakeFiles/opencv_dnn.dir/tensor.pb.cc.o modules/dnn/CMakeFiles/opencv_dnn.dir/tensor_shape.pb.cc.o modules/dnn/CMakeFiles/opencv_dnn.dir/types.pb.cc.o modules/dnn/CMakeFiles/opencv_dnn.dir/versions.pb.cc.o modules/dnn/CMakeFiles/opencv_dnn.dir/src/backend.cpp.o modules/dnn/CMakeFiles/opencv_dnn.dir/src/caffe/caffe_importer.cpp.o modules/dnn/CMakeFiles/opencv_dnn.dir/src/caffe/caffe_io.cpp.o modules/dnn/CMakeFiles/opencv_dnn.dir/src/caffe/caffe_shrinker.cpp.o modules/dnn/CMakeFiles/opencv_dnn.dir/src/darknet/darknet_importer.cpp.o modules/dnn/CMakeFiles/opencv_dnn.dir/src/darknet/darknet_io.cpp.o modules/dnn/CMakeFiles/opencv_dnn.dir/src/debug_utils.cpp.o modules/dnn/CMakeFiles/opencv_dnn.dir/src/dnn.cpp.o modules/dnn/CMakeFiles/opencv_dnn.dir/src/dnn_params.cpp.o modules/dnn/CMakeFiles/opencv_dnn.dir/src/dnn_read.cpp.o modules/dnn/CMakeFiles/opencv_dnn.dir/src/dnn_utils.cpp.o modules/dnn/CMakeFiles/opencv_dnn.dir/src/graph_simplifier.cpp.o modules/dnn/CMakeFiles/opencv_dnn.dir/src/halide_scheduler.cpp.o modules/dnn/CMakeFiles/opencv_dnn.dir/src/ie_ngraph.cpp.o modules/dnn/CMakeFiles/opencv_dnn.dir/src/init.cpp.o modules/dnn/CMakeFiles/opencv_dnn.dir/src/int8layers/batch_norm_layer.cpp.o modules/dnn/CMakeFiles/opencv_dnn.dir/src/int8layers/convolution_layer.cpp.o modules/dnn/CMakeFiles/opencv_dnn.dir/src/int8layers/elementwise_layers.cpp.o modules/dnn/CMakeFiles/opencv_dnn.dir/src/int8layers/eltwise_layer.cpp.o modules/dnn/CMakeFiles/opencv_dnn.dir/src/int8layers/fully_connected_layer.cpp.o modules/dnn/CMakeFiles/opencv_dnn.dir/src/int8layers/layers_rvp052.cpp.o modules/dnn/CMakeFiles/opencv_dnn.dir/src/int8layers/pooling_layer.cpp.o modules/dnn/CMakeFiles/opencv_dnn.dir/src/int8layers/quantization_utils.cpp.o modules/dnn/CMakeFiles/opencv_dnn.dir/src/int8layers/scale_layer.cpp.o modules/dnn/CMakeFiles/opencv_dnn.dir/src/int8layers/softmax_layer.cpp.o modules/dnn/CMakeFiles/opencv_dnn.dir/src/layer.cpp.o modules/dnn/CMakeFiles/opencv_dnn.dir/src/layer_factory.cpp.o modules/dnn/CMakeFiles/opencv_dnn.dir/src/layers/accum_layer.cpp.o modules/dnn/CMakeFiles/opencv_dnn.dir/src/layers/arg_layer.cpp.o modules/dnn/CMakeFiles/opencv_dnn.dir/src/layers/attention_layer.cpp.o modules/dnn/CMakeFiles/opencv_dnn.dir/src/layers/batch_norm_layer.cpp.o modules/dnn/CMakeFiles/opencv_dnn.dir/src/layers/blank_layer.cpp.o modules/dnn/CMakeFiles/opencv_dnn.dir/src/layers/concat_layer.cpp.o modules/dnn/CMakeFiles/opencv_dnn.dir/src/layers/const_layer.cpp.o modules/dnn/CMakeFiles/opencv_dnn.dir/src/layers/convolution_layer.cpp.o modules/dnn/CMakeFiles/opencv_dnn.dir/src/layers/correlation_layer.cpp.o modules/dnn/CMakeFiles/opencv_dnn.dir/src/layers/cpu_kernels/conv_depthwise.cpp.o modules/dnn/CMakeFiles/opencv_dnn.dir/src/layers/cpu_kernels/conv_winograd_f63.cpp.o modules/dnn/CMakeFiles/opencv_dnn.dir/src/layers/cpu_kernels/convolution.cpp.o modules/dnn/CMakeFiles/opencv_dnn.dir/src/layers/cpu_kernels/fast_gemm.cpp.o modules/dnn/CMakeFiles/opencv_dnn.dir/src/layers/cpu_kernels/fast_norm.cpp.o modules/dnn/CMakeFiles/opencv_dnn.dir/src/layers/cpu_kernels/softmax.cpp.o modules/dnn/CMakeFiles/opencv_dnn.dir/src/layers/crop_and_resize_layer.cpp.o modules/dnn/CMakeFiles/opencv_dnn.dir/src/layers/cumsum_layer.cpp.o modules/dnn/CMakeFiles/opencv_dnn.dir/src/layers/detection_output_layer.cpp.o modules/dnn/CMakeFiles/opencv_dnn.dir/src/layers/einsum_layer.cpp.o modules/dnn/CMakeFiles/opencv_dnn.dir/src/layers/elementwise_layers.cpp.o modules/dnn/CMakeFiles/opencv_dnn.dir/src/layers/eltwise_layer.cpp.o modules/dnn/CMakeFiles/opencv_dnn.dir/src/layers/expand_layer.cpp.o modules/dnn/CMakeFiles/opencv_dnn.dir/src/layers/flatten_layer.cpp.o modules/dnn/CMakeFiles/opencv_dnn.dir/src/layers/flow_warp_layer.cpp.o modules/dnn/CMakeFiles/opencv_dnn.dir/src/layers/fully_connected_layer.cpp.o modules/dnn/CMakeFiles/opencv_dnn.dir/src/layers/gather_elements_layer.cpp.o modules/dnn/CMakeFiles/opencv_dnn.dir/src/layers/gather_layer.cpp.o modules/dnn/CMakeFiles/opencv_dnn.dir/src/layers/gemm_layer.cpp.o modules/dnn/CMakeFiles/opencv_dnn.dir/src/layers/group_norm_layer.cpp.o modules/dnn/CMakeFiles/opencv_dnn.dir/src/layers/instance_norm_layer.cpp.o modules/dnn/CMakeFiles/opencv_dnn.dir/src/layers/layer_norm.cpp.o modules/dnn/CMakeFiles/opencv_dnn.dir/src/layers/layers_common.cpp.o modules/dnn/CMakeFiles/opencv_dnn.dir/src/layers/lrn_layer.cpp.o modules/dnn/CMakeFiles/opencv_dnn.dir/src/layers/matmul_layer.cpp.o modules/dnn/CMakeFiles/opencv_dnn.dir/src/layers/max_unpooling_layer.cpp.o modules/dnn/CMakeFiles/opencv_dnn.dir/src/layers/mvn_layer.cpp.o modules/dnn/CMakeFiles/opencv_dnn.dir/src/layers/nary_eltwise_layers.cpp.o modules/dnn/CMakeFiles/opencv_dnn.dir/src/layers/normalize_bbox_layer.cpp.o modules/dnn/CMakeFiles/opencv_dnn.dir/src/layers/not_implemented_layer.cpp.o modules/dnn/CMakeFiles/opencv_dnn.dir/src/layers/padding_layer.cpp.o modules/dnn/CMakeFiles/opencv_dnn.dir/src/layers/permute_layer.cpp.o modules/dnn/CMakeFiles/opencv_dnn.dir/src/layers/pooling_layer.cpp.o modules/dnn/CMakeFiles/opencv_dnn.dir/src/layers/prior_box_layer.cpp.o modules/dnn/CMakeFiles/opencv_dnn.dir/src/layers/proposal_layer.cpp.o modules/dnn/CMakeFiles/opencv_dnn.dir/src/layers/recurrent_layers.cpp.o modules/dnn/CMakeFiles/opencv_dnn.dir/src/layers/reduce_layer.cpp.o modules/dnn/CMakeFiles/opencv_dnn.dir/src/layers/region_layer.cpp.o modules/dnn/CMakeFiles/opencv_dnn.dir/src/layers/reorg_layer.cpp.o modules/dnn/CMakeFiles/opencv_dnn.dir/src/layers/reshape_layer.cpp.o modules/dnn/CMakeFiles/opencv_dnn.dir/src/layers/resize_layer.cpp.o modules/dnn/CMakeFiles/opencv_dnn.dir/src/layers/scale_layer.cpp.o modules/dnn/CMakeFiles/opencv_dnn.dir/src/layers/scatterND_layer.cpp.o modules/dnn/CMakeFiles/opencv_dnn.dir/src/layers/scatter_layer.cpp.o modules/dnn/CMakeFiles/opencv_dnn.dir/src/layers/shuffle_channel_layer.cpp.o modules/dnn/CMakeFiles/opencv_dnn.dir/src/layers/slice_layer.cpp.o modules/dnn/CMakeFiles/opencv_dnn.dir/src/layers/softmax_layer.cpp.o modules/dnn/CMakeFiles/opencv_dnn.dir/src/layers/split_layer.cpp.o modules/dnn/CMakeFiles/opencv_dnn.dir/src/layers/tile_layer.cpp.o modules/dnn/CMakeFiles/opencv_dnn.dir/src/legacy_backend.cpp.o modules/dnn/CMakeFiles/opencv_dnn.dir/src/model.cpp.o modules/dnn/CMakeFiles/opencv_dnn.dir/src/net.cpp.o modules/dnn/CMakeFiles/opencv_dnn.dir/src/net_cann.cpp.o modules/dnn/CMakeFiles/opencv_dnn.dir/src/net_impl.cpp.o modules/dnn/CMakeFiles/opencv_dnn.dir/src/net_impl_backend.cpp.o modules/dnn/CMakeFiles/opencv_dnn.dir/src/net_impl_fuse.cpp.o modules/dnn/CMakeFiles/opencv_dnn.dir/src/net_openvino.cpp.o modules/dnn/CMakeFiles/opencv_dnn.dir/src/net_quantization.cpp.o modules/dnn/CMakeFiles/opencv_dnn.dir/src/nms.cpp.o modules/dnn/CMakeFiles/opencv_dnn.dir/src/ocl4dnn/src/common.cpp.o modules/dnn/CMakeFiles/opencv_dnn.dir/src/ocl4dnn/src/math_functions.cpp.o modules/dnn/CMakeFiles/opencv_dnn.dir/src/ocl4dnn/src/ocl4dnn_conv_spatial.cpp.o modules/dnn/CMakeFiles/opencv_dnn.dir/src/ocl4dnn/src/ocl4dnn_inner_product.cpp.o modules/dnn/CMakeFiles/opencv_dnn.dir/src/ocl4dnn/src/ocl4dnn_lrn.cpp.o modules/dnn/CMakeFiles/opencv_dnn.dir/src/ocl4dnn/src/ocl4dnn_pool.cpp.o modules/dnn/CMakeFiles/opencv_dnn.dir/src/ocl4dnn/src/ocl4dnn_softmax.cpp.o modules/dnn/CMakeFiles/opencv_dnn.dir/src/onnx/onnx_graph_simplifier.cpp.o modules/dnn/CMakeFiles/opencv_dnn.dir/src/onnx/onnx_importer.cpp.o modules/dnn/CMakeFiles/opencv_dnn.dir/src/op_cann.cpp.o modules/dnn/CMakeFiles/opencv_dnn.dir/src/op_cuda.cpp.o modules/dnn/CMakeFiles/opencv_dnn.dir/src/op_halide.cpp.o modules/dnn/CMakeFiles/opencv_dnn.dir/src/op_inf_engine.cpp.o modules/dnn/CMakeFiles/opencv_dnn.dir/src/op_timvx.cpp.o modules/dnn/CMakeFiles/opencv_dnn.dir/src/op_vkcom.cpp.o modules/dnn/CMakeFiles/opencv_dnn.dir/src/op_webnn.cpp.o modules/dnn/CMakeFiles/opencv_dnn.dir/src/registry.cpp.o modules/dnn/CMakeFiles/opencv_dnn.dir/src/tensorflow/tf_graph_simplifier.cpp.o modules/dnn/CMakeFiles/opencv_dnn.dir/src/tensorflow/tf_importer.cpp.o modules/dnn/CMakeFiles/opencv_dnn.dir/src/tensorflow/tf_io.cpp.o modules/dnn/CMakeFiles/opencv_dnn.dir/src/tflite/tflite_importer.cpp.o modules/dnn/CMakeFiles/opencv_dnn.dir/src/torch/THDiskFile.cpp.o modules/dnn/CMakeFiles/opencv_dnn.dir/src/torch/THFile.cpp.o modules/dnn/CMakeFiles/opencv_dnn.dir/src/torch/THGeneral.cpp.o modules/dnn/CMakeFiles/opencv_dnn.dir/src/torch/torch_importer.cpp.o modules/dnn/CMakeFiles/opencv_dnn.dir/src/vkcom/shader/conv_1x1_fast_spv.cpp.o modules/dnn/CMakeFiles/opencv_dnn.dir/src/vkcom/shader/conv_depthwise_3x3_spv.cpp.o modules/dnn/CMakeFiles/opencv_dnn.dir/src/vkcom/shader/conv_depthwise_spv.cpp.o modules/dnn/CMakeFiles/opencv_dnn.dir/src/vkcom/shader/conv_implicit_gemm_spv.cpp.o modules/dnn/CMakeFiles/opencv_dnn.dir/src/vkcom/shader/gemm_spv.cpp.o modules/dnn/CMakeFiles/opencv_dnn.dir/src/vkcom/shader/nary_eltwise_binary_forward_spv.cpp.o modules/dnn/CMakeFiles/opencv_dnn.dir/src/vkcom/shader/spv_shader.cpp.o modules/dnn/CMakeFiles/opencv_dnn.dir/src/vkcom/src/buffer.cpp.o modules/dnn/CMakeFiles/opencv_dnn.dir/src/vkcom/src/command.cpp.o modules/dnn/CMakeFiles/opencv_dnn.dir/src/vkcom/src/context.cpp.o modules/dnn/CMakeFiles/opencv_dnn.dir/src/vkcom/src/fence.cpp.o modules/dnn/CMakeFiles/opencv_dnn.dir/src/vkcom/src/internal.cpp.o modules/dnn/CMakeFiles/opencv_dnn.dir/src/vkcom/src/op_base.cpp.o modules/dnn/CMakeFiles/opencv_dnn.dir/src/vkcom/src/op_conv.cpp.o modules/dnn/CMakeFiles/opencv_dnn.dir/src/vkcom/src/op_matmul.cpp.o modules/dnn/CMakeFiles/opencv_dnn.dir/src/vkcom/src/op_naryEltwise.cpp.o modules/dnn/CMakeFiles/opencv_dnn.dir/src/vkcom/src/pipeline.cpp.o modules/dnn/CMakeFiles/opencv_dnn.dir/src/vkcom/src/tensor.cpp.o modules/dnn/CMakeFiles/opencv_dnn.dir/src/vkcom/vulkan/vk_functions.cpp.o modules/dnn/CMakeFiles/opencv_dnn.dir/src/vkcom/vulkan/vk_loader.cpp.o modules/dnn/CMakeFiles/opencv_dnn.dir/opencl_kernels_dnn.cpp.o modules/dnn/CMakeFiles/opencv_dnn.dir/src/layers/cpu_kernels/conv_winograd_f63.neon.cpp.o modules/dnn/CMakeFiles/opencv_dnn.dir/layers/cpu_kernels/conv_block.neon.cpp.o modules/dnn/CMakeFiles/opencv_dnn.dir/layers/cpu_kernels/fast_gemm_kernels.neon.cpp.o modules/dnn/CMakeFiles/opencv_dnn.dir/layers/cpu_kernels/conv_block.neon_fp16.cpp.o modules/dnn/CMakeFiles/opencv_dnn.dir/layers/cpu_kernels/conv_winograd_f63.neon_fp16.cpp.o  lib/libopencv_imgproc.so.4.10.0  -ldl  -lm  -lpthread  -lrt  /usr/lib/aarch64-linux-gnu/libprotobuf.so  /usr/lib/aarch64-linux-gnu/liblapack.so  /usr/lib/aarch64-linux-gnu/libblas.so  lib/libopencv_core.so.4.10.0  -Wl,-rpath-link,"\$ORIGIN" && :
[415/1167] /usr/bin/cmake -E cmake_symlink_library lib/libopencv_dnn.so.4.10.0  lib/libopencv_dnn.so.410 lib/libopencv_dnn.so && :
[416/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/calib3d/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/calib3d -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/flann/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/features2d/include -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/calib3d/CMakeFiles/opencv_calib3d.dir/src/usac/utils.cpp.o -MF modules/calib3d/CMakeFiles/opencv_calib3d.dir/src/usac/utils.cpp.o.d -o modules/calib3d/CMakeFiles/opencv_calib3d.dir/src/usac/utils.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/calib3d/src/usac/utils.cpp
[417/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -DHAVE_IMGCODEC_HDR -DHAVE_IMGCODEC_PFM -DHAVE_IMGCODEC_PXM -DHAVE_IMGCODEC_SUNRASTER -DHAVE_WEBP -DOPENCV_IMGCODECS_USE_OPENEXR=1 -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgcodecs/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/imgcodecs -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -isystem /usr/include/gdal -isystem /usr/include/gdcm-3.0 -isystem /usr/include/openjpeg-2.5 -isystem /usr/include/eigen3 -isystem /usr/include/OpenEXR -isystem /usr/include/Imath -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated-declarations -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++17 -fPIC -MD -MT modules/imgcodecs/CMakeFiles/opencv_imgcodecs.dir/src/utils.cpp.o -MF modules/imgcodecs/CMakeFiles/opencv_imgcodecs.dir/src/utils.cpp.o.d -o modules/imgcodecs/CMakeFiles/opencv_imgcodecs.dir/src/utils.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/imgcodecs/src/utils.cpp
[418/1167] : && /usr/bin/aarch64-linux-gnu-g++ -fPIC -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG  -shared -Wl,-z,relro -Wl,-z,now  -Wl,--gc-sections -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-z,now  -Wl,--dependency-file=modules/calib3d/CMakeFiles/opencv_calib3d.dir/link.d -Wl,-soname,libopencv_calib3d.so.410 -o lib/libopencv_calib3d.so.4.10.0 modules/calib3d/CMakeFiles/opencv_calib3d.dir/src/ap3p.cpp.o modules/calib3d/CMakeFiles/opencv_calib3d.dir/src/calibinit.cpp.o modules/calib3d/CMakeFiles/opencv_calib3d.dir/src/calibration.cpp.o modules/calib3d/CMakeFiles/opencv_calib3d.dir/src/calibration_handeye.cpp.o modules/calib3d/CMakeFiles/opencv_calib3d.dir/src/checkchessboard.cpp.o modules/calib3d/CMakeFiles/opencv_calib3d.dir/src/chessboard.cpp.o modules/calib3d/CMakeFiles/opencv_calib3d.dir/src/circlesgrid.cpp.o modules/calib3d/CMakeFiles/opencv_calib3d.dir/src/compat_ptsetreg.cpp.o modules/calib3d/CMakeFiles/opencv_calib3d.dir/src/dls.cpp.o modules/calib3d/CMakeFiles/opencv_calib3d.dir/src/epnp.cpp.o modules/calib3d/CMakeFiles/opencv_calib3d.dir/src/fisheye.cpp.o modules/calib3d/CMakeFiles/opencv_calib3d.dir/src/five-point.cpp.o modules/calib3d/CMakeFiles/opencv_calib3d.dir/src/fundam.cpp.o modules/calib3d/CMakeFiles/opencv_calib3d.dir/src/homography_decomp.cpp.o modules/calib3d/CMakeFiles/opencv_calib3d.dir/src/ippe.cpp.o modules/calib3d/CMakeFiles/opencv_calib3d.dir/src/levmarq.cpp.o modules/calib3d/CMakeFiles/opencv_calib3d.dir/src/main.cpp.o modules/calib3d/CMakeFiles/opencv_calib3d.dir/src/p3p.cpp.o modules/calib3d/CMakeFiles/opencv_calib3d.dir/src/polynom_solver.cpp.o modules/calib3d/CMakeFiles/opencv_calib3d.dir/src/posit.cpp.o modules/calib3d/CMakeFiles/opencv_calib3d.dir/src/ptsetreg.cpp.o modules/calib3d/CMakeFiles/opencv_calib3d.dir/src/quadsubpix.cpp.o modules/calib3d/CMakeFiles/opencv_calib3d.dir/src/rho.cpp.o modules/calib3d/CMakeFiles/opencv_calib3d.dir/src/solvepnp.cpp.o modules/calib3d/CMakeFiles/opencv_calib3d.dir/src/sqpnp.cpp.o modules/calib3d/CMakeFiles/opencv_calib3d.dir/src/stereobm.cpp.o modules/calib3d/CMakeFiles/opencv_calib3d.dir/src/stereosgbm.cpp.o modules/calib3d/CMakeFiles/opencv_calib3d.dir/src/triangulate.cpp.o modules/calib3d/CMakeFiles/opencv_calib3d.dir/src/undistort.dispatch.cpp.o modules/calib3d/CMakeFiles/opencv_calib3d.dir/src/upnp.cpp.o modules/calib3d/CMakeFiles/opencv_calib3d.dir/src/usac/bundle.cpp.o modules/calib3d/CMakeFiles/opencv_calib3d.dir/src/usac/degeneracy.cpp.o modules/calib3d/CMakeFiles/opencv_calib3d.dir/src/usac/dls_solver.cpp.o modules/calib3d/CMakeFiles/opencv_calib3d.dir/src/usac/essential_solver.cpp.o modules/calib3d/CMakeFiles/opencv_calib3d.dir/src/usac/estimator.cpp.o modules/calib3d/CMakeFiles/opencv_calib3d.dir/src/usac/fundamental_solver.cpp.o modules/calib3d/CMakeFiles/opencv_calib3d.dir/src/usac/gamma_values.cpp.o modules/calib3d/CMakeFiles/opencv_calib3d.dir/src/usac/homography_solver.cpp.o modules/calib3d/CMakeFiles/opencv_calib3d.dir/src/usac/local_optimization.cpp.o modules/calib3d/CMakeFiles/opencv_calib3d.dir/src/usac/pnp_solver.cpp.o modules/calib3d/CMakeFiles/opencv_calib3d.dir/src/usac/quality.cpp.o modules/calib3d/CMakeFiles/opencv_calib3d.dir/src/usac/ransac_solvers.cpp.o modules/calib3d/CMakeFiles/opencv_calib3d.dir/src/usac/sampler.cpp.o modules/calib3d/CMakeFiles/opencv_calib3d.dir/src/usac/termination.cpp.o modules/calib3d/CMakeFiles/opencv_calib3d.dir/src/usac/utils.cpp.o modules/calib3d/CMakeFiles/opencv_calib3d.dir/opencl_kernels_calib3d.cpp.o  lib/libopencv_features2d.so.4.10.0  -ldl  -lm  -lpthread  -lrt  /usr/lib/aarch64-linux-gnu/liblapack.so  /usr/lib/aarch64-linux-gnu/libblas.so  lib/libopencv_flann.so.4.10.0  lib/libopencv_imgproc.so.4.10.0  lib/libopencv_core.so.4.10.0  -Wl,-rpath-link,"\$ORIGIN" && :
[419/1167] /usr/bin/cmake -E cmake_symlink_library lib/libopencv_calib3d.so.4.10.0  lib/libopencv_calib3d.so.410 lib/libopencv_calib3d.so && :
[420/1167] cd /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/video && /usr/bin/cmake -DMODULE_NAME=video -DCL_DIR=/build/reproducible-path/opencv-4.10.0+dfsg/modules/video/src/opencl -DOUTPUT=/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/video/opencl_kernels_video.cpp -P /build/reproducible-path/opencv-4.10.0+dfsg/cmake/cl2cpp.cmake
[421/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -DHAVE_IMGCODEC_HDR -DHAVE_IMGCODEC_PFM -DHAVE_IMGCODEC_PXM -DHAVE_IMGCODEC_SUNRASTER -DHAVE_WEBP -DOPENCV_IMGCODECS_USE_OPENEXR=1 -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgcodecs/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/imgcodecs -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -isystem /usr/include/gdal -isystem /usr/include/gdcm-3.0 -isystem /usr/include/openjpeg-2.5 -isystem /usr/include/eigen3 -isystem /usr/include/OpenEXR -isystem /usr/include/Imath -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated-declarations -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++17 -fPIC -MD -MT modules/imgcodecs/CMakeFiles/opencv_imgcodecs.dir/src/grfmt_avif.cpp.o -MF modules/imgcodecs/CMakeFiles/opencv_imgcodecs.dir/src/grfmt_avif.cpp.o.d -o modules/imgcodecs/CMakeFiles/opencv_imgcodecs.dir/src/grfmt_avif.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/imgcodecs/src/grfmt_avif.cpp
[422/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -DHAVE_IMGCODEC_HDR -DHAVE_IMGCODEC_PFM -DHAVE_IMGCODEC_PXM -DHAVE_IMGCODEC_SUNRASTER -DHAVE_WEBP -DOPENCV_IMGCODECS_USE_OPENEXR=1 -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgcodecs/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/imgcodecs -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -isystem /usr/include/gdal -isystem /usr/include/gdcm-3.0 -isystem /usr/include/openjpeg-2.5 -isystem /usr/include/eigen3 -isystem /usr/include/OpenEXR -isystem /usr/include/Imath -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated-declarations -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++17 -fPIC -MD -MT modules/imgcodecs/CMakeFiles/opencv_imgcodecs.dir/src/grfmt_base.cpp.o -MF modules/imgcodecs/CMakeFiles/opencv_imgcodecs.dir/src/grfmt_base.cpp.o.d -o modules/imgcodecs/CMakeFiles/opencv_imgcodecs.dir/src/grfmt_base.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/imgcodecs/src/grfmt_base.cpp
[423/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -DHAVE_IMGCODEC_HDR -DHAVE_IMGCODEC_PFM -DHAVE_IMGCODEC_PXM -DHAVE_IMGCODEC_SUNRASTER -DHAVE_WEBP -DOPENCV_IMGCODECS_USE_OPENEXR=1 -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgcodecs/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/imgcodecs -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -isystem /usr/include/gdal -isystem /usr/include/gdcm-3.0 -isystem /usr/include/openjpeg-2.5 -isystem /usr/include/eigen3 -isystem /usr/include/OpenEXR -isystem /usr/include/Imath -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated-declarations -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++17 -fPIC -MD -MT modules/imgcodecs/CMakeFiles/opencv_imgcodecs.dir/src/grfmt_bmp.cpp.o -MF modules/imgcodecs/CMakeFiles/opencv_imgcodecs.dir/src/grfmt_bmp.cpp.o.d -o modules/imgcodecs/CMakeFiles/opencv_imgcodecs.dir/src/grfmt_bmp.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/imgcodecs/src/grfmt_bmp.cpp
[424/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -DHAVE_IMGCODEC_HDR -DHAVE_IMGCODEC_PFM -DHAVE_IMGCODEC_PXM -DHAVE_IMGCODEC_SUNRASTER -DHAVE_WEBP -DOPENCV_IMGCODECS_USE_OPENEXR=1 -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgcodecs/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/imgcodecs -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -isystem /usr/include/gdal -isystem /usr/include/gdcm-3.0 -isystem /usr/include/openjpeg-2.5 -isystem /usr/include/eigen3 -isystem /usr/include/OpenEXR -isystem /usr/include/Imath -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated-declarations -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++17 -fPIC -MD -MT modules/imgcodecs/CMakeFiles/opencv_imgcodecs.dir/src/grfmt_exr.cpp.o -MF modules/imgcodecs/CMakeFiles/opencv_imgcodecs.dir/src/grfmt_exr.cpp.o.d -o modules/imgcodecs/CMakeFiles/opencv_imgcodecs.dir/src/grfmt_exr.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/imgcodecs/src/grfmt_exr.cpp
[425/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -DHAVE_IMGCODEC_HDR -DHAVE_IMGCODEC_PFM -DHAVE_IMGCODEC_PXM -DHAVE_IMGCODEC_SUNRASTER -DHAVE_WEBP -DOPENCV_IMGCODECS_USE_OPENEXR=1 -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgcodecs/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/imgcodecs -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -isystem /usr/include/gdal -isystem /usr/include/gdcm-3.0 -isystem /usr/include/openjpeg-2.5 -isystem /usr/include/eigen3 -isystem /usr/include/OpenEXR -isystem /usr/include/Imath -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated-declarations -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++17 -fPIC -MD -MT modules/imgcodecs/CMakeFiles/opencv_imgcodecs.dir/src/grfmt_gdal.cpp.o -MF modules/imgcodecs/CMakeFiles/opencv_imgcodecs.dir/src/grfmt_gdal.cpp.o.d -o modules/imgcodecs/CMakeFiles/opencv_imgcodecs.dir/src/grfmt_gdal.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/imgcodecs/src/grfmt_gdal.cpp
In file included from /usr/include/gdal/gdal_raster_cpp.h:34,
                 from /usr/include/gdal/gdal_priv.h:66,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/imgcodecs/src/grfmt_gdal.hpp:56,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/imgcodecs/src/grfmt_gdal.cpp:49:
/usr/include/gdal/gdal_geotransform.h: In member function ‘std::pair<double, double> GDALGeoTransform::Apply(double, double) const’:
/usr/include/gdal/gdal_geotransform.h:190:5: note: parameter passing for argument of type ‘std::pair<double, double>’ when C++17 is enabled changed to match C++14 in GCC 10.1
  190 |     {
      |     ^
[426/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -DHAVE_IMGCODEC_HDR -DHAVE_IMGCODEC_PFM -DHAVE_IMGCODEC_PXM -DHAVE_IMGCODEC_SUNRASTER -DHAVE_WEBP -DOPENCV_IMGCODECS_USE_OPENEXR=1 -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgcodecs/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/imgcodecs -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -isystem /usr/include/gdal -isystem /usr/include/gdcm-3.0 -isystem /usr/include/openjpeg-2.5 -isystem /usr/include/eigen3 -isystem /usr/include/OpenEXR -isystem /usr/include/Imath -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated-declarations -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++17 -fPIC -MD -MT modules/imgcodecs/CMakeFiles/opencv_imgcodecs.dir/src/grfmt_gdcm.cpp.o -MF modules/imgcodecs/CMakeFiles/opencv_imgcodecs.dir/src/grfmt_gdcm.cpp.o.d -o modules/imgcodecs/CMakeFiles/opencv_imgcodecs.dir/src/grfmt_gdcm.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/imgcodecs/src/grfmt_gdcm.cpp
[427/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -DHAVE_IMGCODEC_HDR -DHAVE_IMGCODEC_PFM -DHAVE_IMGCODEC_PXM -DHAVE_IMGCODEC_SUNRASTER -DHAVE_WEBP -DOPENCV_IMGCODECS_USE_OPENEXR=1 -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgcodecs/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/imgcodecs -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -isystem /usr/include/gdal -isystem /usr/include/gdcm-3.0 -isystem /usr/include/openjpeg-2.5 -isystem /usr/include/eigen3 -isystem /usr/include/OpenEXR -isystem /usr/include/Imath -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated-declarations -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++17 -fPIC -MD -MT modules/imgcodecs/CMakeFiles/opencv_imgcodecs.dir/src/grfmt_hdr.cpp.o -MF modules/imgcodecs/CMakeFiles/opencv_imgcodecs.dir/src/grfmt_hdr.cpp.o.d -o modules/imgcodecs/CMakeFiles/opencv_imgcodecs.dir/src/grfmt_hdr.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/imgcodecs/src/grfmt_hdr.cpp
[428/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -DHAVE_IMGCODEC_HDR -DHAVE_IMGCODEC_PFM -DHAVE_IMGCODEC_PXM -DHAVE_IMGCODEC_SUNRASTER -DHAVE_WEBP -DOPENCV_IMGCODECS_USE_OPENEXR=1 -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgcodecs/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/imgcodecs -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -isystem /usr/include/gdal -isystem /usr/include/gdcm-3.0 -isystem /usr/include/openjpeg-2.5 -isystem /usr/include/eigen3 -isystem /usr/include/OpenEXR -isystem /usr/include/Imath -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated-declarations -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++17 -fPIC -MD -MT modules/imgcodecs/CMakeFiles/opencv_imgcodecs.dir/src/grfmt_jpeg.cpp.o -MF modules/imgcodecs/CMakeFiles/opencv_imgcodecs.dir/src/grfmt_jpeg.cpp.o.d -o modules/imgcodecs/CMakeFiles/opencv_imgcodecs.dir/src/grfmt_jpeg.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/imgcodecs/src/grfmt_jpeg.cpp
[429/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -DHAVE_IMGCODEC_HDR -DHAVE_IMGCODEC_PFM -DHAVE_IMGCODEC_PXM -DHAVE_IMGCODEC_SUNRASTER -DHAVE_WEBP -DOPENCV_IMGCODECS_USE_OPENEXR=1 -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgcodecs/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/imgcodecs -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -isystem /usr/include/gdal -isystem /usr/include/gdcm-3.0 -isystem /usr/include/openjpeg-2.5 -isystem /usr/include/eigen3 -isystem /usr/include/OpenEXR -isystem /usr/include/Imath -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated-declarations -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++17 -fPIC -MD -MT modules/imgcodecs/CMakeFiles/opencv_imgcodecs.dir/src/grfmt_jpeg2000.cpp.o -MF modules/imgcodecs/CMakeFiles/opencv_imgcodecs.dir/src/grfmt_jpeg2000.cpp.o.d -o modules/imgcodecs/CMakeFiles/opencv_imgcodecs.dir/src/grfmt_jpeg2000.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/imgcodecs/src/grfmt_jpeg2000.cpp
[430/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -DHAVE_IMGCODEC_HDR -DHAVE_IMGCODEC_PFM -DHAVE_IMGCODEC_PXM -DHAVE_IMGCODEC_SUNRASTER -DHAVE_WEBP -DOPENCV_IMGCODECS_USE_OPENEXR=1 -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgcodecs/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/imgcodecs -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -isystem /usr/include/gdal -isystem /usr/include/gdcm-3.0 -isystem /usr/include/openjpeg-2.5 -isystem /usr/include/eigen3 -isystem /usr/include/OpenEXR -isystem /usr/include/Imath -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated-declarations -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++17 -fPIC -MD -MT modules/imgcodecs/CMakeFiles/opencv_imgcodecs.dir/src/grfmt_jpeg2000_openjpeg.cpp.o -MF modules/imgcodecs/CMakeFiles/opencv_imgcodecs.dir/src/grfmt_jpeg2000_openjpeg.cpp.o.d -o modules/imgcodecs/CMakeFiles/opencv_imgcodecs.dir/src/grfmt_jpeg2000_openjpeg.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/imgcodecs/src/grfmt_jpeg2000_openjpeg.cpp
[431/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -DHAVE_IMGCODEC_HDR -DHAVE_IMGCODEC_PFM -DHAVE_IMGCODEC_PXM -DHAVE_IMGCODEC_SUNRASTER -DHAVE_WEBP -DOPENCV_IMGCODECS_USE_OPENEXR=1 -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgcodecs/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/imgcodecs -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -isystem /usr/include/gdal -isystem /usr/include/gdcm-3.0 -isystem /usr/include/openjpeg-2.5 -isystem /usr/include/eigen3 -isystem /usr/include/OpenEXR -isystem /usr/include/Imath -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated-declarations -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++17 -fPIC -MD -MT modules/imgcodecs/CMakeFiles/opencv_imgcodecs.dir/src/grfmt_pam.cpp.o -MF modules/imgcodecs/CMakeFiles/opencv_imgcodecs.dir/src/grfmt_pam.cpp.o.d -o modules/imgcodecs/CMakeFiles/opencv_imgcodecs.dir/src/grfmt_pam.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/imgcodecs/src/grfmt_pam.cpp
[432/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -DHAVE_IMGCODEC_HDR -DHAVE_IMGCODEC_PFM -DHAVE_IMGCODEC_PXM -DHAVE_IMGCODEC_SUNRASTER -DHAVE_WEBP -DOPENCV_IMGCODECS_USE_OPENEXR=1 -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgcodecs/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/imgcodecs -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -isystem /usr/include/gdal -isystem /usr/include/gdcm-3.0 -isystem /usr/include/openjpeg-2.5 -isystem /usr/include/eigen3 -isystem /usr/include/OpenEXR -isystem /usr/include/Imath -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated-declarations -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++17 -fPIC -MD -MT modules/imgcodecs/CMakeFiles/opencv_imgcodecs.dir/src/grfmt_pfm.cpp.o -MF modules/imgcodecs/CMakeFiles/opencv_imgcodecs.dir/src/grfmt_pfm.cpp.o.d -o modules/imgcodecs/CMakeFiles/opencv_imgcodecs.dir/src/grfmt_pfm.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/imgcodecs/src/grfmt_pfm.cpp
[433/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -DHAVE_IMGCODEC_HDR -DHAVE_IMGCODEC_PFM -DHAVE_IMGCODEC_PXM -DHAVE_IMGCODEC_SUNRASTER -DHAVE_WEBP -DOPENCV_IMGCODECS_USE_OPENEXR=1 -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgcodecs/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/imgcodecs -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -isystem /usr/include/gdal -isystem /usr/include/gdcm-3.0 -isystem /usr/include/openjpeg-2.5 -isystem /usr/include/eigen3 -isystem /usr/include/OpenEXR -isystem /usr/include/Imath -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated-declarations -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++17 -fPIC -MD -MT modules/imgcodecs/CMakeFiles/opencv_imgcodecs.dir/src/grfmt_png.cpp.o -MF modules/imgcodecs/CMakeFiles/opencv_imgcodecs.dir/src/grfmt_png.cpp.o.d -o modules/imgcodecs/CMakeFiles/opencv_imgcodecs.dir/src/grfmt_png.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/imgcodecs/src/grfmt_png.cpp
[434/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -DHAVE_IMGCODEC_HDR -DHAVE_IMGCODEC_PFM -DHAVE_IMGCODEC_PXM -DHAVE_IMGCODEC_SUNRASTER -DHAVE_WEBP -DOPENCV_IMGCODECS_USE_OPENEXR=1 -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgcodecs/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/imgcodecs -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -isystem /usr/include/gdal -isystem /usr/include/gdcm-3.0 -isystem /usr/include/openjpeg-2.5 -isystem /usr/include/eigen3 -isystem /usr/include/OpenEXR -isystem /usr/include/Imath -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated-declarations -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++17 -fPIC -MD -MT modules/imgcodecs/CMakeFiles/opencv_imgcodecs.dir/src/grfmt_spng.cpp.o -MF modules/imgcodecs/CMakeFiles/opencv_imgcodecs.dir/src/grfmt_spng.cpp.o.d -o modules/imgcodecs/CMakeFiles/opencv_imgcodecs.dir/src/grfmt_spng.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/imgcodecs/src/grfmt_spng.cpp
[435/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -DHAVE_IMGCODEC_HDR -DHAVE_IMGCODEC_PFM -DHAVE_IMGCODEC_PXM -DHAVE_IMGCODEC_SUNRASTER -DHAVE_WEBP -DOPENCV_IMGCODECS_USE_OPENEXR=1 -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgcodecs/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/imgcodecs -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -isystem /usr/include/gdal -isystem /usr/include/gdcm-3.0 -isystem /usr/include/openjpeg-2.5 -isystem /usr/include/eigen3 -isystem /usr/include/OpenEXR -isystem /usr/include/Imath -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated-declarations -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++17 -fPIC -MD -MT modules/imgcodecs/CMakeFiles/opencv_imgcodecs.dir/src/grfmt_pxm.cpp.o -MF modules/imgcodecs/CMakeFiles/opencv_imgcodecs.dir/src/grfmt_pxm.cpp.o.d -o modules/imgcodecs/CMakeFiles/opencv_imgcodecs.dir/src/grfmt_pxm.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/imgcodecs/src/grfmt_pxm.cpp
[436/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -DHAVE_IMGCODEC_HDR -DHAVE_IMGCODEC_PFM -DHAVE_IMGCODEC_PXM -DHAVE_IMGCODEC_SUNRASTER -DHAVE_WEBP -DOPENCV_IMGCODECS_USE_OPENEXR=1 -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgcodecs/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/imgcodecs -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -isystem /usr/include/gdal -isystem /usr/include/gdcm-3.0 -isystem /usr/include/openjpeg-2.5 -isystem /usr/include/eigen3 -isystem /usr/include/OpenEXR -isystem /usr/include/Imath -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated-declarations -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++17 -fPIC -MD -MT modules/imgcodecs/CMakeFiles/opencv_imgcodecs.dir/src/grfmt_sunras.cpp.o -MF modules/imgcodecs/CMakeFiles/opencv_imgcodecs.dir/src/grfmt_sunras.cpp.o.d -o modules/imgcodecs/CMakeFiles/opencv_imgcodecs.dir/src/grfmt_sunras.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/imgcodecs/src/grfmt_sunras.cpp
[437/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -DHAVE_IMGCODEC_HDR -DHAVE_IMGCODEC_PFM -DHAVE_IMGCODEC_PXM -DHAVE_IMGCODEC_SUNRASTER -DHAVE_WEBP -DOPENCV_IMGCODECS_USE_OPENEXR=1 -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgcodecs/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/imgcodecs -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -isystem /usr/include/gdal -isystem /usr/include/gdcm-3.0 -isystem /usr/include/openjpeg-2.5 -isystem /usr/include/eigen3 -isystem /usr/include/OpenEXR -isystem /usr/include/Imath -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated-declarations -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++17 -fPIC -MD -MT modules/imgcodecs/CMakeFiles/opencv_imgcodecs.dir/src/grfmt_webp.cpp.o -MF modules/imgcodecs/CMakeFiles/opencv_imgcodecs.dir/src/grfmt_webp.cpp.o.d -o modules/imgcodecs/CMakeFiles/opencv_imgcodecs.dir/src/grfmt_webp.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/imgcodecs/src/grfmt_webp.cpp
[438/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -DHAVE_IMGCODEC_HDR -DHAVE_IMGCODEC_PFM -DHAVE_IMGCODEC_PXM -DHAVE_IMGCODEC_SUNRASTER -DHAVE_WEBP -DOPENCV_IMGCODECS_USE_OPENEXR=1 -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgcodecs/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/imgcodecs -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -isystem /usr/include/gdal -isystem /usr/include/gdcm-3.0 -isystem /usr/include/openjpeg-2.5 -isystem /usr/include/eigen3 -isystem /usr/include/OpenEXR -isystem /usr/include/Imath -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated-declarations -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++17 -fPIC -MD -MT modules/imgcodecs/CMakeFiles/opencv_imgcodecs.dir/src/grfmt_tiff.cpp.o -MF modules/imgcodecs/CMakeFiles/opencv_imgcodecs.dir/src/grfmt_tiff.cpp.o.d -o modules/imgcodecs/CMakeFiles/opencv_imgcodecs.dir/src/grfmt_tiff.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/imgcodecs/src/grfmt_tiff.cpp
[439/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -DHAVE_IMGCODEC_HDR -DHAVE_IMGCODEC_PFM -DHAVE_IMGCODEC_PXM -DHAVE_IMGCODEC_SUNRASTER -DHAVE_WEBP -DOPENCV_IMGCODECS_USE_OPENEXR=1 -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgcodecs/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/imgcodecs -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -isystem /usr/include/gdal -isystem /usr/include/gdcm-3.0 -isystem /usr/include/openjpeg-2.5 -isystem /usr/include/eigen3 -isystem /usr/include/OpenEXR -isystem /usr/include/Imath -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated-declarations -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++17 -fPIC -MD -MT modules/imgcodecs/CMakeFiles/opencv_imgcodecs.dir/src/bitstrm.cpp.o -MF modules/imgcodecs/CMakeFiles/opencv_imgcodecs.dir/src/bitstrm.cpp.o.d -o modules/imgcodecs/CMakeFiles/opencv_imgcodecs.dir/src/bitstrm.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/imgcodecs/src/bitstrm.cpp
[440/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -DHAVE_IMGCODEC_HDR -DHAVE_IMGCODEC_PFM -DHAVE_IMGCODEC_PXM -DHAVE_IMGCODEC_SUNRASTER -DHAVE_WEBP -DOPENCV_IMGCODECS_USE_OPENEXR=1 -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgcodecs/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/imgcodecs -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -isystem /usr/include/gdal -isystem /usr/include/gdcm-3.0 -isystem /usr/include/openjpeg-2.5 -isystem /usr/include/eigen3 -isystem /usr/include/OpenEXR -isystem /usr/include/Imath -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated-declarations -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++17 -fPIC -MD -MT modules/imgcodecs/CMakeFiles/opencv_imgcodecs.dir/src/rgbe.cpp.o -MF modules/imgcodecs/CMakeFiles/opencv_imgcodecs.dir/src/rgbe.cpp.o.d -o modules/imgcodecs/CMakeFiles/opencv_imgcodecs.dir/src/rgbe.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/imgcodecs/src/rgbe.cpp
[441/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -DHAVE_IMGCODEC_HDR -DHAVE_IMGCODEC_PFM -DHAVE_IMGCODEC_PXM -DHAVE_IMGCODEC_SUNRASTER -DHAVE_WEBP -DOPENCV_IMGCODECS_USE_OPENEXR=1 -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgcodecs/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/imgcodecs -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -isystem /usr/include/gdal -isystem /usr/include/gdcm-3.0 -isystem /usr/include/openjpeg-2.5 -isystem /usr/include/eigen3 -isystem /usr/include/OpenEXR -isystem /usr/include/Imath -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated-declarations -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++17 -fPIC -MD -MT modules/imgcodecs/CMakeFiles/opencv_imgcodecs.dir/src/exif.cpp.o -MF modules/imgcodecs/CMakeFiles/opencv_imgcodecs.dir/src/exif.cpp.o.d -o modules/imgcodecs/CMakeFiles/opencv_imgcodecs.dir/src/exif.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/imgcodecs/src/exif.cpp
[442/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/video/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/video -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/flann/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/features2d/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/calib3d/include -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/video/CMakeFiles/opencv_video.dir/src/bgfg_KNN.cpp.o -MF modules/video/CMakeFiles/opencv_video.dir/src/bgfg_KNN.cpp.o.d -o modules/video/CMakeFiles/opencv_video.dir/src/bgfg_KNN.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/video/src/bgfg_KNN.cpp
[443/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/video/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/video -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/flann/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/features2d/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/calib3d/include -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/video/CMakeFiles/opencv_video.dir/src/bgfg_gaussmix2.cpp.o -MF modules/video/CMakeFiles/opencv_video.dir/src/bgfg_gaussmix2.cpp.o.d -o modules/video/CMakeFiles/opencv_video.dir/src/bgfg_gaussmix2.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/video/src/bgfg_gaussmix2.cpp
[444/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/video/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/video -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/flann/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/features2d/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/calib3d/include -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/video/CMakeFiles/opencv_video.dir/src/camshift.cpp.o -MF modules/video/CMakeFiles/opencv_video.dir/src/camshift.cpp.o.d -o modules/video/CMakeFiles/opencv_video.dir/src/camshift.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/video/src/camshift.cpp
[445/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/video/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/video -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/flann/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/features2d/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/calib3d/include -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/video/CMakeFiles/opencv_video.dir/src/ecc.cpp.o -MF modules/video/CMakeFiles/opencv_video.dir/src/ecc.cpp.o.d -o modules/video/CMakeFiles/opencv_video.dir/src/ecc.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/video/src/ecc.cpp
[446/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/video/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/video -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/flann/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/features2d/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/calib3d/include -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/video/CMakeFiles/opencv_video.dir/src/dis_flow.cpp.o -MF modules/video/CMakeFiles/opencv_video.dir/src/dis_flow.cpp.o.d -o modules/video/CMakeFiles/opencv_video.dir/src/dis_flow.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/video/src/dis_flow.cpp
[447/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/video/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/video -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/flann/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/features2d/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/calib3d/include -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/video/CMakeFiles/opencv_video.dir/src/kalman.cpp.o -MF modules/video/CMakeFiles/opencv_video.dir/src/kalman.cpp.o.d -o modules/video/CMakeFiles/opencv_video.dir/src/kalman.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/video/src/kalman.cpp
[448/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/video/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/video -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/flann/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/features2d/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/calib3d/include -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/video/CMakeFiles/opencv_video.dir/src/lkpyramid.cpp.o -MF modules/video/CMakeFiles/opencv_video.dir/src/lkpyramid.cpp.o.d -o modules/video/CMakeFiles/opencv_video.dir/src/lkpyramid.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/video/src/lkpyramid.cpp
[449/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/video/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/video -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/flann/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/features2d/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/calib3d/include -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/video/CMakeFiles/opencv_video.dir/src/optflowgf.cpp.o -MF modules/video/CMakeFiles/opencv_video.dir/src/optflowgf.cpp.o.d -o modules/video/CMakeFiles/opencv_video.dir/src/optflowgf.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/video/src/optflowgf.cpp
[450/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/video/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/video -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/flann/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/features2d/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/calib3d/include -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/video/CMakeFiles/opencv_video.dir/src/optical_flow_io.cpp.o -MF modules/video/CMakeFiles/opencv_video.dir/src/optical_flow_io.cpp.o.d -o modules/video/CMakeFiles/opencv_video.dir/src/optical_flow_io.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/video/src/optical_flow_io.cpp
[451/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/video/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/video -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/flann/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/features2d/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/calib3d/include -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/video/CMakeFiles/opencv_video.dir/src/tracking/detail/tracker_feature.cpp.o -MF modules/video/CMakeFiles/opencv_video.dir/src/tracking/detail/tracker_feature.cpp.o.d -o modules/video/CMakeFiles/opencv_video.dir/src/tracking/detail/tracker_feature.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/video/src/tracking/detail/tracker_feature.cpp
[452/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/video/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/video -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/flann/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/features2d/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/calib3d/include -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/video/CMakeFiles/opencv_video.dir/src/tracking/detail/tracker_feature_set.cpp.o -MF modules/video/CMakeFiles/opencv_video.dir/src/tracking/detail/tracker_feature_set.cpp.o.d -o modules/video/CMakeFiles/opencv_video.dir/src/tracking/detail/tracker_feature_set.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/video/src/tracking/detail/tracker_feature_set.cpp
[453/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/video/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/video -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/flann/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/features2d/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/calib3d/include -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/video/CMakeFiles/opencv_video.dir/src/tracking/detail/tracker_mil_model.cpp.o -MF modules/video/CMakeFiles/opencv_video.dir/src/tracking/detail/tracker_mil_model.cpp.o.d -o modules/video/CMakeFiles/opencv_video.dir/src/tracking/detail/tracker_mil_model.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/video/src/tracking/detail/tracker_mil_model.cpp
[454/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/video/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/video -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/flann/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/features2d/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/calib3d/include -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/video/CMakeFiles/opencv_video.dir/src/tracking/detail/tracker_mil_state.cpp.o -MF modules/video/CMakeFiles/opencv_video.dir/src/tracking/detail/tracker_mil_state.cpp.o.d -o modules/video/CMakeFiles/opencv_video.dir/src/tracking/detail/tracker_mil_state.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/video/src/tracking/detail/tracker_mil_state.cpp
[455/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/video/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/video -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/flann/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/features2d/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/calib3d/include -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/video/CMakeFiles/opencv_video.dir/src/tracking/detail/tracker_model.cpp.o -MF modules/video/CMakeFiles/opencv_video.dir/src/tracking/detail/tracker_model.cpp.o.d -o modules/video/CMakeFiles/opencv_video.dir/src/tracking/detail/tracker_model.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/video/src/tracking/detail/tracker_model.cpp
[456/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/video/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/video -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/flann/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/features2d/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/calib3d/include -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/video/CMakeFiles/opencv_video.dir/src/tracking/detail/tracker_sampler.cpp.o -MF modules/video/CMakeFiles/opencv_video.dir/src/tracking/detail/tracker_sampler.cpp.o.d -o modules/video/CMakeFiles/opencv_video.dir/src/tracking/detail/tracker_sampler.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/video/src/tracking/detail/tracker_sampler.cpp
[457/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/video/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/video -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/flann/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/features2d/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/calib3d/include -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/video/CMakeFiles/opencv_video.dir/src/tracking/detail/tracker_sampler_algorithm.cpp.o -MF modules/video/CMakeFiles/opencv_video.dir/src/tracking/detail/tracker_sampler_algorithm.cpp.o.d -o modules/video/CMakeFiles/opencv_video.dir/src/tracking/detail/tracker_sampler_algorithm.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/video/src/tracking/detail/tracker_sampler_algorithm.cpp
[458/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/video/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/video -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/flann/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/features2d/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/calib3d/include -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/video/CMakeFiles/opencv_video.dir/src/tracking/detail/tracker_state_estimator.cpp.o -MF modules/video/CMakeFiles/opencv_video.dir/src/tracking/detail/tracker_state_estimator.cpp.o.d -o modules/video/CMakeFiles/opencv_video.dir/src/tracking/detail/tracker_state_estimator.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/video/src/tracking/detail/tracker_state_estimator.cpp
[459/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/video/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/video -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/flann/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/features2d/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/calib3d/include -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/video/CMakeFiles/opencv_video.dir/src/tracking/detail/tracking_feature.cpp.o -MF modules/video/CMakeFiles/opencv_video.dir/src/tracking/detail/tracking_feature.cpp.o.d -o modules/video/CMakeFiles/opencv_video.dir/src/tracking/detail/tracking_feature.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/video/src/tracking/detail/tracking_feature.cpp
[460/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/video/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/video -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/flann/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/features2d/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/calib3d/include -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/video/CMakeFiles/opencv_video.dir/src/tracking/detail/tracking_online_mil.cpp.o -MF modules/video/CMakeFiles/opencv_video.dir/src/tracking/detail/tracking_online_mil.cpp.o.d -o modules/video/CMakeFiles/opencv_video.dir/src/tracking/detail/tracking_online_mil.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/video/src/tracking/detail/tracking_online_mil.cpp
[461/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/video/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/video -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/flann/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/features2d/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/calib3d/include -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/video/CMakeFiles/opencv_video.dir/src/tracking/tracker.cpp.o -MF modules/video/CMakeFiles/opencv_video.dir/src/tracking/tracker.cpp.o.d -o modules/video/CMakeFiles/opencv_video.dir/src/tracking/tracker.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/video/src/tracking/tracker.cpp
[462/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/video/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/video -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/flann/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/features2d/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/calib3d/include -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/video/CMakeFiles/opencv_video.dir/src/tracking/tracker_dasiamrpn.cpp.o -MF modules/video/CMakeFiles/opencv_video.dir/src/tracking/tracker_dasiamrpn.cpp.o.d -o modules/video/CMakeFiles/opencv_video.dir/src/tracking/tracker_dasiamrpn.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/video/src/tracking/tracker_dasiamrpn.cpp
[463/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/video/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/video -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/flann/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/features2d/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/calib3d/include -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/video/CMakeFiles/opencv_video.dir/src/tracking/tracker_goturn.cpp.o -MF modules/video/CMakeFiles/opencv_video.dir/src/tracking/tracker_goturn.cpp.o.d -o modules/video/CMakeFiles/opencv_video.dir/src/tracking/tracker_goturn.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/video/src/tracking/tracker_goturn.cpp
[464/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/video/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/video -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/flann/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/features2d/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/calib3d/include -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/video/CMakeFiles/opencv_video.dir/src/tracking/tracker_mil.cpp.o -MF modules/video/CMakeFiles/opencv_video.dir/src/tracking/tracker_mil.cpp.o.d -o modules/video/CMakeFiles/opencv_video.dir/src/tracking/tracker_mil.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/video/src/tracking/tracker_mil.cpp
[465/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/video/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/video -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/flann/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/features2d/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/calib3d/include -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/video/CMakeFiles/opencv_video.dir/src/tracking/tracker_nano.cpp.o -MF modules/video/CMakeFiles/opencv_video.dir/src/tracking/tracker_nano.cpp.o.d -o modules/video/CMakeFiles/opencv_video.dir/src/tracking/tracker_nano.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/video/src/tracking/tracker_nano.cpp
[466/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/video/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/video -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/flann/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/features2d/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/calib3d/include -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/video/CMakeFiles/opencv_video.dir/src/tracking/tracker_vit.cpp.o -MF modules/video/CMakeFiles/opencv_video.dir/src/tracking/tracker_vit.cpp.o.d -o modules/video/CMakeFiles/opencv_video.dir/src/tracking/tracker_vit.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/video/src/tracking/tracker_vit.cpp
[467/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/video/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/video -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/flann/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/features2d/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/calib3d/include -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/video/CMakeFiles/opencv_video.dir/opencl_kernels_video.cpp.o -MF modules/video/CMakeFiles/opencv_video.dir/opencl_kernels_video.cpp.o.d -o modules/video/CMakeFiles/opencv_video.dir/opencl_kernels_video.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/video/opencl_kernels_video.cpp
[468/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/video/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/video -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/flann/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/dnn/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/features2d/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/calib3d/include -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/video/CMakeFiles/opencv_video.dir/src/variational_refinement.cpp.o -MF modules/video/CMakeFiles/opencv_video.dir/src/variational_refinement.cpp.o.d -o modules/video/CMakeFiles/opencv_video.dir/src/variational_refinement.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/video/src/variational_refinement.cpp
[469/1167] : && /usr/bin/aarch64-linux-gnu-g++ -fPIC -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated-declarations -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG  -shared -Wl,-z,relro -Wl,-z,now  -Wl,--gc-sections -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-z,now  -Wl,--dependency-file=modules/imgcodecs/CMakeFiles/opencv_imgcodecs.dir/link.d -Wl,-soname,libopencv_imgcodecs.so.410 -o lib/libopencv_imgcodecs.so.4.10.0 modules/imgcodecs/CMakeFiles/opencv_imgcodecs.dir/src/loadsave.cpp.o modules/imgcodecs/CMakeFiles/opencv_imgcodecs.dir/src/utils.cpp.o modules/imgcodecs/CMakeFiles/opencv_imgcodecs.dir/src/grfmt_avif.cpp.o modules/imgcodecs/CMakeFiles/opencv_imgcodecs.dir/src/grfmt_base.cpp.o modules/imgcodecs/CMakeFiles/opencv_imgcodecs.dir/src/grfmt_bmp.cpp.o modules/imgcodecs/CMakeFiles/opencv_imgcodecs.dir/src/grfmt_exr.cpp.o modules/imgcodecs/CMakeFiles/opencv_imgcodecs.dir/src/grfmt_gdal.cpp.o modules/imgcodecs/CMakeFiles/opencv_imgcodecs.dir/src/grfmt_gdcm.cpp.o modules/imgcodecs/CMakeFiles/opencv_imgcodecs.dir/src/grfmt_hdr.cpp.o modules/imgcodecs/CMakeFiles/opencv_imgcodecs.dir/src/grfmt_jpeg.cpp.o modules/imgcodecs/CMakeFiles/opencv_imgcodecs.dir/src/grfmt_jpeg2000.cpp.o modules/imgcodecs/CMakeFiles/opencv_imgcodecs.dir/src/grfmt_jpeg2000_openjpeg.cpp.o modules/imgcodecs/CMakeFiles/opencv_imgcodecs.dir/src/grfmt_pam.cpp.o modules/imgcodecs/CMakeFiles/opencv_imgcodecs.dir/src/grfmt_pfm.cpp.o modules/imgcodecs/CMakeFiles/opencv_imgcodecs.dir/src/grfmt_png.cpp.o modules/imgcodecs/CMakeFiles/opencv_imgcodecs.dir/src/grfmt_pxm.cpp.o modules/imgcodecs/CMakeFiles/opencv_imgcodecs.dir/src/grfmt_spng.cpp.o modules/imgcodecs/CMakeFiles/opencv_imgcodecs.dir/src/grfmt_sunras.cpp.o modules/imgcodecs/CMakeFiles/opencv_imgcodecs.dir/src/grfmt_tiff.cpp.o modules/imgcodecs/CMakeFiles/opencv_imgcodecs.dir/src/grfmt_webp.cpp.o modules/imgcodecs/CMakeFiles/opencv_imgcodecs.dir/src/bitstrm.cpp.o modules/imgcodecs/CMakeFiles/opencv_imgcodecs.dir/src/rgbe.cpp.o modules/imgcodecs/CMakeFiles/opencv_imgcodecs.dir/src/exif.cpp.o  lib/libopencv_imgproc.so.4.10.0  -ldl  -lm  -lpthread  -lrt  /usr/lib/aarch64-linux-gnu/libjpeg.so  /usr/lib/aarch64-linux-gnu/libwebp.so  /usr/lib/aarch64-linux-gnu/libpng.so  /usr/lib/aarch64-linux-gnu/libz.so  /usr/lib/aarch64-linux-gnu/libgdcmMSFF.so.3.0.24  /usr/lib/aarch64-linux-gnu/libtiff.so  /usr/lib/aarch64-linux-gnu/libopenjp2.so.2.5.4  /usr/lib/aarch64-linux-gnu/libOpenEXR-3_4.so.33.3.4.6  /usr/lib/aarch64-linux-gnu/libz.so  /usr/lib/aarch64-linux-gnu/libgdal.so  lib/libopencv_core.so.4.10.0  /usr/lib/aarch64-linux-gnu/libtiff.so  /usr/lib/aarch64-linux-gnu/libgdal.so  /usr/lib/aarch64-linux-gnu/libgdcmDICT.so.3.0.24  /usr/lib/aarch64-linux-gnu/libgdcmIOD.so.3.0.24  /usr/lib/aarch64-linux-gnu/libgdcmDSED.so.3.0.24  /usr/lib/aarch64-linux-gnu/libgdcmCommon.so.3.0.24  /usr/lib/aarch64-linux-gnu/libIlmThread-3_4.so.33.3.4.6  /usr/lib/aarch64-linux-gnu/libIex-3_4.so.33.3.4.6  /usr/lib/aarch64-linux-gnu/libOpenEXRCore-3_4.so.33.3.4.6  -ldl  /usr/lib/aarch64-linux-gnu/libImath-3_1.so.29.11.0  -lm  -Wl,-rpath-link,"\$ORIGIN" && :
[470/1167] : && /usr/bin/aarch64-linux-gnu-g++ -fPIC -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG  -shared -Wl,-z,relro -Wl,-z,now  -Wl,--gc-sections -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-z,now  -Wl,--dependency-file=modules/video/CMakeFiles/opencv_video.dir/link.d -Wl,-soname,libopencv_video.so.410 -o lib/libopencv_video.so.4.10.0 modules/video/CMakeFiles/opencv_video.dir/src/bgfg_KNN.cpp.o modules/video/CMakeFiles/opencv_video.dir/src/bgfg_gaussmix2.cpp.o modules/video/CMakeFiles/opencv_video.dir/src/camshift.cpp.o modules/video/CMakeFiles/opencv_video.dir/src/dis_flow.cpp.o modules/video/CMakeFiles/opencv_video.dir/src/ecc.cpp.o modules/video/CMakeFiles/opencv_video.dir/src/kalman.cpp.o modules/video/CMakeFiles/opencv_video.dir/src/lkpyramid.cpp.o modules/video/CMakeFiles/opencv_video.dir/src/optflowgf.cpp.o modules/video/CMakeFiles/opencv_video.dir/src/optical_flow_io.cpp.o modules/video/CMakeFiles/opencv_video.dir/src/tracking/detail/tracker_feature.cpp.o modules/video/CMakeFiles/opencv_video.dir/src/tracking/detail/tracker_feature_set.cpp.o modules/video/CMakeFiles/opencv_video.dir/src/tracking/detail/tracker_mil_model.cpp.o modules/video/CMakeFiles/opencv_video.dir/src/tracking/detail/tracker_mil_state.cpp.o modules/video/CMakeFiles/opencv_video.dir/src/tracking/detail/tracker_model.cpp.o modules/video/CMakeFiles/opencv_video.dir/src/tracking/detail/tracker_sampler.cpp.o modules/video/CMakeFiles/opencv_video.dir/src/tracking/detail/tracker_sampler_algorithm.cpp.o modules/video/CMakeFiles/opencv_video.dir/src/tracking/detail/tracker_state_estimator.cpp.o modules/video/CMakeFiles/opencv_video.dir/src/tracking/detail/tracking_feature.cpp.o modules/video/CMakeFiles/opencv_video.dir/src/tracking/detail/tracking_online_mil.cpp.o modules/video/CMakeFiles/opencv_video.dir/src/tracking/tracker.cpp.o modules/video/CMakeFiles/opencv_video.dir/src/tracking/tracker_dasiamrpn.cpp.o modules/video/CMakeFiles/opencv_video.dir/src/tracking/tracker_goturn.cpp.o modules/video/CMakeFiles/opencv_video.dir/src/tracking/tracker_mil.cpp.o modules/video/CMakeFiles/opencv_video.dir/src/tracking/tracker_nano.cpp.o modules/video/CMakeFiles/opencv_video.dir/src/tracking/tracker_vit.cpp.o modules/video/CMakeFiles/opencv_video.dir/src/variational_refinement.cpp.o modules/video/CMakeFiles/opencv_video.dir/opencl_kernels_video.cpp.o  lib/libopencv_dnn.so.4.10.0  lib/libopencv_calib3d.so.4.10.0  -ldl  -lm  -lpthread  -lrt  lib/libopencv_features2d.so.4.10.0  lib/libopencv_flann.so.4.10.0  lib/libopencv_imgproc.so.4.10.0  lib/libopencv_core.so.4.10.0  -Wl,-rpath-link,"\$ORIGIN" && :
[471/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/ml/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/ml -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/ml/CMakeFiles/opencv_ml.dir/src/boost.cpp.o -MF modules/ml/CMakeFiles/opencv_ml.dir/src/boost.cpp.o.d -o modules/ml/CMakeFiles/opencv_ml.dir/src/boost.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/ml/src/boost.cpp
[472/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/ml/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/ml -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/ml/CMakeFiles/opencv_ml.dir/src/ann_mlp.cpp.o -MF modules/ml/CMakeFiles/opencv_ml.dir/src/ann_mlp.cpp.o.d -o modules/ml/CMakeFiles/opencv_ml.dir/src/ann_mlp.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/ml/src/ann_mlp.cpp
[473/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/ml/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/ml -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/ml/CMakeFiles/opencv_ml.dir/src/data.cpp.o -MF modules/ml/CMakeFiles/opencv_ml.dir/src/data.cpp.o.d -o modules/ml/CMakeFiles/opencv_ml.dir/src/data.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/ml/src/data.cpp
[474/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/ml/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/ml -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/ml/CMakeFiles/opencv_ml.dir/src/em.cpp.o -MF modules/ml/CMakeFiles/opencv_ml.dir/src/em.cpp.o.d -o modules/ml/CMakeFiles/opencv_ml.dir/src/em.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/ml/src/em.cpp
[475/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/ml/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/ml -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/ml/CMakeFiles/opencv_ml.dir/src/gbt.cpp.o -MF modules/ml/CMakeFiles/opencv_ml.dir/src/gbt.cpp.o.d -o modules/ml/CMakeFiles/opencv_ml.dir/src/gbt.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/ml/src/gbt.cpp
[476/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/ml/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/ml -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/ml/CMakeFiles/opencv_ml.dir/src/inner_functions.cpp.o -MF modules/ml/CMakeFiles/opencv_ml.dir/src/inner_functions.cpp.o.d -o modules/ml/CMakeFiles/opencv_ml.dir/src/inner_functions.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/ml/src/inner_functions.cpp
[477/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/ml/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/ml -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/ml/CMakeFiles/opencv_ml.dir/src/kdtree.cpp.o -MF modules/ml/CMakeFiles/opencv_ml.dir/src/kdtree.cpp.o.d -o modules/ml/CMakeFiles/opencv_ml.dir/src/kdtree.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/ml/src/kdtree.cpp
[478/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/ml/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/ml -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/ml/CMakeFiles/opencv_ml.dir/src/knearest.cpp.o -MF modules/ml/CMakeFiles/opencv_ml.dir/src/knearest.cpp.o.d -o modules/ml/CMakeFiles/opencv_ml.dir/src/knearest.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/ml/src/knearest.cpp
[479/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/ml/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/ml -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/ml/CMakeFiles/opencv_ml.dir/src/lr.cpp.o -MF modules/ml/CMakeFiles/opencv_ml.dir/src/lr.cpp.o.d -o modules/ml/CMakeFiles/opencv_ml.dir/src/lr.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/ml/src/lr.cpp
[480/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/ml/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/ml -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/ml/CMakeFiles/opencv_ml.dir/src/nbayes.cpp.o -MF modules/ml/CMakeFiles/opencv_ml.dir/src/nbayes.cpp.o.d -o modules/ml/CMakeFiles/opencv_ml.dir/src/nbayes.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/ml/src/nbayes.cpp
[481/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/ml/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/ml -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/ml/CMakeFiles/opencv_ml.dir/src/rtrees.cpp.o -MF modules/ml/CMakeFiles/opencv_ml.dir/src/rtrees.cpp.o.d -o modules/ml/CMakeFiles/opencv_ml.dir/src/rtrees.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/ml/src/rtrees.cpp
[482/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/ml/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/ml -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/ml/CMakeFiles/opencv_ml.dir/src/svmsgd.cpp.o -MF modules/ml/CMakeFiles/opencv_ml.dir/src/svmsgd.cpp.o.d -o modules/ml/CMakeFiles/opencv_ml.dir/src/svmsgd.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/ml/src/svmsgd.cpp
[483/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/ml/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/ml -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/ml/CMakeFiles/opencv_ml.dir/src/svm.cpp.o -MF modules/ml/CMakeFiles/opencv_ml.dir/src/svm.cpp.o.d -o modules/ml/CMakeFiles/opencv_ml.dir/src/svm.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/ml/src/svm.cpp
[484/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/ml/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/ml -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/ml/CMakeFiles/opencv_ml.dir/src/testset.cpp.o -MF modules/ml/CMakeFiles/opencv_ml.dir/src/testset.cpp.o.d -o modules/ml/CMakeFiles/opencv_ml.dir/src/testset.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/ml/src/testset.cpp
[485/1167] /usr/bin/cmake -E cmake_symlink_library lib/libopencv_imgcodecs.so.4.10.0  lib/libopencv_imgcodecs.so.410 lib/libopencv_imgcodecs.so && :
[486/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -DENABLE_PLUGINS -DHAVE_CAMV4L2 -DHAVE_DC1394_2 -DHAVE_FFMPEG -DHAVE_GPHOTO2 -DHAVE_GSTREAMER -DHAVE_OBSENSOR -DHAVE_OBSENSOR_V4L2 -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/videoio/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/videoio -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgcodecs/include -isystem /usr/include/gdal -isystem /usr/include/eigen3 -isystem /usr/include/gstreamer-1.0 -isystem /usr/include/glib-2.0 -isystem /usr/lib/aarch64-linux-gnu/glib-2.0/include -isystem /usr/include/sysprof-6 -isystem /usr/include/orc-0.4 -isystem /usr/include/libdrm -isystem /usr/include/CL -isystem /usr/include/gphoto2 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/videoio/CMakeFiles/opencv_videoio.dir/src/videoio_registry.cpp.o -MF modules/videoio/CMakeFiles/opencv_videoio.dir/src/videoio_registry.cpp.o.d -o modules/videoio/CMakeFiles/opencv_videoio.dir/src/videoio_registry.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/videoio/src/videoio_registry.cpp
[487/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/ml/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/ml -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/ml/CMakeFiles/opencv_ml.dir/src/tree.cpp.o -MF modules/ml/CMakeFiles/opencv_ml.dir/src/tree.cpp.o.d -o modules/ml/CMakeFiles/opencv_ml.dir/src/tree.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/ml/src/tree.cpp
[488/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -DENABLE_PLUGINS -DHAVE_CAMV4L2 -DHAVE_DC1394_2 -DHAVE_FFMPEG -DHAVE_GPHOTO2 -DHAVE_GSTREAMER -DHAVE_OBSENSOR -DHAVE_OBSENSOR_V4L2 -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/videoio/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/videoio -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgcodecs/include -isystem /usr/include/gdal -isystem /usr/include/eigen3 -isystem /usr/include/gstreamer-1.0 -isystem /usr/include/glib-2.0 -isystem /usr/lib/aarch64-linux-gnu/glib-2.0/include -isystem /usr/include/sysprof-6 -isystem /usr/include/orc-0.4 -isystem /usr/include/libdrm -isystem /usr/include/CL -isystem /usr/include/gphoto2 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/videoio/CMakeFiles/opencv_videoio.dir/src/videoio_c.cpp.o -MF modules/videoio/CMakeFiles/opencv_videoio.dir/src/videoio_c.cpp.o.d -o modules/videoio/CMakeFiles/opencv_videoio.dir/src/videoio_c.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/videoio/src/videoio_c.cpp
[489/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -DENABLE_PLUGINS -DHAVE_CAMV4L2 -DHAVE_DC1394_2 -DHAVE_FFMPEG -DHAVE_GPHOTO2 -DHAVE_GSTREAMER -DHAVE_OBSENSOR -DHAVE_OBSENSOR_V4L2 -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/videoio/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/videoio -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgcodecs/include -isystem /usr/include/gdal -isystem /usr/include/eigen3 -isystem /usr/include/gstreamer-1.0 -isystem /usr/include/glib-2.0 -isystem /usr/lib/aarch64-linux-gnu/glib-2.0/include -isystem /usr/include/sysprof-6 -isystem /usr/include/orc-0.4 -isystem /usr/include/libdrm -isystem /usr/include/CL -isystem /usr/include/gphoto2 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/videoio/CMakeFiles/opencv_videoio.dir/src/cap_images.cpp.o -MF modules/videoio/CMakeFiles/opencv_videoio.dir/src/cap_images.cpp.o.d -o modules/videoio/CMakeFiles/opencv_videoio.dir/src/cap_images.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/videoio/src/cap_images.cpp
[490/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -DENABLE_PLUGINS -DHAVE_CAMV4L2 -DHAVE_DC1394_2 -DHAVE_FFMPEG -DHAVE_GPHOTO2 -DHAVE_GSTREAMER -DHAVE_OBSENSOR -DHAVE_OBSENSOR_V4L2 -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/videoio/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/videoio -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgcodecs/include -isystem /usr/include/gdal -isystem /usr/include/eigen3 -isystem /usr/include/gstreamer-1.0 -isystem /usr/include/glib-2.0 -isystem /usr/lib/aarch64-linux-gnu/glib-2.0/include -isystem /usr/include/sysprof-6 -isystem /usr/include/orc-0.4 -isystem /usr/include/libdrm -isystem /usr/include/CL -isystem /usr/include/gphoto2 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/videoio/CMakeFiles/opencv_videoio.dir/src/cap.cpp.o -MF modules/videoio/CMakeFiles/opencv_videoio.dir/src/cap.cpp.o.d -o modules/videoio/CMakeFiles/opencv_videoio.dir/src/cap.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/videoio/src/cap.cpp
[491/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -DENABLE_PLUGINS -DHAVE_CAMV4L2 -DHAVE_DC1394_2 -DHAVE_FFMPEG -DHAVE_GPHOTO2 -DHAVE_GSTREAMER -DHAVE_OBSENSOR -DHAVE_OBSENSOR_V4L2 -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/videoio/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/videoio -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgcodecs/include -isystem /usr/include/gdal -isystem /usr/include/eigen3 -isystem /usr/include/gstreamer-1.0 -isystem /usr/include/glib-2.0 -isystem /usr/lib/aarch64-linux-gnu/glib-2.0/include -isystem /usr/include/sysprof-6 -isystem /usr/include/orc-0.4 -isystem /usr/include/libdrm -isystem /usr/include/CL -isystem /usr/include/gphoto2 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/videoio/CMakeFiles/opencv_videoio.dir/src/cap_mjpeg_encoder.cpp.o -MF modules/videoio/CMakeFiles/opencv_videoio.dir/src/cap_mjpeg_encoder.cpp.o.d -o modules/videoio/CMakeFiles/opencv_videoio.dir/src/cap_mjpeg_encoder.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/videoio/src/cap_mjpeg_encoder.cpp
[492/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -DENABLE_PLUGINS -DHAVE_CAMV4L2 -DHAVE_DC1394_2 -DHAVE_FFMPEG -DHAVE_GPHOTO2 -DHAVE_GSTREAMER -DHAVE_OBSENSOR -DHAVE_OBSENSOR_V4L2 -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/videoio/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/videoio -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgcodecs/include -isystem /usr/include/gdal -isystem /usr/include/eigen3 -isystem /usr/include/gstreamer-1.0 -isystem /usr/include/glib-2.0 -isystem /usr/lib/aarch64-linux-gnu/glib-2.0/include -isystem /usr/include/sysprof-6 -isystem /usr/include/orc-0.4 -isystem /usr/include/libdrm -isystem /usr/include/CL -isystem /usr/include/gphoto2 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/videoio/CMakeFiles/opencv_videoio.dir/src/cap_mjpeg_decoder.cpp.o -MF modules/videoio/CMakeFiles/opencv_videoio.dir/src/cap_mjpeg_decoder.cpp.o.d -o modules/videoio/CMakeFiles/opencv_videoio.dir/src/cap_mjpeg_decoder.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/videoio/src/cap_mjpeg_decoder.cpp
[493/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -DENABLE_PLUGINS -DHAVE_CAMV4L2 -DHAVE_DC1394_2 -DHAVE_FFMPEG -DHAVE_GPHOTO2 -DHAVE_GSTREAMER -DHAVE_OBSENSOR -DHAVE_OBSENSOR_V4L2 -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/videoio/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/videoio -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgcodecs/include -isystem /usr/include/gdal -isystem /usr/include/eigen3 -isystem /usr/include/gstreamer-1.0 -isystem /usr/include/glib-2.0 -isystem /usr/lib/aarch64-linux-gnu/glib-2.0/include -isystem /usr/include/sysprof-6 -isystem /usr/include/orc-0.4 -isystem /usr/include/libdrm -isystem /usr/include/CL -isystem /usr/include/gphoto2 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/videoio/CMakeFiles/opencv_videoio.dir/src/backend_static.cpp.o -MF modules/videoio/CMakeFiles/opencv_videoio.dir/src/backend_static.cpp.o.d -o modules/videoio/CMakeFiles/opencv_videoio.dir/src/backend_static.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/videoio/src/backend_static.cpp
[494/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -DENABLE_PLUGINS -DHAVE_CAMV4L2 -DHAVE_DC1394_2 -DHAVE_FFMPEG -DHAVE_GPHOTO2 -DHAVE_GSTREAMER -DHAVE_OBSENSOR -DHAVE_OBSENSOR_V4L2 -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/videoio/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/videoio -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgcodecs/include -isystem /usr/include/gdal -isystem /usr/include/eigen3 -isystem /usr/include/gstreamer-1.0 -isystem /usr/include/glib-2.0 -isystem /usr/lib/aarch64-linux-gnu/glib-2.0/include -isystem /usr/include/sysprof-6 -isystem /usr/include/orc-0.4 -isystem /usr/include/libdrm -isystem /usr/include/CL -isystem /usr/include/gphoto2 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/videoio/CMakeFiles/opencv_videoio.dir/src/container_avi.cpp.o -MF modules/videoio/CMakeFiles/opencv_videoio.dir/src/container_avi.cpp.o.d -o modules/videoio/CMakeFiles/opencv_videoio.dir/src/container_avi.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/videoio/src/container_avi.cpp
[495/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -DENABLE_PLUGINS -DHAVE_CAMV4L2 -DHAVE_DC1394_2 -DHAVE_FFMPEG -DHAVE_GPHOTO2 -DHAVE_GSTREAMER -DHAVE_OBSENSOR -DHAVE_OBSENSOR_V4L2 -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/videoio/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/videoio -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgcodecs/include -isystem /usr/include/gdal -isystem /usr/include/eigen3 -isystem /usr/include/gstreamer-1.0 -isystem /usr/include/glib-2.0 -isystem /usr/lib/aarch64-linux-gnu/glib-2.0/include -isystem /usr/include/sysprof-6 -isystem /usr/include/orc-0.4 -isystem /usr/include/libdrm -isystem /usr/include/CL -isystem /usr/include/gphoto2 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/videoio/CMakeFiles/opencv_videoio.dir/src/backend_plugin.cpp.o -MF modules/videoio/CMakeFiles/opencv_videoio.dir/src/backend_plugin.cpp.o.d -o modules/videoio/CMakeFiles/opencv_videoio.dir/src/backend_plugin.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/videoio/src/backend_plugin.cpp
[496/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -DENABLE_PLUGINS -DHAVE_CAMV4L2 -DHAVE_DC1394_2 -DHAVE_FFMPEG -DHAVE_GPHOTO2 -DHAVE_GSTREAMER -DHAVE_OBSENSOR -DHAVE_OBSENSOR_V4L2 -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/videoio/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/videoio -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgcodecs/include -isystem /usr/include/gdal -isystem /usr/include/eigen3 -isystem /usr/include/gstreamer-1.0 -isystem /usr/include/glib-2.0 -isystem /usr/lib/aarch64-linux-gnu/glib-2.0/include -isystem /usr/include/sysprof-6 -isystem /usr/include/orc-0.4 -isystem /usr/include/libdrm -isystem /usr/include/CL -isystem /usr/include/gphoto2 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/videoio/CMakeFiles/opencv_videoio.dir/src/cap_dc1394_v2.cpp.o -MF modules/videoio/CMakeFiles/opencv_videoio.dir/src/cap_dc1394_v2.cpp.o.d -o modules/videoio/CMakeFiles/opencv_videoio.dir/src/cap_dc1394_v2.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/videoio/src/cap_dc1394_v2.cpp
[497/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -DENABLE_PLUGINS -DHAVE_CAMV4L2 -DHAVE_DC1394_2 -DHAVE_FFMPEG -DHAVE_GPHOTO2 -DHAVE_GSTREAMER -DHAVE_OBSENSOR -DHAVE_OBSENSOR_V4L2 -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/videoio/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/videoio -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgcodecs/include -isystem /usr/include/gdal -isystem /usr/include/eigen3 -isystem /usr/include/gstreamer-1.0 -isystem /usr/include/glib-2.0 -isystem /usr/lib/aarch64-linux-gnu/glib-2.0/include -isystem /usr/include/sysprof-6 -isystem /usr/include/orc-0.4 -isystem /usr/include/libdrm -isystem /usr/include/CL -isystem /usr/include/gphoto2 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/videoio/CMakeFiles/opencv_videoio.dir/src/cap_v4l.cpp.o -MF modules/videoio/CMakeFiles/opencv_videoio.dir/src/cap_v4l.cpp.o.d -o modules/videoio/CMakeFiles/opencv_videoio.dir/src/cap_v4l.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/videoio/src/cap_v4l.cpp
[498/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -DENABLE_PLUGINS -DHAVE_CAMV4L2 -DHAVE_DC1394_2 -DHAVE_FFMPEG -DHAVE_GPHOTO2 -DHAVE_GSTREAMER -DHAVE_OBSENSOR -DHAVE_OBSENSOR_V4L2 -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/videoio/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/videoio -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgcodecs/include -isystem /usr/include/gdal -isystem /usr/include/eigen3 -isystem /usr/include/gstreamer-1.0 -isystem /usr/include/glib-2.0 -isystem /usr/lib/aarch64-linux-gnu/glib-2.0/include -isystem /usr/include/sysprof-6 -isystem /usr/include/orc-0.4 -isystem /usr/include/libdrm -isystem /usr/include/CL -isystem /usr/include/gphoto2 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/videoio/CMakeFiles/opencv_videoio.dir/src/cap_gstreamer.cpp.o -MF modules/videoio/CMakeFiles/opencv_videoio.dir/src/cap_gstreamer.cpp.o.d -o modules/videoio/CMakeFiles/opencv_videoio.dir/src/cap_gstreamer.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/videoio/src/cap_gstreamer.cpp
[499/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -DENABLE_PLUGINS -DHAVE_CAMV4L2 -DHAVE_DC1394_2 -DHAVE_FFMPEG -DHAVE_GPHOTO2 -DHAVE_GSTREAMER -DHAVE_OBSENSOR -DHAVE_OBSENSOR_V4L2 -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/videoio/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/videoio -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgcodecs/include -isystem /usr/include/gdal -isystem /usr/include/eigen3 -isystem /usr/include/gstreamer-1.0 -isystem /usr/include/glib-2.0 -isystem /usr/lib/aarch64-linux-gnu/glib-2.0/include -isystem /usr/include/sysprof-6 -isystem /usr/include/orc-0.4 -isystem /usr/include/libdrm -isystem /usr/include/CL -isystem /usr/include/gphoto2 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/videoio/CMakeFiles/opencv_videoio.dir/src/cap_ffmpeg.cpp.o -MF modules/videoio/CMakeFiles/opencv_videoio.dir/src/cap_ffmpeg.cpp.o.d -o modules/videoio/CMakeFiles/opencv_videoio.dir/src/cap_ffmpeg.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/videoio/src/cap_ffmpeg.cpp
FAILED: [code=1] modules/videoio/CMakeFiles/opencv_videoio.dir/src/cap_ffmpeg.cpp.o 
/usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -DENABLE_PLUGINS -DHAVE_CAMV4L2 -DHAVE_DC1394_2 -DHAVE_FFMPEG -DHAVE_GPHOTO2 -DHAVE_GSTREAMER -DHAVE_OBSENSOR -DHAVE_OBSENSOR_V4L2 -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/videoio/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/videoio -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgcodecs/include -isystem /usr/include/gdal -isystem /usr/include/eigen3 -isystem /usr/include/gstreamer-1.0 -isystem /usr/include/glib-2.0 -isystem /usr/lib/aarch64-linux-gnu/glib-2.0/include -isystem /usr/include/sysprof-6 -isystem /usr/include/orc-0.4 -isystem /usr/include/libdrm -isystem /usr/include/CL -isystem /usr/include/gphoto2 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/videoio/CMakeFiles/opencv_videoio.dir/src/cap_ffmpeg.cpp.o -MF modules/videoio/CMakeFiles/opencv_videoio.dir/src/cap_ffmpeg.cpp.o.d -o modules/videoio/CMakeFiles/opencv_videoio.dir/src/cap_ffmpeg.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/videoio/src/cap_ffmpeg.cpp
In file included from /build/reproducible-path/opencv-4.10.0+dfsg/modules/videoio/src/cap_ffmpeg_impl.hpp:175,
                 from /build/reproducible-path/opencv-4.10.0+dfsg/modules/videoio/src/cap_ffmpeg.cpp:50:
/build/reproducible-path/opencv-4.10.0+dfsg/modules/videoio/src/cap_ffmpeg_hw.hpp: In function ‘AVCodec* hw_find_codec(AVCodecID, AVHWDeviceType, int (*)(const AVCodec*), const char*, AVPixelFormat*)’:
/build/reproducible-path/opencv-4.10.0+dfsg/modules/videoio/src/cap_ffmpeg_hw.hpp:741:82: error: ‘AVCodec’ {aka ‘struct AVCodec’} has no member named ‘pix_fmts’
  741 |             if (av_codec_is_encoder(c) && hw_native_fmt != AV_PIX_FMT_NONE && c->pix_fmts) {
      |                                                                                  ^~~~~~~~
/build/reproducible-path/opencv-4.10.0+dfsg/modules/videoio/src/cap_ffmpeg_hw.hpp:742:36: error: ‘AVCodec’ {aka ‘struct AVCodec’} has no member named ‘pix_fmts’
  742 |                 for (int i = 0; c->pix_fmts[i] != AV_PIX_FMT_NONE; i++) {
      |                                    ^~~~~~~~
/build/reproducible-path/opencv-4.10.0+dfsg/modules/videoio/src/cap_ffmpeg_hw.hpp:743:28: error: ‘AVCodec’ {aka ‘struct AVCodec’} has no member named ‘pix_fmts’
  743 |                     if (c->pix_fmts[i] == hw_native_fmt) {
      |                            ^~~~~~~~
/build/reproducible-path/opencv-4.10.0+dfsg/modules/videoio/src/cap_ffmpeg_impl.hpp: In function ‘AVCodecContext* icv_configure_video_stream_FFMPEG(AVFormatContext*, AVStream*, const AVCodec*, int, int, int, double, AVPixelFormat, int, AVCodecID)’:
/build/reproducible-path/opencv-4.10.0+dfsg/modules/videoio/src/cap_ffmpeg_impl.hpp:2295:24: error: ‘const AVCodec’ {aka ‘const struct AVCodec’} has no member named ‘supported_framerates’
 2295 |     if(codec && codec->supported_framerates){
      |                        ^~~~~~~~~~~~~~~~~~~~
/build/reproducible-path/opencv-4.10.0+dfsg/modules/videoio/src/cap_ffmpeg_impl.hpp:2296:37: error: ‘const AVCodec’ {aka ‘const struct AVCodec’} has no member named ‘supported_framerates’
 2296 |         const AVRational *p= codec->supported_framerates;
      |                                     ^~~~~~~~~~~~~~~~~~~~
[500/1167] /usr/bin/aarch64-linux-gnu-g++ -DCVAPI_EXPORTS -DENABLE_PLUGINS -DHAVE_CAMV4L2 -DHAVE_DC1394_2 -DHAVE_FFMPEG -DHAVE_GPHOTO2 -DHAVE_GSTREAMER -DHAVE_OBSENSOR -DHAVE_OBSENSOR_V4L2 -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/videoio/include -I/build/reproducible-path/opencv-4.10.0+dfsg/obj-aarch64-linux-gnu/modules/videoio -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/core/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgproc/include -I/build/reproducible-path/opencv-4.10.0+dfsg/modules/imgcodecs/include -isystem /usr/include/gdal -isystem /usr/include/eigen3 -isystem /usr/include/gstreamer-1.0 -isystem /usr/include/glib-2.0 -isystem /usr/lib/aarch64-linux-gnu/glib-2.0/include -isystem /usr/include/sysprof-6 -isystem /usr/include/orc-0.4 -isystem /usr/include/libdrm -isystem /usr/include/CL -isystem /usr/include/gphoto2 -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2   -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor -Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections    -fvisibility=hidden -fvisibility-inlines-hidden -g -O2 -ffile-prefix-map=/build/reproducible-path/opencv-4.10.0+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard  -DNDEBUG -std=c++11 -fPIC -MD -MT modules/videoio/CMakeFiles/opencv_videoio.dir/src/cap_gphoto2.cpp.o -MF modules/videoio/CMakeFiles/opencv_videoio.dir/src/cap_gphoto2.cpp.o.d -o modules/videoio/CMakeFiles/opencv_videoio.dir/src/cap_gphoto2.cpp.o -c /build/reproducible-path/opencv-4.10.0+dfsg/modules/videoio/src/cap_gphoto2.cpp
ninja: build stopped: subcommand failed.
dh_auto_build: error: cd obj-aarch64-linux-gnu && LC_ALL=C.UTF-8 ninja -j2 -v returned exit code 1
make[1]: *** [debian/rules:169: override_dh_auto_build] Error 25
make[1]: Leaving directory '/build/reproducible-path/opencv-4.10.0+dfsg'
make: *** [debian/rules:121: binary-arch] Error 2
dpkg-buildpackage: error: debian/rules binary-arch subprocess failed with exit status 2
--------------------------------------------------------------------------------
Build finished at 2026-08-09T20:05:39Z

Finished
--------


+------------------------------------------------------------------------------+
| Cleanup                                      Sun, 09 Aug 2026 20:05:41 +0000 |
+------------------------------------------------------------------------------+

Purging /build/reproducible-path
Not cleaning session: cloned chroot in use
E: Build failure (dpkg-buildpackage died with exit 2)

+------------------------------------------------------------------------------+
| Summary                                      Sun, 09 Aug 2026 20:05:45 +0000 |
+------------------------------------------------------------------------------+

Build Architecture: arm64
Build Type: any
Build-Space: 1747396
Build-Time: 971
Distribution: unstable
Fail-Stage: build
Host Architecture: arm64
Install-Time: 221
Job: opencv
Machine Architecture: arm64
Package: opencv
Package-Time: 1276
Source-Version: 4.10.0+dfsg-8
Space: 1747396
Status: attempted
Version: 4.10.0+dfsg-8
--------------------------------------------------------------------------------
Finished at 2026-08-09T20:05:39Z
Build needed 00:21:16, 1747396k disk space


More information about the debian-science-maintainers mailing list