>>> jpegoptim: Building community/jpegoptim 1.5.6-r0 (using abuild 3.15.0-r3) started Fri, 19 Sep 2025 04:59:25 +0000 >>> jpegoptim: Validating /home/buildozer/aports/community/jpegoptim/APKBUILD... >>> jpegoptim: Analyzing dependencies... >>> jpegoptim: Installing for build: build-base libjpeg-turbo-dev python3 ( 1/15) Installing libjpeg-turbo (3.1.2-r0) ( 2/15) Installing libturbojpeg (3.1.2-r0) ( 3/15) Installing libjpeg-turbo-dev (3.1.2-r0) ( 4/15) Installing libbz2 (1.0.8-r6) ( 5/15) Installing libffi (3.5.2-r0) ( 6/15) Installing gdbm (1.26-r0) ( 7/15) Installing xz-libs (5.8.1-r0) ( 8/15) Installing mpdecimal (4.0.1-r0) ( 9/15) Installing libpanelw (6.5_p20250816-r0) (10/15) Installing sqlite-libs (3.50.4-r1) (11/15) Installing python3 (3.12.11-r0) (12/15) Installing python3-pycache-pyc0 (3.12.11-r0) (13/15) Installing pyc (3.12.11-r0) (14/15) Installing python3-pyc (3.12.11-r0) (15/15) Installing .makedepends-jpegoptim (20250919.045926) busybox-1.37.0-r23.trigger: Executing script... OK: 477 MiB in 122 packages >>> jpegoptim: Cleaning up srcdir >>> jpegoptim: Cleaning up pkgdir >>> jpegoptim: Cleaning up tmpdir >>> jpegoptim: Fetching https://distfiles.alpinelinux.org/distfiles/edge/jpegoptim-1.5.6.tar.gz Connecting to distfiles.alpinelinux.org (172.105.82.32:443) wget: server returned error: HTTP/1.1 404 Not Found >>> jpegoptim: Fetching jpegoptim-1.5.6.tar.gz::https://github.com/tjko/jpegoptim/archive/v1.5.6.tar.gz Connecting to github.com (140.82.121.4:443) Connecting to codeload.github.com (140.82.121.9:443) saving to '/var/cache/distfiles/edge/jpegoptim-1.5.6.tar.gz.part' jpegoptim-1.5.6.tar. 100% |********************************| 447k 0:00:00 ETA '/var/cache/distfiles/edge/jpegoptim-1.5.6.tar.gz.part' saved >>> jpegoptim: Fetching https://distfiles.alpinelinux.org/distfiles/edge/jpegoptim-1.5.6.tar.gz >>> jpegoptim: Checking sha512sums... jpegoptim-1.5.6.tar.gz: OK >>> jpegoptim: Unpacking /var/cache/distfiles/edge/jpegoptim-1.5.6.tar.gz... checking build system type... x86_64-alpine-linux-musl checking host system type... x86_64-alpine-linux-musl checking for x86_64-alpine-linux-musl-gcc... cc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether cc accepts -g... yes checking for cc option to accept ISO C89... none needed checking for a BSD-compatible install... /usr/bin/install -c checking whether make sets $(MAKE)... yes checking for jpeg_read_header in -ljpeg... yes checking for floor in -lm... yes checking how to run the C preprocessor... cc -E checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking for unistd.h... (cached) yes checking getopt.h usability... yes checking getopt.h presence... yes checking for getopt.h... yes checking for string.h... (cached) yes checking libgen.h usability... yes checking libgen.h presence... yes checking for libgen.h... yes checking math.h usability... yes checking math.h presence... yes checking for math.h... yes checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking sys/wait.h usability... yes checking sys/wait.h presence... yes checking for sys/wait.h... yes checking jpeglib.h usability... yes checking jpeglib.h presence... yes checking for jpeglib.h... yes checking size of long... 8 checking size of int... 4 checking for getopt_long... yes checking for mkstemps... yes checking for labs... yes checking for fileno... yes checking for utimensat... yes checking for fork... yes checking for wait... yes checking for struct stat.st_mtim... yes checking for broken jmorecfg.h (METHODDEF)... no checking Arithmetic Coding support in JPEG library... yes checking Extension settings in JPEG library... no -------------------------------------------------- Extension settings: Absent Arithmetic coding: Disabled (use --with-arith to enable Arithmetic coding support) -------------------------------------------------- configure: creating ./config.status config.status: creating Makefile config.status: creating config.h cc -Os -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -DHAVE_CONFIG_H -c -o jpegoptim.o jpegoptim.c cc -Os -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -DHAVE_CONFIG_H -c -o jpegdest.o jpegdest.c cc -Os -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -DHAVE_CONFIG_H -c -o jpegsrc.o jpegsrc.c cc -Os -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -DHAVE_CONFIG_H -c -o jpegmarker.o jpegmarker.c cc -Os -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -DHAVE_CONFIG_H -c -o misc.o misc.c cc -Os -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -DHAVE_CONFIG_H -o jpegoptim jpegoptim.o jpegdest.o jpegsrc.o jpegmarker.o misc.o -Wl,--as-needed,-O1,--sort-common -Wl,-z,pack-relative-relocs -lm -ljpeg (cd test && python3 test.py -v) test_broken (__main__.JpegoptimTests.test_broken) test broken image ... ok test_default (__main__.JpegoptimTests.test_default) test default optimization ... ok test_lossy (__main__.JpegoptimTests.test_lossy) test lossy optimization ... ok test_noarguments (__main__.JpegoptimTests.test_noarguments) test running withouth arguments ... ok test_optimized (__main__.JpegoptimTests.test_optimized) test already optimized image ... ok test_version (__main__.JpegoptimTests.test_version) test version information output ... ok ---------------------------------------------------------------------- Ran 6 tests in 0.267s OK >>> jpegoptim: Entering fakeroot... /usr/bin/install -c -d -m 755 /home/buildozer/aports/community/jpegoptim/pkg/jpegoptim/usr/share/man/man1 /usr/bin/install -c -d -m 755 /home/buildozer/aports/community/jpegoptim/pkg/jpegoptim/usr/bin /usr/bin/install -c -m 644 jpegoptim.1 /home/buildozer/aports/community/jpegoptim/pkg/jpegoptim/usr/share/man/man1/jpegoptim.1 /usr/bin/install -c -m 755 jpegoptim /home/buildozer/aports/community/jpegoptim/pkg/jpegoptim/usr/bin/jpegoptim >>> jpegoptim-doc*: Running split function doc... 'usr/share/man' -> '/home/buildozer/aports/community/jpegoptim/pkg/jpegoptim-doc/usr/share/man' >>> jpegoptim-doc*: Preparing subpackage jpegoptim-doc... >>> jpegoptim-doc*: Running postcheck for jpegoptim-doc >>> jpegoptim*: Running postcheck for jpegoptim >>> jpegoptim*: Preparing package jpegoptim... >>> jpegoptim*: Stripping binaries >>> jpegoptim-doc*: Scanning shared objects >>> jpegoptim*: Scanning shared objects >>> jpegoptim-doc*: Tracing dependencies... >>> jpegoptim-doc*: Package size: 3.7 KB >>> jpegoptim-doc*: Compressing data... >>> jpegoptim-doc*: Create checksum... >>> jpegoptim-doc*: Create jpegoptim-doc-1.5.6-r0.apk >>> jpegoptim*: Tracing dependencies... so:libc.musl-x86_64.so.1 so:libjpeg.so.8 >>> jpegoptim*: Package size: 42.1 KB >>> jpegoptim*: Compressing data... >>> jpegoptim*: Create checksum... >>> jpegoptim*: Create jpegoptim-1.5.6-r0.apk >>> jpegoptim: Build complete at Fri, 19 Sep 2025 04:59:31 +0000 elapsed time 0h 0m 6s >>> jpegoptim: Cleaning up srcdir >>> jpegoptim: Cleaning up pkgdir >>> jpegoptim: Uninstalling dependencies... ( 1/15) Purging .makedepends-jpegoptim (20250919.045926) ( 2/15) Purging libjpeg-turbo-dev (3.1.2-r0) ( 3/15) Purging libjpeg-turbo (3.1.2-r0) ( 4/15) Purging libturbojpeg (3.1.2-r0) ( 5/15) Purging python3-pyc (3.12.11-r0) ( 6/15) Purging python3-pycache-pyc0 (3.12.11-r0) ( 7/15) Purging pyc (3.12.11-r0) ( 8/15) Purging python3 (3.12.11-r0) ( 9/15) Purging gdbm (1.26-r0) (10/15) Purging libbz2 (1.0.8-r6) (11/15) Purging libffi (3.5.2-r0) (12/15) Purging libpanelw (6.5_p20250816-r0) (13/15) Purging mpdecimal (4.0.1-r0) (14/15) Purging sqlite-libs (3.50.4-r1) (15/15) Purging xz-libs (5.8.1-r0) busybox-1.37.0-r23.trigger: Executing script... OK: 441 MiB in 107 packages >>> jpegoptim: Updating the community/x86_64 repository index... >>> jpegoptim: Signing the index...