>>> ruby-posix-spawn: Building community/ruby-posix-spawn 0.3.13-r4 (using abuild 3.9.0_rc2-r1) started Fri, 22 Oct 2021 09:41:22 +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/13) Installing libffi (3.4.2-r1) (2/13) Installing gdbm (1.20-r2) (3/13) Installing readline (8.1.1-r0) (4/13) Installing yaml (0.2.5-r0) (5/13) Installing ruby-libs (3.0.2-r0) (6/13) Installing ruby (3.0.2-r0) (7/13) Installing ruby-rdoc (3.0.2-r0) (8/13) Installing libgmpxx (6.2.1-r0) (9/13) Installing gmp-dev (6.2.1-r0) (10/13) Installing libucontext (1.1-r0) (11/13) Installing libucontext-dev (1.1-r0) (12/13) Installing ruby-dev (3.0.2-r0) (13/13) Installing .makedepends-ruby-posix-spawn (20211022.094123) Executing busybox-1.34.1-r1.trigger OK: 365 MiB in 108 packages >>> ruby-posix-spawn: Cleaning up srcdir >>> ruby-posix-spawn: Cleaning up pkgdir >>> ruby-posix-spawn: Fetching https://distfiles.alpinelinux.org/distfiles/v3.15/ruby-posix-spawn-0.3.13.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 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 >>> ruby-posix-spawn: Fetching ruby-posix-spawn-0.3.13.tar.gz::https://github.com/rtomayko/posix-spawn/archive/v0.3.13.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 0 129 0 0 535 0 --:--:-- --:--:-- --:--:-- 537 100 25519 0 25519 0 0 54436 0 --:--:-- --:--:-- --:--:-- 54436 >>> ruby-posix-spawn: Fetching https://distfiles.alpinelinux.org/distfiles/v3.15/ruby-posix-spawn-0.3.13.tar.gz >>> ruby-posix-spawn: Checking sha512sums... ruby-posix-spawn-0.3.13.tar.gz: OK gemspec.patch: OK tests-skip-failing.patch: OK rakefile-skip-build.patch: OK >>> ruby-posix-spawn: Unpacking /var/cache/distfiles/v3.15/ruby-posix-spawn-0.3.13.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.13 File: posix-spawn-0.3.13.gem /home/buildozer/aports/community/ruby-posix-spawn/src/posix-spawn-0.3.13/dist/gems/posix-spawn-0.3.13/ext/extconf.rb /home/buildozer/aports/community/ruby-posix-spawn/src/posix-spawn-0.3.13/dist/gems/posix-spawn-0.3.13/ext/posix-spawn.c /home/buildozer/aports/community/ruby-posix-spawn/src/posix-spawn-0.3.13/dist/gems/posix-spawn-0.3.13/lib/posix-spawn.rb /home/buildozer/aports/community/ruby-posix-spawn/src/posix-spawn-0.3.13/dist/gems/posix-spawn-0.3.13/lib/posix/spawn.rb /home/buildozer/aports/community/ruby-posix-spawn/src/posix-spawn-0.3.13/dist/gems/posix-spawn-0.3.13/lib/posix/spawn/child.rb /home/buildozer/aports/community/ruby-posix-spawn/src/posix-spawn-0.3.13/dist/gems/posix-spawn-0.3.13/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.13/dist/gems/posix-spawn-0.3.13/ext ["/usr/bin/ruby", "-I", "/usr/lib/ruby/3.0.0", "-r", "./siteconf20211022-44541-yyhx1o.rb", "extconf.rb"] creating Makefile current directory: /home/buildozer/aports/community/ruby-posix-spawn/src/posix-spawn-0.3.13/dist/gems/posix-spawn-0.3.13/ext ["make", "DESTDIR=", "clean"] current directory: /home/buildozer/aports/community/ruby-posix-spawn/src/posix-spawn-0.3.13/dist/gems/posix-spawn-0.3.13/ext ["make", "DESTDIR="] compiling posix-spawn.c posix-spawn.c: In function 'posixspawn_file_actions_init': posix-spawn.c:226:27: 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.0.0/ruby/internal/scan_args.h:35, from /usr/include/ruby-3.0.0/ruby/ruby.h:44, from /usr/include/ruby-3.0.0/ruby.h:38, from posix-spawn.c:14: /usr/include/ruby-3.0.0/ruby/internal/intern/hash.h:33:29: 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 *)'} 33 | void rb_hash_foreach(VALUE, int (*)(VALUE, VALUE, VALUE), VALUE); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ linking shared-object posix_spawn_ext.so current directory: /home/buildozer/aports/community/ruby-posix-spawn/src/posix-spawn-0.3.13/dist/gems/posix-spawn-0.3.13/ext ["make", "DESTDIR=", "install"] install -m 0755 posix_spawn_ext.so ./.gem.20211022-44541-hgcpqe current directory: /home/buildozer/aports/community/ruby-posix-spawn/src/posix-spawn-0.3.13/dist/gems/posix-spawn-0.3.13/ext /usr/bin/ruby -I /usr/lib/ruby/3.0.0 -r ./siteconf20211022-44541-yyhx1o.rb extconf.rb current directory: /home/buildozer/aports/community/ruby-posix-spawn/src/posix-spawn-0.3.13/dist/gems/posix-spawn-0.3.13/ext make DESTDIR\= clean current directory: /home/buildozer/aports/community/ruby-posix-spawn/src/posix-spawn-0.3.13/dist/gems/posix-spawn-0.3.13/ext make DESTDIR\= current directory: /home/buildozer/aports/community/ruby-posix-spawn/src/posix-spawn-0.3.13/dist/gems/posix-spawn-0.3.13/ext make DESTDIR\= install Successfully installed posix-spawn-0.3.13 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.0 >>> ruby-posix-spawn*: Package size: 252.0 KB >>> ruby-posix-spawn*: Compressing data... >>> ruby-posix-spawn*: Create checksum... >>> ruby-posix-spawn*: Create ruby-posix-spawn-0.3.13-r4.apk >>> ruby-posix-spawn: Build complete at Fri, 22 Oct 2021 09:41:27 +0000 elapsed time 0h 0m 5s >>> ruby-posix-spawn: Cleaning up srcdir >>> ruby-posix-spawn: Cleaning up pkgdir >>> ruby-posix-spawn: Uninstalling dependencies... (1/13) Purging .makedepends-ruby-posix-spawn (20211022.094123) (2/13) Purging ruby-dev (3.0.2-r0) (3/13) Purging ruby-rdoc (3.0.2-r0) (4/13) Purging ruby (3.0.2-r0) (5/13) Purging gmp-dev (6.2.1-r0) (6/13) Purging libgmpxx (6.2.1-r0) (7/13) Purging libucontext-dev (1.1-r0) (8/13) Purging libucontext (1.1-r0) (9/13) Purging ruby-libs (3.0.2-r0) (10/13) Purging libffi (3.4.2-r1) (11/13) Purging gdbm (1.20-r2) (12/13) Purging readline (8.1.1-r0) (13/13) Purging yaml (0.2.5-r0) Executing busybox-1.34.1-r1.trigger OK: 344 MiB in 95 packages >>> ruby-posix-spawn: Updating the community/x86_64 repository index... >>> ruby-posix-spawn: Signing the index...