>>> ruby-posix-spawn: Building community/ruby-posix-spawn 0.3.13-r3 (using abuild 3.8.0_rc3-r2) started Sun, 23 May 2021 11:56:25 +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 gdbm (1.19-r0) (2/11) Installing readline (8.1.0-r0) (3/11) Installing yaml (0.2.5-r0) (4/11) Installing ruby-libs (2.7.3-r1) (5/11) Installing ruby (2.7.3-r1) (6/11) Installing libgmpxx (6.2.1-r0) (7/11) Installing gmp-dev (6.2.1-r0) (8/11) Installing libucontext (1.1-r0) (9/11) Installing libucontext-dev (1.1-r0) (10/11) Installing ruby-dev (2.7.3-r1) (11/11) Installing .makedepends-ruby-posix-spawn (20210523.115637) Executing busybox-1.33.1-r1.trigger OK: 328 MiB in 100 packages >>> ruby-posix-spawn: Cleaning up srcdir >>> ruby-posix-spawn: Cleaning up pkgdir >>> ruby-posix-spawn: Fetching https://distfiles.alpinelinux.org/distfiles/v3.14/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 341 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 100 129 0 0 583 0 --:--:-- --:--:-- --:--:-- 583 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 25519 0 25519 0 0 54180 0 --:--:-- --:--:-- --:--:-- 859k >>> ruby-posix-spawn: Fetching https://distfiles.alpinelinux.org/distfiles/v3.14/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.14/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/2.7.0", "-r", "./siteconf20210523-17904-r912pw.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_obj_to_fd': posix-spawn.c:64:14: warning: implicit declaration of function 'rb_fix2int'; did you mean 'rb_big2int'? [-Wimplicit-function-declaration] 64 | fd = (int)rb_fix2int(obj); | ^~~~~~~~~~ | rb_big2int 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-2.7.0/ruby/ruby.h:2148, from /usr/include/ruby-2.7.0/ruby.h:33, from posix-spawn.c:14: /usr/include/ruby-2.7.0/ruby/intern.h:558: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 *)'} 558 | 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.20210523-17904-m7ca10 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/2.7.0 -r ./siteconf20210523-17904-r912pw.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.so.1 so:libruby.so.2.7 >>> ruby-posix-spawn*: Package size: 232.0 KB >>> ruby-posix-spawn*: Compressing data... >>> ruby-posix-spawn*: Create checksum... >>> ruby-posix-spawn*: Create ruby-posix-spawn-0.3.13-r3.apk >>> ruby-posix-spawn: Build complete at Sun, 23 May 2021 11:56:41 +0000 elapsed time 0h 0m 16s >>> ruby-posix-spawn: Cleaning up srcdir >>> ruby-posix-spawn: Cleaning up pkgdir >>> ruby-posix-spawn: Uninstalling dependencies... (1/11) Purging .makedepends-ruby-posix-spawn (20210523.115637) (2/11) Purging ruby-dev (2.7.3-r1) (3/11) Purging ruby (2.7.3-r1) (4/11) Purging gmp-dev (6.2.1-r0) (5/11) Purging libgmpxx (6.2.1-r0) (6/11) Purging libucontext-dev (1.1-r0) (7/11) Purging libucontext (1.1-r0) (8/11) Purging ruby-libs (2.7.3-r1) (9/11) Purging gdbm (1.19-r0) (10/11) Purging readline (8.1.0-r0) (11/11) Purging yaml (0.2.5-r0) Executing busybox-1.33.1-r1.trigger OK: 312 MiB in 89 packages >>> ruby-posix-spawn: Updating the community/x86 repository index... >>> ruby-posix-spawn: Signing the index...