>>> cgif: Building community/cgif 0.1.0-r0 (using abuild 3.9.0-r0) started Sat, 08 Jan 2022 03:06:44 +0000 >>> cgif: Checking sanity of /home/buildozer/aports/community/cgif/APKBUILD... >>> cgif: Analyzing dependencies... >>> cgif: Installing for build: build-base meson (1/9) Installing samurai (1.2-r1) (2/9) Installing libffi (3.4.2-r1) (3/9) Installing gdbm (1.22-r0) (4/9) Installing mpdecimal (2.5.1-r1) (5/9) Installing readline (8.1.1-r0) (6/9) Installing sqlite-libs (3.37.1-r0) (7/9) Installing python3 (3.10.1-r0) (8/9) Installing meson (0.60.2-r1) (9/9) Installing .makedepends-cgif (20220108.030645) Executing busybox-1.35.0-r1.trigger OK: 399 MiB in 114 packages >>> cgif: Cleaning up srcdir >>> cgif: Cleaning up pkgdir >>> cgif: Fetching https://distfiles.alpinelinux.org/distfiles/edge/cgif-0.1.0.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 146 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 >>> cgif: Fetching cgif-0.1.0.tar.gz::https://github.com/dloebl/cgif/archive/refs/tags/V0.1.0.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 129 100 129 0 0 2184 0 --:--:-- --:--:-- --:--:-- 2224 100 22674 0 22674 0 0 80114 0 --:--:-- --:--:-- --:--:-- 80114 >>> cgif: Fetching https://distfiles.alpinelinux.org/distfiles/edge/cgif-0.1.0.tar.gz >>> cgif: Checking sha512sums... cgif-0.1.0.tar.gz: OK >>> cgif: Unpacking /var/cache/distfiles/edge/cgif-0.1.0.tar.gz... The Meson build system Version: 0.60.2 Source dir: /home/buildozer/aports/community/cgif/src/cgif-0.1.0 Build dir: /home/buildozer/aports/community/cgif/src/cgif-0.1.0/output Build type: native build Project name: libcgif Project version: 0.1.0 C compiler for the host machine: gcc (gcc 11.2.1 "gcc (Alpine 11.2.1_git20220106) 11.2.1 20220106") C linker for the host machine: gcc ld.bfd 2.37 Host machine cpu family: x86_64 Host machine cpu: x86_64 Build targets in project: 27 libcgif 0.1.0 User defined options auto_features : auto bindir : /usr/bin buildtype : plain datadir : /usr/share 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 sbindir : /usr/sbin sharedstatedir: /var/lib sysconfdir : /etc wrap_mode : nodownload b_lto : false b_pie : true b_staticpic : true tests : true Found ninja-1.9 at /usr/bin/ninja ninja: entering directory '/home/buildozer/aports/community/cgif/src/cgif-0.1.0/output' [1/55] Compiling C object tests/test_write_fn.p/write_fn.c.o [2/55] Compiling C object tests/test_trans_inc_initdict.p/trans_inc_initdict.c.o [3/55] Compiling C object tests/test_overlap_some_rows.p/overlap_some_rows.c.o [4/55] Compiling C object tests/test_overlap_everything_only_trans.p/overlap_everything_only_trans.c.o [5/55] Compiling C object tests/test_overlap_everything.p/overlap_everything.c.o [6/55] Compiling C object tests/test_only_local_table.p/only_local_table.c.o [7/55] Compiling C object tests/test_one_full_block.p/one_full_block.c.o [8/55] Compiling C object tests/test_noise6.p/noise6.c.o [9/55] Compiling C object tests/test_noise256.p/noise256.c.o [10/55] Compiling C object tests/test_min_size.p/min_size.c.o [11/55] Compiling C object tests/test_min_color_table_test.p/min_color_table_test.c.o [12/55] Compiling C object tests/test_max_color_table_test.p/max_color_table_test.c.o [13/55] Compiling C object tests/test_local_transp.p/local_transp.c.o [14/55] Compiling C object tests/test_has_transparency_2.p/has_transparency_2.c.o [15/55] Compiling C object tests/test_has_transparency.p/has_transparency.c.o [16/55] Compiling C object tests/test_global_plus_local_table_with_optim.p/global_plus_local_table_with_optim.c.o [17/55] Compiling C object tests/test_global_plus_local_table.p/global_plus_local_table.c.o [18/55] Compiling C object tests/test_ewrite.p/ewrite.c.o [19/55] Compiling C object tests/test_eindex.p/eindex.c.o [20/55] Compiling C object tests/test_animated_stripe_pattern_2.p/animated_stripe_pattern_2.c.o [21/55] Compiling C object tests/test_animated_stripe_pattern.p/animated_stripe_pattern.c.o [22/55] Compiling C object tests/test_animated_stripes_horizontal.p/animated_stripes_horizontal.c.o [23/55] Compiling C object tests/test_animated_snake.p/animated_snake.c.o [24/55] Compiling C object tests/test_animated_single_pixel.p/animated_single_pixel.c.o [25/55] Compiling C object tests/test_animated_color_gradient.p/animated_color_gradient.c.o [26/55] Compiling C object tests/test_all_optim.p/all_optim.c.o [27/55] Compiling C object libcgif.so.0.1.0.p/cgif.c.o ../tests/overlap_everything_only_trans.c: In function 'main': ../tests/overlap_everything_only_trans.c:24:7: warning: unused variable 'numFrames' [-Wunused-variable] 24 | int numFrames = 2; // number of frames in the video | ^~~~~~~~~ ../tests/overlap_everything.c: In function 'main': ../tests/overlap_everything.c:24:7: warning: unused variable 'numFrames' [-Wunused-variable] 24 | int numFrames = 2; // number of frames in the video | ^~~~~~~~~ ../tests/overlap_some_rows.c: In function 'main': ../tests/overlap_some_rows.c:24:7: warning: unused variable 'numFrames' [-Wunused-variable] 24 | int numFrames = 2; // number of frames in the video | ^~~~~~~~~ ../tests/all_optim.c: In function 'main': ../tests/all_optim.c:40:7: warning: unused variable 'numFrames' [-Wunused-variable] 40 | int numFrames = 2; // number of frames in the video | ^~~~~~~~~ ../cgif.c: In function 'cgif_addframe': ../cgif.c:767:55: warning: 'pow2LocalPalette' may be used uninitialized in this function [-Wmaybe-uninitialized] 767 | rWrite |= write(pGIF, pFrame->aLocalColorTable, 3 << pow2LocalPalette); | ~~^~~~~~~~~~~~~~~~~~~ [28/55] Linking target libcgif.so.0.1.0 [29/55] Generating symbol file libcgif.so.0.1.0.p/libcgif.so.0.1.0.symbols [30/55] Linking target tests/test_write_fn [31/55] Linking target tests/test_trans_inc_initdict [32/55] Linking target tests/test_overlap_some_rows [33/55] Linking target tests/test_overlap_everything_only_trans [34/55] Linking target tests/test_overlap_everything [35/55] Linking target tests/test_only_local_table [36/55] Linking target tests/test_one_full_block [37/55] Linking target tests/test_noise6 [38/55] Linking target tests/test_noise256 [39/55] Linking target tests/test_min_size [40/55] Linking target tests/test_min_color_table_test [41/55] Linking target tests/test_max_color_table_test [42/55] Linking target tests/test_local_transp [43/55] Linking target tests/test_has_transparency_2 [44/55] Linking target tests/test_has_transparency [45/55] Linking target tests/test_global_plus_local_table_with_optim [46/55] Linking target tests/test_global_plus_local_table [47/55] Linking target tests/test_ewrite [48/55] Linking target tests/test_eindex [49/55] Linking target tests/test_animated_stripe_pattern_2 [50/55] Linking target tests/test_animated_stripe_pattern [51/55] Linking target tests/test_animated_stripes_horizontal [52/55] Linking target tests/test_animated_snake [53/55] Linking target tests/test_animated_single_pixel [54/55] Linking target tests/test_animated_color_gradient [55/55] Linking target tests/test_all_optim 1/26 all_optim RUNNING >>> MALLOC_PERTURB_=165 /home/buildozer/aports/community/cgif/src/cgif-0.1.0/output/tests/test_all_optim 2/26 animated_color_gradient RUNNING >>> MALLOC_PERTURB_=20 /home/buildozer/aports/community/cgif/src/cgif-0.1.0/output/tests/test_animated_color_gradient 3/26 animated_single_pixel RUNNING >>> MALLOC_PERTURB_=244 /home/buildozer/aports/community/cgif/src/cgif-0.1.0/output/tests/test_animated_single_pixel 4/26 animated_snake RUNNING >>> MALLOC_PERTURB_=180 /home/buildozer/aports/community/cgif/src/cgif-0.1.0/output/tests/test_animated_snake 5/26 animated_stripes_horizontal RUNNING >>> MALLOC_PERTURB_=248 /home/buildozer/aports/community/cgif/src/cgif-0.1.0/output/tests/test_animated_stripes_horizontal 6/26 animated_stripe_pattern RUNNING >>> MALLOC_PERTURB_=168 /home/buildozer/aports/community/cgif/src/cgif-0.1.0/output/tests/test_animated_stripe_pattern 7/26 animated_stripe_pattern_2 RUNNING >>> MALLOC_PERTURB_=50 /home/buildozer/aports/community/cgif/src/cgif-0.1.0/output/tests/test_animated_stripe_pattern_2 8/26 eindex RUNNING >>> MALLOC_PERTURB_=150 /home/buildozer/aports/community/cgif/src/cgif-0.1.0/output/tests/test_eindex 9/26 ewrite RUNNING >>> MALLOC_PERTURB_=181 /home/buildozer/aports/community/cgif/src/cgif-0.1.0/output/tests/test_ewrite 10/26 global_plus_local_table RUNNING >>> MALLOC_PERTURB_=239 /home/buildozer/aports/community/cgif/src/cgif-0.1.0/output/tests/test_global_plus_local_table 11/26 global_plus_local_table_with_optim RUNNING >>> MALLOC_PERTURB_=221 /home/buildozer/aports/community/cgif/src/cgif-0.1.0/output/tests/test_global_plus_local_table_with_optim 12/26 has_transparency RUNNING >>> MALLOC_PERTURB_=93 /home/buildozer/aports/community/cgif/src/cgif-0.1.0/output/tests/test_has_transparency 13/26 has_transparency_2 RUNNING >>> MALLOC_PERTURB_=204 /home/buildozer/aports/community/cgif/src/cgif-0.1.0/output/tests/test_has_transparency_2 14/26 local_transp RUNNING >>> MALLOC_PERTURB_=92 /home/buildozer/aports/community/cgif/src/cgif-0.1.0/output/tests/test_local_transp 15/26 max_color_table_test RUNNING >>> MALLOC_PERTURB_=89 /home/buildozer/aports/community/cgif/src/cgif-0.1.0/output/tests/test_max_color_table_test 16/26 min_color_table_test RUNNING >>> MALLOC_PERTURB_=115 /home/buildozer/aports/community/cgif/src/cgif-0.1.0/output/tests/test_min_color_table_test 17/26 min_size RUNNING >>> MALLOC_PERTURB_=121 /home/buildozer/aports/community/cgif/src/cgif-0.1.0/output/tests/test_min_size 18/26 noise256 RUNNING >>> MALLOC_PERTURB_=220 /home/buildozer/aports/community/cgif/src/cgif-0.1.0/output/tests/test_noise256 19/26 noise6 RUNNING >>> MALLOC_PERTURB_=153 /home/buildozer/aports/community/cgif/src/cgif-0.1.0/output/tests/test_noise6 20/26 one_full_block RUNNING >>> MALLOC_PERTURB_=182 /home/buildozer/aports/community/cgif/src/cgif-0.1.0/output/tests/test_one_full_block 21/26 only_local_table RUNNING >>> MALLOC_PERTURB_=110 /home/buildozer/aports/community/cgif/src/cgif-0.1.0/output/tests/test_only_local_table 22/26 overlap_everything RUNNING >>> MALLOC_PERTURB_=154 /home/buildozer/aports/community/cgif/src/cgif-0.1.0/output/tests/test_overlap_everything 23/26 overlap_everything_only_trans RUNNING >>> MALLOC_PERTURB_=138 /home/buildozer/aports/community/cgif/src/cgif-0.1.0/output/tests/test_overlap_everything_only_trans 24/26 overlap_some_rows RUNNING >>> MALLOC_PERTURB_=52 /home/buildozer/aports/community/cgif/src/cgif-0.1.0/output/tests/test_overlap_some_rows 25/26 trans_inc_initdict RUNNING >>> MALLOC_PERTURB_=1 /home/buildozer/aports/community/cgif/src/cgif-0.1.0/output/tests/test_trans_inc_initdict 26/26 write_fn RUNNING >>> MALLOC_PERTURB_=34 /home/buildozer/aports/community/cgif/src/cgif-0.1.0/output/tests/test_write_fn 1/26 all_optim OK 0.15s 2/26 animated_color_gradient OK 0.15s 3/26 animated_single_pixel OK 0.15s 4/26 animated_snake OK 0.14s 5/26 animated_stripes_horizontal OK 0.14s 6/26 animated_stripe_pattern OK 0.14s 7/26 animated_stripe_pattern_2 OK 0.14s 8/26 eindex OK 0.13s 9/26 ewrite OK 0.13s 10/26 global_plus_local_table OK 0.13s 11/26 global_plus_local_table_with_optim OK 0.12s 12/26 has_transparency OK 0.12s 13/26 has_transparency_2 OK 0.12s 14/26 local_transp OK 0.12s 15/26 max_color_table_test OK 0.11s 16/26 min_color_table_test OK 0.11s 17/26 min_size OK 0.11s 18/26 noise256 OK 0.10s 19/26 noise6 OK 0.10s 20/26 one_full_block OK 0.09s 21/26 only_local_table OK 0.09s 22/26 overlap_everything OK 0.09s 23/26 overlap_everything_only_trans OK 0.08s 24/26 overlap_some_rows OK 0.08s 26/26 write_fn OK 0.04s 25/26 trans_inc_initdict OK 0.08s Ok: 26 Expected Fail: 0 Fail: 0 Unexpected Pass: 0 Skipped: 0 Timeout: 0 Full log written to /home/buildozer/aports/community/cgif/src/cgif-0.1.0/output/meson-logs/testlog.txt >>> cgif: Entering fakeroot... Installing libcgif.so.0.1.0 to /home/buildozer/aports/community/cgif/pkg/cgif/usr/lib Installing /home/buildozer/aports/community/cgif/src/cgif-0.1.0/cgif.h to /home/buildozer/aports/community/cgif/pkg/cgif/usr/include Installing /home/buildozer/aports/community/cgif/src/cgif-0.1.0/output/meson-private/cgif.pc to /home/buildozer/aports/community/cgif/pkg/cgif/usr/lib/pkgconfig >>> cgif-dev*: Running split function dev... >>> cgif-dev*: Preparing subpackage cgif-dev... >>> cgif-dev*: Stripping binaries >>> cgif-dev*: Running postcheck for cgif-dev >>> cgif*: Running postcheck for cgif >>> cgif*: Preparing package cgif... >>> cgif*: Stripping binaries >>> cgif-dev*: Scanning shared objects >>> cgif*: Scanning shared objects >>> cgif-dev*: Tracing dependencies... cgif=0.1.0-r0 pkgconfig >>> cgif-dev*: Package size: 32.0 KB >>> cgif-dev*: Compressing data... >>> cgif-dev*: Create checksum... >>> cgif-dev*: Create cgif-dev-0.1.0-r0.apk >>> cgif*: Tracing dependencies... so:libc.musl-x86_64.so.1 >>> cgif*: Package size: 32.0 KB >>> cgif*: Compressing data... >>> cgif*: Create checksum... >>> cgif*: Create cgif-0.1.0-r0.apk >>> cgif: Build complete at Sat, 08 Jan 2022 03:06:51 +0000 elapsed time 0h 0m 7s >>> cgif: Cleaning up srcdir >>> cgif: Cleaning up pkgdir >>> cgif: Uninstalling dependencies... (1/9) Purging .makedepends-cgif (20220108.030645) (2/9) Purging meson (0.60.2-r1) (3/9) Purging samurai (1.2-r1) (4/9) Purging python3 (3.10.1-r0) (5/9) Purging libffi (3.4.2-r1) (6/9) Purging gdbm (1.22-r0) (7/9) Purging mpdecimal (2.5.1-r1) (8/9) Purging readline (8.1.1-r0) (9/9) Purging sqlite-libs (3.37.1-r0) Executing busybox-1.35.0-r1.trigger OK: 344 MiB in 105 packages >>> cgif: Updating the community/x86_64 repository index... >>> cgif: Signing the index...