>>> ruby-posix-spawn: Building community/ruby-posix-spawn 0.3.15-r3 (using abuild 3.12.0-r0) started Wed, 27 Dec 2023 19:45:59 +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/11) Installing libffi (3.4.4-r3) (2/11) Installing libucontext (1.2-r2) (3/11) Installing yaml (0.2.5-r2) (4/11) Installing ruby-libs (3.3.0-r0) (5/11) Installing ruby (3.3.0-r0) (6/11) Installing ruby-rdoc (3.3.0-r0) (7/11) Installing libgmpxx (6.3.0-r0) (8/11) Installing gmp-dev (6.3.0-r0) (9/11) Installing libucontext-dev (1.2-r2) (10/11) Installing ruby-dev (3.3.0-r0) (11/11) Installing .makedepends-ruby-posix-spawn (20231227.194600) Executing busybox-1.36.1-r18.trigger OK: 375 MiB in 117 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/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 76509 0 --:--:-- --:--:-- --:--:-- 76763 >>> 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", "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.20231227-15706-ebbfv3", "sitelibdir=./.gem.20231227-15706-ebbfv3", "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.20231227-15706-ebbfv3", "sitelibdir=./.gem.20231227-15706-ebbfv3"] 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.20231227-15706-ebbfv3", "sitelibdir=./.gem.20231227-15706-ebbfv3", "install"] install -m 0755 posix_spawn_ext.so ./.gem.20231227-15706-ebbfv3 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.20231227-15706-ebbfv3", "sitelibdir=./.gem.20231227-15706-ebbfv3", "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.20231227-15706-ebbfv3 sitelibdir\=./.gem.20231227-15706-ebbfv3 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.20231227-15706-ebbfv3 sitelibdir\=./.gem.20231227-15706-ebbfv3 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.20231227-15706-ebbfv3 sitelibdir\=./.gem.20231227-15706-ebbfv3 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.20231227-15706-ebbfv3 sitelibdir\=./.gem.20231227-15706-ebbfv3 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-s390x.so.1 so:libruby.so.3.3 >>> ruby-posix-spawn*: Package size: 196.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 Wed, 27 Dec 2023 19:46:03 +0000 elapsed time 0h 0m 4s >>> ruby-posix-spawn: Cleaning up srcdir >>> ruby-posix-spawn: Cleaning up pkgdir >>> ruby-posix-spawn: Uninstalling dependencies... (1/11) Purging .makedepends-ruby-posix-spawn (20231227.194600) (2/11) Purging ruby-dev (3.3.0-r0) (3/11) Purging ruby-rdoc (3.3.0-r0) (4/11) Purging ruby (3.3.0-r0) (5/11) Purging gmp-dev (6.3.0-r0) (6/11) Purging libgmpxx (6.3.0-r0) (7/11) Purging libucontext-dev (1.2-r2) (8/11) Purging ruby-libs (3.3.0-r0) (9/11) Purging libffi (3.4.4-r3) (10/11) Purging libucontext (1.2-r2) (11/11) Purging yaml (0.2.5-r2) Executing busybox-1.36.1-r18.trigger OK: 346 MiB in 106 packages >>> ruby-posix-spawn: Updating the community/s390x repository index... >>> ruby-posix-spawn: Signing the index...