>>> libudfread: Building community/libudfread 1.2.0-r0 (using abuild 3.15.0-r5) started Thu, 02 Oct 2025 13:30:25 +0000 >>> libudfread: Validating /home/buildozer/aports/community/libudfread/APKBUILD... >>> WARNING: libudfread: No maintainer >>> libudfread: Analyzing dependencies... >>> libudfread: Installing for build: build-base meson ( 1/16) Installing samurai (1.2-r7) ( 2/16) Installing libbz2 (1.0.8-r6) ( 3/16) Installing libffi (3.5.2-r0) ( 4/16) Installing gdbm (1.26-r0) ( 5/16) Installing xz-libs (5.8.1-r0) ( 6/16) Installing mpdecimal (4.0.1-r0) ( 7/16) Installing libpanelw (6.5_p20250816-r0) ( 8/16) Installing sqlite-libs (3.50.4-r1) ( 9/16) Installing python3 (3.12.11-r0) (10/16) Installing python3-pycache-pyc0 (3.12.11-r0) (11/16) Installing pyc (3.12.11-r0) (12/16) Installing meson-pyc (1.9.0-r0) (13/16) Installing python3-pyc (3.12.11-r0) (14/16) Installing meson (1.9.0-r0) (15/16) Installing .makedepends-libudfread (20251002.133026) (16/16) Installing abuild-meson (1.9.0-r0) busybox-1.37.0-r23.trigger: Executing script... usr_merge_nag.sh: * WARNING: The current system is not /usr-merged. You are encouraged to usr_merge_nag.sh: * migrate manually to ensure the best-possible support. See usr_merge_nag.sh: * https://alpinelinux.org/posts/2025-10-01-usr-merge.html for more details OK: 469 MiB in 121 packages >>> libudfread: Cleaning up srcdir >>> libudfread: Cleaning up pkgdir >>> libudfread: Cleaning up tmpdir >>> libudfread: Fetching https://distfiles.alpinelinux.org/distfiles/edge/libudfread-1.2.0.tar.gz Connecting to distfiles.alpinelinux.org (172.105.82.32:443) wget: server returned error: HTTP/1.1 404 Not Found >>> libudfread: Fetching https://code.videolan.org/videolan/libudfread/-/archive/1.2.0/libudfread-1.2.0.tar.gz Connecting to code.videolan.org (213.36.253.9:443) saving to '/var/cache/distfiles/edge/libudfread-1.2.0.tar.gz.part' libudfread-1.2.0.tar 100% |********************************| 32761 0:00:00 ETA '/var/cache/distfiles/edge/libudfread-1.2.0.tar.gz.part' saved >>> libudfread: Fetching https://distfiles.alpinelinux.org/distfiles/edge/libudfread-1.2.0.tar.gz >>> libudfread: Checking sha512sums... libudfread-1.2.0.tar.gz: OK >>> libudfread: Unpacking /var/cache/distfiles/edge/libudfread-1.2.0.tar.gz... The Meson build system Version: 1.9.0 Source dir: /home/buildozer/aports/community/libudfread/src/libudfread-1.2.0 Build dir: /home/buildozer/aports/community/libudfread/src/libudfread-1.2.0/output Build type: native build Project name: libudfread Project version: 1.2.0 C compiler for the host machine: cc (gcc 15.2.0 "cc (Alpine 15.2.0) 15.2.0") C linker for the host machine: cc ld.bfd 2.45 Host machine cpu family: x86 Host machine cpu: i686 Has header "unistd.h" : YES Has header "fcntl.h" : YES Checking for function "pread" : YES Run-time dependency threads found: YES Compiler for C supports arguments -Wdisabled-optimization: YES Compiler for C supports arguments -Wpointer-arith: YES Compiler for C supports arguments -Wredundant-decls: YES Compiler for C supports arguments -Wcast-qual: YES Compiler for C supports arguments -Wwrite-strings: YES Compiler for C supports arguments -Wundef: YES Compiler for C supports arguments -Wshadow: YES Compiler for C supports arguments -Wmissing-prototypes: YES Compiler for C supports arguments -Werror=implicit-function-declaration: YES Compiler for C supports arguments -Werror-implicit-function-declaration: YES Compiler for C supports arguments -Winline: YES Configuring config.h using configuration Configuring udfread-version.h using configuration Found pkg-config: YES (/usr/bin/pkg-config) 2.5.1 Build targets in project: 3 libudfread 1.2.0 User defined options auto_features : auto b_lto : true b_pie : true b_staticpic : true bindir : /usr/bin buildtype : plain datadir : /usr/share default_library : shared includedir : /usr/include infodir : /usr/share/info libdir : /usr/lib libexecdir : /usr/libexec localedir : /usr/share/locale localstatedir : /var mandir : /usr/share/man prefix : /usr python.bytecompile: 0 sbindir : /usr/sbin sharedstatedir : /var/lib sysconfdir : /etc werror : false wrap_mode : nodownload Found ninja-1.9 at /usr/bin/ninja ninja: entering directory '/home/buildozer/aports/community/libudfread/src/libudfread-1.2.0/output' [1/7] Compiling C object src/libudfread.so.3.0.0.p/udfread-version.c.o [2/7] Compiling C object src/libudfread.so.3.0.0.p/udfread.c.o [3/7] Compiling C object src/libudfread.so.3.0.0.p/ecma167.c.o [4/7] Compiling C object src/libudfread.so.3.0.0.p/default_blockinput.c.o [5/7] Copying file src/udfread/blockinput.h [6/7] Copying file src/udfread/udfread.h ../src/udfread.c: In function '_read_subdir': ../src/udfread.c:1099:69: warning: 'calloc' sizes specified with 'sizeof' in the earlier argument and not in the later argument [-Wcalloc-transposed-args] 1099 | struct udf_dir **subdirs = (struct udf_dir **)calloc(sizeof(struct udf_dir *), dir->num_entries); | ^~~~~~ ../src/udfread.c:1099:69: note: earlier argument should specify number of elements, later size of each element ../src/udfread.c: In function 'udfread_file_read': ../src/udfread.c:1707:46: warning: comparison is always false due to limited range of data type [-Wtype-limits] 1707 | if ((ssize_t)bytes < 0 || (int64_t)bytes < 0) { | ^ [7/7] Linking target src/libudfread.so.3.0.0 ../src/ecma167.h: In function 'decode_long_ad': ../src/ecma167.h:54:24: warning: inlining failed in call to '_get_u32': call is unlikely and code size would grow [-Winline] 54 | static inline uint32_t _get_u32(const uint8_t *p) | ^ ../src/ecma167.c:240:21: note: called from here 240 | ad->lba = _get_u32(buf + 4); | ^ ../src/ecma167.h:54:24: warning: inlining failed in call to '_get_u32': call is unlikely and code size would grow [-Winline] 54 | static inline uint32_t _get_u32(const uint8_t *p) | ^ ../src/ecma167.c:237:20: note: called from here 237 | uint32_t u32 = _get_u32(buf + 0); | ^ In function '_decode_short_ad', inlined from '_decode_file_ads' at ../src/ecma167.c:264:13: ../src/ecma167.h:54:24: warning: inlining failed in call to '_get_u32': call is unlikely and code size would grow [-Winline] 54 | static inline uint32_t _get_u32(const uint8_t *p) | ^ ../src/ecma167.c:230:21: note: called from here 230 | ad->lba = _get_u32(buf + 4); | ^ ../src/ecma167.h:54:24: warning: inlining failed in call to '_get_u32': call is unlikely and code size would grow [-Winline] 54 | static inline uint32_t _get_u32(const uint8_t *p) | ^ ../src/ecma167.c:227:20: note: called from here 227 | uint32_t u32 = _get_u32(buf + 0); | ^ In function '_decode_extended_ad', inlined from '_decode_file_ads' at ../src/ecma167.c:272:13: ../src/ecma167.h:54:24: warning: inlining failed in call to '_get_u32': call is unlikely and code size would grow [-Winline] 54 | static inline uint32_t _get_u32(const uint8_t *p) | ^ ../src/ecma167.c:250:21: note: called from here 250 | ad->lba = _get_u32(buf + 12); | ^ ../src/ecma167.h:54:24: warning: inlining failed in call to '_get_u32': call is unlikely and code size would grow [-Winline] 54 | static inline uint32_t _get_u32(const uint8_t *p) | ^ ../src/ecma167.c:247:20: note: called from here 247 | uint32_t u32 = _get_u32(buf + 0); | ^ In function '_get_u64', inlined from '_decode_file_entry.constprop' at ../src/ecma167.c:324:21: ../src/ecma167.h:54:24: warning: inlining failed in call to '_get_u32': call is unlikely and code size would grow [-Winline] 54 | static inline uint32_t _get_u32(const uint8_t *p) | ^ ../src/ecma167.h:61:47: note: called from here 61 | return (uint64_t)_get_u32(p) | ((uint64_t)_get_u32(p + 4) << 32); | ^ ../src/ecma167.h:54:24: warning: inlining failed in call to '_get_u32': call is unlikely and code size would grow [-Winline] 54 | static inline uint32_t _get_u32(const uint8_t *p) | ^ ../src/ecma167.h:61:22: note: called from here 61 | return (uint64_t)_get_u32(p) | ((uint64_t)_get_u32(p + 4) << 32); | ^ ../src/ecma167.h: In function 'decode_ext_file_entry.constprop': ../src/ecma167.h:54:24: warning: inlining failed in call to '_get_u32': call is unlikely and code size would grow [-Winline] 54 | static inline uint32_t _get_u32(const uint8_t *p) | ^ ../src/ecma167.c:401:12: note: called from here 401 | l_ad = _get_u32(p + 212); | ^ ../src/ecma167.h:54:24: warning: inlining failed in call to '_get_u32': call is unlikely and code size would grow [-Winline] 54 | static inline uint32_t _get_u32(const uint8_t *p) | ^ ../src/ecma167.c:400:12: note: called from here 400 | l_ea = _get_u32(p + 208); | ^ In function '_decode_extent_ad', inlined from 'decode_vdp' at ../src/ecma167.c:122:5, inlined from '_search_vds.constprop' at ../src/udfread.c:413:13: ../src/ecma167.h:54:24: warning: inlining failed in call to '_get_u32': call is unlikely and code size would grow [-Winline] 54 | static inline uint32_t _get_u32(const uint8_t *p) | ^ ../src/ecma167.c:61:18: note: called from here 61 | ad->lba = _get_u32(p + 4); | ^ ../src/ecma167.h:54:24: warning: inlining failed in call to '_get_u32': call is unlikely and code size would grow [-Winline] 54 | static inline uint32_t _get_u32(const uint8_t *p) | ^ ../src/ecma167.c:60:18: note: called from here 60 | ad->length = _get_u32(p + 0); | ^ In function 'decode_logical_volume', inlined from '_search_vds.constprop' at ../src/udfread.c:425:13: ../src/ecma167.h:54:24: warning: inlining failed in call to '_get_u32': call is unlikely and code size would grow [-Winline] 54 | static inline uint32_t _get_u32(const uint8_t *p) | ^ ../src/ecma167.c:138:23: note: called from here 138 | lvd->block_size = _get_u32(p + 212); | ^ ../src/ecma167.h:54:24: warning: inlining failed in call to '_get_u32': call is unlikely and code size would grow [-Winline] 54 | static inline uint32_t _get_u32(const uint8_t *p) | ^ ../src/ecma167.c:145:39: note: called from here 145 | lvd->num_partition_maps = _get_u32(p + 268); | ^ ../src/ecma167.h:54:24: warning: inlining failed in call to '_get_u32': call is unlikely and code size would grow [-Winline] 54 | static inline uint32_t _get_u32(const uint8_t *p) | ^ ../src/ecma167.c:144:39: note: called from here 144 | lvd->partition_map_lable_length = _get_u32(p + 264); | ^ In function 'decode_partition', inlined from '_search_vds.constprop' at ../src/udfread.c:432:15: ../src/ecma167.h:54:24: warning: inlining failed in call to '_get_u32': call is unlikely and code size would grow [-Winline] 54 | static inline uint32_t _get_u32(const uint8_t *p) | ^ ../src/ecma167.c:130:23: note: called from here 130 | pd->num_blocks = _get_u32(p + 192); | ^ ../src/ecma167.h:54:24: warning: inlining failed in call to '_get_u32': call is unlikely and code size would grow [-Winline] 54 | static inline uint32_t _get_u32(const uint8_t *p) | ^ ../src/ecma167.c:129:23: note: called from here 129 | pd->start_block = _get_u32(p + 188); | ^ In function 'decode_file_entry', inlined from '_read_file_entry' at ../src/udfread.c:868:18: ../src/ecma167.h:54:24: warning: inlining failed in call to '_get_u32': call is unlikely and code size would grow [-Winline] 54 | static inline uint32_t _get_u32(const uint8_t *p) | ^ ../src/ecma167.c:384:12: note: called from here 384 | l_ad = _get_u32(p + 172); | ^ ../src/ecma167.h:54:24: warning: inlining failed in call to '_get_u32': call is unlikely and code size would grow [-Winline] 54 | static inline uint32_t _get_u32(const uint8_t *p) | ^ ../src/ecma167.c:383:12: note: called from here 383 | l_ea = _get_u32(p + 168); | ^ In function 'decode_allocation_extent', inlined from '_read_file_entry' at ../src/udfread.c:903:17: ../src/ecma167.h:54:24: warning: inlining failed in call to '_get_u32': call is unlikely and code size would grow [-Winline] 54 | static inline uint32_t _get_u32(const uint8_t *p) | ^ ../src/ecma167.c:346:12: note: called from here 346 | l_ad = _get_u32(p + 20); | ^ In function '_decode_extent_ad', inlined from 'decode_avdp' at ../src/ecma167.c:113:5, inlined from '_read_avdp' at ../src/udfread.c:360:5, inlined from '_read_vds' at ../src/udfread.c:458:9, inlined from 'udfread_open_input' at ../src/udfread.c:1222:9: ../src/ecma167.h:54:24: warning: inlining failed in call to '_get_u32': call is unlikely and code size would grow [-Winline] 54 | static inline uint32_t _get_u32(const uint8_t *p) | ^ ../src/ecma167.c:61:18: note: called from here 61 | ad->lba = _get_u32(p + 4); | ^ ../src/ecma167.h:54:24: warning: inlining failed in call to '_get_u32': call is unlikely and code size would grow [-Winline] 54 | static inline uint32_t _get_u32(const uint8_t *p) | ^ ../src/ecma167.c:60:18: note: called from here 60 | ad->length = _get_u32(p + 0); | ^ In function '_decode_extent_ad', inlined from 'decode_avdp' at ../src/ecma167.c:116:5, inlined from '_read_avdp' at ../src/udfread.c:360:5, inlined from '_read_vds' at ../src/udfread.c:458:9, inlined from 'udfread_open_input' at ../src/udfread.c:1222:9: ../src/ecma167.h:54:24: warning: inlining failed in call to '_get_u32': call is unlikely and code size would grow [-Winline] 54 | static inline uint32_t _get_u32(const uint8_t *p) | ^ ../src/ecma167.c:61:18: note: called from here 61 | ad->lba = _get_u32(p + 4); | ^ ../src/ecma167.h:54:24: warning: inlining failed in call to '_get_u32': call is unlikely and code size would grow [-Winline] 54 | static inline uint32_t _get_u32(const uint8_t *p) | ^ ../src/ecma167.c:60:18: note: called from here 60 | ad->length = _get_u32(p + 0); | ^ In function '_parse_udf_partition_maps', inlined from 'udfread_open_input' at ../src/udfread.c:1240:9: ../src/ecma167.h:54:24: warning: inlining failed in call to '_get_u32': call is unlikely and code size would grow [-Winline] 54 | static inline uint32_t _get_u32(const uint8_t *p) | ^ ../src/udfread.c:649:30: note: called from here 649 | mirror_lba = _get_u32(map + 44); | ^ ../src/ecma167.h:54:24: warning: inlining failed in call to '_get_u32': call is unlikely and code size would grow [-Winline] 54 | static inline uint32_t _get_u32(const uint8_t *p) | ^ ../src/udfread.c:648:30: note: called from here 648 | lba = _get_u32(map + 40); | ^ INFO: autodetecting backend as ninja INFO: calculating backend command to run: /usr/bin/ninja -C /home/buildozer/aports/community/libudfread/src/libudfread-1.2.0/output ninja: nothing to do No tests defined. >>> libudfread: Entering fakeroot... Installing src/libudfread.so.3.0.0 to /home/buildozer/aports/community/libudfread/pkg/libudfread/usr/lib Installing /home/buildozer/aports/community/libudfread/src/libudfread-1.2.0/src/udfread.h to /home/buildozer/aports/community/libudfread/pkg/libudfread/usr/include/udfread Installing /home/buildozer/aports/community/libudfread/src/libudfread-1.2.0/src/blockinput.h to /home/buildozer/aports/community/libudfread/pkg/libudfread/usr/include/udfread Installing /home/buildozer/aports/community/libudfread/src/libudfread-1.2.0/output/src/udfread/udfread-version.h to /home/buildozer/aports/community/libudfread/pkg/libudfread/usr/include/udfread Installing /home/buildozer/aports/community/libudfread/src/libudfread-1.2.0/output/meson-private/libudfread.pc to /home/buildozer/aports/community/libudfread/pkg/libudfread/usr/lib/pkgconfig Installing symlink pointing to libudfread.so.3.0.0 to /home/buildozer/aports/community/libudfread/pkg/libudfread/usr/lib/libudfread.so.3 Installing symlink pointing to libudfread.so.3 to /home/buildozer/aports/community/libudfread/pkg/libudfread/usr/lib/libudfread.so >>> libudfread-dev*: Running split function dev... 'usr/include' -> '/home/buildozer/aports/community/libudfread/pkg/libudfread-dev/usr/include' 'usr/lib/pkgconfig' -> '/home/buildozer/aports/community/libudfread/pkg/libudfread-dev/usr/lib/pkgconfig' 'usr/lib/libudfread.so' -> '/home/buildozer/aports/community/libudfread/pkg/libudfread-dev/usr/lib/libudfread.so' >>> libudfread-dev*: Preparing subpackage libudfread-dev... >>> libudfread-dev*: Stripping binaries >>> libudfread-dev*: Running postcheck for libudfread-dev >>> libudfread*: Running postcheck for libudfread >>> libudfread*: Preparing package libudfread... >>> libudfread*: Stripping binaries >>> libudfread-dev*: Scanning shared objects >>> libudfread*: Scanning shared objects >>> libudfread-dev*: Tracing dependencies... libudfread=1.2.0-r0 pkgconfig >>> libudfread-dev*: Package size: 10.7 KB >>> libudfread-dev*: Compressing data... >>> libudfread-dev*: Create checksum... >>> libudfread-dev*: Create libudfread-dev-1.2.0-r0.apk >>> libudfread*: Tracing dependencies... so:libc.musl-x86.so.1 >>> libudfread*: Package size: 29.2 KB >>> libudfread*: Compressing data... >>> libudfread*: Create checksum... >>> libudfread*: Create libudfread-1.2.0-r0.apk >>> libudfread: Build complete at Thu, 02 Oct 2025 13:30:34 +0000 elapsed time 0h 0m 9s >>> libudfread: Cleaning up srcdir >>> libudfread: Cleaning up pkgdir >>> libudfread: Uninstalling dependencies... ( 1/16) Purging .makedepends-libudfread (20251002.133026) ( 2/16) Purging abuild-meson (1.9.0-r0) ( 3/16) Purging meson-pyc (1.9.0-r0) ( 4/16) Purging meson (1.9.0-r0) ( 5/16) Purging samurai (1.2-r7) ( 6/16) Purging python3-pyc (3.12.11-r0) ( 7/16) Purging python3-pycache-pyc0 (3.12.11-r0) ( 8/16) Purging pyc (3.12.11-r0) ( 9/16) Purging python3 (3.12.11-r0) (10/16) Purging gdbm (1.26-r0) (11/16) Purging libbz2 (1.0.8-r6) (12/16) Purging libffi (3.5.2-r0) (13/16) Purging libpanelw (6.5_p20250816-r0) (14/16) Purging mpdecimal (4.0.1-r0) (15/16) Purging sqlite-libs (3.50.4-r1) (16/16) Purging xz-libs (5.8.1-r0) busybox-1.37.0-r23.trigger: Executing script... usr_merge_nag.sh: * WARNING: The current system is not /usr-merged. You are encouraged to usr_merge_nag.sh: * migrate manually to ensure the best-possible support. See usr_merge_nag.sh: * https://alpinelinux.org/posts/2025-10-01-usr-merge.html for more details OK: 426 MiB in 105 packages >>> libudfread: Updating the community/x86 repository index... >>> libudfread: Signing the index...