INFO: not using any hashes in /data/userland-archives/hashes for dav1d-1.5.2.tar.gz (overridden with --hash) Source /data/userland-archives/dav1d-1.5.2.tar.gz... not found, skipping file copy Source https://code.videolan.org/videolan/dav1d/-/archive/1.5.2/dav1d-1.5.2.tar.gz... downloading... ok validating signature... checking local signature... not found signature validation failed validating hash... ok patching file meson.build WARNING: Recommend using either -Dbuildtype or -Doptimization + -Ddebug. Using both is redundant since they override each other. See: https://mesonbuild.com/Builtin-options.html#build-type-options The Meson build system Version: 1.7.2 Source dir: /data/jenkins/workspace/oi-encumbered/components/encumbered/dav1d/dav1d-1.5.2 Build dir: /data/jenkins/workspace/oi-encumbered/components/encumbered/dav1d/build/amd64 Build type: native build Project name: dav1d Project version: 1.5.2 C compiler for the host machine: /usr/gcc/14/bin/gcc (gcc 14.3.0 "gcc (OpenIndiana 14.3.0-oi-0) 14.3.0") C linker for the host machine: /usr/gcc/14/bin/gcc ld.solaris 5.11-1.1790 (illumos) Host machine cpu family: x86_64 Host machine cpu: x86_64 Fetching value of define "DAV1D_API_VERSION_MAJOR" : 7 Fetching value of define "DAV1D_API_VERSION_MINOR" : 0 Fetching value of define "DAV1D_API_VERSION_PATCH" : 0 Fetching value of define "__ILP32__" : (undefined) Run-time dependency threads found: YES Checking for function "clock_gettime" : YES Checking for function "posix_memalign" : YES Checking for function "memalign" : NO Checking for function "aligned_alloc" : YES Library dl found: YES Checking for function "dlsym" with dependency -ldl: YES Library m found: YES Check usable header "stdatomic.h" : YES Check usable header "sys/types.h" : YES Check usable header "unistd.h" : YES Check usable header "io.h" : NO Check usable header "pthread_np.h" : NO Checking for function "getopt_long" : YES Checking for function "pthread_getaffinity_np" with dependency threads: NO Checking for function "pthread_setaffinity_np" with dependency threads: NO Checking for function "pthread_setname_np" with dependency threads: YES Checking for function "pthread_set_name_np" with dependency threads: NO Checking if "_Generic" compiles: YES Compiler for C supports arguments -fvisibility=hidden: YES Compiler for C supports arguments -Wundef: YES Compiler for C supports arguments -Werror=vla: YES Compiler for C supports arguments -Wno-maybe-uninitialized: YES Compiler for C supports arguments -Wno-missing-field-initializers: YES Compiler for C supports arguments -Wno-unused-parameter: YES Compiler for C supports arguments -Wstrict-prototypes: YES Compiler for C supports arguments -Werror=missing-prototypes: YES Compiler for C supports arguments -Wshorten-64-to-32: NO Fetching value of define "__AVX__" : (undefined) Program nasm found: YES (/usr/bin/nasm) Configuring config.asm using configuration Configuring config.h using configuration Found pkg-config: YES (/usr/bin/amd64/pkg-config) 0.29.2 Header "xxhash.h" has symbol "XXH3_createState" : YES Configuring cli_config.h using configuration Compiler for C supports arguments -Werror=c11-extensions: NO Compiler for C supports arguments -Werror=c99-c11-compat: YES First supported argument: -Werror=c99-c11-compat Program objcopy found: YES (/usr/gnu/bin/objcopy) Build targets in project: 18 dav1d 1.5.2 User defined options b_pie : false bindir : /usr/bin buildtype : plain default_library: shared enable_asm : true libdir : /usr/lib/amd64 libexecdir : /usr/libexec localstatedir : /var mandir : /usr/share/man optimization : 3 prefix : /usr sbindir : /usr/sbin sysconfdir : /etc wrap_mode : nodownload Found ninja-1.13.1 at /usr/bin/ninja ninja: Entering directory `/data/jenkins/workspace/oi-encumbered/components/encumbered/dav1d/build/amd64' [1/134] Generating include/vcs_version.h with a custom command fatal: not a git repository: '/data/jenkins/workspace/oi-encumbered/components/encumbered/dav1d/dav1d-1.5.2/.git' [2/134] Compiling C object src/libdav1d_bitdepth_8.a.p/ipred_prepare_tmpl.c.o In file included from ../../dav1d-1.5.2/src/ipred_prepare.h:36, from ../../dav1d-1.5.2/src/ipred_prepare_tmpl.c:35: ../../dav1d-1.5.2/src/env.h: In function 'av1_get_fwd_ref_ctx': ../../dav1d-1.5.2/src/env.h:311:46: warning: array subscript has type 'char' [-Wchar-subscripts] 311 | if (a->ref[0][xb4] < 4) cnt[a->ref[0][xb4]]++; | ~~~~~~~~~^~~~~ ../../dav1d-1.5.2/src/env.h:312:67: warning: array subscript has type 'char' [-Wchar-subscripts] 312 | if (a->comp_type[xb4] && a->ref[1][xb4] < 4) cnt[a->ref[1][xb4]]++; | ~~~~~~~~~^~~~~ ../../dav1d-1.5.2/src/env.h:316:46: warning: array subscript has type 'char' [-Wchar-subscripts] 316 | if (l->ref[0][yb4] < 4) cnt[l->ref[0][yb4]]++; | ~~~~~~~~~^~~~~ ../../dav1d-1.5.2/src/env.h:317:67: warning: array subscript has type 'char' [-Wchar-subscripts] 317 | if (l->comp_type[yb4] && l->ref[1][yb4] < 4) cnt[l->ref[1][yb4]]++; | ~~~~~~~~~^~~~~ ../../dav1d-1.5.2/src/env.h: In function 'av1_get_fwd_ref_1_ctx': ../../dav1d-1.5.2/src/env.h:334:46: warning: array subscript has type 'char' [-Wchar-subscripts] 334 | if (a->ref[0][xb4] < 2) cnt[a->ref[0][xb4]]++; | ~~~~~~~~~^~~~~ ../../dav1d-1.5.2/src/env.h:335:67: warning: array subscript has type 'char' [-Wchar-subscripts] 335 | if (a->comp_type[xb4] && a->ref[1][xb4] < 2) cnt[a->ref[1][xb4]]++; | ~~~~~~~~~^~~~~ ../../dav1d-1.5.2/src/env.h:339:46: warning: array subscript has type 'char' [-Wchar-subscripts] 339 | if (l->ref[0][yb4] < 2) cnt[l->ref[0][yb4]]++; | ~~~~~~~~~^~~~~ ../../dav1d-1.5.2/src/env.h:340:67: warning: array subscript has type 'char' [-Wchar-subscripts] 340 | if (l->comp_type[yb4] && l->ref[1][yb4] < 2) cnt[l->ref[1][yb4]]++; | ~~~~~~~~~^~~~~ [3/134] Compiling C object src/libdav1d_bitdepth_8.a.p/cdef_apply_tmpl.c.o In file included from ../../dav1d-1.5.2/src/internal.h:45, from ../../dav1d-1.5.2/src/cdef_apply.h:33, from ../../dav1d-1.5.2/src/cdef_apply_tmpl.c:34: ../../dav1d-1.5.2/src/env.h: In function 'av1_get_fwd_ref_ctx': ../../dav1d-1.5.2/src/env.h:311:46: warning: array subscript has type 'char' [-Wchar-subscripts] 311 | if (a->ref[0][xb4] < 4) cnt[a->ref[0][xb4]]++; | ~~~~~~~~~^~~~~ ../../dav1d-1.5.2/src/env.h:312:67: warning: array subscript has type 'char' [-Wchar-subscripts] 312 | if (a->comp_type[xb4] && a->ref[1][xb4] < 4) cnt[a->ref[1][xb4]]++; | ~~~~~~~~~^~~~~ ../../dav1d-1.5.2/src/env.h:316:46: warning: array subscript has type 'char' [-Wchar-subscripts] 316 | if (l->ref[0][yb4] < 4) cnt[l->ref[0][yb4]]++; | ~~~~~~~~~^~~~~ ../../dav1d-1.5.2/src/env.h:317:67: warning: array subscript has type 'char' [-Wchar-subscripts] 317 | if (l->comp_type[yb4] && l->ref[1][yb4] < 4) cnt[l->ref[1][yb4]]++; | ~~~~~~~~~^~~~~ ../../dav1d-1.5.2/src/env.h: In function 'av1_get_fwd_ref_1_ctx': ../../dav1d-1.5.2/src/env.h:334:46: warning: array subscript has type 'char' [-Wchar-subscripts] 334 | if (a->ref[0][xb4] < 2) cnt[a->ref[0][xb4]]++; | ~~~~~~~~~^~~~~ ../../dav1d-1.5.2/src/env.h:335:67: warning: array subscript has type 'char' [-Wchar-subscripts] 335 | if (a->comp_type[xb4] && a->ref[1][xb4] < 2) cnt[a->ref[1][xb4]]++; | ~~~~~~~~~^~~~~ ../../dav1d-1.5.2/src/env.h:339:46: warning: array subscript has type 'char' [-Wchar-subscripts] 339 | if (l->ref[0][yb4] < 2) cnt[l->ref[0][yb4]]++; | ~~~~~~~~~^~~~~ ../../dav1d-1.5.2/src/env.h:340:67: warning: array subscript has type 'char' [-Wchar-subscripts] 340 | if (l->comp_type[yb4] && l->ref[1][yb4] < 2) cnt[l->ref[1][yb4]]++; | ~~~~~~~~~^~~~~ [4/134] Compiling C object src/libdav1d_bitdepth_8.a.p/loopfilter_tmpl.c.o [5/134] Compiling C object src/libdav1d_bitdepth_8.a.p/fg_apply_tmpl.c.o [6/134] Compiling C object src/libdav1d_bitdepth_8.a.p/lf_apply_tmpl.c.o In file included from ../../dav1d-1.5.2/src/internal.h:45, from ../../dav1d-1.5.2/src/lf_apply.h:35, from ../../dav1d-1.5.2/src/lf_apply_tmpl.c:34: ../../dav1d-1.5.2/src/env.h: In function 'av1_get_fwd_ref_ctx': ../../dav1d-1.5.2/src/env.h:311:46: warning: array subscript has type 'char' [-Wchar-subscripts] 311 | if (a->ref[0][xb4] < 4) cnt[a->ref[0][xb4]]++; | ~~~~~~~~~^~~~~ ../../dav1d-1.5.2/src/env.h:312:67: warning: array subscript has type 'char' [-Wchar-subscripts] 312 | if (a->comp_type[xb4] && a->ref[1][xb4] < 4) cnt[a->ref[1][xb4]]++; | ~~~~~~~~~^~~~~ ../../dav1d-1.5.2/src/env.h:316:46: warning: array subscript has type 'char' [-Wchar-subscripts] 316 | if (l->ref[0][yb4] < 4) cnt[l->ref[0][yb4]]++; | ~~~~~~~~~^~~~~ ../../dav1d-1.5.2/src/env.h:317:67: warning: array subscript has type 'char' [-Wchar-subscripts] 317 | if (l->comp_type[yb4] && l->ref[1][yb4] < 4) cnt[l->ref[1][yb4]]++; | ~~~~~~~~~^~~~~ ../../dav1d-1.5.2/src/env.h: In function 'av1_get_fwd_ref_1_ctx': ../../dav1d-1.5.2/src/env.h:334:46: warning: array subscript has type 'char' [-Wchar-subscripts] 334 | if (a->ref[0][xb4] < 2) cnt[a->ref[0][xb4]]++; | ~~~~~~~~~^~~~~ ../../dav1d-1.5.2/src/env.h:335:67: warning: array subscript has type 'char' [-Wchar-subscripts] 335 | if (a->comp_type[xb4] && a->ref[1][xb4] < 2) cnt[a->ref[1][xb4]]++; | ~~~~~~~~~^~~~~ ../../dav1d-1.5.2/src/env.h:339:46: warning: array subscript has type 'char' [-Wchar-subscripts] 339 | if (l->ref[0][yb4] < 2) cnt[l->ref[0][yb4]]++; | ~~~~~~~~~^~~~~ ../../dav1d-1.5.2/src/env.h:340:67: warning: array subscript has type 'char' [-Wchar-subscripts] 340 | if (l->comp_type[yb4] && l->ref[1][yb4] < 2) cnt[l->ref[1][yb4]]++; | ~~~~~~~~~^~~~~ [7/134] Compiling C object src/libdav1d_bitdepth_8.a.p/lr_apply_tmpl.c.o In file included from ../../dav1d-1.5.2/src/internal.h:45, from ../../dav1d-1.5.2/src/lr_apply.h:36, from ../../dav1d-1.5.2/src/lr_apply_tmpl.c:34: ../../dav1d-1.5.2/src/env.h: In function 'av1_get_fwd_ref_ctx': ../../dav1d-1.5.2/src/env.h:311:46: warning: array subscript has type 'char' [-Wchar-subscripts] 311 | if (a->ref[0][xb4] < 4) cnt[a->ref[0][xb4]]++; | ~~~~~~~~~^~~~~ ../../dav1d-1.5.2/src/env.h:312:67: warning: array subscript has type 'char' [-Wchar-subscripts] 312 | if (a->comp_type[xb4] && a->ref[1][xb4] < 4) cnt[a->ref[1][xb4]]++; | ~~~~~~~~~^~~~~ ../../dav1d-1.5.2/src/env.h:316:46: warning: array subscript has type 'char' [-Wchar-subscripts] 316 | if (l->ref[0][yb4] < 4) cnt[l->ref[0][yb4]]++; | ~~~~~~~~~^~~~~ ../../dav1d-1.5.2/src/env.h:317:67: warning: array subscript has type 'char' [-Wchar-subscripts] 317 | if (l->comp_type[yb4] && l->ref[1][yb4] < 4) cnt[l->ref[1][yb4]]++; | ~~~~~~~~~^~~~~ ../../dav1d-1.5.2/src/env.h: In function 'av1_get_fwd_ref_1_ctx': ../../dav1d-1.5.2/src/env.h:334:46: warning: array subscript has type 'char' [-Wchar-subscripts] 334 | if (a->ref[0][xb4] < 2) cnt[a->ref[0][xb4]]++; | ~~~~~~~~~^~~~~ ../../dav1d-1.5.2/src/env.h:335:67: warning: array subscript has type 'char' [-Wchar-subscripts] 335 | if (a->comp_type[xb4] && a->ref[1][xb4] < 2) cnt[a->ref[1][xb4]]++; | ~~~~~~~~~^~~~~ ../../dav1d-1.5.2/src/env.h:339:46: warning: array subscript has type 'char' [-Wchar-subscripts] 339 | if (l->ref[0][yb4] < 2) cnt[l->ref[0][yb4]]++; | ~~~~~~~~~^~~~~ ../../dav1d-1.5.2/src/env.h:340:67: warning: array subscript has type 'char' [-Wchar-subscripts] 340 | if (l->comp_type[yb4] && l->ref[1][yb4] < 2) cnt[l->ref[1][yb4]]++; | ~~~~~~~~~^~~~~ [8/134] Compiling C object src/libdav1d_bitdepth_8.a.p/cdef_tmpl.c.o [9/134] Compiling C object src/libdav1d_bitdepth_8.a.p/filmgrain_tmpl.c.o [10/134] Compiling C object src/libdav1d_bitdepth_16.a.p/cdef_apply_tmpl.c.o In file included from ../../dav1d-1.5.2/src/internal.h:45, from ../../dav1d-1.5.2/src/cdef_apply.h:33, from ../../dav1d-1.5.2/src/cdef_apply_tmpl.c:34: ../../dav1d-1.5.2/src/env.h: In function 'av1_get_fwd_ref_ctx': ../../dav1d-1.5.2/src/env.h:311:46: warning: array subscript has type 'char' [-Wchar-subscripts] 311 | if (a->ref[0][xb4] < 4) cnt[a->ref[0][xb4]]++; | ~~~~~~~~~^~~~~ ../../dav1d-1.5.2/src/env.h:312:67: warning: array subscript has type 'char' [-Wchar-subscripts] 312 | if (a->comp_type[xb4] && a->ref[1][xb4] < 4) cnt[a->ref[1][xb4]]++; | ~~~~~~~~~^~~~~ ../../dav1d-1.5.2/src/env.h:316:46: warning: array subscript has type 'char' [-Wchar-subscripts] 316 | if (l->ref[0][yb4] < 4) cnt[l->ref[0][yb4]]++; | ~~~~~~~~~^~~~~ ../../dav1d-1.5.2/src/env.h:317:67: warning: array subscript has type 'char' [-Wchar-subscripts] 317 | if (l->comp_type[yb4] && l->ref[1][yb4] < 4) cnt[l->ref[1][yb4]]++; | ~~~~~~~~~^~~~~ ../../dav1d-1.5.2/src/env.h: In function 'av1_get_fwd_ref_1_ctx': ../../dav1d-1.5.2/src/env.h:334:46: warning: array subscript has type 'char' [-Wchar-subscripts] 334 | if (a->ref[0][xb4] < 2) cnt[a->ref[0][xb4]]++; | ~~~~~~~~~^~~~~ ../../dav1d-1.5.2/src/env.h:335:67: warning: array subscript has type 'char' [-Wchar-subscripts] 335 | if (a->comp_type[xb4] && a->ref[1][xb4] < 2) cnt[a->ref[1][xb4]]++; | ~~~~~~~~~^~~~~ ../../dav1d-1.5.2/src/env.h:339:46: warning: array subscript has type 'char' [-Wchar-subscripts] 339 | if (l->ref[0][yb4] < 2) cnt[l->ref[0][yb4]]++; | ~~~~~~~~~^~~~~ ../../dav1d-1.5.2/src/env.h:340:67: warning: array subscript has type 'char' [-Wchar-subscripts] 340 | if (l->comp_type[yb4] && l->ref[1][yb4] < 2) cnt[l->ref[1][yb4]]++; | ~~~~~~~~~^~~~~ [11/134] Compiling C object src/libdav1d_bitdepth_16.a.p/fg_apply_tmpl.c.o [12/134] Compiling C object src/libdav1d_bitdepth_16.a.p/ipred_prepare_tmpl.c.o In file included from ../../dav1d-1.5.2/src/ipred_prepare.h:36, from ../../dav1d-1.5.2/src/ipred_prepare_tmpl.c:35: ../../dav1d-1.5.2/src/env.h: In function 'av1_get_fwd_ref_ctx': ../../dav1d-1.5.2/src/env.h:311:46: warning: array subscript has type 'char' [-Wchar-subscripts] 311 | if (a->ref[0][xb4] < 4) cnt[a->ref[0][xb4]]++; | ~~~~~~~~~^~~~~ ../../dav1d-1.5.2/src/env.h:312:67: warning: array subscript has type 'char' [-Wchar-subscripts] 312 | if (a->comp_type[xb4] && a->ref[1][xb4] < 4) cnt[a->ref[1][xb4]]++; | ~~~~~~~~~^~~~~ ../../dav1d-1.5.2/src/env.h:316:46: warning: array subscript has type 'char' [-Wchar-subscripts] 316 | if (l->ref[0][yb4] < 4) cnt[l->ref[0][yb4]]++; | ~~~~~~~~~^~~~~ ../../dav1d-1.5.2/src/env.h:317:67: warning: array subscript has type 'char' [-Wchar-subscripts] 317 | if (l->comp_type[yb4] && l->ref[1][yb4] < 4) cnt[l->ref[1][yb4]]++; | ~~~~~~~~~^~~~~ ../../dav1d-1.5.2/src/env.h: In function 'av1_get_fwd_ref_1_ctx': ../../dav1d-1.5.2/src/env.h:334:46: warning: array subscript has type 'char' [-Wchar-subscripts] 334 | if (a->ref[0][xb4] < 2) cnt[a->ref[0][xb4]]++; | ~~~~~~~~~^~~~~ ../../dav1d-1.5.2/src/env.h:335:67: warning: array subscript has type 'char' [-Wchar-subscripts] 335 | if (a->comp_type[xb4] && a->ref[1][xb4] < 2) cnt[a->ref[1][xb4]]++; | ~~~~~~~~~^~~~~ ../../dav1d-1.5.2/src/env.h:339:46: warning: array subscript has type 'char' [-Wchar-subscripts] 339 | if (l->ref[0][yb4] < 2) cnt[l->ref[0][yb4]]++; | ~~~~~~~~~^~~~~ ../../dav1d-1.5.2/src/env.h:340:67: warning: array subscript has type 'char' [-Wchar-subscripts] 340 | if (l->comp_type[yb4] && l->ref[1][yb4] < 2) cnt[l->ref[1][yb4]]++; | ~~~~~~~~~^~~~~ [13/134] Compiling C object src/libdav1d_bitdepth_8.a.p/itx_tmpl.c.o [14/134] Compiling C object src/libdav1d_bitdepth_8.a.p/ipred_tmpl.c.o [15/134] Compiling C object src/libdav1d_bitdepth_16.a.p/filmgrain_tmpl.c.o [16/134] Compiling C object src/libdav1d_bitdepth_16.a.p/cdef_tmpl.c.o [17/134] Compiling C object src/libdav1d_bitdepth_8.a.p/looprestoration_tmpl.c.o [18/134] Compiling C object src/libdav1d_bitdepth_16.a.p/lf_apply_tmpl.c.o In file included from ../../dav1d-1.5.2/src/internal.h:45, from ../../dav1d-1.5.2/src/lf_apply.h:35, from ../../dav1d-1.5.2/src/lf_apply_tmpl.c:34: ../../dav1d-1.5.2/src/env.h: In function 'av1_get_fwd_ref_ctx': ../../dav1d-1.5.2/src/env.h:311:46: warning: array subscript has type 'char' [-Wchar-subscripts] 311 | if (a->ref[0][xb4] < 4) cnt[a->ref[0][xb4]]++; | ~~~~~~~~~^~~~~ ../../dav1d-1.5.2/src/env.h:312:67: warning: array subscript has type 'char' [-Wchar-subscripts] 312 | if (a->comp_type[xb4] && a->ref[1][xb4] < 4) cnt[a->ref[1][xb4]]++; | ~~~~~~~~~^~~~~ ../../dav1d-1.5.2/src/env.h:316:46: warning: array subscript has type 'char' [-Wchar-subscripts] 316 | if (l->ref[0][yb4] < 4) cnt[l->ref[0][yb4]]++; | ~~~~~~~~~^~~~~ ../../dav1d-1.5.2/src/env.h:317:67: warning: array subscript has type 'char' [-Wchar-subscripts] 317 | if (l->comp_type[yb4] && l->ref[1][yb4] < 4) cnt[l->ref[1][yb4]]++; | ~~~~~~~~~^~~~~ ../../dav1d-1.5.2/src/env.h: In function 'av1_get_fwd_ref_1_ctx': ../../dav1d-1.5.2/src/env.h:334:46: warning: array subscript has type 'char' [-Wchar-subscripts] 334 | if (a->ref[0][xb4] < 2) cnt[a->ref[0][xb4]]++; | ~~~~~~~~~^~~~~ ../../dav1d-1.5.2/src/env.h:335:67: warning: array subscript has type 'char' [-Wchar-subscripts] 335 | if (a->comp_type[xb4] && a->ref[1][xb4] < 2) cnt[a->ref[1][xb4]]++; | ~~~~~~~~~^~~~~ ../../dav1d-1.5.2/src/env.h:339:46: warning: array subscript has type 'char' [-Wchar-subscripts] 339 | if (l->ref[0][yb4] < 2) cnt[l->ref[0][yb4]]++; | ~~~~~~~~~^~~~~ ../../dav1d-1.5.2/src/env.h:340:67: warning: array subscript has type 'char' [-Wchar-subscripts] 340 | if (l->comp_type[yb4] && l->ref[1][yb4] < 2) cnt[l->ref[1][yb4]]++; | ~~~~~~~~~^~~~~ [19/134] Compiling C object src/libdav1d_bitdepth_16.a.p/loopfilter_tmpl.c.o [20/134] Compiling C object src/libdav1d_bitdepth_16.a.p/lr_apply_tmpl.c.o In file included from ../../dav1d-1.5.2/src/internal.h:45, from ../../dav1d-1.5.2/src/lr_apply.h:36, from ../../dav1d-1.5.2/src/lr_apply_tmpl.c:34: ../../dav1d-1.5.2/src/env.h: In function 'av1_get_fwd_ref_ctx': ../../dav1d-1.5.2/src/env.h:311:46: warning: array subscript has type 'char' [-Wchar-subscripts] 311 | if (a->ref[0][xb4] < 4) cnt[a->ref[0][xb4]]++; | ~~~~~~~~~^~~~~ ../../dav1d-1.5.2/src/env.h:312:67: warning: array subscript has type 'char' [-Wchar-subscripts] 312 | if (a->comp_type[xb4] && a->ref[1][xb4] < 4) cnt[a->ref[1][xb4]]++; | ~~~~~~~~~^~~~~ ../../dav1d-1.5.2/src/env.h:316:46: warning: array subscript has type 'char' [-Wchar-subscripts] 316 | if (l->ref[0][yb4] < 4) cnt[l->ref[0][yb4]]++; | ~~~~~~~~~^~~~~ ../../dav1d-1.5.2/src/env.h:317:67: warning: array subscript has type 'char' [-Wchar-subscripts] 317 | if (l->comp_type[yb4] && l->ref[1][yb4] < 4) cnt[l->ref[1][yb4]]++; | ~~~~~~~~~^~~~~ ../../dav1d-1.5.2/src/env.h: In function 'av1_get_fwd_ref_1_ctx': ../../dav1d-1.5.2/src/env.h:334:46: warning: array subscript has type 'char' [-Wchar-subscripts] 334 | if (a->ref[0][xb4] < 2) cnt[a->ref[0][xb4]]++; | ~~~~~~~~~^~~~~ ../../dav1d-1.5.2/src/env.h:335:67: warning: array subscript has type 'char' [-Wchar-subscripts] 335 | if (a->comp_type[xb4] && a->ref[1][xb4] < 2) cnt[a->ref[1][xb4]]++; | ~~~~~~~~~^~~~~ ../../dav1d-1.5.2/src/env.h:339:46: warning: array subscript has type 'char' [-Wchar-subscripts] 339 | if (l->ref[0][yb4] < 2) cnt[l->ref[0][yb4]]++; | ~~~~~~~~~^~~~~ ../../dav1d-1.5.2/src/env.h:340:67: warning: array subscript has type 'char' [-Wchar-subscripts] 340 | if (l->comp_type[yb4] && l->ref[1][yb4] < 2) cnt[l->ref[1][yb4]]++; | ~~~~~~~~~^~~~~ [21/134] Generating 'src/libdav1d.so.7.0.0.p/cpuid.obj' [22/134] Generating 'src/libdav1d.so.7.0.0.p/msac.obj' [23/134] Compiling C object src/libdav1d_bitdepth_16.a.p/itx_tmpl.c.o [24/134] Compiling C object src/libdav1d_bitdepth_16.a.p/ipred_tmpl.c.o [25/134] Generating 'src/libdav1d.so.7.0.0.p/pal.obj' [26/134] Generating 'src/libdav1d.so.7.0.0.p/refmvs.obj' [27/134] Compiling C object src/libdav1d_bitdepth_16.a.p/looprestoration_tmpl.c.o [28/134] Generating 'src/libdav1d.so.7.0.0.p/cdef_avx512.obj' [29/134] Compiling C object src/libdav1d_bitdepth_8.a.p/recon_tmpl.c.o In file included from ../../dav1d-1.5.2/src/internal.h:45, from ../../dav1d-1.5.2/src/cdef_apply.h:33, from ../../dav1d-1.5.2/src/recon_tmpl.c:39: ../../dav1d-1.5.2/src/env.h: In function 'av1_get_fwd_ref_ctx': ../../dav1d-1.5.2/src/env.h:311:46: warning: array subscript has type 'char' [-Wchar-subscripts] 311 | if (a->ref[0][xb4] < 4) cnt[a->ref[0][xb4]]++; | ~~~~~~~~~^~~~~ ../../dav1d-1.5.2/src/env.h:312:67: warning: array subscript has type 'char' [-Wchar-subscripts] 312 | if (a->comp_type[xb4] && a->ref[1][xb4] < 4) cnt[a->ref[1][xb4]]++; | ~~~~~~~~~^~~~~ ../../dav1d-1.5.2/src/env.h:316:46: warning: array subscript has type 'char' [-Wchar-subscripts] 316 | if (l->ref[0][yb4] < 4) cnt[l->ref[0][yb4]]++; | ~~~~~~~~~^~~~~ ../../dav1d-1.5.2/src/env.h:317:67: warning: array subscript has type 'char' [-Wchar-subscripts] 317 | if (l->comp_type[yb4] && l->ref[1][yb4] < 4) cnt[l->ref[1][yb4]]++; | ~~~~~~~~~^~~~~ ../../dav1d-1.5.2/src/env.h: In function 'av1_get_fwd_ref_1_ctx': ../../dav1d-1.5.2/src/env.h:334:46: warning: array subscript has type 'char' [-Wchar-subscripts] 334 | if (a->ref[0][xb4] < 2) cnt[a->ref[0][xb4]]++; | ~~~~~~~~~^~~~~ ../../dav1d-1.5.2/src/env.h:335:67: warning: array subscript has type 'char' [-Wchar-subscripts] 335 | if (a->comp_type[xb4] && a->ref[1][xb4] < 2) cnt[a->ref[1][xb4]]++; | ~~~~~~~~~^~~~~ ../../dav1d-1.5.2/src/env.h:339:46: warning: array subscript has type 'char' [-Wchar-subscripts] 339 | if (l->ref[0][yb4] < 2) cnt[l->ref[0][yb4]]++; | ~~~~~~~~~^~~~~ ../../dav1d-1.5.2/src/env.h:340:67: warning: array subscript has type 'char' [-Wchar-subscripts] 340 | if (l->comp_type[yb4] && l->ref[1][yb4] < 2) cnt[l->ref[1][yb4]]++; | ~~~~~~~~~^~~~~ ../../dav1d-1.5.2/src/recon_tmpl.c: In function 'decode_coefs': ../../dav1d-1.5.2/src/recon_tmpl.c:370:46: warning: array subscript has type 'char' [-Wchar-subscripts] 370 | dav1d_filter_mode_to_y_mode[b->y_angle] : b->y_mode; | ~^~~~~~~~~ ../../dav1d-1.5.2/src/recon_tmpl.c: In function 'dav1d_recon_b_inter_8bpc': ../../dav1d-1.5.2/src/recon_tmpl.c:1597:63: warning: array subscript has type 'char' [-Wchar-subscripts] 1597 | const Dav1dThreadPicture *const refp = &f->refp[b->ref[0]]; | ~~~~~~^~~ ../../dav1d-1.5.2/src/recon_tmpl.c:1601:70: warning: array subscript has type 'char' [-Wchar-subscripts] 1601 | ((b->inter_mode == GLOBALMV && f->gmv_warp_allowed[b->ref[0]]) || | ~~~~~~^~~ ../../dav1d-1.5.2/src/recon_tmpl.c:1606:60: warning: array subscript has type 'char' [-Wchar-subscripts] 1606 | &f->frame_hdr->gmv[b->ref[0]]); | ~~~~~~^~~ ../../dav1d-1.5.2/src/recon_tmpl.c:1713:74: warning: array subscript has type 'char' [-Wchar-subscripts] 1713 | ((b->inter_mode == GLOBALMV && f->gmv_warp_allowed[b->ref[0]]) || | ~~~~~~^~~ ../../dav1d-1.5.2/src/recon_tmpl.c:1720:68: warning: array subscript has type 'char' [-Wchar-subscripts] 1720 | &f->frame_hdr->gmv[b->ref[0]]); | ~~~~~~^~~ ../../dav1d-1.5.2/src/recon_tmpl.c:1790:67: warning: array subscript has type 'char' [-Wchar-subscripts] 1790 | const Dav1dThreadPicture *const refp = &f->refp[b->ref[i]]; | ~~~~~~^~~ ../../dav1d-1.5.2/src/recon_tmpl.c:1792:81: warning: array subscript has type 'char' [-Wchar-subscripts] 1792 | if (b->inter_mode == GLOBALMV_GLOBALMV && f->gmv_warp_allowed[b->ref[i]]) { | ~~~~~~^~~ ../../dav1d-1.5.2/src/recon_tmpl.c:1794:60: warning: array subscript has type 'char' [-Wchar-subscripts] 1794 | &f->frame_hdr->gmv[b->ref[i]]); | ~~~~~~^~~ ../../dav1d-1.5.2/src/recon_tmpl.c:1808:47: warning: array subscript has type 'char' [-Wchar-subscripts] 1808 | jnt_weight = f->jnt_weights[b->ref[0]][b->ref[1]]; | ~~~~~~^~~ ../../dav1d-1.5.2/src/recon_tmpl.c:1808:58: warning: array subscript has type 'char' [-Wchar-subscripts] 1808 | jnt_weight = f->jnt_weights[b->ref[0]][b->ref[1]]; | ~~~~~~^~~ ../../dav1d-1.5.2/src/recon_tmpl.c:1832:71: warning: array subscript has type 'char' [-Wchar-subscripts] 1832 | const Dav1dThreadPicture *const refp = &f->refp[b->ref[i]]; | ~~~~~~^~~ ../../dav1d-1.5.2/src/recon_tmpl.c:1834:71: warning: array subscript has type 'char' [-Wchar-subscripts] 1834 | imin(cbw4, cbh4) > 1 && f->gmv_warp_allowed[b->ref[i]]) | ~~~~~~^~~ ../../dav1d-1.5.2/src/recon_tmpl.c:1838:70: warning: array subscript has type 'char' [-Wchar-subscripts] 1838 | refp, &f->frame_hdr->gmv[b->ref[i]]); | ~~~~~~^~~ [30/134] Compiling C object src/libdav1d_bitdepth_8.a.p/mc_tmpl.c.o [31/134] Generating 'src/libdav1d.so.7.0.0.p/filmgrain_avx512.obj' [32/134] Compiling C object src/libdav1d_bitdepth_16.a.p/mc_tmpl.c.o [33/134] Compiling C object src/libdav1d_bitdepth_16.a.p/recon_tmpl.c.o In file included from ../../dav1d-1.5.2/src/internal.h:45, from ../../dav1d-1.5.2/src/cdef_apply.h:33, from ../../dav1d-1.5.2/src/recon_tmpl.c:39: ../../dav1d-1.5.2/src/env.h: In function 'av1_get_fwd_ref_ctx': ../../dav1d-1.5.2/src/env.h:311:46: warning: array subscript has type 'char' [-Wchar-subscripts] 311 | if (a->ref[0][xb4] < 4) cnt[a->ref[0][xb4]]++; | ~~~~~~~~~^~~~~ ../../dav1d-1.5.2/src/env.h:312:67: warning: array subscript has type 'char' [-Wchar-subscripts] 312 | if (a->comp_type[xb4] && a->ref[1][xb4] < 4) cnt[a->ref[1][xb4]]++; | ~~~~~~~~~^~~~~ ../../dav1d-1.5.2/src/env.h:316:46: warning: array subscript has type 'char' [-Wchar-subscripts] 316 | if (l->ref[0][yb4] < 4) cnt[l->ref[0][yb4]]++; | ~~~~~~~~~^~~~~ ../../dav1d-1.5.2/src/env.h:317:67: warning: array subscript has type 'char' [-Wchar-subscripts] 317 | if (l->comp_type[yb4] && l->ref[1][yb4] < 4) cnt[l->ref[1][yb4]]++; | ~~~~~~~~~^~~~~ ../../dav1d-1.5.2/src/env.h: In function 'av1_get_fwd_ref_1_ctx': ../../dav1d-1.5.2/src/env.h:334:46: warning: array subscript has type 'char' [-Wchar-subscripts] 334 | if (a->ref[0][xb4] < 2) cnt[a->ref[0][xb4]]++; | ~~~~~~~~~^~~~~ ../../dav1d-1.5.2/src/env.h:335:67: warning: array subscript has type 'char' [-Wchar-subscripts] 335 | if (a->comp_type[xb4] && a->ref[1][xb4] < 2) cnt[a->ref[1][xb4]]++; | ~~~~~~~~~^~~~~ ../../dav1d-1.5.2/src/env.h:339:46: warning: array subscript has type 'char' [-Wchar-subscripts] 339 | if (l->ref[0][yb4] < 2) cnt[l->ref[0][yb4]]++; | ~~~~~~~~~^~~~~ ../../dav1d-1.5.2/src/env.h:340:67: warning: array subscript has type 'char' [-Wchar-subscripts] 340 | if (l->comp_type[yb4] && l->ref[1][yb4] < 2) cnt[l->ref[1][yb4]]++; | ~~~~~~~~~^~~~~ ../../dav1d-1.5.2/src/recon_tmpl.c: In function 'decode_coefs': ../../dav1d-1.5.2/src/recon_tmpl.c:370:46: warning: array subscript has type 'char' [-Wchar-subscripts] 370 | dav1d_filter_mode_to_y_mode[b->y_angle] : b->y_mode; | ~^~~~~~~~~ ../../dav1d-1.5.2/src/recon_tmpl.c: In function 'dav1d_recon_b_inter_16bpc': ../../dav1d-1.5.2/src/recon_tmpl.c:1597:63: warning: array subscript has type 'char' [-Wchar-subscripts] 1597 | const Dav1dThreadPicture *const refp = &f->refp[b->ref[0]]; | ~~~~~~^~~ ../../dav1d-1.5.2/src/recon_tmpl.c:1601:70: warning: array subscript has type 'char' [-Wchar-subscripts] 1601 | ((b->inter_mode == GLOBALMV && f->gmv_warp_allowed[b->ref[0]]) || | ~~~~~~^~~ ../../dav1d-1.5.2/src/recon_tmpl.c:1606:60: warning: array subscript has type 'char' [-Wchar-subscripts] 1606 | &f->frame_hdr->gmv[b->ref[0]]); | ~~~~~~^~~ ../../dav1d-1.5.2/src/recon_tmpl.c:1713:74: warning: array subscript has type 'char' [-Wchar-subscripts] 1713 | ((b->inter_mode == GLOBALMV && f->gmv_warp_allowed[b->ref[0]]) || | ~~~~~~^~~ ../../dav1d-1.5.2/src/recon_tmpl.c:1720:68: warning: array subscript has type 'char' [-Wchar-subscripts] 1720 | &f->frame_hdr->gmv[b->ref[0]]); | ~~~~~~^~~ ../../dav1d-1.5.2/src/recon_tmpl.c:1790:67: warning: array subscript has type 'char' [-Wchar-subscripts] 1790 | const Dav1dThreadPicture *const refp = &f->refp[b->ref[i]]; | ~~~~~~^~~ ../../dav1d-1.5.2/src/recon_tmpl.c:1792:81: warning: array subscript has type 'char' [-Wchar-subscripts] 1792 | if (b->inter_mode == GLOBALMV_GLOBALMV && f->gmv_warp_allowed[b->ref[i]]) { | ~~~~~~^~~ ../../dav1d-1.5.2/src/recon_tmpl.c:1794:60: warning: array subscript has type 'char' [-Wchar-subscripts] 1794 | &f->frame_hdr->gmv[b->ref[i]]); | ~~~~~~^~~ ../../dav1d-1.5.2/src/recon_tmpl.c:1808:47: warning: array subscript has type 'char' [-Wchar-subscripts] 1808 | jnt_weight = f->jnt_weights[b->ref[0]][b->ref[1]]; | ~~~~~~^~~ ../../dav1d-1.5.2/src/recon_tmpl.c:1808:58: warning: array subscript has type 'char' [-Wchar-subscripts] 1808 | jnt_weight = f->jnt_weights[b->ref[0]][b->ref[1]]; | ~~~~~~^~~ ../../dav1d-1.5.2/src/recon_tmpl.c:1832:71: warning: array subscript has type 'char' [-Wchar-subscripts] 1832 | const Dav1dThreadPicture *const refp = &f->refp[b->ref[i]]; | ~~~~~~^~~ ../../dav1d-1.5.2/src/recon_tmpl.c:1834:71: warning: array subscript has type 'char' [-Wchar-subscripts] 1834 | imin(cbw4, cbh4) > 1 && f->gmv_warp_allowed[b->ref[i]]) | ~~~~~~^~~ ../../dav1d-1.5.2/src/recon_tmpl.c:1838:70: warning: array subscript has type 'char' [-Wchar-subscripts] 1838 | refp, &f->frame_hdr->gmv[b->ref[i]]); | ~~~~~~^~~ [34/134] Generating 'src/libdav1d.so.7.0.0.p/looprestoration_avx512.obj' [35/134] Generating 'src/libdav1d.so.7.0.0.p/cdef_avx2.obj' [36/134] Generating 'src/libdav1d.so.7.0.0.p/ipred_avx512.obj' [37/134] Generating 'src/libdav1d.so.7.0.0.p/loopfilter_avx512.obj' [38/134] Generating 'src/libdav1d.so.7.0.0.p/looprestoration_avx2.obj' [39/134] Generating 'src/libdav1d.so.7.0.0.p/loopfilter_avx2.obj' [40/134] Generating 'src/libdav1d.so.7.0.0.p/filmgrain_avx2.obj' [41/134] Generating 'src/libdav1d.so.7.0.0.p/cdef_sse.obj' [42/134] Generating 'src/libdav1d.so.7.0.0.p/mc_avx512.obj' [43/134] Generating 'src/libdav1d.so.7.0.0.p/ipred_avx2.obj' [44/134] Generating 'src/libdav1d.so.7.0.0.p/cdef16_avx512.obj' [45/134] Generating 'src/libdav1d.so.7.0.0.p/loopfilter_sse.obj' [46/134] Generating 'src/libdav1d.so.7.0.0.p/itx_sse.obj' [47/134] Generating 'src/libdav1d.so.7.0.0.p/looprestoration_sse.obj' [48/134] Generating 'src/libdav1d.so.7.0.0.p/filmgrain16_avx512.obj' [49/134] Generating 'src/libdav1d.so.7.0.0.p/filmgrain_sse.obj' [50/134] Generating 'src/libdav1d.so.7.0.0.p/ipred16_avx512.obj' [51/134] Generating 'src/libdav1d.so.7.0.0.p/itx_avx2.obj' [52/134] Generating 'src/libdav1d.so.7.0.0.p/loopfilter16_avx512.obj' [53/134] Generating 'src/libdav1d.so.7.0.0.p/cdef16_avx2.obj' [54/134] Generating 'src/libdav1d.so.7.0.0.p/itx_avx512.obj' [55/134] Generating 'src/libdav1d.so.7.0.0.p/looprestoration16_avx512.obj' [56/134] Generating 'src/libdav1d.so.7.0.0.p/mc_avx2.obj' [57/134] Generating 'src/libdav1d.so.7.0.0.p/ipred_sse.obj' [58/134] Generating 'src/libdav1d.so.7.0.0.p/cdef16_sse.obj' [59/134] Generating 'src/libdav1d.so.7.0.0.p/loopfilter16_avx2.obj' [60/134] Generating 'src/libdav1d.so.7.0.0.p/filmgrain16_avx2.obj' [61/134] Generating 'src/libdav1d.so.7.0.0.p/looprestoration16_avx2.obj' [62/134] Generating 'src/libdav1d.so.7.0.0.p/mc16_avx512.obj' [63/134] Generating 'src/libdav1d.so.7.0.0.p/ipred16_avx2.obj' [64/134] Generating 'src/libdav1d.so.7.0.0.p/loopfilter16_sse.obj' [65/134] Generating 'src/libdav1d.so.7.0.0.p/looprestoration16_sse.obj' [66/134] Generating 'src/libdav1d.so.7.0.0.p/ipred16_sse.obj' [67/134] Compiling C object src/libdav1d.so.7.0.0.p/cpu.c.o [68/134] Compiling C object src/libdav1d.so.7.0.0.p/ctx.c.o [69/134] Compiling C object src/libdav1d.so.7.0.0.p/data.c.o [70/134] Compiling C object src/libdav1d.so.7.0.0.p/dequant_tables.c.o [71/134] Compiling C object src/libdav1d.so.7.0.0.p/cdf.c.o In file included from ../../dav1d-1.5.2/src/internal.h:45, from ../../dav1d-1.5.2/src/cdf.c:34: ../../dav1d-1.5.2/src/env.h: In function 'av1_get_fwd_ref_ctx': ../../dav1d-1.5.2/src/env.h:311:46: warning: array subscript has type 'char' [-Wchar-subscripts] 311 | if (a->ref[0][xb4] < 4) cnt[a->ref[0][xb4]]++; | ~~~~~~~~~^~~~~ ../../dav1d-1.5.2/src/env.h:312:67: warning: array subscript has type 'char' [-Wchar-subscripts] 312 | if (a->comp_type[xb4] && a->ref[1][xb4] < 4) cnt[a->ref[1][xb4]]++; | ~~~~~~~~~^~~~~ ../../dav1d-1.5.2/src/env.h:316:46: warning: array subscript has type 'char' [-Wchar-subscripts] 316 | if (l->ref[0][yb4] < 4) cnt[l->ref[0][yb4]]++; | ~~~~~~~~~^~~~~ ../../dav1d-1.5.2/src/env.h:317:67: warning: array subscript has type 'char' [-Wchar-subscripts] 317 | if (l->comp_type[yb4] && l->ref[1][yb4] < 4) cnt[l->ref[1][yb4]]++; | ~~~~~~~~~^~~~~ ../../dav1d-1.5.2/src/env.h: In function 'av1_get_fwd_ref_1_ctx': ../../dav1d-1.5.2/src/env.h:334:46: warning: array subscript has type 'char' [-Wchar-subscripts] 334 | if (a->ref[0][xb4] < 2) cnt[a->ref[0][xb4]]++; | ~~~~~~~~~^~~~~ ../../dav1d-1.5.2/src/env.h:335:67: warning: array subscript has type 'char' [-Wchar-subscripts] 335 | if (a->comp_type[xb4] && a->ref[1][xb4] < 2) cnt[a->ref[1][xb4]]++; | ~~~~~~~~~^~~~~ ../../dav1d-1.5.2/src/env.h:339:46: warning: array subscript has type 'char' [-Wchar-subscripts] 339 | if (l->ref[0][yb4] < 2) cnt[l->ref[0][yb4]]++; | ~~~~~~~~~^~~~~ ../../dav1d-1.5.2/src/env.h:340:67: warning: array subscript has type 'char' [-Wchar-subscripts] 340 | if (l->comp_type[yb4] && l->ref[1][yb4] < 2) cnt[l->ref[1][yb4]]++; | ~~~~~~~~~^~~~~ [72/134] Generating 'src/libdav1d.so.7.0.0.p/itx16_avx512.obj' [73/134] Compiling C object src/libdav1d.so.7.0.0.p/getbits.c.o [74/134] Compiling C object src/libdav1d.so.7.0.0.p/intra_edge.c.o [75/134] Generating 'src/libdav1d.so.7.0.0.p/mc_sse.obj' [76/134] Compiling C object src/libdav1d.so.7.0.0.p/log.c.o In file included from ../../dav1d-1.5.2/src/internal.h:45, from ../../dav1d-1.5.2/src/log.c:36: ../../dav1d-1.5.2/src/env.h: In function 'av1_get_fwd_ref_ctx': ../../dav1d-1.5.2/src/env.h:311:46: warning: array subscript has type 'char' [-Wchar-subscripts] 311 | if (a->ref[0][xb4] < 4) cnt[a->ref[0][xb4]]++; | ~~~~~~~~~^~~~~ ../../dav1d-1.5.2/src/env.h:312:67: warning: array subscript has type 'char' [-Wchar-subscripts] 312 | if (a->comp_type[xb4] && a->ref[1][xb4] < 4) cnt[a->ref[1][xb4]]++; | ~~~~~~~~~^~~~~ ../../dav1d-1.5.2/src/env.h:316:46: warning: array subscript has type 'char' [-Wchar-subscripts] 316 | if (l->ref[0][yb4] < 4) cnt[l->ref[0][yb4]]++; | ~~~~~~~~~^~~~~ ../../dav1d-1.5.2/src/env.h:317:67: warning: array subscript has type 'char' [-Wchar-subscripts] 317 | if (l->comp_type[yb4] && l->ref[1][yb4] < 4) cnt[l->ref[1][yb4]]++; | ~~~~~~~~~^~~~~ ../../dav1d-1.5.2/src/env.h: In function 'av1_get_fwd_ref_1_ctx': ../../dav1d-1.5.2/src/env.h:334:46: warning: array subscript has type 'char' [-Wchar-subscripts] 334 | if (a->ref[0][xb4] < 2) cnt[a->ref[0][xb4]]++; | ~~~~~~~~~^~~~~ ../../dav1d-1.5.2/src/env.h:335:67: warning: array subscript has type 'char' [-Wchar-subscripts] 335 | if (a->comp_type[xb4] && a->ref[1][xb4] < 2) cnt[a->ref[1][xb4]]++; | ~~~~~~~~~^~~~~ ../../dav1d-1.5.2/src/env.h:339:46: warning: array subscript has type 'char' [-Wchar-subscripts] 339 | if (l->ref[0][yb4] < 2) cnt[l->ref[0][yb4]]++; | ~~~~~~~~~^~~~~ ../../dav1d-1.5.2/src/env.h:340:67: warning: array subscript has type 'char' [-Wchar-subscripts] 340 | if (l->comp_type[yb4] && l->ref[1][yb4] < 2) cnt[l->ref[1][yb4]]++; | ~~~~~~~~~^~~~~ [77/134] Compiling C object src/libdav1d.so.7.0.0.p/mem.c.o In file included from ../../dav1d-1.5.2/src/internal.h:45, from ../../dav1d-1.5.2/src/mem.c:32: ../../dav1d-1.5.2/src/env.h: In function 'av1_get_fwd_ref_ctx': ../../dav1d-1.5.2/src/env.h:311:46: warning: array subscript has type 'char' [-Wchar-subscripts] 311 | if (a->ref[0][xb4] < 4) cnt[a->ref[0][xb4]]++; | ~~~~~~~~~^~~~~ ../../dav1d-1.5.2/src/env.h:312:67: warning: array subscript has type 'char' [-Wchar-subscripts] 312 | if (a->comp_type[xb4] && a->ref[1][xb4] < 4) cnt[a->ref[1][xb4]]++; | ~~~~~~~~~^~~~~ ../../dav1d-1.5.2/src/env.h:316:46: warning: array subscript has type 'char' [-Wchar-subscripts] 316 | if (l->ref[0][yb4] < 4) cnt[l->ref[0][yb4]]++; | ~~~~~~~~~^~~~~ ../../dav1d-1.5.2/src/env.h:317:67: warning: array subscript has type 'char' [-Wchar-subscripts] 317 | if (l->comp_type[yb4] && l->ref[1][yb4] < 4) cnt[l->ref[1][yb4]]++; | ~~~~~~~~~^~~~~ ../../dav1d-1.5.2/src/env.h: In function 'av1_get_fwd_ref_1_ctx': ../../dav1d-1.5.2/src/env.h:334:46: warning: array subscript has type 'char' [-Wchar-subscripts] 334 | if (a->ref[0][xb4] < 2) cnt[a->ref[0][xb4]]++; | ~~~~~~~~~^~~~~ ../../dav1d-1.5.2/src/env.h:335:67: warning: array subscript has type 'char' [-Wchar-subscripts] 335 | if (a->comp_type[xb4] && a->ref[1][xb4] < 2) cnt[a->ref[1][xb4]]++; | ~~~~~~~~~^~~~~ ../../dav1d-1.5.2/src/env.h:339:46: warning: array subscript has type 'char' [-Wchar-subscripts] 339 | if (l->ref[0][yb4] < 2) cnt[l->ref[0][yb4]]++; | ~~~~~~~~~^~~~~ ../../dav1d-1.5.2/src/env.h:340:67: warning: array subscript has type 'char' [-Wchar-subscripts] 340 | if (l->comp_type[yb4] && l->ref[1][yb4] < 2) cnt[l->ref[1][yb4]]++; | ~~~~~~~~~^~~~~ [78/134] Generating 'src/libdav1d.so.7.0.0.p/filmgrain16_sse.obj' [79/134] Compiling C object src/libdav1d.so.7.0.0.p/lib.c.o In file included from ../../dav1d-1.5.2/src/internal.h:45, from ../../dav1d-1.5.2/src/lib.c:45: ../../dav1d-1.5.2/src/env.h: In function 'av1_get_fwd_ref_ctx': ../../dav1d-1.5.2/src/env.h:311:46: warning: array subscript has type 'char' [-Wchar-subscripts] 311 | if (a->ref[0][xb4] < 4) cnt[a->ref[0][xb4]]++; | ~~~~~~~~~^~~~~ ../../dav1d-1.5.2/src/env.h:312:67: warning: array subscript has type 'char' [-Wchar-subscripts] 312 | if (a->comp_type[xb4] && a->ref[1][xb4] < 4) cnt[a->ref[1][xb4]]++; | ~~~~~~~~~^~~~~ ../../dav1d-1.5.2/src/env.h:316:46: warning: array subscript has type 'char' [-Wchar-subscripts] 316 | if (l->ref[0][yb4] < 4) cnt[l->ref[0][yb4]]++; | ~~~~~~~~~^~~~~ ../../dav1d-1.5.2/src/env.h:317:67: warning: array subscript has type 'char' [-Wchar-subscripts] 317 | if (l->comp_type[yb4] && l->ref[1][yb4] < 4) cnt[l->ref[1][yb4]]++; | ~~~~~~~~~^~~~~ ../../dav1d-1.5.2/src/env.h: In function 'av1_get_fwd_ref_1_ctx': ../../dav1d-1.5.2/src/env.h:334:46: warning: array subscript has type 'char' [-Wchar-subscripts] 334 | if (a->ref[0][xb4] < 2) cnt[a->ref[0][xb4]]++; | ~~~~~~~~~^~~~~ ../../dav1d-1.5.2/src/env.h:335:67: warning: array subscript has type 'char' [-Wchar-subscripts] 335 | if (a->comp_type[xb4] && a->ref[1][xb4] < 2) cnt[a->ref[1][xb4]]++; | ~~~~~~~~~^~~~~ ../../dav1d-1.5.2/src/env.h:339:46: warning: array subscript has type 'char' [-Wchar-subscripts] 339 | if (l->ref[0][yb4] < 2) cnt[l->ref[0][yb4]]++; | ~~~~~~~~~^~~~~ ../../dav1d-1.5.2/src/env.h:340:67: warning: array subscript has type 'char' [-Wchar-subscripts] 340 | if (l->comp_type[yb4] && l->ref[1][yb4] < 2) cnt[l->ref[1][yb4]]++; | ~~~~~~~~~^~~~~ [80/134] Compiling C object src/libdav1d.so.7.0.0.p/pal.c.o [81/134] Compiling C object src/libdav1d.so.7.0.0.p/msac.c.o [82/134] Compiling C object src/libdav1d.so.7.0.0.p/lf_mask.c.o [83/134] Compiling C object src/libdav1d.so.7.0.0.p/picture.c.o In file included from ../../dav1d-1.5.2/src/internal.h:45, from ../../dav1d-1.5.2/src/picture.c:39: ../../dav1d-1.5.2/src/env.h: In function 'av1_get_fwd_ref_ctx': ../../dav1d-1.5.2/src/env.h:311:46: warning: array subscript has type 'char' [-Wchar-subscripts] 311 | if (a->ref[0][xb4] < 4) cnt[a->ref[0][xb4]]++; | ~~~~~~~~~^~~~~ ../../dav1d-1.5.2/src/env.h:312:67: warning: array subscript has type 'char' [-Wchar-subscripts] 312 | if (a->comp_type[xb4] && a->ref[1][xb4] < 4) cnt[a->ref[1][xb4]]++; | ~~~~~~~~~^~~~~ ../../dav1d-1.5.2/src/env.h:316:46: warning: array subscript has type 'char' [-Wchar-subscripts] 316 | if (l->ref[0][yb4] < 4) cnt[l->ref[0][yb4]]++; | ~~~~~~~~~^~~~~ ../../dav1d-1.5.2/src/env.h:317:67: warning: array subscript has type 'char' [-Wchar-subscripts] 317 | if (l->comp_type[yb4] && l->ref[1][yb4] < 4) cnt[l->ref[1][yb4]]++; | ~~~~~~~~~^~~~~ ../../dav1d-1.5.2/src/env.h: In function 'av1_get_fwd_ref_1_ctx': ../../dav1d-1.5.2/src/env.h:334:46: warning: array subscript has type 'char' [-Wchar-subscripts] 334 | if (a->ref[0][xb4] < 2) cnt[a->ref[0][xb4]]++; | ~~~~~~~~~^~~~~ ../../dav1d-1.5.2/src/env.h:335:67: warning: array subscript has type 'char' [-Wchar-subscripts] 335 | if (a->comp_type[xb4] && a->ref[1][xb4] < 2) cnt[a->ref[1][xb4]]++; | ~~~~~~~~~^~~~~ ../../dav1d-1.5.2/src/env.h:339:46: warning: array subscript has type 'char' [-Wchar-subscripts] 339 | if (l->ref[0][yb4] < 2) cnt[l->ref[0][yb4]]++; | ~~~~~~~~~^~~~~ ../../dav1d-1.5.2/src/env.h:340:67: warning: array subscript has type 'char' [-Wchar-subscripts] 340 | if (l->comp_type[yb4] && l->ref[1][yb4] < 2) cnt[l->ref[1][yb4]]++; | ~~~~~~~~~^~~~~ [84/134] Compiling C object src/libdav1d.so.7.0.0.p/ref.c.o [85/134] Compiling C object src/libdav1d.so.7.0.0.p/scan.c.o [86/134] Compiling C object src/libdav1d.so.7.0.0.p/qm.c.o [87/134] Compiling C object src/libdav1d.so.7.0.0.p/itx_1d.c.o [88/134] Compiling C object src/libdav1d.so.7.0.0.p/tables.c.o [89/134] Compiling C object src/libdav1d.so.7.0.0.p/warpmv.c.o [90/134] Compiling C object src/libdav1d.so.7.0.0.p/wedge.c.o [91/134] Compiling C object src/libdav1d.so.7.0.0.p/x86_cpu.c.o [92/134] Compiling C object tools/libdav1d_input.a.p/input_input.c.o [93/134] Compiling C object tools/libdav1d_input.a.p/input_annexb.c.o [94/134] Compiling C object tools/libdav1d_input.a.p/input_ivf.c.o [95/134] Compiling C object src/libdav1d.so.7.0.0.p/obu.c.o In file included from ../../dav1d-1.5.2/src/internal.h:45, from ../../dav1d-1.5.2/src/decode.h:31, from ../../dav1d-1.5.2/src/obu.c:40: ../../dav1d-1.5.2/src/env.h: In function 'av1_get_fwd_ref_ctx': ../../dav1d-1.5.2/src/env.h:311:46: warning: array subscript has type 'char' [-Wchar-subscripts] 311 | if (a->ref[0][xb4] < 4) cnt[a->ref[0][xb4]]++; | ~~~~~~~~~^~~~~ ../../dav1d-1.5.2/src/env.h:312:67: warning: array subscript has type 'char' [-Wchar-subscripts] 312 | if (a->comp_type[xb4] && a->ref[1][xb4] < 4) cnt[a->ref[1][xb4]]++; | ~~~~~~~~~^~~~~ ../../dav1d-1.5.2/src/env.h:316:46: warning: array subscript has type 'char' [-Wchar-subscripts] 316 | if (l->ref[0][yb4] < 4) cnt[l->ref[0][yb4]]++; | ~~~~~~~~~^~~~~ ../../dav1d-1.5.2/src/env.h:317:67: warning: array subscript has type 'char' [-Wchar-subscripts] 317 | if (l->comp_type[yb4] && l->ref[1][yb4] < 4) cnt[l->ref[1][yb4]]++; | ~~~~~~~~~^~~~~ ../../dav1d-1.5.2/src/env.h: In function 'av1_get_fwd_ref_1_ctx': ../../dav1d-1.5.2/src/env.h:334:46: warning: array subscript has type 'char' [-Wchar-subscripts] 334 | if (a->ref[0][xb4] < 2) cnt[a->ref[0][xb4]]++; | ~~~~~~~~~^~~~~ ../../dav1d-1.5.2/src/env.h:335:67: warning: array subscript has type 'char' [-Wchar-subscripts] 335 | if (a->comp_type[xb4] && a->ref[1][xb4] < 2) cnt[a->ref[1][xb4]]++; | ~~~~~~~~~^~~~~ ../../dav1d-1.5.2/src/env.h:339:46: warning: array subscript has type 'char' [-Wchar-subscripts] 339 | if (l->ref[0][yb4] < 2) cnt[l->ref[0][yb4]]++; | ~~~~~~~~~^~~~~ ../../dav1d-1.5.2/src/env.h:340:67: warning: array subscript has type 'char' [-Wchar-subscripts] 340 | if (l->comp_type[yb4] && l->ref[1][yb4] < 2) cnt[l->ref[1][yb4]]++; | ~~~~~~~~~^~~~~ ../../dav1d-1.5.2/src/obu.c: In function 'read_frame_size': ../../dav1d-1.5.2/src/obu.c:351:50: warning: array subscript has type 'char' [-Wchar-subscripts] 351 | &c->refs[c->frame_hdr->refidx[i]].p; | ~~~~~~~~~~~~~~~~~~~~^~~ ../../dav1d-1.5.2/src/obu.c: In function 'parse_frame_hdr': ../../dav1d-1.5.2/src/obu.c:541:41: warning: array subscript has type 'char' [-Wchar-subscripts] 541 | frame_offset[hdr->refidx[0]] = INT_MIN; // = reference frame is used | ~~~~~~~~~~~^~~ ../../dav1d-1.5.2/src/obu.c:542:41: warning: array subscript has type 'char' [-Wchar-subscripts] 542 | frame_offset[hdr->refidx[3]] = INT_MIN; | ~~~~~~~~~~~^~~ ../../dav1d-1.5.2/src/obu.c:594:76: warning: array subscript has type 'char' [-Wchar-subscripts] 594 | Dav1dFrameHeader *const ref_frame_hdr = c->refs[hdr->refidx[i]].p.p.frame_hdr; | ~~~~~~~~~~~^~~ ../../dav1d-1.5.2/src/obu.c:945:37: warning: array subscript has type 'char' [-Wchar-subscripts] 945 | if (!c->refs[hdr->refidx[i]].p.p.frame_hdr) goto error; | ~~~~~~~~~~~^~~ ../../dav1d-1.5.2/src/obu.c:946:51: warning: array subscript has type 'char' [-Wchar-subscripts] 946 | const int refpoc = c->refs[hdr->refidx[i]].p.p.frame_hdr->frame_offset; | ~~~~~~~~~~~^~~ ../../dav1d-1.5.2/src/obu.c:973:41: warning: array subscript has type 'char' [-Wchar-subscripts] 973 | if (!c->refs[hdr->refidx[i]].p.p.frame_hdr) goto error; | ~~~~~~~~~~~^~~ ../../dav1d-1.5.2/src/obu.c:974:55: warning: array subscript has type 'char' [-Wchar-subscripts] 974 | const int refpoc = c->refs[hdr->refidx[i]].p.p.frame_hdr->frame_offset; | ~~~~~~~~~~~^~~ [96/134] Compiling C object tools/libdav1d_input.a.p/input_section5.c.o [97/134] Compiling C object tools/libdav1d_output.a.p/output_null.c.o [98/134] Compiling C object src/libdav1d.so.7.0.0.p/thread_task.c.o In file included from ../../dav1d-1.5.2/src/internal.h:45, from ../../dav1d-1.5.2/src/thread_task.h:33, from ../../dav1d-1.5.2/src/thread_task.c:32: ../../dav1d-1.5.2/src/env.h: In function 'av1_get_fwd_ref_ctx': ../../dav1d-1.5.2/src/env.h:311:46: warning: array subscript has type 'char' [-Wchar-subscripts] 311 | if (a->ref[0][xb4] < 4) cnt[a->ref[0][xb4]]++; | ~~~~~~~~~^~~~~ ../../dav1d-1.5.2/src/env.h:312:67: warning: array subscript has type 'char' [-Wchar-subscripts] 312 | if (a->comp_type[xb4] && a->ref[1][xb4] < 4) cnt[a->ref[1][xb4]]++; | ~~~~~~~~~^~~~~ ../../dav1d-1.5.2/src/env.h:316:46: warning: array subscript has type 'char' [-Wchar-subscripts] 316 | if (l->ref[0][yb4] < 4) cnt[l->ref[0][yb4]]++; | ~~~~~~~~~^~~~~ ../../dav1d-1.5.2/src/env.h:317:67: warning: array subscript has type 'char' [-Wchar-subscripts] 317 | if (l->comp_type[yb4] && l->ref[1][yb4] < 4) cnt[l->ref[1][yb4]]++; | ~~~~~~~~~^~~~~ ../../dav1d-1.5.2/src/env.h: In function 'av1_get_fwd_ref_1_ctx': ../../dav1d-1.5.2/src/env.h:334:46: warning: array subscript has type 'char' [-Wchar-subscripts] 334 | if (a->ref[0][xb4] < 2) cnt[a->ref[0][xb4]]++; | ~~~~~~~~~^~~~~ ../../dav1d-1.5.2/src/env.h:335:67: warning: array subscript has type 'char' [-Wchar-subscripts] 335 | if (a->comp_type[xb4] && a->ref[1][xb4] < 2) cnt[a->ref[1][xb4]]++; | ~~~~~~~~~^~~~~ ../../dav1d-1.5.2/src/env.h:339:46: warning: array subscript has type 'char' [-Wchar-subscripts] 339 | if (l->ref[0][yb4] < 2) cnt[l->ref[0][yb4]]++; | ~~~~~~~~~^~~~~ ../../dav1d-1.5.2/src/env.h:340:67: warning: array subscript has type 'char' [-Wchar-subscripts] 340 | if (l->comp_type[yb4] && l->ref[1][yb4] < 2) cnt[l->ref[1][yb4]]++; | ~~~~~~~~~^~~~~ [99/134] Compiling C object tools/libdav1d_output.a.p/output_md5.c.o [100/134] Compiling C object tools/libdav1d_output.a.p/output_output.c.o [101/134] Compiling C object tools/libdav1d_output.a.p/output_y4m2.c.o [102/134] Linking static target tools/libdav1d_input.a [103/134] Compiling C object tools/libdav1d_output.a.p/output_yuv.c.o [104/134] Compiling C object tests/common.h_test.p/header_test.c.o [105/134] Compiling C object tests/data.h_test.p/header_test.c.o [106/134] Compiling C object tests/dav1d.h_test.p/header_test.c.o [107/134] Compiling C object tools/dav1d.p/dav1d.c.o [108/134] Compiling C object tests/headers.h_test.p/header_test.c.o [109/134] Compiling C object src/libdav1d.so.7.0.0.p/refmvs.c.o In file included from ../../dav1d-1.5.2/src/refmvs.c:37: ../../dav1d-1.5.2/src/env.h: In function 'av1_get_fwd_ref_ctx': ../../dav1d-1.5.2/src/env.h:311:46: warning: array subscript has type 'char' [-Wchar-subscripts] 311 | if (a->ref[0][xb4] < 4) cnt[a->ref[0][xb4]]++; | ~~~~~~~~~^~~~~ ../../dav1d-1.5.2/src/env.h:312:67: warning: array subscript has type 'char' [-Wchar-subscripts] 312 | if (a->comp_type[xb4] && a->ref[1][xb4] < 4) cnt[a->ref[1][xb4]]++; | ~~~~~~~~~^~~~~ ../../dav1d-1.5.2/src/env.h:316:46: warning: array subscript has type 'char' [-Wchar-subscripts] 316 | if (l->ref[0][yb4] < 4) cnt[l->ref[0][yb4]]++; | ~~~~~~~~~^~~~~ ../../dav1d-1.5.2/src/env.h:317:67: warning: array subscript has type 'char' [-Wchar-subscripts] 317 | if (l->comp_type[yb4] && l->ref[1][yb4] < 4) cnt[l->ref[1][yb4]]++; | ~~~~~~~~~^~~~~ ../../dav1d-1.5.2/src/env.h: In function 'av1_get_fwd_ref_1_ctx': ../../dav1d-1.5.2/src/env.h:334:46: warning: array subscript has type 'char' [-Wchar-subscripts] 334 | if (a->ref[0][xb4] < 2) cnt[a->ref[0][xb4]]++; | ~~~~~~~~~^~~~~ ../../dav1d-1.5.2/src/env.h:335:67: warning: array subscript has type 'char' [-Wchar-subscripts] 335 | if (a->comp_type[xb4] && a->ref[1][xb4] < 2) cnt[a->ref[1][xb4]]++; | ~~~~~~~~~^~~~~ ../../dav1d-1.5.2/src/env.h:339:46: warning: array subscript has type 'char' [-Wchar-subscripts] 339 | if (l->ref[0][yb4] < 2) cnt[l->ref[0][yb4]]++; | ~~~~~~~~~^~~~~ ../../dav1d-1.5.2/src/env.h:340:67: warning: array subscript has type 'char' [-Wchar-subscripts] 340 | if (l->comp_type[yb4] && l->ref[1][yb4] < 2) cnt[l->ref[1][yb4]]++; | ~~~~~~~~~^~~~~ [110/134] Compiling C object tests/picture.h_test.p/header_test.c.o [111/134] Compiling C object tests/version.h_test.p/header_test.c.o [112/134] Compiling C object tools/dav1d.p/dav1d_cli_parse.c.o [113/134] Compiling C object tests/libfuzzer/dav1d_fuzzer_mt.p/main.c.o [114/134] Compiling C object tests/libfuzzer/dav1d_fuzzer.p/dav1d_fuzzer.c.o [115/134] Generating 'src/libdav1d.so.7.0.0.p/itx16_sse.obj' [116/134] Compiling C object tests/libfuzzer/dav1d_fuzzer.p/main.c.o [117/134] Linking target tests/common.h_test [118/134] Linking target tests/data.h_test [119/134] Linking target tests/dav1d.h_test [120/134] Linking target tests/headers.h_test [121/134] Compiling C object tests/libfuzzer/dav1d_fuzzer_mt.p/dav1d_fuzzer.c.o [122/134] Linking target tests/picture.h_test [123/134] Linking target tests/version.h_test [124/134] Generating 'src/libdav1d.so.7.0.0.p/mc16_avx2.obj' [125/134] Compiling C object tools/libdav1d_output.a.p/output_xxhash.c.o [126/134] Linking static target tools/libdav1d_output.a [127/134] Compiling C object src/libdav1d.so.7.0.0.p/decode.c.o In file included from ../../dav1d-1.5.2/src/internal.h:45, from ../../dav1d-1.5.2/src/decode.h:31, from ../../dav1d-1.5.2/src/decode.c:42: ../../dav1d-1.5.2/src/env.h: In function 'av1_get_fwd_ref_ctx': ../../dav1d-1.5.2/src/env.h:311:46: warning: array subscript has type 'char' [-Wchar-subscripts] 311 | if (a->ref[0][xb4] < 4) cnt[a->ref[0][xb4]]++; | ~~~~~~~~~^~~~~ ../../dav1d-1.5.2/src/env.h:312:67: warning: array subscript has type 'char' [-Wchar-subscripts] 312 | if (a->comp_type[xb4] && a->ref[1][xb4] < 4) cnt[a->ref[1][xb4]]++; | ~~~~~~~~~^~~~~ ../../dav1d-1.5.2/src/env.h:316:46: warning: array subscript has type 'char' [-Wchar-subscripts] 316 | if (l->ref[0][yb4] < 4) cnt[l->ref[0][yb4]]++; | ~~~~~~~~~^~~~~ ../../dav1d-1.5.2/src/env.h:317:67: warning: array subscript has type 'char' [-Wchar-subscripts] 317 | if (l->comp_type[yb4] && l->ref[1][yb4] < 4) cnt[l->ref[1][yb4]]++; | ~~~~~~~~~^~~~~ ../../dav1d-1.5.2/src/env.h: In function 'av1_get_fwd_ref_1_ctx': ../../dav1d-1.5.2/src/env.h:334:46: warning: array subscript has type 'char' [-Wchar-subscripts] 334 | if (a->ref[0][xb4] < 2) cnt[a->ref[0][xb4]]++; | ~~~~~~~~~^~~~~ ../../dav1d-1.5.2/src/env.h:335:67: warning: array subscript has type 'char' [-Wchar-subscripts] 335 | if (a->comp_type[xb4] && a->ref[1][xb4] < 2) cnt[a->ref[1][xb4]]++; | ~~~~~~~~~^~~~~ ../../dav1d-1.5.2/src/env.h:339:46: warning: array subscript has type 'char' [-Wchar-subscripts] 339 | if (l->ref[0][yb4] < 2) cnt[l->ref[0][yb4]]++; | ~~~~~~~~~^~~~~ ../../dav1d-1.5.2/src/env.h:340:67: warning: array subscript has type 'char' [-Wchar-subscripts] 340 | if (l->comp_type[yb4] && l->ref[1][yb4] < 2) cnt[l->ref[1][yb4]]++; | ~~~~~~~~~^~~~~ ../../dav1d-1.5.2/src/decode.c: In function 'decode_b': ../../dav1d-1.5.2/src/decode.c:1542:45: warning: array subscript has type 'char' [-Wchar-subscripts] 1542 | f->frame_hdr->gmv[b->ref[idx]].type == DAV1D_WM_TYPE_TRANSLATION; \ | ~~~~~~^~~~~ ../../dav1d-1.5.2/src/decode.c:1554:13: note: in expansion of macro 'assign_comp_mv' 1554 | assign_comp_mv(0); | ^~~~~~~~~~~~~~ ../../dav1d-1.5.2/src/decode.c:1543:66: warning: array subscript has type 'char' [-Wchar-subscripts] 1543 | b->mv[idx] = get_gmv_2d(&f->frame_hdr->gmv[b->ref[idx]], \ | ~~~~~~^~~~~ ../../dav1d-1.5.2/src/decode.c:1554:13: note: in expansion of macro 'assign_comp_mv' 1554 | assign_comp_mv(0); | ^~~~~~~~~~~~~~ ../../dav1d-1.5.2/src/decode.c:1542:45: warning: array subscript has type 'char' [-Wchar-subscripts] 1542 | f->frame_hdr->gmv[b->ref[idx]].type == DAV1D_WM_TYPE_TRANSLATION; \ | ~~~~~~^~~~~ ../../dav1d-1.5.2/src/decode.c:1555:13: note: in expansion of macro 'assign_comp_mv' 1555 | assign_comp_mv(1); | ^~~~~~~~~~~~~~ ../../dav1d-1.5.2/src/decode.c:1543:66: warning: array subscript has type 'char' [-Wchar-subscripts] 1543 | b->mv[idx] = get_gmv_2d(&f->frame_hdr->gmv[b->ref[idx]], \ | ~~~~~~^~~~~ ../../dav1d-1.5.2/src/decode.c:1555:13: note: in expansion of macro 'assign_comp_mv' 1555 | assign_comp_mv(1); | ^~~~~~~~~~~~~~ ../../dav1d-1.5.2/src/decode.c:1579:56: warning: array subscript has type 'char' [-Wchar-subscripts] 1579 | f->refp[b->ref[0]].p.frame_hdr->frame_offset, | ~~~~~~^~~ ../../dav1d-1.5.2/src/decode.c:1580:56: warning: array subscript has type 'char' [-Wchar-subscripts] 1580 | f->refp[b->ref[1]].p.frame_hdr->frame_offset, | ~~~~~~^~~ ../../dav1d-1.5.2/src/decode.c:1676:68: warning: array subscript has type 'char' [-Wchar-subscripts] 1676 | b->mv[0] = get_gmv_2d(&f->frame_hdr->gmv[b->ref[0]], | ~~~~~~^~~ ../../dav1d-1.5.2/src/decode.c:1679:49: warning: array subscript has type 'char' [-Wchar-subscripts] 1679 | f->frame_hdr->gmv[b->ref[0]].type == DAV1D_WM_TYPE_TRANSLATION; | ~~~~~~^~~ ../../dav1d-1.5.2/src/decode.c:1777:43: warning: array subscript has type 'char' [-Wchar-subscripts] 1777 | f->frame_hdr->gmv[b->ref[0]].type > DAV1D_WM_TYPE_TRANSLATION) && | ~~~~~~^~~ ../../dav1d-1.5.2/src/decode.c:1787:54: warning: array subscript has type 'char' [-Wchar-subscripts] 1787 | const int allow_warp = !f->svc[b->ref[0]][0].scale && | ~~~~~~^~~ ../../dav1d-1.5.2/src/decode.c:1965:74: warning: array subscript has type 'char' [-Wchar-subscripts] 1965 | ((b->inter_mode == GLOBALMV && f->gmv_warp_allowed[b->ref[0]]) || | ~~~~~~^~~ ../../dav1d-1.5.2/src/decode.c:1968:59: warning: array subscript has type 'char' [-Wchar-subscripts] 1968 | affine_lowest_px_luma(t, &lowest_px[b->ref[0]][0], b_dim, | ~~~~~~^~~ ../../dav1d-1.5.2/src/decode.c:1970:64: warning: array subscript has type 'char' [-Wchar-subscripts] 1970 | &f->frame_hdr->gmv[b->ref[0]]); | ~~~~~~^~~ ../../dav1d-1.5.2/src/decode.c:1972:47: warning: array subscript has type 'char' [-Wchar-subscripts] 1972 | mc_lowest_px(&lowest_px[b->ref[0]][0], t->by, bh4, b->mv[0].y, | ~~~~~~^~~ ../../dav1d-1.5.2/src/decode.c:1973:47: warning: array subscript has type 'char' [-Wchar-subscripts] 1973 | 0, &f->svc[b->ref[0]][1]); | ~~~~~~^~~ ../../dav1d-1.5.2/src/decode.c:2014:51: warning: array subscript has type 'char' [-Wchar-subscripts] 2014 | mc_lowest_px(&lowest_px[b->ref[0]][1], t->by, bh4, | ~~~~~~^~~ ../../dav1d-1.5.2/src/decode.c:2015:68: warning: array subscript has type 'char' [-Wchar-subscripts] 2015 | b->mv[0].y, ss_ver, &f->svc[b->ref[0]][1]); | ~~~~~~^~~ ../../dav1d-1.5.2/src/decode.c:2018:82: warning: array subscript has type 'char' [-Wchar-subscripts] 2018 | ((b->inter_mode == GLOBALMV && f->gmv_warp_allowed[b->ref[0]]) || | ~~~~~~^~~ ../../dav1d-1.5.2/src/decode.c:2021:69: warning: array subscript has type 'char' [-Wchar-subscripts] 2021 | affine_lowest_px_chroma(t, &lowest_px[b->ref[0]][1], b_dim, | ~~~~~~^~~ ../../dav1d-1.5.2/src/decode.c:2023:74: warning: array subscript has type 'char' [-Wchar-subscripts] 2023 | &f->frame_hdr->gmv[b->ref[0]]); | ~~~~~~^~~ ../../dav1d-1.5.2/src/decode.c:2025:55: warning: array subscript has type 'char' [-Wchar-subscripts] 2025 | mc_lowest_px(&lowest_px[b->ref[0]][1], | ~~~~~~^~~ ../../dav1d-1.5.2/src/decode.c:2027:72: warning: array subscript has type 'char' [-Wchar-subscripts] 2027 | b->mv[0].y, ss_ver, &f->svc[b->ref[0]][1]); | ~~~~~~^~~ ../../dav1d-1.5.2/src/decode.c:2037:85: warning: array subscript has type 'char' [-Wchar-subscripts] 2037 | if (b->inter_mode == GLOBALMV_GLOBALMV && f->gmv_warp_allowed[b->ref[i]]) { | ~~~~~~^~~ ../../dav1d-1.5.2/src/decode.c:2038:63: warning: array subscript has type 'char' [-Wchar-subscripts] 2038 | affine_lowest_px_luma(t, &lowest_px[b->ref[i]][0], b_dim, | ~~~~~~^~~ ../../dav1d-1.5.2/src/decode.c:2039:68: warning: array subscript has type 'char' [-Wchar-subscripts] 2039 | &f->frame_hdr->gmv[b->ref[i]]); | ~~~~~~^~~ ../../dav1d-1.5.2/src/decode.c:2041:51: warning: array subscript has type 'char' [-Wchar-subscripts] 2041 | mc_lowest_px(&lowest_px[b->ref[i]][0], t->by, bh4, | ~~~~~~^~~ ../../dav1d-1.5.2/src/decode.c:2042:63: warning: array subscript has type 'char' [-Wchar-subscripts] 2042 | b->mv[i].y, 0, &f->svc[b->ref[i]][1]); | ~~~~~~^~~ ../../dav1d-1.5.2/src/decode.c:2049:71: warning: array subscript has type 'char' [-Wchar-subscripts] 2049 | imin(cbw4, cbh4) > 1 && f->gmv_warp_allowed[b->ref[i]]) | ~~~~~~^~~ ../../dav1d-1.5.2/src/decode.c:2051:65: warning: array subscript has type 'char' [-Wchar-subscripts] 2051 | affine_lowest_px_chroma(t, &lowest_px[b->ref[i]][1], b_dim, | ~~~~~~^~~ ../../dav1d-1.5.2/src/decode.c:2052:70: warning: array subscript has type 'char' [-Wchar-subscripts] 2052 | &f->frame_hdr->gmv[b->ref[i]]); | ~~~~~~^~~ ../../dav1d-1.5.2/src/decode.c:2054:51: warning: array subscript has type 'char' [-Wchar-subscripts] 2054 | mc_lowest_px(&lowest_px[b->ref[i]][1], t->by, bh4, | ~~~~~~^~~ ../../dav1d-1.5.2/src/decode.c:2055:68: warning: array subscript has type 'char' [-Wchar-subscripts] 2055 | b->mv[i].y, ss_ver, &f->svc[b->ref[i]][1]); | ~~~~~~^~~ ../../dav1d-1.5.2/src/decode.c: In function 'dav1d_submit_frame': ../../dav1d-1.5.2/src/decode.c:3625:66: warning: array subscript has type 'char' [-Wchar-subscripts] 3625 | f->prev_segmap_ref = c->refs[f->frame_hdr->refidx[pri_ref]].segmap; | ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ [128/134] Generating 'src/libdav1d.so.7.0.0.p/mc16_sse.obj' [129/134] Generating 'src/libdav1d.so.7.0.0.p/itx16_avx2.obj' [130/134] Linking target src/libdav1d.so.7.0.0 [131/134] Generating symbol file src/libdav1d.so.7.0.0.p/libdav1d.so.7.0.0.symbols [132/134] Linking target tools/dav1d [133/134] Linking target tests/libfuzzer/dav1d_fuzzer [134/134] Linking target tests/libfuzzer/dav1d_fuzzer_mt ninja: Entering directory `/data/jenkins/workspace/oi-encumbered/components/encumbered/dav1d/build/amd64' [1/9] Generating include/vcs_version.h with a custom command fatal: not a git repository: '/data/jenkins/workspace/oi-encumbered/components/encumbered/dav1d/dav1d-1.5.2/.git' [1/2] Installing files Installing src/libdav1d.so.7.0.0 to /data/jenkins/workspace/oi-encumbered/components/encumbered/dav1d/build/prototype/i386/usr/lib/amd64 Installing tools/dav1d to /data/jenkins/workspace/oi-encumbered/components/encumbered/dav1d/build/prototype/i386/usr/bin Installing /data/jenkins/workspace/oi-encumbered/components/encumbered/dav1d/dav1d-1.5.2/include/dav1d/common.h to /data/jenkins/workspace/oi-encumbered/components/encumbered/dav1d/build/prototype/i386/usr/include/dav1d Installing /data/jenkins/workspace/oi-encumbered/components/encumbered/dav1d/dav1d-1.5.2/include/dav1d/data.h to /data/jenkins/workspace/oi-encumbered/components/encumbered/dav1d/build/prototype/i386/usr/include/dav1d Installing /data/jenkins/workspace/oi-encumbered/components/encumbered/dav1d/dav1d-1.5.2/include/dav1d/dav1d.h to /data/jenkins/workspace/oi-encumbered/components/encumbered/dav1d/build/prototype/i386/usr/include/dav1d Installing /data/jenkins/workspace/oi-encumbered/components/encumbered/dav1d/dav1d-1.5.2/include/dav1d/headers.h to /data/jenkins/workspace/oi-encumbered/components/encumbered/dav1d/build/prototype/i386/usr/include/dav1d Installing /data/jenkins/workspace/oi-encumbered/components/encumbered/dav1d/dav1d-1.5.2/include/dav1d/picture.h to /data/jenkins/workspace/oi-encumbered/components/encumbered/dav1d/build/prototype/i386/usr/include/dav1d Installing /data/jenkins/workspace/oi-encumbered/components/encumbered/dav1d/dav1d-1.5.2/include/dav1d/version.h to /data/jenkins/workspace/oi-encumbered/components/encumbered/dav1d/build/prototype/i386/usr/include/dav1d Installing /data/jenkins/workspace/oi-encumbered/components/encumbered/dav1d/build/amd64/meson-private/dav1d.pc to /data/jenkins/workspace/oi-encumbered/components/encumbered/dav1d/build/prototype/i386/usr/lib/amd64/pkgconfig Installing symlink pointing to libdav1d.so.7.0.0 to /data/jenkins/workspace/oi-encumbered/components/encumbered/dav1d/build/prototype/i386/usr/lib/amd64/libdav1d.so.7 Installing symlink pointing to libdav1d.so.7 to /data/jenkins/workspace/oi-encumbered/components/encumbered/dav1d/build/prototype/i386/usr/lib/amd64/libdav1d.so VALIDATING MANIFEST CONTENT: /data/jenkins/workspace/oi-encumbered/components/encumbered/dav1d/build/manifest-i386-dav1d.depend.res NEW PACKAGE CONTENTS ARE LOCALLY VALIDATED AND READY TO GO generating metadata: encumbered/dav1d pkg://hipster-encumbered/codec/dav1d@1.5.2,5.11-2025.0.0.0:20251101T163603Z PUBLISHED