==> Synchronizing chroot copy [/home/leming/armv7/root] -> [leming]...done
==> Making package: ruby-pycall 1.5.2-7 (Sat Jan 10 13:36:04 2026)
==> Retrieving sources...
  -> Updating pycall.rb git repo...
  -> Found ruby-pycall_fix_tests.patch
  -> Found fix-tests.patch
==> WARNING: Skipping verification of source file PGP signatures.
==> Validating source files with sha512sums...
    pycall.rb ... Passed
    ruby-pycall_fix_tests.patch ... Passed
    fix-tests.patch ... Passed
==> Validating source files with b2sums...
    pycall.rb ... Passed
    ruby-pycall_fix_tests.patch ... Passed
    fix-tests.patch ... Passed
==> Making package: ruby-pycall 1.5.2-7 (Sat Jan 10 20:36:31 2026)
==> Checking runtime dependencies...
==> Installing missing dependencies...
resolving dependencies...
looking for conflicting packages...

Packages (5) libyaml-0.2.5-3  mpdecimal-4.0.1-1  rubygems-3.6.9-1  python-3.14.2-2  ruby-3.4.7-2

Total Download Size:    3.61 MiB
Total Installed Size:  85.72 MiB

:: Proceed with installation? [Y/n] 
:: Retrieving packages...
 ruby-3.4.7-2-armv7h downloading...
 rubygems-3.6.9-1-any downloading...
 libyaml-0.2.5-3-armv7h downloading...
checking keyring...
checking package integrity...
loading package files...
checking for file conflicts...
checking available disk space...
:: Processing package changes...
installing libyaml...
installing rubygems...
installing ruby...
Optional dependencies for ruby
    tk: for Ruby/TK
    ruby-docs: Documentation for Ruby
    ruby-default-gems: Default gems which are part of Ruby StdLib
    ruby-bundled-gems: Bundled gems which are part of Ruby StdLib
    ruby-stdlib: Full Ruby StdLib including default gems, bundled gems and tools
installing mpdecimal...
installing python...
Optional dependencies for python
    python-setuptools: for building Python packages using tooling that is usually bundled with Python
    python-pip: for installing Python packages using tooling that is usually bundled with Python
    python-pipx: for installing Python software not packaged on Arch Linux
    sqlite: for a default database integration [installed]
    xz: for lzma [installed]
    tk: for tkinter
:: Running post-transaction hooks...
(1/1) Arming ConditionNeedsUpdate...
==> Checking buildtime dependencies...
==> Installing missing dependencies...
resolving dependencies...
looking for conflicting packages...

Packages (7) perl-error-0.17030-3  perl-mailtools-2.22-3  perl-timedate-2.33-9  ruby-erb-4.0.4-9  zlib-ng-2.3.2-1  git-2.52.0-2  ruby-rdoc-6.14.0-1

Total Download Size:    0.67 MiB
Total Installed Size:  52.93 MiB

:: Proceed with installation? [Y/n] 
:: Retrieving packages...
 ruby-rdoc-6.14.0-1-any downloading...
 ruby-erb-4.0.4-9-armv7h downloading...
checking keyring...
checking package integrity...
loading package files...
checking for file conflicts...
checking available disk space...
:: Processing package changes...
installing perl-error...
installing perl-timedate...
installing perl-mailtools...
installing zlib-ng...
installing git...
Optional dependencies for git
    git-zsh-completion: upstream zsh completion
    tk: gitk and git gui
    openssh: ssh transport and crypto
    man: show help with `git command --help`
    perl-libwww: git svn
    perl-term-readkey: git svn and interactive.singlekey setting
    perl-io-socket-ssl: git send-email TLS support
    perl-authen-sasl: git send-email TLS support
    perl-cgi: gitweb (web interface) support
    python: git svn & git p4 [installed]
    subversion: git svn
    org.freedesktop.secrets: keyring credential helper
    libsecret: libsecret credential helper [installed]
    less: the default pager for git
installing ruby-erb...
installing ruby-rdoc...
:: Running post-transaction hooks...
(1/3) Creating system user accounts...
Creating group 'git' with GID 968.
Creating user 'git' (git daemon user) with UID 968 and GID 968.
(2/3) Reloading system manager configuration...
  Skipped: Current root is not booted.
(3/3) Arming ConditionNeedsUpdate...
==> Retrieving sources...
  -> Found ruby-pycall_fix_tests.patch
  -> Found fix-tests.patch
==> WARNING: Skipping all source file integrity checks.
==> Extracting sources...
  -> Creating working copy of pycall.rb git repo...
Cloning into 'pycall.rb'...
done.
Switched to a new branch 'makepkg'
==> Starting prepare()...
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|From 91215201c7c91e92a5806e0f3a731d73052e226c Mon Sep 17 00:00:00 2001
|From: Anya Zenkina <annzenkina@gmail.com>
|Date: Thu, 2 Jan 2025 13:15:55 -0800
|Subject: [PATCH 1/4] Fix compatibility with Ruby 3.4.0 in ranges
|
|---
| spec/pycall/pyobject_wrapper_spec.rb | 2 +-
| 1 file changed, 1 insertion(+), 1 deletion(-)
|
|diff --git a/spec/pycall/pyobject_wrapper_spec.rb b/spec/pycall/pyobject_wrapper_spec.rb
|index 5b37c70c..e67570b1 100644
|--- a/spec/pycall/pyobject_wrapper_spec.rb
|+++ b/spec/pycall/pyobject_wrapper_spec.rb
--------------------------
patching file spec/pycall/pyobject_wrapper_spec.rb
Hunk #1 succeeded at 161.
patch: setting attribute security.SMACK64 for security.SMACK64: Operation not permitted
Hmm...  The next patch looks like a unified diff to me...
The text leading up to this was:
--------------------------
|
|From 76f1dfb7dee060441b92731eac6849354ed7b8c8 Mon Sep 17 00:00:00 2001
|From: Kenta Murata <3959+mrkn@users.noreply.github.com>
|Date: Wed, 9 Apr 2025 09:07:51 +0900
|Subject: [PATCH 2/4] Use (-1..0).step(-1) instead of (nil..nil).step(-1)
|
|---
| spec/pycall/pyobject_wrapper_spec.rb | 2 +-
| 1 file changed, 1 insertion(+), 1 deletion(-)
|
|diff --git a/spec/pycall/pyobject_wrapper_spec.rb b/spec/pycall/pyobject_wrapper_spec.rb
|index e67570b1..0fe2ba8f 100644
|--- a/spec/pycall/pyobject_wrapper_spec.rb
|+++ b/spec/pycall/pyobject_wrapper_spec.rb
--------------------------
patching file spec/pycall/pyobject_wrapper_spec.rb
Hunk #1 succeeded at 161.
patch: setting attribute security.SMACK64 for security.SMACK64: Operation not permitted
Hmm...  The next patch looks like a unified diff to me...
The text leading up to this was:
--------------------------
|
|From 61ba3efb00aeda5dac77de6c46108c45b21b956e Mon Sep 17 00:00:00 2001
|From: Sutou Kouhei <kou@clear-code.com>
|Date: Wed, 7 May 2025 09:30:09 +0900
|Subject: [PATCH 3/4] Revert changes
|
|---
| spec/pycall/pyobject_wrapper_spec.rb | 2 +-
| 1 file changed, 1 insertion(+), 1 deletion(-)
|
|diff --git a/spec/pycall/pyobject_wrapper_spec.rb b/spec/pycall/pyobject_wrapper_spec.rb
|index 0fe2ba8f..45425fec 100644
|--- a/spec/pycall/pyobject_wrapper_spec.rb
|+++ b/spec/pycall/pyobject_wrapper_spec.rb
--------------------------
patching file spec/pycall/pyobject_wrapper_spec.rb
Hunk #1 succeeded at 162.
patch: setting attribute security.SMACK64 for security.SMACK64: Operation not permitted
Hmm...  The next patch looks like a unified diff to me...
The text leading up to this was:
--------------------------
|
|From 58cc138066ad4411a24394bd790972a45b03ef84 Mon Sep 17 00:00:00 2001
|From: kojix2 <2xijok@gmail.com>
|Date: Sat, 3 May 2025 23:24:26 +0900
|Subject: [PATCH 4/4] Fix step behavior for beginless ranges in Ruby 3.4+
|
|See https://github.com/ruby/ruby/pull/7444
|---
| spec/pycall/pyobject_wrapper_spec.rb | 5 ++++-
| 1 file changed, 4 insertions(+), 1 deletion(-)
|
|diff --git a/spec/pycall/pyobject_wrapper_spec.rb b/spec/pycall/pyobject_wrapper_spec.rb
|index 45425fec..ac4b6430 100644
|--- a/spec/pycall/pyobject_wrapper_spec.rb
|+++ b/spec/pycall/pyobject_wrapper_spec.rb
--------------------------
patching file spec/pycall/pyobject_wrapper_spec.rb
Hunk #1 succeeded at 162.
patch: setting attribute security.SMACK64 for security.SMACK64: Operation not permitted
done
patching file spec/pycall_spec.rb
patch: setting attribute security.SMACK64 for security.SMACK64: Operation not permitted
==> Starting build()...
WARNING:  description and summary are identical
WARNING:  open-ended dependency on bundler (>= 0, development) is not recommended
  use a bounded requirement, such as "~> x.y"
WARNING:  open-ended dependency on rake (>= 0, development) is not recommended
  use a bounded requirement, such as "~> x.y"
WARNING:  open-ended dependency on rake-compiler (>= 0, development) is not recommended
  use a bounded requirement, such as "~> x.y"
WARNING:  open-ended dependency on rspec (>= 0, development) is not recommended
  use a bounded requirement, such as "~> x.y"
WARNING:  open-ended dependency on pry (>= 0, development) is not recommended
  use a bounded requirement, such as "~> x.y"
WARNING:  open-ended dependency on pry-byebug (>= 0, development) is not recommended
  use a bounded requirement, such as "~> x.y"
WARNING:  open-ended dependency on test-unit (>= 0, development) is not recommended
  use a bounded requirement, such as "~> x.y"
WARNING:  make sure you specify the oldest ruby version constraint (like ">= 3.0") that you want your gem to support by setting the `required_ruby_version` gemspec attribute
WARNING:  See https://guides.rubygems.org/specification-reference/ for help
  Successfully built RubyGem
  Name: pycall
  Version: 1.5.2
  File: pycall-1.5.2.gem
/build/ruby-pycall/src/pycall.rb/tmp_install/usr/lib/ruby/gems/3.4.0/gems/pycall-1.5.2/.github/dependabot.yml
/build/ruby-pycall/src/pycall.rb/tmp_install/usr/lib/ruby/gems/3.4.0/gems/pycall-1.5.2/.github/workflows/ci.yml
/build/ruby-pycall/src/pycall.rb/tmp_install/usr/lib/ruby/gems/3.4.0/gems/pycall-1.5.2/.github/workflows/windows.yml
/build/ruby-pycall/src/pycall.rb/tmp_install/usr/lib/ruby/gems/3.4.0/gems/pycall-1.5.2/.gitignore
/build/ruby-pycall/src/pycall.rb/tmp_install/usr/lib/ruby/gems/3.4.0/gems/pycall-1.5.2/.rspec
/build/ruby-pycall/src/pycall.rb/tmp_install/usr/lib/ruby/gems/3.4.0/gems/pycall-1.5.2/CHANGES.md
/build/ruby-pycall/src/pycall.rb/tmp_install/usr/lib/ruby/gems/3.4.0/gems/pycall-1.5.2/Gemfile
/build/ruby-pycall/src/pycall.rb/tmp_install/usr/lib/ruby/gems/3.4.0/gems/pycall-1.5.2/LICENSE.txt
/build/ruby-pycall/src/pycall.rb/tmp_install/usr/lib/ruby/gems/3.4.0/gems/pycall-1.5.2/README.md
/build/ruby-pycall/src/pycall.rb/tmp_install/usr/lib/ruby/gems/3.4.0/gems/pycall-1.5.2/Rakefile
/build/ruby-pycall/src/pycall.rb/tmp_install/usr/lib/ruby/gems/3.4.0/gems/pycall-1.5.2/bin/console
/build/ruby-pycall/src/pycall.rb/tmp_install/usr/lib/ruby/gems/3.4.0/gems/pycall-1.5.2/bin/guard
/build/ruby-pycall/src/pycall.rb/tmp_install/usr/lib/ruby/gems/3.4.0/gems/pycall-1.5.2/bin/rspec
/build/ruby-pycall/src/pycall.rb/tmp_install/usr/lib/ruby/gems/3.4.0/gems/pycall-1.5.2/bin/runner
/build/ruby-pycall/src/pycall.rb/tmp_install/usr/lib/ruby/gems/3.4.0/gems/pycall-1.5.2/bin/setup
/build/ruby-pycall/src/pycall.rb/tmp_install/usr/lib/ruby/gems/3.4.0/gems/pycall-1.5.2/ci/travis_before_script.sh
/build/ruby-pycall/src/pycall.rb/tmp_install/usr/lib/ruby/gems/3.4.0/gems/pycall-1.5.2/ci/travis_install.sh
/build/ruby-pycall/src/pycall.rb/tmp_install/usr/lib/ruby/gems/3.4.0/gems/pycall-1.5.2/ci/travis_retry.sh
/build/ruby-pycall/src/pycall.rb/tmp_install/usr/lib/ruby/gems/3.4.0/gems/pycall-1.5.2/config/Guardfile
/build/ruby-pycall/src/pycall.rb/tmp_install/usr/lib/ruby/gems/3.4.0/gems/pycall-1.5.2/docker/Dockerfile
/build/ruby-pycall/src/pycall.rb/tmp_install/usr/lib/ruby/gems/3.4.0/gems/pycall-1.5.2/docker/Gemfile
/build/ruby-pycall/src/pycall.rb/tmp_install/usr/lib/ruby/gems/3.4.0/gems/pycall-1.5.2/docker/README.md
/build/ruby-pycall/src/pycall.rb/tmp_install/usr/lib/ruby/gems/3.4.0/gems/pycall-1.5.2/examples/classifier_comparison.rb
/build/ruby-pycall/src/pycall.rb/tmp_install/usr/lib/ruby/gems/3.4.0/gems/pycall-1.5.2/examples/datascience_rb_20170519.ipynb
/build/ruby-pycall/src/pycall.rb/tmp_install/usr/lib/ruby/gems/3.4.0/gems/pycall-1.5.2/examples/hist.rb
/build/ruby-pycall/src/pycall.rb/tmp_install/usr/lib/ruby/gems/3.4.0/gems/pycall-1.5.2/examples/notebooks/classifier_comparison.ipynb
/build/ruby-pycall/src/pycall.rb/tmp_install/usr/lib/ruby/gems/3.4.0/gems/pycall-1.5.2/examples/notebooks/forest_importances.ipynb
/build/ruby-pycall/src/pycall.rb/tmp_install/usr/lib/ruby/gems/3.4.0/gems/pycall-1.5.2/examples/notebooks/iruby_integration.ipynb
/build/ruby-pycall/src/pycall.rb/tmp_install/usr/lib/ruby/gems/3.4.0/gems/pycall-1.5.2/examples/notebooks/leaflet.ipynb
/build/ruby-pycall/src/pycall.rb/tmp_install/usr/lib/ruby/gems/3.4.0/gems/pycall-1.5.2/examples/notebooks/lorenz_attractor.ipynb
/build/ruby-pycall/src/pycall.rb/tmp_install/usr/lib/ruby/gems/3.4.0/gems/pycall-1.5.2/examples/notebooks/polar_axes.ipynb
/build/ruby-pycall/src/pycall.rb/tmp_install/usr/lib/ruby/gems/3.4.0/gems/pycall-1.5.2/examples/notebooks/sum_benchmarking.ipynb
/build/ruby-pycall/src/pycall.rb/tmp_install/usr/lib/ruby/gems/3.4.0/gems/pycall-1.5.2/examples/notebooks/xkcd_style.ipynb
/build/ruby-pycall/src/pycall.rb/tmp_install/usr/lib/ruby/gems/3.4.0/gems/pycall-1.5.2/examples/plot_forest_importances_faces.rb
/build/ruby-pycall/src/pycall.rb/tmp_install/usr/lib/ruby/gems/3.4.0/gems/pycall-1.5.2/examples/sum_benchmarking.rb
/build/ruby-pycall/src/pycall.rb/tmp_install/usr/lib/ruby/gems/3.4.0/gems/pycall-1.5.2/ext/pycall/extconf.rb
/build/ruby-pycall/src/pycall.rb/tmp_install/usr/lib/ruby/gems/3.4.0/gems/pycall-1.5.2/ext/pycall/gc.c
/build/ruby-pycall/src/pycall.rb/tmp_install/usr/lib/ruby/gems/3.4.0/gems/pycall-1.5.2/ext/pycall/libpython.c
/build/ruby-pycall/src/pycall.rb/tmp_install/usr/lib/ruby/gems/3.4.0/gems/pycall-1.5.2/ext/pycall/pycall.c
/build/ruby-pycall/src/pycall.rb/tmp_install/usr/lib/ruby/gems/3.4.0/gems/pycall-1.5.2/ext/pycall/pycall.h
/build/ruby-pycall/src/pycall.rb/tmp_install/usr/lib/ruby/gems/3.4.0/gems/pycall-1.5.2/ext/pycall/pycall_internal.h
/build/ruby-pycall/src/pycall.rb/tmp_install/usr/lib/ruby/gems/3.4.0/gems/pycall-1.5.2/ext/pycall/range.c
/build/ruby-pycall/src/pycall.rb/tmp_install/usr/lib/ruby/gems/3.4.0/gems/pycall-1.5.2/ext/pycall/ruby_wrapper.c
/build/ruby-pycall/src/pycall.rb/tmp_install/usr/lib/ruby/gems/3.4.0/gems/pycall-1.5.2/ext/pycall/thread.c
/build/ruby-pycall/src/pycall.rb/tmp_install/usr/lib/ruby/gems/3.4.0/gems/pycall-1.5.2/images/pycallrb_logo.png
/build/ruby-pycall/src/pycall.rb/tmp_install/usr/lib/ruby/gems/3.4.0/gems/pycall-1.5.2/images/pycallrb_logo_200.png
/build/ruby-pycall/src/pycall.rb/tmp_install/usr/lib/ruby/gems/3.4.0/gems/pycall-1.5.2/lib/pycall.rb
/build/ruby-pycall/src/pycall.rb/tmp_install/usr/lib/ruby/gems/3.4.0/gems/pycall-1.5.2/lib/pycall/dict.rb
/build/ruby-pycall/src/pycall.rb/tmp_install/usr/lib/ruby/gems/3.4.0/gems/pycall-1.5.2/lib/pycall/error.rb
/build/ruby-pycall/src/pycall.rb/tmp_install/usr/lib/ruby/gems/3.4.0/gems/pycall-1.5.2/lib/pycall/gc_guard.rb
/build/ruby-pycall/src/pycall.rb/tmp_install/usr/lib/ruby/gems/3.4.0/gems/pycall-1.5.2/lib/pycall/import.rb
/build/ruby-pycall/src/pycall.rb/tmp_install/usr/lib/ruby/gems/3.4.0/gems/pycall-1.5.2/lib/pycall/init.rb
/build/ruby-pycall/src/pycall.rb/tmp_install/usr/lib/ruby/gems/3.4.0/gems/pycall-1.5.2/lib/pycall/iruby_helper.rb
/build/ruby-pycall/src/pycall.rb/tmp_install/usr/lib/ruby/gems/3.4.0/gems/pycall-1.5.2/lib/pycall/iterable_wrapper.rb
/build/ruby-pycall/src/pycall.rb/tmp_install/usr/lib/ruby/gems/3.4.0/gems/pycall-1.5.2/lib/pycall/libpython.rb
/build/ruby-pycall/src/pycall.rb/tmp_install/usr/lib/ruby/gems/3.4.0/gems/pycall-1.5.2/lib/pycall/libpython/finder.rb
/build/ruby-pycall/src/pycall.rb/tmp_install/usr/lib/ruby/gems/3.4.0/gems/pycall-1.5.2/lib/pycall/libpython/pyobject_struct.rb
/build/ruby-pycall/src/pycall.rb/tmp_install/usr/lib/ruby/gems/3.4.0/gems/pycall-1.5.2/lib/pycall/libpython/pytypeobject_struct.rb
/build/ruby-pycall/src/pycall.rb/tmp_install/usr/lib/ruby/gems/3.4.0/gems/pycall-1.5.2/lib/pycall/list.rb
/build/ruby-pycall/src/pycall.rb/tmp_install/usr/lib/ruby/gems/3.4.0/gems/pycall-1.5.2/lib/pycall/pretty_print.rb
/build/ruby-pycall/src/pycall.rb/tmp_install/usr/lib/ruby/gems/3.4.0/gems/pycall-1.5.2/lib/pycall/pyerror.rb
/build/ruby-pycall/src/pycall.rb/tmp_install/usr/lib/ruby/gems/3.4.0/gems/pycall-1.5.2/lib/pycall/pymodule_wrapper.rb
/build/ruby-pycall/src/pycall.rb/tmp_install/usr/lib/ruby/gems/3.4.0/gems/pycall-1.5.2/lib/pycall/pyobject_wrapper.rb
/build/ruby-pycall/src/pycall.rb/tmp_install/usr/lib/ruby/gems/3.4.0/gems/pycall-1.5.2/lib/pycall/python/PyCall/__init__.py
/build/ruby-pycall/src/pycall.rb/tmp_install/usr/lib/ruby/gems/3.4.0/gems/pycall-1.5.2/lib/pycall/python/PyCall/six.py
/build/ruby-pycall/src/pycall.rb/tmp_install/usr/lib/ruby/gems/3.4.0/gems/pycall-1.5.2/lib/pycall/python/investigator.py
/build/ruby-pycall/src/pycall.rb/tmp_install/usr/lib/ruby/gems/3.4.0/gems/pycall-1.5.2/lib/pycall/pytypeobject_wrapper.rb
/build/ruby-pycall/src/pycall.rb/tmp_install/usr/lib/ruby/gems/3.4.0/gems/pycall-1.5.2/lib/pycall/set.rb
/build/ruby-pycall/src/pycall.rb/tmp_install/usr/lib/ruby/gems/3.4.0/gems/pycall-1.5.2/lib/pycall/slice.rb
/build/ruby-pycall/src/pycall.rb/tmp_install/usr/lib/ruby/gems/3.4.0/gems/pycall-1.5.2/lib/pycall/version.rb
/build/ruby-pycall/src/pycall.rb/tmp_install/usr/lib/ruby/gems/3.4.0/gems/pycall-1.5.2/lib/pycall/wrapper_object_cache.rb
/build/ruby-pycall/src/pycall.rb/tmp_install/usr/lib/ruby/gems/3.4.0/gems/pycall-1.5.2/pycall.gemspec
/build/ruby-pycall/src/pycall.rb/tmp_install/usr/lib/ruby/gems/3.4.0/gems/pycall-1.5.2/tasks/docker.rake
/build/ruby-pycall/src/pycall.rb/tmp_install/usr/lib/ruby/gems/3.4.0/gems/pycall-1.5.2/tasks/pycall.rake
Building native extensions. This could take a while...
current directory: /build/ruby-pycall/src/pycall.rb/tmp_install/usr/lib/ruby/gems/3.4.0/gems/pycall-1.5.2/ext/pycall
["/usr/bin/ruby", "extconf.rb"]
checking for RTYPEDDATA_GET_DATA()... yes
creating Makefile
current directory: /build/ruby-pycall/src/pycall.rb/tmp_install/usr/lib/ruby/gems/3.4.0/gems/pycall-1.5.2/ext/pycall
["make", "DESTDIR=", "sitearchdir=./.gem.20260110-1089-yp9zjr", "sitelibdir=./.gem.20260110-1089-yp9zjr", "clean"]
current directory: /build/ruby-pycall/src/pycall.rb/tmp_install/usr/lib/ruby/gems/3.4.0/gems/pycall-1.5.2/ext/pycall
["make", "DESTDIR=", "sitearchdir=./.gem.20260110-1089-yp9zjr", "sitelibdir=./.gem.20260110-1089-yp9zjr"]
compiling gc.c
compiling libpython.c
compiling pycall.c
compiling range.c
compiling ruby_wrapper.c
compiling thread.c
linking shared-object pycall.so
current directory: /build/ruby-pycall/src/pycall.rb/tmp_install/usr/lib/ruby/gems/3.4.0/gems/pycall-1.5.2/ext/pycall
["make", "DESTDIR=", "sitearchdir=./.gem.20260110-1089-yp9zjr", "sitelibdir=./.gem.20260110-1089-yp9zjr", "install"]
/usr/bin/install -c -m 0755 pycall.so ./.gem.20260110-1089-yp9zjr
current directory: /build/ruby-pycall/src/pycall.rb/tmp_install/usr/lib/ruby/gems/3.4.0/gems/pycall-1.5.2/ext/pycall
["make", "DESTDIR=", "sitearchdir=./.gem.20260110-1089-yp9zjr", "sitelibdir=./.gem.20260110-1089-yp9zjr", "clean"]
current directory: /build/ruby-pycall/src/pycall.rb/tmp_install/usr/lib/ruby/gems/3.4.0/gems/pycall-1.5.2/ext/pycall
/usr/bin/ruby extconf.rb
current directory: /build/ruby-pycall/src/pycall.rb/tmp_install/usr/lib/ruby/gems/3.4.0/gems/pycall-1.5.2/ext/pycall
make DESTDIR\= sitearchdir\=./.gem.20260110-1089-yp9zjr sitelibdir\=./.gem.20260110-1089-yp9zjr clean
current directory: /build/ruby-pycall/src/pycall.rb/tmp_install/usr/lib/ruby/gems/3.4.0/gems/pycall-1.5.2/ext/pycall
make DESTDIR\= sitearchdir\=./.gem.20260110-1089-yp9zjr sitelibdir\=./.gem.20260110-1089-yp9zjr
current directory: /build/ruby-pycall/src/pycall.rb/tmp_install/usr/lib/ruby/gems/3.4.0/gems/pycall-1.5.2/ext/pycall
make DESTDIR\= sitearchdir\=./.gem.20260110-1089-yp9zjr sitelibdir\=./.gem.20260110-1089-yp9zjr install
current directory: /build/ruby-pycall/src/pycall.rb/tmp_install/usr/lib/ruby/gems/3.4.0/gems/pycall-1.5.2/ext/pycall
make DESTDIR\= sitearchdir\=./.gem.20260110-1089-yp9zjr sitelibdir\=./.gem.20260110-1089-yp9zjr clean
Successfully installed pycall-1.5.2
Parsing documentation for pycall-1.5.2
Parsing sources...
  2% [ 1/35]  ext/pycall/Makefile
  5% [ 2/35]  ext/pycall/extconf.rb
  8% [ 3/35]  ext/pycall/gc.c
 11% [ 4/35]  ext/pycall/libpython.c
 14% [ 5/35]  ext/pycall/pycall.c
 17% [ 6/35]  ext/pycall/pycall.h
 20% [ 7/35]  ext/pycall/pycall_internal.h
 22% [ 8/35]  ext/pycall/range.c
 25% [ 9/35]  ext/pycall/ruby_wrapper.c
 28% [10/35]  ext/pycall/thread.c
 31% [11/35]  lib/pycall.rb
 34% [12/35]  lib/pycall/dict.rb
 37% [13/35]  lib/pycall/error.rb
 40% [14/35]  lib/pycall/gc_guard.rb
 42% [15/35]  lib/pycall/import.rb
 45% [16/35]  lib/pycall/init.rb
 48% [17/35]  lib/pycall/iruby_helper.rb
 51% [18/35]  lib/pycall/iterable_wrapper.rb
 54% [19/35]  lib/pycall/libpython.rb
 57% [20/35]  lib/pycall/libpython/finder.rb
 60% [21/35]  lib/pycall/libpython/pyobject_struct.rb
 62% [22/35]  lib/pycall/libpython/pytypeobject_struct.rb
 65% [23/35]  lib/pycall/list.rb
 68% [24/35]  lib/pycall/pretty_print.rb
 71% [25/35]  lib/pycall/pyerror.rb
 74% [26/35]  lib/pycall/pymodule_wrapper.rb
 77% [27/35]  lib/pycall/pyobject_wrapper.rb
 80% [28/35]  lib/pycall/python/PyCall/__init__.py
 82% [29/35]  lib/pycall/python/PyCall/six.py
 85% [30/35]  lib/pycall/python/investigator.py
 88% [31/35]  lib/pycall/pytypeobject_wrapper.rb
 91% [32/35]  lib/pycall/set.rb
 94% [33/35]  lib/pycall/slice.rb
 97% [34/35]  lib/pycall/version.rb
100% [35/35]  lib/pycall/wrapper_object_cache.rb

Installing ri documentation for pycall-1.5.2
Done installing documentation for pycall after 1 seconds
1 gem installed
GET https://rubygems.org/latest_specs.4.8.gz
200 OK
GET https://rubygems.org/quick/Marshal.4.8/rubygems-update-4.0.3.gemspec.rz
200 OK

A new release of RubyGems is available: 3.6.9 → 4.0.3!
Run `gem update --system 4.0.3` to update your installation.

removed 'tmp_install/usr/lib/ruby/gems/3.4.0/cache/pycall-1.5.2.gem'
removed directory 'tmp_install/usr/lib/ruby/gems/3.4.0/cache/'
==> Entering fakeroot environment...
==> Starting package()...
==> Tidying install...
  -> Removing libtool files...
  -> Purging unreproducible ruby files...
  -> Removing static library files...
  -> Purging unwanted files...
  -> Removing empty directories...
  -> Stripping unneeded symbols from binaries and libraries...
  -> Compressing man and info pages...
==> Checking for packaging issues...
==> Creating package "ruby-pycall"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: ruby-pycall 1.5.2-7 (Sat Jan 10 20:37:28 2026)
==> Cleaning up...
[?12l[?25h