>>> ruby-posix-spawn: Building community/ruby-posix-spawn 0.3.15-r3 (using abuild 3.13.0-r3) started Fri, 26 Apr 2024 04:36:58 +0000 >>> ruby-posix-spawn: Checking sanity of /home/buildozer/aports/community/ruby-posix-spawn/APKBUILD... >>> ruby-posix-spawn: Analyzing dependencies... >>> ruby-posix-spawn: Installing for build: build-base ruby ruby-dev (1/9) Installing libffi (3.4.6-r0) (2/9) Installing yaml (0.2.5-r2) (3/9) Installing ruby-libs (3.3.0-r0) (4/9) Installing ruby (3.3.0-r0) (5/9) Installing ruby-rdoc (3.3.0-r0) (6/9) Installing libgmpxx (6.3.0-r0) (7/9) Installing gmp-dev (6.3.0-r0) (8/9) Installing ruby-dev (3.3.0-r0) (9/9) Installing .makedepends-ruby-posix-spawn (20240426.043705) Executing busybox-1.36.1-r25.trigger OK: 507 MiB in 116 packages >>> ruby-posix-spawn: Cleaning up srcdir >>> ruby-posix-spawn: Cleaning up pkgdir >>> ruby-posix-spawn: Cleaning up tmpdir >>> ruby-posix-spawn: Fetching https://distfiles.alpinelinux.org/distfiles/v3.20/ruby-posix-spawn-0.3.15.tar.gz Connecting to distfiles.alpinelinux.org (172.105.82.32:443) wget: server returned error: HTTP/1.1 404 Not Found >>> ruby-posix-spawn: Fetching ruby-posix-spawn-0.3.15.tar.gz::https://github.com/rtomayko/posix-spawn/archive/v0.3.15.tar.gz Connecting to github.com (140.82.121.3:443) Connecting to codeload.github.com (140.82.121.10:443) saving to '/var/cache/distfiles/ruby-posix-spawn-0.3.15.tar.gz.part' ruby-posix-spawn-0.3 100% |********************************| 25639 0:00:00 ETA '/var/cache/distfiles/ruby-posix-spawn-0.3.15.tar.gz.part' saved >>> ruby-posix-spawn: Fetching https://distfiles.alpinelinux.org/distfiles/v3.20/ruby-posix-spawn-0.3.15.tar.gz >>> ruby-posix-spawn: Checking sha512sums... ruby-posix-spawn-0.3.15.tar.gz: OK gemspec.patch: OK tests-skip-failing.patch: OK rakefile-skip-build.patch: OK >>> ruby-posix-spawn: Unpacking /var/cache/distfiles/ruby-posix-spawn-0.3.15.tar.gz... >>> ruby-posix-spawn: gemspec.patch patching file posix-spawn.gemspec >>> ruby-posix-spawn: tests-skip-failing.patch patching file test/test_spawn.rb >>> ruby-posix-spawn: rakefile-skip-build.patch patching file Rakefile WARNING: open-ended dependency on minitest (>= 4, development) is not recommended if minitest is semantically versioned, use: add_development_dependency "minitest", "~> 4" WARNING: See https://guides.rubygems.org/specification-reference/ for help Successfully built RubyGem Name: posix-spawn Version: 0.3.15 File: posix-spawn-0.3.15.gem /home/buildozer/aports/community/ruby-posix-spawn/src/posix-spawn-0.3.15/dist/gems/posix-spawn-0.3.15/ext/extconf.rb /home/buildozer/aports/community/ruby-posix-spawn/src/posix-spawn-0.3.15/dist/gems/posix-spawn-0.3.15/ext/posix-spawn.c /home/buildozer/aports/community/ruby-posix-spawn/src/posix-spawn-0.3.15/dist/gems/posix-spawn-0.3.15/lib/posix-spawn.rb /home/buildozer/aports/community/ruby-posix-spawn/src/posix-spawn-0.3.15/dist/gems/posix-spawn-0.3.15/lib/posix/spawn.rb /home/buildozer/aports/community/ruby-posix-spawn/src/posix-spawn-0.3.15/dist/gems/posix-spawn-0.3.15/lib/posix/spawn/child.rb /home/buildozer/aports/community/ruby-posix-spawn/src/posix-spawn-0.3.15/dist/gems/posix-spawn-0.3.15/lib/posix/spawn/version.rb Building native extensions. This could take a while... current directory: /home/buildozer/aports/community/ruby-posix-spawn/src/posix-spawn-0.3.15/dist/gems/posix-spawn-0.3.15/ext ["/usr/bin/ruby", "extconf.rb"] creating Makefile current directory: /home/buildozer/aports/community/ruby-posix-spawn/src/posix-spawn-0.3.15/dist/gems/posix-spawn-0.3.15/ext ["make", "DESTDIR=", "sitearchdir=./.gem.20240426-75066-697mgl", "sitelibdir=./.gem.20240426-75066-697mgl", "clean"] current directory: /home/buildozer/aports/community/ruby-posix-spawn/src/posix-spawn-0.3.15/dist/gems/posix-spawn-0.3.15/ext ["make", "DESTDIR=", "sitearchdir=./.gem.20240426-75066-697mgl", "sitelibdir=./.gem.20240426-75066-697mgl"] compiling posix-spawn.c posix-spawn.c: In function 'posixspawn_file_actions_init': posix-spawn.c:226:34: warning: passing argument 2 of 'rb_hash_foreach' from incompatible pointer type [-Wincompatible-pointer-types] 226 | rb_hash_foreach(options, posixspawn_file_actions_operations_iter, (VALUE)fops); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | int (*)(VALUE, VALUE, posix_spawn_file_actions_t *) {aka int (*)(long unsigned int, long unsigned int, posix_spawn_file_actions_t *)} In file included from /usr/include/ruby-3.3.0/ruby/internal/scan_args.h:37, from /usr/include/ruby-3.3.0/ruby/ruby.h:46, from /usr/include/ruby-3.3.0/ruby.h:38, from posix-spawn.c:14: /usr/include/ruby-3.3.0/ruby/internal/intern/hash.h:83:40: note: expected 'int (*)(VALUE, VALUE, VALUE)' {aka 'int (*)(long unsigned int, long unsigned int, long unsigned int)'} but argument is of type 'int (*)(VALUE, VALUE, posix_spawn_file_actions_t *)' {aka 'int (*)(long unsigned int, long unsigned int, posix_spawn_file_actions_t *)'} 83 | void rb_hash_foreach(VALUE hash, int (*func)(VALUE key, VALUE val, VALUE arg), VALUE arg); | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ linking shared-object posix_spawn_ext.so current directory: /home/buildozer/aports/community/ruby-posix-spawn/src/posix-spawn-0.3.15/dist/gems/posix-spawn-0.3.15/ext ["make", "DESTDIR=", "sitearchdir=./.gem.20240426-75066-697mgl", "sitelibdir=./.gem.20240426-75066-697mgl", "install"] install -m 0755 posix_spawn_ext.so ./.gem.20240426-75066-697mgl current directory: /home/buildozer/aports/community/ruby-posix-spawn/src/posix-spawn-0.3.15/dist/gems/posix-spawn-0.3.15/ext ["make", "DESTDIR=", "sitearchdir=./.gem.20240426-75066-697mgl", "sitelibdir=./.gem.20240426-75066-697mgl", "clean"] current directory: /home/buildozer/aports/community/ruby-posix-spawn/src/posix-spawn-0.3.15/dist/gems/posix-spawn-0.3.15/ext /usr/bin/ruby extconf.rb current directory: /home/buildozer/aports/community/ruby-posix-spawn/src/posix-spawn-0.3.15/dist/gems/posix-spawn-0.3.15/ext make DESTDIR\= sitearchdir\=./.gem.20240426-75066-697mgl sitelibdir\=./.gem.20240426-75066-697mgl clean current directory: /home/buildozer/aports/community/ruby-posix-spawn/src/posix-spawn-0.3.15/dist/gems/posix-spawn-0.3.15/ext make DESTDIR\= sitearchdir\=./.gem.20240426-75066-697mgl sitelibdir\=./.gem.20240426-75066-697mgl current directory: /home/buildozer/aports/community/ruby-posix-spawn/src/posix-spawn-0.3.15/dist/gems/posix-spawn-0.3.15/ext make DESTDIR\= sitearchdir\=./.gem.20240426-75066-697mgl sitelibdir\=./.gem.20240426-75066-697mgl install current directory: /home/buildozer/aports/community/ruby-posix-spawn/src/posix-spawn-0.3.15/dist/gems/posix-spawn-0.3.15/ext make DESTDIR\= sitearchdir\=./.gem.20240426-75066-697mgl sitelibdir\=./.gem.20240426-75066-697mgl clean Successfully installed posix-spawn-0.3.15 1 gem installed >>> ruby-posix-spawn: Entering fakeroot... >>> ruby-posix-spawn*: Running postcheck for ruby-posix-spawn >>> ruby-posix-spawn*: Preparing package ruby-posix-spawn... >>> ruby-posix-spawn*: Stripping binaries >>> ruby-posix-spawn*: Scanning shared objects >>> ruby-posix-spawn*: Tracing dependencies... so:libc.musl-aarch64.so.1 so:libruby.so.3.3 >>> ruby-posix-spawn*: Package size: 284.0 KB >>> ruby-posix-spawn*: Compressing data... >>> ruby-posix-spawn*: Create checksum... >>> ruby-posix-spawn*: Create ruby-posix-spawn-0.3.15-r3.apk >>> ruby-posix-spawn: Build complete at Fri, 26 Apr 2024 04:37:08 +0000 elapsed time 0h 0m 10s >>> ruby-posix-spawn: Cleaning up srcdir >>> ruby-posix-spawn: Cleaning up pkgdir >>> ruby-posix-spawn: Uninstalling dependencies... (1/9) Purging .makedepends-ruby-posix-spawn (20240426.043705) (2/9) Purging ruby-dev (3.3.0-r0) (3/9) Purging ruby-rdoc (3.3.0-r0) (4/9) Purging ruby (3.3.0-r0) (5/9) Purging gmp-dev (6.3.0-r0) (6/9) Purging libgmpxx (6.3.0-r0) (7/9) Purging ruby-libs (3.3.0-r0) (8/9) Purging libffi (3.4.6-r0) (9/9) Purging yaml (0.2.5-r2) Executing busybox-1.36.1-r25.trigger OK: 473 MiB in 107 packages >>> ruby-posix-spawn: Updating the community/aarch64 repository index... >>> ruby-posix-spawn: Signing the index...