>>> ruby-posix-spawn: Building community/ruby-posix-spawn 0.3.15-r1 (using abuild 3.9.0-r0) started Mon, 04 Apr 2022 21:48:30 +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/12) Installing libffi (3.4.2-r1) (2/12) Installing readline (8.1.2-r0) (3/12) Installing yaml (0.2.5-r0) (4/12) Installing ruby-libs (3.1.1-r0) (5/12) Installing libucontext (1.2-r0) (6/12) Installing ruby (3.1.1-r0) (7/12) Installing ruby-rdoc (3.1.1-r0) (8/12) Installing libgmpxx (6.2.1-r1) (9/12) Installing gmp-dev (6.2.1-r1) (10/12) Installing libucontext-dev (1.2-r0) (11/12) Installing ruby-dev (3.1.1-r0) (12/12) Installing .makedepends-ruby-posix-spawn (20220404.214831) Executing busybox-1.35.0-r7.trigger OK: 354 MiB in 111 packages >>> ruby-posix-spawn: Cleaning up srcdir >>> ruby-posix-spawn: Cleaning up pkgdir >>> ruby-posix-spawn: Fetching https://distfiles.alpinelinux.org/distfiles/edge/ruby-posix-spawn-0.3.15.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 25639 100 25639 0 0 383k 0 --:--:-- --:--:-- --:--:-- 385k >>> ruby-posix-spawn: Fetching https://distfiles.alpinelinux.org/distfiles/edge/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/edge/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", "-I", "/usr/lib/ruby/3.1.0", "-r", "./siteconf20220404-30906-8svxxm.rb", "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=", "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="] 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.1.0/ruby/internal/scan_args.h:37, from /usr/include/ruby-3.1.0/ruby/ruby.h:46, from /usr/include/ruby-3.1.0/ruby.h:38, from posix-spawn.c:14: /usr/include/ruby-3.1.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=", "install"] install -m 0755 posix_spawn_ext.so ./.gem.20220404-30906-ljal3j 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 -I /usr/lib/ruby/3.1.0 -r ./siteconf20220404-30906-8svxxm.rb 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\= 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\= 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\= install 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-x86_64.so.1 so:libruby.so.3.1 >>> ruby-posix-spawn*: Package size: 304.0 KB >>> ruby-posix-spawn*: Compressing data... >>> ruby-posix-spawn*: Create checksum... >>> ruby-posix-spawn*: Create ruby-posix-spawn-0.3.15-r1.apk >>> ruby-posix-spawn: Build complete at Mon, 04 Apr 2022 21:48:34 +0000 elapsed time 0h 0m 4s >>> ruby-posix-spawn: Cleaning up srcdir >>> ruby-posix-spawn: Cleaning up pkgdir >>> ruby-posix-spawn: Uninstalling dependencies... (1/12) Purging .makedepends-ruby-posix-spawn (20220404.214831) (2/12) Purging ruby-dev (3.1.1-r0) (3/12) Purging ruby-rdoc (3.1.1-r0) (4/12) Purging ruby (3.1.1-r0) (5/12) Purging gmp-dev (6.2.1-r1) (6/12) Purging libgmpxx (6.2.1-r1) (7/12) Purging libucontext-dev (1.2-r0) (8/12) Purging libucontext (1.2-r0) (9/12) Purging ruby-libs (3.1.1-r0) (10/12) Purging libffi (3.4.2-r1) (11/12) Purging readline (8.1.2-r0) (12/12) Purging yaml (0.2.5-r0) Executing busybox-1.35.0-r7.trigger OK: 331 MiB in 99 packages >>> ruby-posix-spawn: Updating the community/x86_64 repository index... >>> ruby-posix-spawn: Signing the index...