INFO: not using any hashes in /data/userland-archives/hashes for dav1d-1.5.0.tar.gz (overridden with --hash) Source /data/userland-archives/dav1d-1.5.0.tar.gz... not found, skipping file copy Source https://code.videolan.org/videolan/dav1d/-/archive/1.5.0/dav1d-1.5.0.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.6.0 Source dir: /data/jenkins/workspace/oi-encumbered/components/encumbered/dav1d/dav1d-1.5.0 Build dir: /data/jenkins/workspace/oi-encumbered/components/encumbered/dav1d/build/amd64 Build type: native build Project name: dav1d Project version: 1.5.0 C compiler for the host machine: /usr/gcc/13/bin/gcc (gcc 13.3.0 "gcc (OpenIndiana 13.3.0-oi-0) 13.3.0") C linker for the host machine: /usr/gcc/13/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.0 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.12.1 at /usr/bin/ninja ninja: Entering directory `/data/jenkins/workspace/oi-encumbered/components/encumbered/dav1d/build/amd64' [1/154] 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.0/.git' [2/154] Compiling C object src/libdav1d_bitdepth_8.a.p/ipred_prepare_tmpl.c.o In file included from ../../dav1d-1.5.0/src/ipred_prepare.h:36, from ../../dav1d-1.5.0/src/ipred_prepare_tmpl.c:35: ../../dav1d-1.5.0/src/env.h: In function 'av1_get_fwd_ref_ctx': ../../dav1d-1.5.0/src/env.h:312:46: warning: array subscript has type 'char' [-Wchar-subscripts] 312 | if (a->ref[0][xb4] < 4) cnt[a->ref[0][xb4]]++; | ~~~~~~~~~^~~~~ ../../dav1d-1.5.0/src/env.h:313:67: warning: array subscript has type 'char' [-Wchar-subscripts] 313 | if (a->comp_type[xb4] && a->ref[1][xb4] < 4) cnt[a->ref[1][xb4]]++; | ~~~~~~~~~^~~~~ ../../dav1d-1.5.0/src/env.h:317:46: warning: array subscript has type 'char' [-Wchar-subscripts] 317 | if (l->ref[0][yb4] < 4) cnt[l->ref[0][yb4]]++; | ~~~~~~~~~^~~~~ ../../dav1d-1.5.0/src/env.h:318:67: warning: array subscript has type 'char' [-Wchar-subscripts] 318 | if (l->comp_type[yb4] && l->ref[1][yb4] < 4) cnt[l->ref[1][yb4]]++; | ~~~~~~~~~^~~~~ ../../dav1d-1.5.0/src/env.h: In function 'av1_get_fwd_ref_1_ctx': ../../dav1d-1.5.0/src/env.h:335:46: warning: array subscript has type 'char' [-Wchar-subscripts] 335 | if (a->ref[0][xb4] < 2) cnt[a->ref[0][xb4]]++; | ~~~~~~~~~^~~~~ ../../dav1d-1.5.0/src/env.h:336:67: warning: array subscript has type 'char' [-Wchar-subscripts] 336 | if (a->comp_type[xb4] && a->ref[1][xb4] < 2) cnt[a->ref[1][xb4]]++; | ~~~~~~~~~^~~~~ ../../dav1d-1.5.0/src/env.h:340:46: warning: array subscript has type 'char' [-Wchar-subscripts] 340 | if (l->ref[0][yb4] < 2) cnt[l->ref[0][yb4]]++; | ~~~~~~~~~^~~~~ ../../dav1d-1.5.0/src/env.h:341:67: warning: array subscript has type 'char' [-Wchar-subscripts] 341 | if (l->comp_type[yb4] && l->ref[1][yb4] < 2) cnt[l->ref[1][yb4]]++; | ~~~~~~~~~^~~~~ [3/154] Compiling C object src/libdav1d_bitdepth_8.a.p/fg_apply_tmpl.c.o [4/154] Compiling C object src/libdav1d_bitdepth_8.a.p/loopfilter_tmpl.c.o [5/154] Compiling C object src/libdav1d_bitdepth_8.a.p/cdef_apply_tmpl.c.o In file included from ../../dav1d-1.5.0/src/internal.h:45, from ../../dav1d-1.5.0/src/cdef_apply.h:33, from ../../dav1d-1.5.0/src/cdef_apply_tmpl.c:34: ../../dav1d-1.5.0/src/env.h: In function 'av1_get_fwd_ref_ctx': ../../dav1d-1.5.0/src/env.h:312:46: warning: array subscript has type 'char' [-Wchar-subscripts] 312 | if (a->ref[0][xb4] < 4) cnt[a->ref[0][xb4]]++; | ~~~~~~~~~^~~~~ ../../dav1d-1.5.0/src/env.h:313:67: warning: array subscript has type 'char' [-Wchar-subscripts] 313 | if (a->comp_type[xb4] && a->ref[1][xb4] < 4) cnt[a->ref[1][xb4]]++; | ~~~~~~~~~^~~~~ ../../dav1d-1.5.0/src/env.h:317:46: warning: array subscript has type 'char' [-Wchar-subscripts] 317 | if (l->ref[0][yb4] < 4) cnt[l->ref[0][yb4]]++; | ~~~~~~~~~^~~~~ ../../dav1d-1.5.0/src/env.h:318:67: warning: array subscript has type 'char' [-Wchar-subscripts] 318 | if (l->comp_type[yb4] && l->ref[1][yb4] < 4) cnt[l->ref[1][yb4]]++; | ~~~~~~~~~^~~~~ ../../dav1d-1.5.0/src/env.h: In function 'av1_get_fwd_ref_1_ctx': ../../dav1d-1.5.0/src/env.h:335:46: warning: array subscript has type 'char' [-Wchar-subscripts] 335 | if (a->ref[0][xb4] < 2) cnt[a->ref[0][xb4]]++; | ~~~~~~~~~^~~~~ ../../dav1d-1.5.0/src/env.h:336:67: warning: array subscript has type 'char' [-Wchar-subscripts] 336 | if (a->comp_type[xb4] && a->ref[1][xb4] < 2) cnt[a->ref[1][xb4]]++; | ~~~~~~~~~^~~~~ ../../dav1d-1.5.0/src/env.h:340:46: warning: array subscript has type 'char' [-Wchar-subscripts] 340 | if (l->ref[0][yb4] < 2) cnt[l->ref[0][yb4]]++; | ~~~~~~~~~^~~~~ ../../dav1d-1.5.0/src/env.h:341:67: warning: array subscript has type 'char' [-Wchar-subscripts] 341 | if (l->comp_type[yb4] && l->ref[1][yb4] < 2) cnt[l->ref[1][yb4]]++; | ~~~~~~~~~^~~~~ [6/154] Compiling C object src/libdav1d_bitdepth_8.a.p/lf_apply_tmpl.c.o In file included from ../../dav1d-1.5.0/src/internal.h:45, from ../../dav1d-1.5.0/src/lf_apply.h:35, from ../../dav1d-1.5.0/src/lf_apply_tmpl.c:34: ../../dav1d-1.5.0/src/env.h: In function 'av1_get_fwd_ref_ctx': ../../dav1d-1.5.0/src/env.h:312:46: warning: array subscript has type 'char' [-Wchar-subscripts] 312 | if (a->ref[0][xb4] < 4) cnt[a->ref[0][xb4]]++; | ~~~~~~~~~^~~~~ ../../dav1d-1.5.0/src/env.h:313:67: warning: array subscript has type 'char' [-Wchar-subscripts] 313 | if (a->comp_type[xb4] && a->ref[1][xb4] < 4) cnt[a->ref[1][xb4]]++; | ~~~~~~~~~^~~~~ ../../dav1d-1.5.0/src/env.h:317:46: warning: array subscript has type 'char' [-Wchar-subscripts] 317 | if (l->ref[0][yb4] < 4) cnt[l->ref[0][yb4]]++; | ~~~~~~~~~^~~~~ ../../dav1d-1.5.0/src/env.h:318:67: warning: array subscript has type 'char' [-Wchar-subscripts] 318 | if (l->comp_type[yb4] && l->ref[1][yb4] < 4) cnt[l->ref[1][yb4]]++; | ~~~~~~~~~^~~~~ ../../dav1d-1.5.0/src/env.h: In function 'av1_get_fwd_ref_1_ctx': ../../dav1d-1.5.0/src/env.h:335:46: warning: array subscript has type 'char' [-Wchar-subscripts] 335 | if (a->ref[0][xb4] < 2) cnt[a->ref[0][xb4]]++; | ~~~~~~~~~^~~~~ ../../dav1d-1.5.0/src/env.h:336:67: warning: array subscript has type 'char' [-Wchar-subscripts] 336 | if (a->comp_type[xb4] && a->ref[1][xb4] < 2) cnt[a->ref[1][xb4]]++; | ~~~~~~~~~^~~~~ ../../dav1d-1.5.0/src/env.h:340:46: warning: array subscript has type 'char' [-Wchar-subscripts] 340 | if (l->ref[0][yb4] < 2) cnt[l->ref[0][yb4]]++; | ~~~~~~~~~^~~~~ ../../dav1d-1.5.0/src/env.h:341:67: warning: array subscript has type 'char' [-Wchar-subscripts] 341 | if (l->comp_type[yb4] && l->ref[1][yb4] < 2) cnt[l->ref[1][yb4]]++; | ~~~~~~~~~^~~~~ [7/154] Compiling C object src/libdav1d_bitdepth_8.a.p/lr_apply_tmpl.c.o In file included from ../../dav1d-1.5.0/src/internal.h:45, from ../../dav1d-1.5.0/src/lr_apply.h:36, from ../../dav1d-1.5.0/src/lr_apply_tmpl.c:34: ../../dav1d-1.5.0/src/env.h: In function 'av1_get_fwd_ref_ctx': ../../dav1d-1.5.0/src/env.h:312:46: warning: array subscript has type 'char' [-Wchar-subscripts] 312 | if (a->ref[0][xb4] < 4) cnt[a->ref[0][xb4]]++; | ~~~~~~~~~^~~~~ ../../dav1d-1.5.0/src/env.h:313:67: warning: array subscript has type 'char' [-Wchar-subscripts] 313 | if (a->comp_type[xb4] && a->ref[1][xb4] < 4) cnt[a->ref[1][xb4]]++; | ~~~~~~~~~^~~~~ ../../dav1d-1.5.0/src/env.h:317:46: warning: array subscript has type 'char' [-Wchar-subscripts] 317 | if (l->ref[0][yb4] < 4) cnt[l->ref[0][yb4]]++; | ~~~~~~~~~^~~~~ ../../dav1d-1.5.0/src/env.h:318:67: warning: array subscript has type 'char' [-Wchar-subscripts] 318 | if (l->comp_type[yb4] && l->ref[1][yb4] < 4) cnt[l->ref[1][yb4]]++; | ~~~~~~~~~^~~~~ ../../dav1d-1.5.0/src/env.h: In function 'av1_get_fwd_ref_1_ctx': ../../dav1d-1.5.0/src/env.h:335:46: warning: array subscript has type 'char' [-Wchar-subscripts] 335 | if (a->ref[0][xb4] < 2) cnt[a->ref[0][xb4]]++; | ~~~~~~~~~^~~~~ ../../dav1d-1.5.0/src/env.h:336:67: warning: array subscript has type 'char' [-Wchar-subscripts] 336 | if (a->comp_type[xb4] && a->ref[1][xb4] < 2) cnt[a->ref[1][xb4]]++; | ~~~~~~~~~^~~~~ ../../dav1d-1.5.0/src/env.h:340:46: warning: array subscript has type 'char' [-Wchar-subscripts] 340 | if (l->ref[0][yb4] < 2) cnt[l->ref[0][yb4]]++; | ~~~~~~~~~^~~~~ ../../dav1d-1.5.0/src/env.h:341:67: warning: array subscript has type 'char' [-Wchar-subscripts] 341 | if (l->comp_type[yb4] && l->ref[1][yb4] < 2) cnt[l->ref[1][yb4]]++; | ~~~~~~~~~^~~~~ [8/154] Compiling C object src/libdav1d_bitdepth_8.a.p/filmgrain_tmpl.c.o [9/154] Compiling C object src/libdav1d_bitdepth_8.a.p/cdef_tmpl.c.o [10/154] Compiling C object src/libdav1d_bitdepth_16.a.p/fg_apply_tmpl.c.o [11/154] Compiling C object src/libdav1d_bitdepth_16.a.p/cdef_apply_tmpl.c.o In file included from ../../dav1d-1.5.0/src/internal.h:45, from ../../dav1d-1.5.0/src/cdef_apply.h:33, from ../../dav1d-1.5.0/src/cdef_apply_tmpl.c:34: ../../dav1d-1.5.0/src/env.h: In function 'av1_get_fwd_ref_ctx': ../../dav1d-1.5.0/src/env.h:312:46: warning: array subscript has type 'char' [-Wchar-subscripts] 312 | if (a->ref[0][xb4] < 4) cnt[a->ref[0][xb4]]++; | ~~~~~~~~~^~~~~ ../../dav1d-1.5.0/src/env.h:313:67: warning: array subscript has type 'char' [-Wchar-subscripts] 313 | if (a->comp_type[xb4] && a->ref[1][xb4] < 4) cnt[a->ref[1][xb4]]++; | ~~~~~~~~~^~~~~ ../../dav1d-1.5.0/src/env.h:317:46: warning: array subscript has type 'char' [-Wchar-subscripts] 317 | if (l->ref[0][yb4] < 4) cnt[l->ref[0][yb4]]++; | ~~~~~~~~~^~~~~ ../../dav1d-1.5.0/src/env.h:318:67: warning: array subscript has type 'char' [-Wchar-subscripts] 318 | if (l->comp_type[yb4] && l->ref[1][yb4] < 4) cnt[l->ref[1][yb4]]++; | ~~~~~~~~~^~~~~ ../../dav1d-1.5.0/src/env.h: In function 'av1_get_fwd_ref_1_ctx': ../../dav1d-1.5.0/src/env.h:335:46: warning: array subscript has type 'char' [-Wchar-subscripts] 335 | if (a->ref[0][xb4] < 2) cnt[a->ref[0][xb4]]++; | ~~~~~~~~~^~~~~ ../../dav1d-1.5.0/src/env.h:336:67: warning: array subscript has type 'char' [-Wchar-subscripts] 336 | if (a->comp_type[xb4] && a->ref[1][xb4] < 2) cnt[a->ref[1][xb4]]++; | ~~~~~~~~~^~~~~ ../../dav1d-1.5.0/src/env.h:340:46: warning: array subscript has type 'char' [-Wchar-subscripts] 340 | if (l->ref[0][yb4] < 2) cnt[l->ref[0][yb4]]++; | ~~~~~~~~~^~~~~ ../../dav1d-1.5.0/src/env.h:341:67: warning: array subscript has type 'char' [-Wchar-subscripts] 341 | if (l->comp_type[yb4] && l->ref[1][yb4] < 2) cnt[l->ref[1][yb4]]++; | ~~~~~~~~~^~~~~ [12/154] Compiling C object src/libdav1d_bitdepth_8.a.p/ipred_tmpl.c.o [13/154] Compiling C object src/libdav1d_bitdepth_16.a.p/ipred_prepare_tmpl.c.o In file included from ../../dav1d-1.5.0/src/ipred_prepare.h:36, from ../../dav1d-1.5.0/src/ipred_prepare_tmpl.c:35: ../../dav1d-1.5.0/src/env.h: In function 'av1_get_fwd_ref_ctx': ../../dav1d-1.5.0/src/env.h:312:46: warning: array subscript has type 'char' [-Wchar-subscripts] 312 | if (a->ref[0][xb4] < 4) cnt[a->ref[0][xb4]]++; | ~~~~~~~~~^~~~~ ../../dav1d-1.5.0/src/env.h:313:67: warning: array subscript has type 'char' [-Wchar-subscripts] 313 | if (a->comp_type[xb4] && a->ref[1][xb4] < 4) cnt[a->ref[1][xb4]]++; | ~~~~~~~~~^~~~~ ../../dav1d-1.5.0/src/env.h:317:46: warning: array subscript has type 'char' [-Wchar-subscripts] 317 | if (l->ref[0][yb4] < 4) cnt[l->ref[0][yb4]]++; | ~~~~~~~~~^~~~~ ../../dav1d-1.5.0/src/env.h:318:67: warning: array subscript has type 'char' [-Wchar-subscripts] 318 | if (l->comp_type[yb4] && l->ref[1][yb4] < 4) cnt[l->ref[1][yb4]]++; | ~~~~~~~~~^~~~~ ../../dav1d-1.5.0/src/env.h: In function 'av1_get_fwd_ref_1_ctx': ../../dav1d-1.5.0/src/env.h:335:46: warning: array subscript has type 'char' [-Wchar-subscripts] 335 | if (a->ref[0][xb4] < 2) cnt[a->ref[0][xb4]]++; | ~~~~~~~~~^~~~~ ../../dav1d-1.5.0/src/env.h:336:67: warning: array subscript has type 'char' [-Wchar-subscripts] 336 | if (a->comp_type[xb4] && a->ref[1][xb4] < 2) cnt[a->ref[1][xb4]]++; | ~~~~~~~~~^~~~~ ../../dav1d-1.5.0/src/env.h:340:46: warning: array subscript has type 'char' [-Wchar-subscripts] 340 | if (l->ref[0][yb4] < 2) cnt[l->ref[0][yb4]]++; | ~~~~~~~~~^~~~~ ../../dav1d-1.5.0/src/env.h:341:67: warning: array subscript has type 'char' [-Wchar-subscripts] 341 | if (l->comp_type[yb4] && l->ref[1][yb4] < 2) cnt[l->ref[1][yb4]]++; | ~~~~~~~~~^~~~~ [14/154] Compiling C object src/libdav1d_bitdepth_16.a.p/cdef_tmpl.c.o [15/154] Compiling C object src/libdav1d_bitdepth_8.a.p/looprestoration_tmpl.c.o [16/154] Compiling C object src/libdav1d_bitdepth_8.a.p/itx_tmpl.c.o [17/154] Compiling C object src/libdav1d_bitdepth_16.a.p/loopfilter_tmpl.c.o [18/154] Compiling C object src/libdav1d_bitdepth_16.a.p/filmgrain_tmpl.c.o [19/154] Compiling C object src/libdav1d_bitdepth_16.a.p/lf_apply_tmpl.c.o In file included from ../../dav1d-1.5.0/src/internal.h:45, from ../../dav1d-1.5.0/src/lf_apply.h:35, from ../../dav1d-1.5.0/src/lf_apply_tmpl.c:34: ../../dav1d-1.5.0/src/env.h: In function 'av1_get_fwd_ref_ctx': ../../dav1d-1.5.0/src/env.h:312:46: warning: array subscript has type 'char' [-Wchar-subscripts] 312 | if (a->ref[0][xb4] < 4) cnt[a->ref[0][xb4]]++; | ~~~~~~~~~^~~~~ ../../dav1d-1.5.0/src/env.h:313:67: warning: array subscript has type 'char' [-Wchar-subscripts] 313 | if (a->comp_type[xb4] && a->ref[1][xb4] < 4) cnt[a->ref[1][xb4]]++; | ~~~~~~~~~^~~~~ ../../dav1d-1.5.0/src/env.h:317:46: warning: array subscript has type 'char' [-Wchar-subscripts] 317 | if (l->ref[0][yb4] < 4) cnt[l->ref[0][yb4]]++; | ~~~~~~~~~^~~~~ ../../dav1d-1.5.0/src/env.h:318:67: warning: array subscript has type 'char' [-Wchar-subscripts] 318 | if (l->comp_type[yb4] && l->ref[1][yb4] < 4) cnt[l->ref[1][yb4]]++; | ~~~~~~~~~^~~~~ ../../dav1d-1.5.0/src/env.h: In function 'av1_get_fwd_ref_1_ctx': ../../dav1d-1.5.0/src/env.h:335:46: warning: array subscript has type 'char' [-Wchar-subscripts] 335 | if (a->ref[0][xb4] < 2) cnt[a->ref[0][xb4]]++; | ~~~~~~~~~^~~~~ ../../dav1d-1.5.0/src/env.h:336:67: warning: array subscript has type 'char' [-Wchar-subscripts] 336 | if (a->comp_type[xb4] && a->ref[1][xb4] < 2) cnt[a->ref[1][xb4]]++; | ~~~~~~~~~^~~~~ ../../dav1d-1.5.0/src/env.h:340:46: warning: array subscript has type 'char' [-Wchar-subscripts] 340 | if (l->ref[0][yb4] < 2) cnt[l->ref[0][yb4]]++; | ~~~~~~~~~^~~~~ ../../dav1d-1.5.0/src/env.h:341:67: warning: array subscript has type 'char' [-Wchar-subscripts] 341 | if (l->comp_type[yb4] && l->ref[1][yb4] < 2) cnt[l->ref[1][yb4]]++; | ~~~~~~~~~^~~~~ [20/154] Generating 'src/libdav1d.so.7.0.0.p/cpuid.obj' [21/154] Compiling C object src/libdav1d_bitdepth_16.a.p/lr_apply_tmpl.c.o In file included from ../../dav1d-1.5.0/src/internal.h:45, from ../../dav1d-1.5.0/src/lr_apply.h:36, from ../../dav1d-1.5.0/src/lr_apply_tmpl.c:34: ../../dav1d-1.5.0/src/env.h: In function 'av1_get_fwd_ref_ctx': ../../dav1d-1.5.0/src/env.h:312:46: warning: array subscript has type 'char' [-Wchar-subscripts] 312 | if (a->ref[0][xb4] < 4) cnt[a->ref[0][xb4]]++; | ~~~~~~~~~^~~~~ ../../dav1d-1.5.0/src/env.h:313:67: warning: array subscript has type 'char' [-Wchar-subscripts] 313 | if (a->comp_type[xb4] && a->ref[1][xb4] < 4) cnt[a->ref[1][xb4]]++; | ~~~~~~~~~^~~~~ ../../dav1d-1.5.0/src/env.h:317:46: warning: array subscript has type 'char' [-Wchar-subscripts] 317 | if (l->ref[0][yb4] < 4) cnt[l->ref[0][yb4]]++; | ~~~~~~~~~^~~~~ ../../dav1d-1.5.0/src/env.h:318:67: warning: array subscript has type 'char' [-Wchar-subscripts] 318 | if (l->comp_type[yb4] && l->ref[1][yb4] < 4) cnt[l->ref[1][yb4]]++; | ~~~~~~~~~^~~~~ ../../dav1d-1.5.0/src/env.h: In function 'av1_get_fwd_ref_1_ctx': ../../dav1d-1.5.0/src/env.h:335:46: warning: array subscript has type 'char' [-Wchar-subscripts] 335 | if (a->ref[0][xb4] < 2) cnt[a->ref[0][xb4]]++; | ~~~~~~~~~^~~~~ ../../dav1d-1.5.0/src/env.h:336:67: warning: array subscript has type 'char' [-Wchar-subscripts] 336 | if (a->comp_type[xb4] && a->ref[1][xb4] < 2) cnt[a->ref[1][xb4]]++; | ~~~~~~~~~^~~~~ ../../dav1d-1.5.0/src/env.h:340:46: warning: array subscript has type 'char' [-Wchar-subscripts] 340 | if (l->ref[0][yb4] < 2) cnt[l->ref[0][yb4]]++; | ~~~~~~~~~^~~~~ ../../dav1d-1.5.0/src/env.h:341:67: warning: array subscript has type 'char' [-Wchar-subscripts] 341 | if (l->comp_type[yb4] && l->ref[1][yb4] < 2) cnt[l->ref[1][yb4]]++; | ~~~~~~~~~^~~~~ [22/154] Compiling C object src/libdav1d_bitdepth_16.a.p/itx_tmpl.c.o [23/154] Generating 'src/libdav1d.so.7.0.0.p/msac.obj' [24/154] Compiling C object src/libdav1d_bitdepth_16.a.p/ipred_tmpl.c.o [25/154] Generating 'src/libdav1d.so.7.0.0.p/pal.obj' [26/154] Compiling C object src/libdav1d_bitdepth_16.a.p/looprestoration_tmpl.c.o [27/154] Generating 'src/libdav1d.so.7.0.0.p/refmvs.obj' [28/154] Generating 'src/libdav1d.so.7.0.0.p/cdef_avx512.obj' [29/154] Compiling C object src/libdav1d_bitdepth_8.a.p/mc_tmpl.c.o [30/154] Compiling C object src/libdav1d_bitdepth_8.a.p/recon_tmpl.c.o In file included from ../../dav1d-1.5.0/src/internal.h:45, from ../../dav1d-1.5.0/src/cdef_apply.h:33, from ../../dav1d-1.5.0/src/recon_tmpl.c:39: ../../dav1d-1.5.0/src/env.h: In function 'av1_get_fwd_ref_ctx': ../../dav1d-1.5.0/src/env.h:312:46: warning: array subscript has type 'char' [-Wchar-subscripts] 312 | if (a->ref[0][xb4] < 4) cnt[a->ref[0][xb4]]++; | ~~~~~~~~~^~~~~ ../../dav1d-1.5.0/src/env.h:313:67: warning: array subscript has type 'char' [-Wchar-subscripts] 313 | if (a->comp_type[xb4] && a->ref[1][xb4] < 4) cnt[a->ref[1][xb4]]++; | ~~~~~~~~~^~~~~ ../../dav1d-1.5.0/src/env.h:317:46: warning: array subscript has type 'char' [-Wchar-subscripts] 317 | if (l->ref[0][yb4] < 4) cnt[l->ref[0][yb4]]++; | ~~~~~~~~~^~~~~ ../../dav1d-1.5.0/src/env.h:318:67: warning: array subscript has type 'char' [-Wchar-subscripts] 318 | if (l->comp_type[yb4] && l->ref[1][yb4] < 4) cnt[l->ref[1][yb4]]++; | ~~~~~~~~~^~~~~ ../../dav1d-1.5.0/src/env.h: In function 'av1_get_fwd_ref_1_ctx': ../../dav1d-1.5.0/src/env.h:335:46: warning: array subscript has type 'char' [-Wchar-subscripts] 335 | if (a->ref[0][xb4] < 2) cnt[a->ref[0][xb4]]++; | ~~~~~~~~~^~~~~ ../../dav1d-1.5.0/src/env.h:336:67: warning: array subscript has type 'char' [-Wchar-subscripts] 336 | if (a->comp_type[xb4] && a->ref[1][xb4] < 2) cnt[a->ref[1][xb4]]++; | ~~~~~~~~~^~~~~ ../../dav1d-1.5.0/src/env.h:340:46: warning: array subscript has type 'char' [-Wchar-subscripts] 340 | if (l->ref[0][yb4] < 2) cnt[l->ref[0][yb4]]++; | ~~~~~~~~~^~~~~ ../../dav1d-1.5.0/src/env.h:341:67: warning: array subscript has type 'char' [-Wchar-subscripts] 341 | if (l->comp_type[yb4] && l->ref[1][yb4] < 2) cnt[l->ref[1][yb4]]++; | ~~~~~~~~~^~~~~ ../../dav1d-1.5.0/src/recon_tmpl.c: In function 'decode_coefs': ../../dav1d-1.5.0/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.0/src/recon_tmpl.c: In function 'dav1d_recon_b_inter_8bpc': ../../dav1d-1.5.0/src/recon_tmpl.c:1600:63: warning: array subscript has type 'char' [-Wchar-subscripts] 1600 | const Dav1dThreadPicture *const refp = &f->refp[b->ref[0]]; | ~~~~~~^~~ ../../dav1d-1.5.0/src/recon_tmpl.c:1604:70: warning: array subscript has type 'char' [-Wchar-subscripts] 1604 | ((b->inter_mode == GLOBALMV && f->gmv_warp_allowed[b->ref[0]]) || | ~~~~~~^~~ ../../dav1d-1.5.0/src/recon_tmpl.c:1609:60: warning: array subscript has type 'char' [-Wchar-subscripts] 1609 | &f->frame_hdr->gmv[b->ref[0]]); | ~~~~~~^~~ ../../dav1d-1.5.0/src/recon_tmpl.c:1716:74: warning: array subscript has type 'char' [-Wchar-subscripts] 1716 | ((b->inter_mode == GLOBALMV && f->gmv_warp_allowed[b->ref[0]]) || | ~~~~~~^~~ ../../dav1d-1.5.0/src/recon_tmpl.c:1723:68: warning: array subscript has type 'char' [-Wchar-subscripts] 1723 | &f->frame_hdr->gmv[b->ref[0]]); | ~~~~~~^~~ ../../dav1d-1.5.0/src/recon_tmpl.c:1793:67: warning: array subscript has type 'char' [-Wchar-subscripts] 1793 | const Dav1dThreadPicture *const refp = &f->refp[b->ref[i]]; | ~~~~~~^~~ ../../dav1d-1.5.0/src/recon_tmpl.c:1795:81: warning: array subscript has type 'char' [-Wchar-subscripts] 1795 | if (b->inter_mode == GLOBALMV_GLOBALMV && f->gmv_warp_allowed[b->ref[i]]) { | ~~~~~~^~~ ../../dav1d-1.5.0/src/recon_tmpl.c:1797:60: warning: array subscript has type 'char' [-Wchar-subscripts] 1797 | &f->frame_hdr->gmv[b->ref[i]]); | ~~~~~~^~~ ../../dav1d-1.5.0/src/recon_tmpl.c:1811:47: warning: array subscript has type 'char' [-Wchar-subscripts] 1811 | jnt_weight = f->jnt_weights[b->ref[0]][b->ref[1]]; | ~~~~~~^~~ ../../dav1d-1.5.0/src/recon_tmpl.c:1811:58: warning: array subscript has type 'char' [-Wchar-subscripts] 1811 | jnt_weight = f->jnt_weights[b->ref[0]][b->ref[1]]; | ~~~~~~^~~ ../../dav1d-1.5.0/src/recon_tmpl.c:1835:71: warning: array subscript has type 'char' [-Wchar-subscripts] 1835 | const Dav1dThreadPicture *const refp = &f->refp[b->ref[i]]; | ~~~~~~^~~ ../../dav1d-1.5.0/src/recon_tmpl.c:1837:71: warning: array subscript has type 'char' [-Wchar-subscripts] 1837 | imin(cbw4, cbh4) > 1 && f->gmv_warp_allowed[b->ref[i]]) | ~~~~~~^~~ ../../dav1d-1.5.0/src/recon_tmpl.c:1841:70: warning: array subscript has type 'char' [-Wchar-subscripts] 1841 | refp, &f->frame_hdr->gmv[b->ref[i]]); | ~~~~~~^~~ [31/154] Generating 'src/libdav1d.so.7.0.0.p/filmgrain_avx512.obj' [32/154] Compiling C object src/libdav1d_bitdepth_16.a.p/mc_tmpl.c.o [33/154] Compiling C object src/libdav1d_bitdepth_16.a.p/recon_tmpl.c.o In file included from ../../dav1d-1.5.0/src/internal.h:45, from ../../dav1d-1.5.0/src/cdef_apply.h:33, from ../../dav1d-1.5.0/src/recon_tmpl.c:39: ../../dav1d-1.5.0/src/env.h: In function 'av1_get_fwd_ref_ctx': ../../dav1d-1.5.0/src/env.h:312:46: warning: array subscript has type 'char' [-Wchar-subscripts] 312 | if (a->ref[0][xb4] < 4) cnt[a->ref[0][xb4]]++; | ~~~~~~~~~^~~~~ ../../dav1d-1.5.0/src/env.h:313:67: warning: array subscript has type 'char' [-Wchar-subscripts] 313 | if (a->comp_type[xb4] && a->ref[1][xb4] < 4) cnt[a->ref[1][xb4]]++; | ~~~~~~~~~^~~~~ ../../dav1d-1.5.0/src/env.h:317:46: warning: array subscript has type 'char' [-Wchar-subscripts] 317 | if (l->ref[0][yb4] < 4) cnt[l->ref[0][yb4]]++; | ~~~~~~~~~^~~~~ ../../dav1d-1.5.0/src/env.h:318:67: warning: array subscript has type 'char' [-Wchar-subscripts] 318 | if (l->comp_type[yb4] && l->ref[1][yb4] < 4) cnt[l->ref[1][yb4]]++; | ~~~~~~~~~^~~~~ ../../dav1d-1.5.0/src/env.h: In function 'av1_get_fwd_ref_1_ctx': ../../dav1d-1.5.0/src/env.h:335:46: warning: array subscript has type 'char' [-Wchar-subscripts] 335 | if (a->ref[0][xb4] < 2) cnt[a->ref[0][xb4]]++; | ~~~~~~~~~^~~~~ ../../dav1d-1.5.0/src/env.h:336:67: warning: array subscript has type 'char' [-Wchar-subscripts] 336 | if (a->comp_type[xb4] && a->ref[1][xb4] < 2) cnt[a->ref[1][xb4]]++; | ~~~~~~~~~^~~~~ ../../dav1d-1.5.0/src/env.h:340:46: warning: array subscript has type 'char' [-Wchar-subscripts] 340 | if (l->ref[0][yb4] < 2) cnt[l->ref[0][yb4]]++; | ~~~~~~~~~^~~~~ ../../dav1d-1.5.0/src/env.h:341:67: warning: array subscript has type 'char' [-Wchar-subscripts] 341 | if (l->comp_type[yb4] && l->ref[1][yb4] < 2) cnt[l->ref[1][yb4]]++; | ~~~~~~~~~^~~~~ ../../dav1d-1.5.0/src/recon_tmpl.c: In function 'decode_coefs': ../../dav1d-1.5.0/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.0/src/recon_tmpl.c: In function 'dav1d_recon_b_inter_16bpc': ../../dav1d-1.5.0/src/recon_tmpl.c:1600:63: warning: array subscript has type 'char' [-Wchar-subscripts] 1600 | const Dav1dThreadPicture *const refp = &f->refp[b->ref[0]]; | ~~~~~~^~~ ../../dav1d-1.5.0/src/recon_tmpl.c:1604:70: warning: array subscript has type 'char' [-Wchar-subscripts] 1604 | ((b->inter_mode == GLOBALMV && f->gmv_warp_allowed[b->ref[0]]) || | ~~~~~~^~~ ../../dav1d-1.5.0/src/recon_tmpl.c:1609:60: warning: array subscript has type 'char' [-Wchar-subscripts] 1609 | &f->frame_hdr->gmv[b->ref[0]]); | ~~~~~~^~~ ../../dav1d-1.5.0/src/recon_tmpl.c:1716:74: warning: array subscript has type 'char' [-Wchar-subscripts] 1716 | ((b->inter_mode == GLOBALMV && f->gmv_warp_allowed[b->ref[0]]) || | ~~~~~~^~~ ../../dav1d-1.5.0/src/recon_tmpl.c:1723:68: warning: array subscript has type 'char' [-Wchar-subscripts] 1723 | &f->frame_hdr->gmv[b->ref[0]]); | ~~~~~~^~~ ../../dav1d-1.5.0/src/recon_tmpl.c:1793:67: warning: array subscript has type 'char' [-Wchar-subscripts] 1793 | const Dav1dThreadPicture *const refp = &f->refp[b->ref[i]]; | ~~~~~~^~~ ../../dav1d-1.5.0/src/recon_tmpl.c:1795:81: warning: array subscript has type 'char' [-Wchar-subscripts] 1795 | if (b->inter_mode == GLOBALMV_GLOBALMV && f->gmv_warp_allowed[b->ref[i]]) { | ~~~~~~^~~ ../../dav1d-1.5.0/src/recon_tmpl.c:1797:60: warning: array subscript has type 'char' [-Wchar-subscripts] 1797 | &f->frame_hdr->gmv[b->ref[i]]); | ~~~~~~^~~ ../../dav1d-1.5.0/src/recon_tmpl.c:1811:47: warning: array subscript has type 'char' [-Wchar-subscripts] 1811 | jnt_weight = f->jnt_weights[b->ref[0]][b->ref[1]]; | ~~~~~~^~~ ../../dav1d-1.5.0/src/recon_tmpl.c:1811:58: warning: array subscript has type 'char' [-Wchar-subscripts] 1811 | jnt_weight = f->jnt_weights[b->ref[0]][b->ref[1]]; | ~~~~~~^~~ ../../dav1d-1.5.0/src/recon_tmpl.c:1835:71: warning: array subscript has type 'char' [-Wchar-subscripts] 1835 | const Dav1dThreadPicture *const refp = &f->refp[b->ref[i]]; | ~~~~~~^~~ ../../dav1d-1.5.0/src/recon_tmpl.c:1837:71: warning: array subscript has type 'char' [-Wchar-subscripts] 1837 | imin(cbw4, cbh4) > 1 && f->gmv_warp_allowed[b->ref[i]]) | ~~~~~~^~~ ../../dav1d-1.5.0/src/recon_tmpl.c:1841:70: warning: array subscript has type 'char' [-Wchar-subscripts] 1841 | refp, &f->frame_hdr->gmv[b->ref[i]]); | ~~~~~~^~~ [34/154] Generating 'src/libdav1d.so.7.0.0.p/looprestoration_avx512.obj' [35/154] Generating 'src/libdav1d.so.7.0.0.p/ipred_avx512.obj' [36/154] Generating 'src/libdav1d.so.7.0.0.p/cdef_avx2.obj' [37/154] Generating 'src/libdav1d.so.7.0.0.p/loopfilter_avx512.obj' [38/154] Generating 'src/libdav1d.so.7.0.0.p/looprestoration_avx2.obj' [39/154] Generating 'src/libdav1d.so.7.0.0.p/loopfilter_avx2.obj' [40/154] Generating 'src/libdav1d.so.7.0.0.p/filmgrain_avx2.obj' [41/154] Generating 'src/libdav1d.so.7.0.0.p/cdef_sse.obj' [42/154] Generating 'src/libdav1d.so.7.0.0.p/mc_avx512.obj' [43/154] Generating 'src/libdav1d.so.7.0.0.p/ipred_avx2.obj' [44/154] Generating 'src/libdav1d.so.7.0.0.p/cdef16_avx512.obj' [45/154] Generating 'src/libdav1d.so.7.0.0.p/loopfilter_sse.obj' [46/154] Generating 'src/libdav1d.so.7.0.0.p/itx_sse.obj' [47/154] Generating 'src/libdav1d.so.7.0.0.p/filmgrain16_avx512.obj' [48/154] Generating 'src/libdav1d.so.7.0.0.p/filmgrain_sse.obj' [49/154] Generating 'src/libdav1d.so.7.0.0.p/looprestoration_sse.obj' [50/154] Generating 'src/libdav1d.so.7.0.0.p/itx_avx2.obj' [51/154] Generating 'src/libdav1d.so.7.0.0.p/ipred16_avx512.obj' [52/154] Generating 'src/libdav1d.so.7.0.0.p/loopfilter16_avx512.obj' [53/154] Generating 'src/libdav1d.so.7.0.0.p/cdef16_avx2.obj' [54/154] Generating 'src/libdav1d.so.7.0.0.p/mc_avx2.obj' [55/154] Generating 'src/libdav1d.so.7.0.0.p/itx_avx512.obj' [56/154] Generating 'src/libdav1d.so.7.0.0.p/looprestoration16_avx512.obj' [57/154] Generating 'src/libdav1d.so.7.0.0.p/ipred_sse.obj' [58/154] Generating 'src/libdav1d.so.7.0.0.p/cdef16_sse.obj' [59/154] Generating 'src/libdav1d.so.7.0.0.p/loopfilter16_avx2.obj' [60/154] Generating 'src/libdav1d.so.7.0.0.p/filmgrain16_avx2.obj' [61/154] Generating 'src/libdav1d.so.7.0.0.p/looprestoration16_avx2.obj' [62/154] Generating 'src/libdav1d.so.7.0.0.p/mc16_avx512.obj' [63/154] Generating 'src/libdav1d.so.7.0.0.p/ipred16_avx2.obj' [64/154] Generating 'src/libdav1d.so.7.0.0.p/loopfilter16_sse.obj' [65/154] Generating 'src/libdav1d.so.7.0.0.p/ipred16_sse.obj' [66/154] Compiling C object src/libdav1d.so.7.0.0.p/cpu.c.o [67/154] Compiling C object src/libdav1d.so.7.0.0.p/ctx.c.o [68/154] Compiling C object src/libdav1d.so.7.0.0.p/data.c.o [69/154] Generating 'src/libdav1d.so.7.0.0.p/itx16_avx512.obj' [70/154] Compiling C object src/libdav1d.so.7.0.0.p/dequant_tables.c.o [71/154] Generating 'src/libdav1d.so.7.0.0.p/mc_sse.obj' [72/154] Compiling C object src/libdav1d.so.7.0.0.p/cdf.c.o In file included from ../../dav1d-1.5.0/src/internal.h:45, from ../../dav1d-1.5.0/src/cdf.c:34: ../../dav1d-1.5.0/src/env.h: In function 'av1_get_fwd_ref_ctx': ../../dav1d-1.5.0/src/env.h:312:46: warning: array subscript has type 'char' [-Wchar-subscripts] 312 | if (a->ref[0][xb4] < 4) cnt[a->ref[0][xb4]]++; | ~~~~~~~~~^~~~~ ../../dav1d-1.5.0/src/env.h:313:67: warning: array subscript has type 'char' [-Wchar-subscripts] 313 | if (a->comp_type[xb4] && a->ref[1][xb4] < 4) cnt[a->ref[1][xb4]]++; | ~~~~~~~~~^~~~~ ../../dav1d-1.5.0/src/env.h:317:46: warning: array subscript has type 'char' [-Wchar-subscripts] 317 | if (l->ref[0][yb4] < 4) cnt[l->ref[0][yb4]]++; | ~~~~~~~~~^~~~~ ../../dav1d-1.5.0/src/env.h:318:67: warning: array subscript has type 'char' [-Wchar-subscripts] 318 | if (l->comp_type[yb4] && l->ref[1][yb4] < 4) cnt[l->ref[1][yb4]]++; | ~~~~~~~~~^~~~~ ../../dav1d-1.5.0/src/env.h: In function 'av1_get_fwd_ref_1_ctx': ../../dav1d-1.5.0/src/env.h:335:46: warning: array subscript has type 'char' [-Wchar-subscripts] 335 | if (a->ref[0][xb4] < 2) cnt[a->ref[0][xb4]]++; | ~~~~~~~~~^~~~~ ../../dav1d-1.5.0/src/env.h:336:67: warning: array subscript has type 'char' [-Wchar-subscripts] 336 | if (a->comp_type[xb4] && a->ref[1][xb4] < 2) cnt[a->ref[1][xb4]]++; | ~~~~~~~~~^~~~~ ../../dav1d-1.5.0/src/env.h:340:46: warning: array subscript has type 'char' [-Wchar-subscripts] 340 | if (l->ref[0][yb4] < 2) cnt[l->ref[0][yb4]]++; | ~~~~~~~~~^~~~~ ../../dav1d-1.5.0/src/env.h:341:67: warning: array subscript has type 'char' [-Wchar-subscripts] 341 | if (l->comp_type[yb4] && l->ref[1][yb4] < 2) cnt[l->ref[1][yb4]]++; | ~~~~~~~~~^~~~~ [73/154] Compiling C object src/libdav1d.so.7.0.0.p/getbits.c.o [74/154] Compiling C object src/libdav1d.so.7.0.0.p/intra_edge.c.o [75/154] Generating 'src/libdav1d.so.7.0.0.p/looprestoration16_sse.obj' [76/154] Compiling C object src/libdav1d.so.7.0.0.p/log.c.o In file included from ../../dav1d-1.5.0/src/internal.h:45, from ../../dav1d-1.5.0/src/log.c:36: ../../dav1d-1.5.0/src/env.h: In function 'av1_get_fwd_ref_ctx': ../../dav1d-1.5.0/src/env.h:312:46: warning: array subscript has type 'char' [-Wchar-subscripts] 312 | if (a->ref[0][xb4] < 4) cnt[a->ref[0][xb4]]++; | ~~~~~~~~~^~~~~ ../../dav1d-1.5.0/src/env.h:313:67: warning: array subscript has type 'char' [-Wchar-subscripts] 313 | if (a->comp_type[xb4] && a->ref[1][xb4] < 4) cnt[a->ref[1][xb4]]++; | ~~~~~~~~~^~~~~ ../../dav1d-1.5.0/src/env.h:317:46: warning: array subscript has type 'char' [-Wchar-subscripts] 317 | if (l->ref[0][yb4] < 4) cnt[l->ref[0][yb4]]++; | ~~~~~~~~~^~~~~ ../../dav1d-1.5.0/src/env.h:318:67: warning: array subscript has type 'char' [-Wchar-subscripts] 318 | if (l->comp_type[yb4] && l->ref[1][yb4] < 4) cnt[l->ref[1][yb4]]++; | ~~~~~~~~~^~~~~ ../../dav1d-1.5.0/src/env.h: In function 'av1_get_fwd_ref_1_ctx': ../../dav1d-1.5.0/src/env.h:335:46: warning: array subscript has type 'char' [-Wchar-subscripts] 335 | if (a->ref[0][xb4] < 2) cnt[a->ref[0][xb4]]++; | ~~~~~~~~~^~~~~ ../../dav1d-1.5.0/src/env.h:336:67: warning: array subscript has type 'char' [-Wchar-subscripts] 336 | if (a->comp_type[xb4] && a->ref[1][xb4] < 2) cnt[a->ref[1][xb4]]++; | ~~~~~~~~~^~~~~ ../../dav1d-1.5.0/src/env.h:340:46: warning: array subscript has type 'char' [-Wchar-subscripts] 340 | if (l->ref[0][yb4] < 2) cnt[l->ref[0][yb4]]++; | ~~~~~~~~~^~~~~ ../../dav1d-1.5.0/src/env.h:341:67: warning: array subscript has type 'char' [-Wchar-subscripts] 341 | if (l->comp_type[yb4] && l->ref[1][yb4] < 2) cnt[l->ref[1][yb4]]++; | ~~~~~~~~~^~~~~ [77/154] Compiling C object src/libdav1d.so.7.0.0.p/mem.c.o In file included from ../../dav1d-1.5.0/src/internal.h:45, from ../../dav1d-1.5.0/src/mem.c:32: ../../dav1d-1.5.0/src/env.h: In function 'av1_get_fwd_ref_ctx': ../../dav1d-1.5.0/src/env.h:312:46: warning: array subscript has type 'char' [-Wchar-subscripts] 312 | if (a->ref[0][xb4] < 4) cnt[a->ref[0][xb4]]++; | ~~~~~~~~~^~~~~ ../../dav1d-1.5.0/src/env.h:313:67: warning: array subscript has type 'char' [-Wchar-subscripts] 313 | if (a->comp_type[xb4] && a->ref[1][xb4] < 4) cnt[a->ref[1][xb4]]++; | ~~~~~~~~~^~~~~ ../../dav1d-1.5.0/src/env.h:317:46: warning: array subscript has type 'char' [-Wchar-subscripts] 317 | if (l->ref[0][yb4] < 4) cnt[l->ref[0][yb4]]++; | ~~~~~~~~~^~~~~ ../../dav1d-1.5.0/src/env.h:318:67: warning: array subscript has type 'char' [-Wchar-subscripts] 318 | if (l->comp_type[yb4] && l->ref[1][yb4] < 4) cnt[l->ref[1][yb4]]++; | ~~~~~~~~~^~~~~ ../../dav1d-1.5.0/src/env.h: In function 'av1_get_fwd_ref_1_ctx': ../../dav1d-1.5.0/src/env.h:335:46: warning: array subscript has type 'char' [-Wchar-subscripts] 335 | if (a->ref[0][xb4] < 2) cnt[a->ref[0][xb4]]++; | ~~~~~~~~~^~~~~ ../../dav1d-1.5.0/src/env.h:336:67: warning: array subscript has type 'char' [-Wchar-subscripts] 336 | if (a->comp_type[xb4] && a->ref[1][xb4] < 2) cnt[a->ref[1][xb4]]++; | ~~~~~~~~~^~~~~ ../../dav1d-1.5.0/src/env.h:340:46: warning: array subscript has type 'char' [-Wchar-subscripts] 340 | if (l->ref[0][yb4] < 2) cnt[l->ref[0][yb4]]++; | ~~~~~~~~~^~~~~ ../../dav1d-1.5.0/src/env.h:341:67: warning: array subscript has type 'char' [-Wchar-subscripts] 341 | if (l->comp_type[yb4] && l->ref[1][yb4] < 2) cnt[l->ref[1][yb4]]++; | ~~~~~~~~~^~~~~ [78/154] Compiling C object src/libdav1d.so.7.0.0.p/lib.c.o In file included from ../../dav1d-1.5.0/src/internal.h:45, from ../../dav1d-1.5.0/src/lib.c:45: ../../dav1d-1.5.0/src/env.h: In function 'av1_get_fwd_ref_ctx': ../../dav1d-1.5.0/src/env.h:312:46: warning: array subscript has type 'char' [-Wchar-subscripts] 312 | if (a->ref[0][xb4] < 4) cnt[a->ref[0][xb4]]++; | ~~~~~~~~~^~~~~ ../../dav1d-1.5.0/src/env.h:313:67: warning: array subscript has type 'char' [-Wchar-subscripts] 313 | if (a->comp_type[xb4] && a->ref[1][xb4] < 4) cnt[a->ref[1][xb4]]++; | ~~~~~~~~~^~~~~ ../../dav1d-1.5.0/src/env.h:317:46: warning: array subscript has type 'char' [-Wchar-subscripts] 317 | if (l->ref[0][yb4] < 4) cnt[l->ref[0][yb4]]++; | ~~~~~~~~~^~~~~ ../../dav1d-1.5.0/src/env.h:318:67: warning: array subscript has type 'char' [-Wchar-subscripts] 318 | if (l->comp_type[yb4] && l->ref[1][yb4] < 4) cnt[l->ref[1][yb4]]++; | ~~~~~~~~~^~~~~ ../../dav1d-1.5.0/src/env.h: In function 'av1_get_fwd_ref_1_ctx': ../../dav1d-1.5.0/src/env.h:335:46: warning: array subscript has type 'char' [-Wchar-subscripts] 335 | if (a->ref[0][xb4] < 2) cnt[a->ref[0][xb4]]++; | ~~~~~~~~~^~~~~ ../../dav1d-1.5.0/src/env.h:336:67: warning: array subscript has type 'char' [-Wchar-subscripts] 336 | if (a->comp_type[xb4] && a->ref[1][xb4] < 2) cnt[a->ref[1][xb4]]++; | ~~~~~~~~~^~~~~ ../../dav1d-1.5.0/src/env.h:340:46: warning: array subscript has type 'char' [-Wchar-subscripts] 340 | if (l->ref[0][yb4] < 2) cnt[l->ref[0][yb4]]++; | ~~~~~~~~~^~~~~ ../../dav1d-1.5.0/src/env.h:341:67: warning: array subscript has type 'char' [-Wchar-subscripts] 341 | if (l->comp_type[yb4] && l->ref[1][yb4] < 2) cnt[l->ref[1][yb4]]++; | ~~~~~~~~~^~~~~ [79/154] Compiling C object src/libdav1d.so.7.0.0.p/msac.c.o [80/154] Generating 'src/libdav1d.so.7.0.0.p/filmgrain16_sse.obj' [81/154] Compiling C object src/libdav1d.so.7.0.0.p/lf_mask.c.o [82/154] Compiling C object src/libdav1d.so.7.0.0.p/pal.c.o [83/154] Compiling C object src/libdav1d.so.7.0.0.p/ref.c.o [84/154] Compiling C object src/libdav1d.so.7.0.0.p/picture.c.o In file included from ../../dav1d-1.5.0/src/internal.h:45, from ../../dav1d-1.5.0/src/picture.c:39: ../../dav1d-1.5.0/src/env.h: In function 'av1_get_fwd_ref_ctx': ../../dav1d-1.5.0/src/env.h:312:46: warning: array subscript has type 'char' [-Wchar-subscripts] 312 | if (a->ref[0][xb4] < 4) cnt[a->ref[0][xb4]]++; | ~~~~~~~~~^~~~~ ../../dav1d-1.5.0/src/env.h:313:67: warning: array subscript has type 'char' [-Wchar-subscripts] 313 | if (a->comp_type[xb4] && a->ref[1][xb4] < 4) cnt[a->ref[1][xb4]]++; | ~~~~~~~~~^~~~~ ../../dav1d-1.5.0/src/env.h:317:46: warning: array subscript has type 'char' [-Wchar-subscripts] 317 | if (l->ref[0][yb4] < 4) cnt[l->ref[0][yb4]]++; | ~~~~~~~~~^~~~~ ../../dav1d-1.5.0/src/env.h:318:67: warning: array subscript has type 'char' [-Wchar-subscripts] 318 | if (l->comp_type[yb4] && l->ref[1][yb4] < 4) cnt[l->ref[1][yb4]]++; | ~~~~~~~~~^~~~~ ../../dav1d-1.5.0/src/env.h: In function 'av1_get_fwd_ref_1_ctx': ../../dav1d-1.5.0/src/env.h:335:46: warning: array subscript has type 'char' [-Wchar-subscripts] 335 | if (a->ref[0][xb4] < 2) cnt[a->ref[0][xb4]]++; | ~~~~~~~~~^~~~~ ../../dav1d-1.5.0/src/env.h:336:67: warning: array subscript has type 'char' [-Wchar-subscripts] 336 | if (a->comp_type[xb4] && a->ref[1][xb4] < 2) cnt[a->ref[1][xb4]]++; | ~~~~~~~~~^~~~~ ../../dav1d-1.5.0/src/env.h:340:46: warning: array subscript has type 'char' [-Wchar-subscripts] 340 | if (l->ref[0][yb4] < 2) cnt[l->ref[0][yb4]]++; | ~~~~~~~~~^~~~~ ../../dav1d-1.5.0/src/env.h:341:67: warning: array subscript has type 'char' [-Wchar-subscripts] 341 | if (l->comp_type[yb4] && l->ref[1][yb4] < 2) cnt[l->ref[1][yb4]]++; | ~~~~~~~~~^~~~~ [85/154] Compiling C object src/libdav1d.so.7.0.0.p/qm.c.o [86/154] Compiling C object src/libdav1d.so.7.0.0.p/scan.c.o [87/154] Compiling C object src/libdav1d.so.7.0.0.p/tables.c.o [88/154] Compiling C object src/libdav1d.so.7.0.0.p/warpmv.c.o [89/154] Compiling C object src/libdav1d.so.7.0.0.p/itx_1d.c.o [90/154] Compiling C object src/libdav1d.so.7.0.0.p/x86_cpu.c.o [91/154] Compiling C object src/libdav1d.so.7.0.0.p/wedge.c.o [92/154] Compiling C object tools/libdav1d_input.a.p/input_input.c.o [93/154] Compiling C object tools/libdav1d_input.a.p/input_ivf.c.o [94/154] Compiling C object tools/libdav1d_input.a.p/input_annexb.c.o [95/154] Compiling C object src/libdav1d.so.7.0.0.p/refmvs.c.o In file included from ../../dav1d-1.5.0/src/refmvs.c:37: ../../dav1d-1.5.0/src/env.h: In function 'av1_get_fwd_ref_ctx': ../../dav1d-1.5.0/src/env.h:312:46: warning: array subscript has type 'char' [-Wchar-subscripts] 312 | if (a->ref[0][xb4] < 4) cnt[a->ref[0][xb4]]++; | ~~~~~~~~~^~~~~ ../../dav1d-1.5.0/src/env.h:313:67: warning: array subscript has type 'char' [-Wchar-subscripts] 313 | if (a->comp_type[xb4] && a->ref[1][xb4] < 4) cnt[a->ref[1][xb4]]++; | ~~~~~~~~~^~~~~ ../../dav1d-1.5.0/src/env.h:317:46: warning: array subscript has type 'char' [-Wchar-subscripts] 317 | if (l->ref[0][yb4] < 4) cnt[l->ref[0][yb4]]++; | ~~~~~~~~~^~~~~ ../../dav1d-1.5.0/src/env.h:318:67: warning: array subscript has type 'char' [-Wchar-subscripts] 318 | if (l->comp_type[yb4] && l->ref[1][yb4] < 4) cnt[l->ref[1][yb4]]++; | ~~~~~~~~~^~~~~ ../../dav1d-1.5.0/src/env.h: In function 'av1_get_fwd_ref_1_ctx': ../../dav1d-1.5.0/src/env.h:335:46: warning: array subscript has type 'char' [-Wchar-subscripts] 335 | if (a->ref[0][xb4] < 2) cnt[a->ref[0][xb4]]++; | ~~~~~~~~~^~~~~ ../../dav1d-1.5.0/src/env.h:336:67: warning: array subscript has type 'char' [-Wchar-subscripts] 336 | if (a->comp_type[xb4] && a->ref[1][xb4] < 2) cnt[a->ref[1][xb4]]++; | ~~~~~~~~~^~~~~ ../../dav1d-1.5.0/src/env.h:340:46: warning: array subscript has type 'char' [-Wchar-subscripts] 340 | if (l->ref[0][yb4] < 2) cnt[l->ref[0][yb4]]++; | ~~~~~~~~~^~~~~ ../../dav1d-1.5.0/src/env.h:341:67: warning: array subscript has type 'char' [-Wchar-subscripts] 341 | if (l->comp_type[yb4] && l->ref[1][yb4] < 2) cnt[l->ref[1][yb4]]++; | ~~~~~~~~~^~~~~ [96/154] Compiling C object tools/libdav1d_output.a.p/output_null.c.o [97/154] Compiling C object tools/libdav1d_input.a.p/input_section5.c.o [98/154] Compiling C object src/libdav1d.so.7.0.0.p/thread_task.c.o In file included from ../../dav1d-1.5.0/src/internal.h:45, from ../../dav1d-1.5.0/src/thread_task.h:33, from ../../dav1d-1.5.0/src/thread_task.c:32: ../../dav1d-1.5.0/src/env.h: In function 'av1_get_fwd_ref_ctx': ../../dav1d-1.5.0/src/env.h:312:46: warning: array subscript has type 'char' [-Wchar-subscripts] 312 | if (a->ref[0][xb4] < 4) cnt[a->ref[0][xb4]]++; | ~~~~~~~~~^~~~~ ../../dav1d-1.5.0/src/env.h:313:67: warning: array subscript has type 'char' [-Wchar-subscripts] 313 | if (a->comp_type[xb4] && a->ref[1][xb4] < 4) cnt[a->ref[1][xb4]]++; | ~~~~~~~~~^~~~~ ../../dav1d-1.5.0/src/env.h:317:46: warning: array subscript has type 'char' [-Wchar-subscripts] 317 | if (l->ref[0][yb4] < 4) cnt[l->ref[0][yb4]]++; | ~~~~~~~~~^~~~~ ../../dav1d-1.5.0/src/env.h:318:67: warning: array subscript has type 'char' [-Wchar-subscripts] 318 | if (l->comp_type[yb4] && l->ref[1][yb4] < 4) cnt[l->ref[1][yb4]]++; | ~~~~~~~~~^~~~~ ../../dav1d-1.5.0/src/env.h: In function 'av1_get_fwd_ref_1_ctx': ../../dav1d-1.5.0/src/env.h:335:46: warning: array subscript has type 'char' [-Wchar-subscripts] 335 | if (a->ref[0][xb4] < 2) cnt[a->ref[0][xb4]]++; | ~~~~~~~~~^~~~~ ../../dav1d-1.5.0/src/env.h:336:67: warning: array subscript has type 'char' [-Wchar-subscripts] 336 | if (a->comp_type[xb4] && a->ref[1][xb4] < 2) cnt[a->ref[1][xb4]]++; | ~~~~~~~~~^~~~~ ../../dav1d-1.5.0/src/env.h:340:46: warning: array subscript has type 'char' [-Wchar-subscripts] 340 | if (l->ref[0][yb4] < 2) cnt[l->ref[0][yb4]]++; | ~~~~~~~~~^~~~~ ../../dav1d-1.5.0/src/env.h:341:67: warning: array subscript has type 'char' [-Wchar-subscripts] 341 | if (l->comp_type[yb4] && l->ref[1][yb4] < 2) cnt[l->ref[1][yb4]]++; | ~~~~~~~~~^~~~~ [99/154] Compiling C object tools/libdav1d_output.a.p/output_md5.c.o [100/154] Compiling C object tools/libdav1d_output.a.p/output_yuv.c.o [101/154] Compiling C object tools/libdav1d_output.a.p/output_output.c.o [102/154] Linking static target tools/libdav1d_input.a [103/154] Compiling C object tools/libdav1d_output.a.p/output_y4m2.c.o [104/154] Compiling C object src/libdav1d.so.7.0.0.p/obu.c.o In file included from ../../dav1d-1.5.0/src/internal.h:45, from ../../dav1d-1.5.0/src/decode.h:31, from ../../dav1d-1.5.0/src/obu.c:40: ../../dav1d-1.5.0/src/env.h: In function 'av1_get_fwd_ref_ctx': ../../dav1d-1.5.0/src/env.h:312:46: warning: array subscript has type 'char' [-Wchar-subscripts] 312 | if (a->ref[0][xb4] < 4) cnt[a->ref[0][xb4]]++; | ~~~~~~~~~^~~~~ ../../dav1d-1.5.0/src/env.h:313:67: warning: array subscript has type 'char' [-Wchar-subscripts] 313 | if (a->comp_type[xb4] && a->ref[1][xb4] < 4) cnt[a->ref[1][xb4]]++; | ~~~~~~~~~^~~~~ ../../dav1d-1.5.0/src/env.h:317:46: warning: array subscript has type 'char' [-Wchar-subscripts] 317 | if (l->ref[0][yb4] < 4) cnt[l->ref[0][yb4]]++; | ~~~~~~~~~^~~~~ ../../dav1d-1.5.0/src/env.h:318:67: warning: array subscript has type 'char' [-Wchar-subscripts] 318 | if (l->comp_type[yb4] && l->ref[1][yb4] < 4) cnt[l->ref[1][yb4]]++; | ~~~~~~~~~^~~~~ ../../dav1d-1.5.0/src/env.h: In function 'av1_get_fwd_ref_1_ctx': ../../dav1d-1.5.0/src/env.h:335:46: warning: array subscript has type 'char' [-Wchar-subscripts] 335 | if (a->ref[0][xb4] < 2) cnt[a->ref[0][xb4]]++; | ~~~~~~~~~^~~~~ ../../dav1d-1.5.0/src/env.h:336:67: warning: array subscript has type 'char' [-Wchar-subscripts] 336 | if (a->comp_type[xb4] && a->ref[1][xb4] < 2) cnt[a->ref[1][xb4]]++; | ~~~~~~~~~^~~~~ ../../dav1d-1.5.0/src/env.h:340:46: warning: array subscript has type 'char' [-Wchar-subscripts] 340 | if (l->ref[0][yb4] < 2) cnt[l->ref[0][yb4]]++; | ~~~~~~~~~^~~~~ ../../dav1d-1.5.0/src/env.h:341:67: warning: array subscript has type 'char' [-Wchar-subscripts] 341 | if (l->comp_type[yb4] && l->ref[1][yb4] < 2) cnt[l->ref[1][yb4]]++; | ~~~~~~~~~^~~~~ ../../dav1d-1.5.0/src/obu.c: In function 'read_frame_size': ../../dav1d-1.5.0/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.0/src/obu.c: In function 'parse_frame_hdr': ../../dav1d-1.5.0/src/obu.c:535:35: warning: array subscript has type 'char' [-Wchar-subscripts] 535 | used_frame[hdr->refidx[0]] = 1; | ~~~~~~~~~~~^~~ ../../dav1d-1.5.0/src/obu.c:536:35: warning: array subscript has type 'char' [-Wchar-subscripts] 536 | used_frame[hdr->refidx[3]] = 1; | ~~~~~~~~~~~^~~ ../../dav1d-1.5.0/src/obu.c:549:39: warning: array subscript has type 'char' [-Wchar-subscripts] 549 | used_frame[hdr->refidx[6]] = 1; | ~~~~~~~~~~~^~~ ../../dav1d-1.5.0/src/obu.c:562:39: warning: array subscript has type 'char' [-Wchar-subscripts] 562 | used_frame[hdr->refidx[4]] = 1; | ~~~~~~~~~~~^~~ ../../dav1d-1.5.0/src/obu.c:575:39: warning: array subscript has type 'char' [-Wchar-subscripts] 575 | used_frame[hdr->refidx[5]] = 1; | ~~~~~~~~~~~^~~ ../../dav1d-1.5.0/src/obu.c:590:47: warning: array subscript has type 'char' [-Wchar-subscripts] 590 | used_frame[hdr->refidx[i]] = 1; | ~~~~~~~~~~~^~~ ../../dav1d-1.5.0/src/obu.c:614:76: warning: array subscript has type 'char' [-Wchar-subscripts] 614 | Dav1dFrameHeader *const ref_frame_hdr = c->refs[hdr->refidx[i]].p.p.frame_hdr; | ~~~~~~~~~~~^~~ ../../dav1d-1.5.0/src/obu.c:987:37: warning: array subscript has type 'char' [-Wchar-subscripts] 987 | if (!c->refs[hdr->refidx[i]].p.p.frame_hdr) goto error; | ~~~~~~~~~~~^~~ ../../dav1d-1.5.0/src/obu.c:988:56: warning: array subscript has type 'char' [-Wchar-subscripts] 988 | const unsigned refpoc = c->refs[hdr->refidx[i]].p.p.frame_hdr->frame_offset; | ~~~~~~~~~~~^~~ ../../dav1d-1.5.0/src/obu.c:1015:41: warning: array subscript has type 'char' [-Wchar-subscripts] 1015 | if (!c->refs[hdr->refidx[i]].p.p.frame_hdr) goto error; | ~~~~~~~~~~~^~~ ../../dav1d-1.5.0/src/obu.c:1016:60: warning: array subscript has type 'char' [-Wchar-subscripts] 1016 | const unsigned refpoc = c->refs[hdr->refidx[i]].p.p.frame_hdr->frame_offset; | ~~~~~~~~~~~^~~ [105/154] Compiling C object tools/dav1d.p/dav1d.c.o [106/154] Compiling C object tools/dav1d.p/dav1d_cli_parse.c.o [107/154] Generating 'src/libdav1d.so.7.0.0.p/itx16_sse.obj' [108/154] Compiling C object tests/libcheckasm_bitdepth_8.a.p/checkasm_cdef.c.o [109/154] Compiling C object tests/libcheckasm_bitdepth_8.a.p/checkasm_filmgrain.c.o [110/154] Compiling C object tests/libcheckasm_bitdepth_8.a.p/checkasm_ipred.c.o [111/154] Compiling C object tests/libcheckasm_bitdepth_8.a.p/checkasm_loopfilter.c.o [112/154] Compiling C object tests/libcheckasm_bitdepth_8.a.p/checkasm_looprestoration.c.o [113/154] Compiling C object tests/libcheckasm_bitdepth_16.a.p/checkasm_cdef.c.o [114/154] Compiling C object tests/libcheckasm_bitdepth_8.a.p/checkasm_itx.c.o [115/154] Compiling C object tools/libdav1d_output.a.p/output_xxhash.c.o [116/154] Linking static target tools/libdav1d_output.a [117/154] Compiling C object tests/libcheckasm_bitdepth_16.a.p/checkasm_ipred.c.o [118/154] Generating 'src/libdav1d.so.7.0.0.p/mc16_avx2.obj' [119/154] Compiling C object tests/libcheckasm_bitdepth_16.a.p/checkasm_loopfilter.c.o [120/154] Compiling C object tests/libcheckasm_bitdepth_16.a.p/checkasm_looprestoration.c.o [121/154] Generating 'tests/checkasm.p/checkasm.obj' [122/154] Compiling C object tests/libcheckasm_bitdepth_16.a.p/checkasm_filmgrain.c.o [123/154] Compiling C object tests/checkasm.p/checkasm_pal.c.o [124/154] Compiling C object tests/libcheckasm_bitdepth_16.a.p/checkasm_itx.c.o [125/154] Compiling C object tests/common.h_test.p/header_test.c.o [126/154] Compiling C object tests/data.h_test.p/header_test.c.o [127/154] Compiling C object tests/dav1d.h_test.p/header_test.c.o [128/154] Compiling C object tests/headers.h_test.p/header_test.c.o [129/154] Compiling C object tests/picture.h_test.p/header_test.c.o [130/154] Compiling C object tests/version.h_test.p/header_test.c.o [131/154] Compiling C object tests/checkasm.p/checkasm_refmvs.c.o ../../dav1d-1.5.0/tests/checkasm/refmvs.c: In function 'gen_tmv': ../../dav1d-1.5.0/tests/checkasm/refmvs.c:75:46: warning: array subscript has type 'char' [-Wchar-subscripts] 75 | rb->mv.x = iclip(val * ref2ref[rb->ref], -(1 << 15), (1 << 15) - 1); | ~~^~~~~ ../../dav1d-1.5.0/tests/checkasm/refmvs.c:86:46: warning: array subscript has type 'char' [-Wchar-subscripts] 86 | rb->mv.y = iclip(val * ref2ref[rb->ref], -(1 << 15), (1 << 15) - 1); | ~~^~~~~ [132/154] Compiling C object tests/libfuzzer/dav1d_fuzzer.p/main.c.o [133/154] Compiling C object tests/libfuzzer/dav1d_fuzzer.p/dav1d_fuzzer.c.o [134/154] Linking target tests/common.h_test [135/154] Linking target tests/data.h_test [136/154] Linking target tests/dav1d.h_test [137/154] Compiling C object tests/libfuzzer/dav1d_fuzzer_mt.p/main.c.o [138/154] Compiling C object tests/libfuzzer/dav1d_fuzzer_mt.p/dav1d_fuzzer.c.o [139/154] Linking target tests/headers.h_test [140/154] Linking target tests/picture.h_test [141/154] Linking target tests/version.h_test [142/154] Compiling C object tests/checkasm.p/checkasm_msac.c.o [143/154] Compiling C object tests/libcheckasm_bitdepth_8.a.p/checkasm_mc.c.o [144/154] Compiling C object src/libdav1d.so.7.0.0.p/decode.c.o In file included from ../../dav1d-1.5.0/src/internal.h:45, from ../../dav1d-1.5.0/src/decode.h:31, from ../../dav1d-1.5.0/src/decode.c:42: ../../dav1d-1.5.0/src/env.h: In function 'av1_get_fwd_ref_ctx': ../../dav1d-1.5.0/src/env.h:312:46: warning: array subscript has type 'char' [-Wchar-subscripts] 312 | if (a->ref[0][xb4] < 4) cnt[a->ref[0][xb4]]++; | ~~~~~~~~~^~~~~ ../../dav1d-1.5.0/src/env.h:313:67: warning: array subscript has type 'char' [-Wchar-subscripts] 313 | if (a->comp_type[xb4] && a->ref[1][xb4] < 4) cnt[a->ref[1][xb4]]++; | ~~~~~~~~~^~~~~ ../../dav1d-1.5.0/src/env.h:317:46: warning: array subscript has type 'char' [-Wchar-subscripts] 317 | if (l->ref[0][yb4] < 4) cnt[l->ref[0][yb4]]++; | ~~~~~~~~~^~~~~ ../../dav1d-1.5.0/src/env.h:318:67: warning: array subscript has type 'char' [-Wchar-subscripts] 318 | if (l->comp_type[yb4] && l->ref[1][yb4] < 4) cnt[l->ref[1][yb4]]++; | ~~~~~~~~~^~~~~ ../../dav1d-1.5.0/src/env.h: In function 'av1_get_fwd_ref_1_ctx': ../../dav1d-1.5.0/src/env.h:335:46: warning: array subscript has type 'char' [-Wchar-subscripts] 335 | if (a->ref[0][xb4] < 2) cnt[a->ref[0][xb4]]++; | ~~~~~~~~~^~~~~ ../../dav1d-1.5.0/src/env.h:336:67: warning: array subscript has type 'char' [-Wchar-subscripts] 336 | if (a->comp_type[xb4] && a->ref[1][xb4] < 2) cnt[a->ref[1][xb4]]++; | ~~~~~~~~~^~~~~ ../../dav1d-1.5.0/src/env.h:340:46: warning: array subscript has type 'char' [-Wchar-subscripts] 340 | if (l->ref[0][yb4] < 2) cnt[l->ref[0][yb4]]++; | ~~~~~~~~~^~~~~ ../../dav1d-1.5.0/src/env.h:341:67: warning: array subscript has type 'char' [-Wchar-subscripts] 341 | if (l->comp_type[yb4] && l->ref[1][yb4] < 2) cnt[l->ref[1][yb4]]++; | ~~~~~~~~~^~~~~ ../../dav1d-1.5.0/src/decode.c: In function 'decode_b': ../../dav1d-1.5.0/src/decode.c:1544:45: warning: array subscript has type 'char' [-Wchar-subscripts] 1544 | f->frame_hdr->gmv[b->ref[idx]].type == DAV1D_WM_TYPE_TRANSLATION; \ | ~~~~~~^~~~~ ../../dav1d-1.5.0/src/decode.c:1556:13: note: in expansion of macro 'assign_comp_mv' 1556 | assign_comp_mv(0); | ^~~~~~~~~~~~~~ ../../dav1d-1.5.0/src/decode.c:1545:66: warning: array subscript has type 'char' [-Wchar-subscripts] 1545 | b->mv[idx] = get_gmv_2d(&f->frame_hdr->gmv[b->ref[idx]], \ | ~~~~~~^~~~~ ../../dav1d-1.5.0/src/decode.c:1556:13: note: in expansion of macro 'assign_comp_mv' 1556 | assign_comp_mv(0); | ^~~~~~~~~~~~~~ ../../dav1d-1.5.0/src/decode.c:1544:45: warning: array subscript has type 'char' [-Wchar-subscripts] 1544 | f->frame_hdr->gmv[b->ref[idx]].type == DAV1D_WM_TYPE_TRANSLATION; \ | ~~~~~~^~~~~ ../../dav1d-1.5.0/src/decode.c:1557:13: note: in expansion of macro 'assign_comp_mv' 1557 | assign_comp_mv(1); | ^~~~~~~~~~~~~~ ../../dav1d-1.5.0/src/decode.c:1545:66: warning: array subscript has type 'char' [-Wchar-subscripts] 1545 | b->mv[idx] = get_gmv_2d(&f->frame_hdr->gmv[b->ref[idx]], \ | ~~~~~~^~~~~ ../../dav1d-1.5.0/src/decode.c:1557:13: note: in expansion of macro 'assign_comp_mv' 1557 | assign_comp_mv(1); | ^~~~~~~~~~~~~~ ../../dav1d-1.5.0/src/decode.c:1581:56: warning: array subscript has type 'char' [-Wchar-subscripts] 1581 | f->refp[b->ref[0]].p.frame_hdr->frame_offset, | ~~~~~~^~~ ../../dav1d-1.5.0/src/decode.c:1582:56: warning: array subscript has type 'char' [-Wchar-subscripts] 1582 | f->refp[b->ref[1]].p.frame_hdr->frame_offset, | ~~~~~~^~~ ../../dav1d-1.5.0/src/decode.c:1678:68: warning: array subscript has type 'char' [-Wchar-subscripts] 1678 | b->mv[0] = get_gmv_2d(&f->frame_hdr->gmv[b->ref[0]], | ~~~~~~^~~ ../../dav1d-1.5.0/src/decode.c:1681:49: warning: array subscript has type 'char' [-Wchar-subscripts] 1681 | f->frame_hdr->gmv[b->ref[0]].type == DAV1D_WM_TYPE_TRANSLATION; | ~~~~~~^~~ ../../dav1d-1.5.0/src/decode.c:1779:43: warning: array subscript has type 'char' [-Wchar-subscripts] 1779 | f->frame_hdr->gmv[b->ref[0]].type > DAV1D_WM_TYPE_TRANSLATION) && | ~~~~~~^~~ ../../dav1d-1.5.0/src/decode.c:1789:54: warning: array subscript has type 'char' [-Wchar-subscripts] 1789 | const int allow_warp = !f->svc[b->ref[0]][0].scale && | ~~~~~~^~~ ../../dav1d-1.5.0/src/decode.c:1967:74: warning: array subscript has type 'char' [-Wchar-subscripts] 1967 | ((b->inter_mode == GLOBALMV && f->gmv_warp_allowed[b->ref[0]]) || | ~~~~~~^~~ ../../dav1d-1.5.0/src/decode.c:1970:59: warning: array subscript has type 'char' [-Wchar-subscripts] 1970 | affine_lowest_px_luma(t, &lowest_px[b->ref[0]][0], b_dim, | ~~~~~~^~~ ../../dav1d-1.5.0/src/decode.c:1972:64: warning: array subscript has type 'char' [-Wchar-subscripts] 1972 | &f->frame_hdr->gmv[b->ref[0]]); | ~~~~~~^~~ ../../dav1d-1.5.0/src/decode.c:1974:47: warning: array subscript has type 'char' [-Wchar-subscripts] 1974 | mc_lowest_px(&lowest_px[b->ref[0]][0], t->by, bh4, b->mv[0].y, | ~~~~~~^~~ ../../dav1d-1.5.0/src/decode.c:1975:47: warning: array subscript has type 'char' [-Wchar-subscripts] 1975 | 0, &f->svc[b->ref[0]][1]); | ~~~~~~^~~ ../../dav1d-1.5.0/src/decode.c:2016:51: warning: array subscript has type 'char' [-Wchar-subscripts] 2016 | mc_lowest_px(&lowest_px[b->ref[0]][1], t->by, bh4, | ~~~~~~^~~ ../../dav1d-1.5.0/src/decode.c:2017:68: warning: array subscript has type 'char' [-Wchar-subscripts] 2017 | b->mv[0].y, ss_ver, &f->svc[b->ref[0]][1]); | ~~~~~~^~~ ../../dav1d-1.5.0/src/decode.c:2020:82: warning: array subscript has type 'char' [-Wchar-subscripts] 2020 | ((b->inter_mode == GLOBALMV && f->gmv_warp_allowed[b->ref[0]]) || | ~~~~~~^~~ ../../dav1d-1.5.0/src/decode.c:2023:69: warning: array subscript has type 'char' [-Wchar-subscripts] 2023 | affine_lowest_px_chroma(t, &lowest_px[b->ref[0]][1], b_dim, | ~~~~~~^~~ ../../dav1d-1.5.0/src/decode.c:2025:74: warning: array subscript has type 'char' [-Wchar-subscripts] 2025 | &f->frame_hdr->gmv[b->ref[0]]); | ~~~~~~^~~ ../../dav1d-1.5.0/src/decode.c:2027:55: warning: array subscript has type 'char' [-Wchar-subscripts] 2027 | mc_lowest_px(&lowest_px[b->ref[0]][1], | ~~~~~~^~~ ../../dav1d-1.5.0/src/decode.c:2029:72: warning: array subscript has type 'char' [-Wchar-subscripts] 2029 | b->mv[0].y, ss_ver, &f->svc[b->ref[0]][1]); | ~~~~~~^~~ ../../dav1d-1.5.0/src/decode.c:2039:85: warning: array subscript has type 'char' [-Wchar-subscripts] 2039 | if (b->inter_mode == GLOBALMV_GLOBALMV && f->gmv_warp_allowed[b->ref[i]]) { | ~~~~~~^~~ ../../dav1d-1.5.0/src/decode.c:2040:63: warning: array subscript has type 'char' [-Wchar-subscripts] 2040 | affine_lowest_px_luma(t, &lowest_px[b->ref[i]][0], b_dim, | ~~~~~~^~~ ../../dav1d-1.5.0/src/decode.c:2041:68: warning: array subscript has type 'char' [-Wchar-subscripts] 2041 | &f->frame_hdr->gmv[b->ref[i]]); | ~~~~~~^~~ ../../dav1d-1.5.0/src/decode.c:2043:51: warning: array subscript has type 'char' [-Wchar-subscripts] 2043 | mc_lowest_px(&lowest_px[b->ref[i]][0], t->by, bh4, | ~~~~~~^~~ ../../dav1d-1.5.0/src/decode.c:2044:63: warning: array subscript has type 'char' [-Wchar-subscripts] 2044 | b->mv[i].y, 0, &f->svc[b->ref[i]][1]); | ~~~~~~^~~ ../../dav1d-1.5.0/src/decode.c:2051:71: warning: array subscript has type 'char' [-Wchar-subscripts] 2051 | imin(cbw4, cbh4) > 1 && f->gmv_warp_allowed[b->ref[i]]) | ~~~~~~^~~ ../../dav1d-1.5.0/src/decode.c:2053:65: warning: array subscript has type 'char' [-Wchar-subscripts] 2053 | affine_lowest_px_chroma(t, &lowest_px[b->ref[i]][1], b_dim, | ~~~~~~^~~ ../../dav1d-1.5.0/src/decode.c:2054:70: warning: array subscript has type 'char' [-Wchar-subscripts] 2054 | &f->frame_hdr->gmv[b->ref[i]]); | ~~~~~~^~~ ../../dav1d-1.5.0/src/decode.c:2056:51: warning: array subscript has type 'char' [-Wchar-subscripts] 2056 | mc_lowest_px(&lowest_px[b->ref[i]][1], t->by, bh4, | ~~~~~~^~~ ../../dav1d-1.5.0/src/decode.c:2057:68: warning: array subscript has type 'char' [-Wchar-subscripts] 2057 | b->mv[i].y, ss_ver, &f->svc[b->ref[i]][1]); | ~~~~~~^~~ ../../dav1d-1.5.0/src/decode.c: In function 'dav1d_submit_frame': ../../dav1d-1.5.0/src/decode.c:3627:66: warning: array subscript has type 'char' [-Wchar-subscripts] 3627 | f->prev_segmap_ref = c->refs[f->frame_hdr->refidx[pri_ref]].segmap; | ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ [145/154] Compiling C object tests/checkasm.p/checkasm_checkasm.c.o [146/154] Compiling C object tests/libcheckasm_bitdepth_16.a.p/checkasm_mc.c.o [147/154] Generating 'src/libdav1d.so.7.0.0.p/mc16_sse.obj' [148/154] Generating 'src/libdav1d.so.7.0.0.p/itx16_avx2.obj' [149/154] Linking target tests/checkasm [150/154] Linking target src/libdav1d.so.7.0.0 [151/154] Generating symbol file src/libdav1d.so.7.0.0.p/libdav1d.so.7.0.0.symbols [152/154] Linking target tools/dav1d [153/154] Linking target tests/libfuzzer/dav1d_fuzzer [154/154] Linking target tests/libfuzzer/dav1d_fuzzer_mt ninja: Entering directory `/data/jenkins/workspace/oi-encumbered/components/encumbered/dav1d/build/amd64' [1/10] 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.0/.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.0/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.0/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.0/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.0/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.0/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.0/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.0,5.11-2024.0.0.0:20241116T124824Z PUBLISHED