>>> ruby-json: Building community/ruby-json 2.9.1-r0 (using abuild 3.14.1-r5) started Tue, 31 Dec 2024 22:44:59 +0000 >>> ruby-json: Validating /home/buildozer/aports/community/ruby-json/APKBUILD... >>> ruby-json: Analyzing dependencies... >>> ruby-json: Installing for build: build-base ruby ruby-dev ruby-rake ruby-test-unit ruby-test-unit-ruby-core (1/16) Installing ca-certificates (20241010-r0) (2/16) Installing libffi (3.4.6-r0) (3/16) Installing yaml (0.2.5-r2) (4/16) Installing ruby-libs (3.3.6-r0) (5/16) Installing libucontext (1.3.2-r0) (6/16) Installing ruby (3.3.6-r0) (7/16) Installing ruby-rdoc (3.3.6-r0) (8/16) Installing libgmpxx (6.3.0-r2) (9/16) Installing gmp-dev (6.3.0-r2) (10/16) Installing libucontext-dev (1.3.2-r0) (11/16) Installing ruby-dev (3.3.6-r0) (12/16) Installing ruby-rake (13.2.1-r0) (13/16) Installing ruby-power_assert (2.0.4-r0) (14/16) Installing ruby-test-unit (3.6.2-r0) (15/16) Installing ruby-test-unit-ruby-core (1.0.5-r0) (16/16) Installing .makedepends-ruby-json (20241231.224502) Executing busybox-1.37.0-r10.trigger Executing ca-certificates-20241010-r0.trigger OK: 364 MiB in 118 packages >>> ruby-json: Cleaning up srcdir >>> ruby-json: Cleaning up pkgdir >>> ruby-json: Cleaning up tmpdir >>> ruby-json: Fetching https://distfiles.alpinelinux.org/distfiles/edge/ruby-json-2.9.1.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-json: Fetching ruby-json-2.9.1.tar.gz::https://github.com/flori/json/archive/refs/tags/v2.9.1.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 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 822k 0 822k 0 0 1017k 0 --:--:-- --:--:-- --:--:-- 1017k >>> ruby-json: Fetching https://distfiles.alpinelinux.org/distfiles/edge/ruby-json-2.9.1.tar.gz >>> ruby-json: Checking sha512sums... ruby-json-2.9.1.tar.gz: OK >>> ruby-json: Unpacking /var/cache/distfiles/edge/ruby-json-2.9.1.tar.gz... Successfully built RubyGem Name: json Version: 2.9.1 File: json-2.9.1.gem /usr/bin/ruby extconf.rb cd ext/json/ext/parser checking for rb_enc_interned_str() in ruby.h... yes checking for rb_hash_new_capa() in ruby.h... yes checking for rb_hash_bulk_insert() in ruby.h... yes checking for rb_category_warn() in ruby.h... yes checking for strnlen() in string.h... yes checking for whether -std=c99 is accepted as CFLAGS... yes creating Makefile gmake compiling parser.c linking shared-object json/ext/parser.so /usr/bin/ruby extconf.rb cd - cp ext/json/ext/parser/parser.so ext/json/ext cd ext/json/ext/generator checking for whether -std=c99 is accepted as CFLAGS... yes creating Makefile gmake compiling generator.c linking shared-object json/ext/generator.so /usr/bin/ruby -w -I"lib" /usr/lib/ruby/gems/3.3.0/gems/rake-13.2.1/lib/rake/rake_test_loader.rb "test/json/json_addition_test.rb" "test/json/json_common_interface_test.rb" "test/json/json_encoding_test.rb" "test/json/json_ext_parser_test.rb" "test/json/json_fixtures_test.rb" "test/json/json_generator_test.rb" "test/json/json_generic_object_test.rb" "test/json/json_parser_test.rb" "test/json/json_string_matching_test.rb" "test/json/ractor_test.rb" -v cd - cp ext/json/ext/generator/generator.so ext/json/ext Loaded suite /usr/lib/ruby/gems/3.3.0/gems/rake-13.2.1/lib/rake/rake_test_loader Started JSONAdditionTest: test_bigdecimal: .: (0.001388) test_core: .: (0.002834) test_deprecated_load_create_additions: .: (0.000574) test_extended_json: .: (0.000434) test_extended_json_default: .: (0.000322) test_extended_json_disabled: .: (0.000445) test_extended_json_fail1: .: (0.000404) test_extended_json_fail2: .: (0.000562) test_ostruct: .: (0.000672) test_rational_complex: .: (0.000452) test_raw_strings: .: (0.000936) test_set: .: (0.001088) test_utc_datetime: .: (0.001948) JSONCommonInterfaceTest: test_JSON: .: (0.000831) test_create_id: .: (0.000335) test_deep_const_get: .: (0.000438) test_dump: .: (0.002940) test_dump_in_io: .: (0.058412) test_dump_should_modify_defaults: .: (0.000361) test_fast_generate: .: (0.000248) test_generate: .: (0.000234) test_generator: .: (0.000307) test_index: .: (0.000510) test_load: .: (0.002819) test_load_file: .: (0.001159) test_load_file!: .: (0.001039) test_load_file_with_bad_default_external_encoding: .: (0.001047) test_load_file_with_option: .: (0.001257) test_load_file_with_option!: .: (0.001099) test_load_null: .: (0.000558) test_load_with_options: .: (0.000277) test_load_with_proc: .: (0.000475) test_parse: .: (0.000274) test_parse_bang: .: (0.000340) test_parser: .: (0.000271) test_pretty_generate: .: (0.000314) test_state: .: (0.000250) JSONEncodingTest: test_chars: .: (0.013346) test_generate: .: (0.000416) test_parse: .: (0.000521) test_unicode: .: (0.001313) JSONExtParserTest: test_allocate: .: (0.000688) test_error_messages: .: (0.000659) test_gc_stress: .: (0.001055) test_gc_stress_parser_new: .: (0.000310) JSONFixturesTest: test_failing: .: (0.005477) test_passing: .: (0.003160) test_sanity: .: (0.002619) JSONGeneratorTest: test_allow_nan: .: (0.003241) test_array_subclass_with_to_json: .: (0.000361) test_array_subclass_with_to_s: .: (0.000304) test_backslash: .: (0.000524) test_broken_bignum: .: (0.022674) test_buffer_initial_length: .: (0.000426) test_configure_hash_conversion: .: (0.000521) test_configure_using_configure_and_merge: .: (0.000623) test_custom_object_as_keys: .: (0.000665) test_depth: .: (0.001321) test_dump_strict: .: (0.000524) test_dump_unenclosed_hash: .: (0.000265) test_falsy_state: .: (0.000305) test_fast_generate: .: (0.000715) test_fast_state: .: (0.000473) test_gc: .: (1.009015) test_generate: .: (0.000751) test_generate_custom: .: (0.000329) test_generate_pretty: .: (0.000718) test_hash_likeness_set_string: .: (0.000778) test_hash_likeness_set_symbol: .: (0.000603) test_hash_subclass_with_to_json: .: (0.000423) test_hash_subclass_with_to_s: .: (0.000366) test_invalid_encoding_string: .: (0.006179) test_json_generate: .: (0.000471) test_json_generate_unsupported_types: .: (0.000428) test_nesting: .: (0.001494) test_nonutf8_encoding: .: (0.001519) test_own_state: .: (0.000602) test_pretty_state: .: (0.000458) test_safe_state: .: (0.000473) test_states: .: (0.001642) test_string_ext_included_calls_super: .: (0.000510) test_string_subclass: .: (0.000481) test_string_subclass_as_keys: .: (0.000290) test_string_subclass_with_to_json: .: (0.000383) test_string_subclass_with_to_s: .: (0.000351) test_to_json_called_with_state_object: .: (0.000458) test_valid_utf8_in_different_encoding: .: (0.000639) JSONGenericObjectTest: test_attributes: .: (0.004037) test_from_hash: .: (0.001122) test_generate_json: .: (0.001063) test_json_generic_object_load: .: (0.010485) test_parse_json: .: (0.001092) JSONInRactorTest: test_generate: /home/buildozer/aports/community/ruby-json/src/json-2.9.1/test/json/ractor_test.rb:13: warning: Ractor is experimental, and the behavior may change in future versions of Ruby! Also there are many implementation issues. .: (0.066427) JSONParserTest: test_argument_encoding_for_binary_unmodified: .: (0.000697) test_argument_encoding_unmodified: .: (0.000354) test_backslash: .: (0.000456) test_construction: .: (0.000326) test_error_message_encoding: .: (0.000634) test_freeze: .: (0.000687) test_generate_core_subclasses_with_default_to_json: .: (0.000415) test_generate_core_subclasses_with_new_to_json: .: (0.000766) test_generate_of_core_subclasses: .: (0.000437) test_nesting: .: (0.002103) test_parse_array_custom_array_derived_class: .: (0.000411) test_parse_array_custom_non_array_derived_class: .: (0.000353) test_parse_arrays: .: (0.000559) test_parse_arrays_with_allow_trailing_comma: .: (0.001412) test_parse_big_integers: .: (0.000564) test_parse_bigdecimals: .: (0.000464) test_parse_broken_string: .: (0.000657) test_parse_comments: .: (0.000630) test_parse_complex_objects: .: (0.077673) test_parse_error_incomplete_hash: .: (0.000448) test_parse_error_message_length: .: (0.000368) test_parse_generic_object: .: (0.000583) test_parse_json_primitive_values: .: (0.001006) test_parse_more_complex_arrays: .: (0.050766) test_parse_numbers: .: (0.001360) test_parse_object: .: (0.000331) test_parse_object_custom_hash_derived_class: .: (0.000359) test_parse_object_custom_non_hash_derived_class: .: (0.000482) test_parse_object_with_allow_trailing_comma: .: (0.001341) test_parse_simple_arrays: .: (0.000634) test_parse_simple_objects: .: (0.000786) test_parse_some_strings: .: (0.000370) test_parse_string_mixed_unicode: .: (0.000221) test_parse_values: .: (0.000578) test_parser_reset: .: (0.000277) test_parsing: .: (0.000237) test_parsing_frozen_ascii8bit_string: .: (0.000236) test_some_wrong_inputs: .: (0.001007) test_symbolize_names: .: (0.000377) JSONStringMatchingTest: test_match_date: .: (0.001865) Finished in 1.441311991 seconds. ------------------------------------------------------------------------------- 133 tests, 2186 assertions, 0 failures, 0 errors, 0 pendings, 0 omissions, 0 notifications 100% passed ------------------------------------------------------------------------------- 92.28 tests/s, 1516.67 assertions/s >>> ruby-json: Entering fakeroot... /home/buildozer/aports/community/ruby-json/pkg/ruby-json/usr/lib/ruby/gems/3.3.0/gems/json-2.9.1/BSDL /home/buildozer/aports/community/ruby-json/pkg/ruby-json/usr/lib/ruby/gems/3.3.0/gems/json-2.9.1/CHANGES.md /home/buildozer/aports/community/ruby-json/pkg/ruby-json/usr/lib/ruby/gems/3.3.0/gems/json-2.9.1/COPYING /home/buildozer/aports/community/ruby-json/pkg/ruby-json/usr/lib/ruby/gems/3.3.0/gems/json-2.9.1/LEGAL /home/buildozer/aports/community/ruby-json/pkg/ruby-json/usr/lib/ruby/gems/3.3.0/gems/json-2.9.1/README.md /home/buildozer/aports/community/ruby-json/pkg/ruby-json/usr/lib/ruby/gems/3.3.0/gems/json-2.9.1/ext/json/ext/fbuffer/fbuffer.h /home/buildozer/aports/community/ruby-json/pkg/ruby-json/usr/lib/ruby/gems/3.3.0/gems/json-2.9.1/ext/json/ext/generator/extconf.rb /home/buildozer/aports/community/ruby-json/pkg/ruby-json/usr/lib/ruby/gems/3.3.0/gems/json-2.9.1/ext/json/ext/generator/generator.c /home/buildozer/aports/community/ruby-json/pkg/ruby-json/usr/lib/ruby/gems/3.3.0/gems/json-2.9.1/ext/json/ext/parser/extconf.rb /home/buildozer/aports/community/ruby-json/pkg/ruby-json/usr/lib/ruby/gems/3.3.0/gems/json-2.9.1/ext/json/ext/parser/parser.c /home/buildozer/aports/community/ruby-json/pkg/ruby-json/usr/lib/ruby/gems/3.3.0/gems/json-2.9.1/ext/json/ext/parser/parser.rl /home/buildozer/aports/community/ruby-json/pkg/ruby-json/usr/lib/ruby/gems/3.3.0/gems/json-2.9.1/json.gemspec /home/buildozer/aports/community/ruby-json/pkg/ruby-json/usr/lib/ruby/gems/3.3.0/gems/json-2.9.1/lib/json.rb /home/buildozer/aports/community/ruby-json/pkg/ruby-json/usr/lib/ruby/gems/3.3.0/gems/json-2.9.1/lib/json/add/bigdecimal.rb /home/buildozer/aports/community/ruby-json/pkg/ruby-json/usr/lib/ruby/gems/3.3.0/gems/json-2.9.1/lib/json/add/complex.rb /home/buildozer/aports/community/ruby-json/pkg/ruby-json/usr/lib/ruby/gems/3.3.0/gems/json-2.9.1/lib/json/add/core.rb /home/buildozer/aports/community/ruby-json/pkg/ruby-json/usr/lib/ruby/gems/3.3.0/gems/json-2.9.1/lib/json/add/date.rb /home/buildozer/aports/community/ruby-json/pkg/ruby-json/usr/lib/ruby/gems/3.3.0/gems/json-2.9.1/lib/json/add/date_time.rb /home/buildozer/aports/community/ruby-json/pkg/ruby-json/usr/lib/ruby/gems/3.3.0/gems/json-2.9.1/lib/json/add/exception.rb /home/buildozer/aports/community/ruby-json/pkg/ruby-json/usr/lib/ruby/gems/3.3.0/gems/json-2.9.1/lib/json/add/ostruct.rb /home/buildozer/aports/community/ruby-json/pkg/ruby-json/usr/lib/ruby/gems/3.3.0/gems/json-2.9.1/lib/json/add/range.rb /home/buildozer/aports/community/ruby-json/pkg/ruby-json/usr/lib/ruby/gems/3.3.0/gems/json-2.9.1/lib/json/add/rational.rb /home/buildozer/aports/community/ruby-json/pkg/ruby-json/usr/lib/ruby/gems/3.3.0/gems/json-2.9.1/lib/json/add/regexp.rb /home/buildozer/aports/community/ruby-json/pkg/ruby-json/usr/lib/ruby/gems/3.3.0/gems/json-2.9.1/lib/json/add/set.rb /home/buildozer/aports/community/ruby-json/pkg/ruby-json/usr/lib/ruby/gems/3.3.0/gems/json-2.9.1/lib/json/add/struct.rb /home/buildozer/aports/community/ruby-json/pkg/ruby-json/usr/lib/ruby/gems/3.3.0/gems/json-2.9.1/lib/json/add/symbol.rb /home/buildozer/aports/community/ruby-json/pkg/ruby-json/usr/lib/ruby/gems/3.3.0/gems/json-2.9.1/lib/json/add/time.rb /home/buildozer/aports/community/ruby-json/pkg/ruby-json/usr/lib/ruby/gems/3.3.0/gems/json-2.9.1/lib/json/common.rb /home/buildozer/aports/community/ruby-json/pkg/ruby-json/usr/lib/ruby/gems/3.3.0/gems/json-2.9.1/lib/json/ext.rb /home/buildozer/aports/community/ruby-json/pkg/ruby-json/usr/lib/ruby/gems/3.3.0/gems/json-2.9.1/lib/json/ext/generator/state.rb /home/buildozer/aports/community/ruby-json/pkg/ruby-json/usr/lib/ruby/gems/3.3.0/gems/json-2.9.1/lib/json/generic_object.rb /home/buildozer/aports/community/ruby-json/pkg/ruby-json/usr/lib/ruby/gems/3.3.0/gems/json-2.9.1/lib/json/truffle_ruby/generator.rb /home/buildozer/aports/community/ruby-json/pkg/ruby-json/usr/lib/ruby/gems/3.3.0/gems/json-2.9.1/lib/json/version.rb Building native extensions. This could take a while... current directory: /home/buildozer/aports/community/ruby-json/pkg/ruby-json/usr/lib/ruby/gems/3.3.0/gems/json-2.9.1/ext/json/ext/generator ["/usr/bin/ruby", "extconf.rb"] checking for whether -std=c99 is accepted as CFLAGS... yes creating Makefile current directory: /home/buildozer/aports/community/ruby-json/pkg/ruby-json/usr/lib/ruby/gems/3.3.0/gems/json-2.9.1/ext/json/ext/generator ["make", "DESTDIR=", "sitearchdir=./.gem.20241231-1502-tx8lsw", "sitelibdir=./.gem.20241231-1502-tx8lsw", "clean"] current directory: /home/buildozer/aports/community/ruby-json/pkg/ruby-json/usr/lib/ruby/gems/3.3.0/gems/json-2.9.1/ext/json/ext/generator ["make", "DESTDIR=", "sitearchdir=./.gem.20241231-1502-tx8lsw", "sitelibdir=./.gem.20241231-1502-tx8lsw"] compiling generator.c linking shared-object json/ext/generator.so current directory: /home/buildozer/aports/community/ruby-json/pkg/ruby-json/usr/lib/ruby/gems/3.3.0/gems/json-2.9.1/ext/json/ext/generator ["make", "DESTDIR=", "sitearchdir=./.gem.20241231-1502-tx8lsw", "sitelibdir=./.gem.20241231-1502-tx8lsw", "install"] install -m 0755 generator.so ./.gem.20241231-1502-tx8lsw/json/ext current directory: /home/buildozer/aports/community/ruby-json/pkg/ruby-json/usr/lib/ruby/gems/3.3.0/gems/json-2.9.1/ext/json/ext/generator ["make", "DESTDIR=", "sitearchdir=./.gem.20241231-1502-tx8lsw", "sitelibdir=./.gem.20241231-1502-tx8lsw", "clean"] current directory: /home/buildozer/aports/community/ruby-json/pkg/ruby-json/usr/lib/ruby/gems/3.3.0/gems/json-2.9.1/ext/json/ext/generator /usr/bin/ruby extconf.rb current directory: /home/buildozer/aports/community/ruby-json/pkg/ruby-json/usr/lib/ruby/gems/3.3.0/gems/json-2.9.1/ext/json/ext/generator make DESTDIR\= sitearchdir\=./.gem.20241231-1502-tx8lsw sitelibdir\=./.gem.20241231-1502-tx8lsw clean current directory: /home/buildozer/aports/community/ruby-json/pkg/ruby-json/usr/lib/ruby/gems/3.3.0/gems/json-2.9.1/ext/json/ext/generator make DESTDIR\= sitearchdir\=./.gem.20241231-1502-tx8lsw sitelibdir\=./.gem.20241231-1502-tx8lsw current directory: /home/buildozer/aports/community/ruby-json/pkg/ruby-json/usr/lib/ruby/gems/3.3.0/gems/json-2.9.1/ext/json/ext/generator make DESTDIR\= sitearchdir\=./.gem.20241231-1502-tx8lsw sitelibdir\=./.gem.20241231-1502-tx8lsw install current directory: /home/buildozer/aports/community/ruby-json/pkg/ruby-json/usr/lib/ruby/gems/3.3.0/gems/json-2.9.1/ext/json/ext/generator make DESTDIR\= sitearchdir\=./.gem.20241231-1502-tx8lsw sitelibdir\=./.gem.20241231-1502-tx8lsw clean current directory: /home/buildozer/aports/community/ruby-json/pkg/ruby-json/usr/lib/ruby/gems/3.3.0/gems/json-2.9.1/ext/json/ext/parser ["/usr/bin/ruby", "extconf.rb"] checking for rb_enc_interned_str() in ruby.h... yes checking for rb_hash_new_capa() in ruby.h... yes checking for rb_hash_bulk_insert() in ruby.h... yes checking for rb_category_warn() in ruby.h... yes checking for strnlen() in string.h... yes checking for whether -std=c99 is accepted as CFLAGS... yes creating Makefile current directory: /home/buildozer/aports/community/ruby-json/pkg/ruby-json/usr/lib/ruby/gems/3.3.0/gems/json-2.9.1/ext/json/ext/parser ["make", "DESTDIR=", "sitearchdir=./.gem.20241231-1502-vix8rt", "sitelibdir=./.gem.20241231-1502-vix8rt", "clean"] current directory: /home/buildozer/aports/community/ruby-json/pkg/ruby-json/usr/lib/ruby/gems/3.3.0/gems/json-2.9.1/ext/json/ext/parser ["make", "DESTDIR=", "sitearchdir=./.gem.20241231-1502-vix8rt", "sitelibdir=./.gem.20241231-1502-vix8rt"] compiling parser.c linking shared-object json/ext/parser.so current directory: /home/buildozer/aports/community/ruby-json/pkg/ruby-json/usr/lib/ruby/gems/3.3.0/gems/json-2.9.1/ext/json/ext/parser ["make", "DESTDIR=", "sitearchdir=./.gem.20241231-1502-vix8rt", "sitelibdir=./.gem.20241231-1502-vix8rt", "install"] install -m 0755 parser.so ./.gem.20241231-1502-vix8rt/json/ext current directory: /home/buildozer/aports/community/ruby-json/pkg/ruby-json/usr/lib/ruby/gems/3.3.0/gems/json-2.9.1/ext/json/ext/parser ["make", "DESTDIR=", "sitearchdir=./.gem.20241231-1502-vix8rt", "sitelibdir=./.gem.20241231-1502-vix8rt", "clean"] current directory: /home/buildozer/aports/community/ruby-json/pkg/ruby-json/usr/lib/ruby/gems/3.3.0/gems/json-2.9.1/ext/json/ext/parser /usr/bin/ruby extconf.rb current directory: /home/buildozer/aports/community/ruby-json/pkg/ruby-json/usr/lib/ruby/gems/3.3.0/gems/json-2.9.1/ext/json/ext/parser make DESTDIR\= sitearchdir\=./.gem.20241231-1502-vix8rt sitelibdir\=./.gem.20241231-1502-vix8rt clean current directory: /home/buildozer/aports/community/ruby-json/pkg/ruby-json/usr/lib/ruby/gems/3.3.0/gems/json-2.9.1/ext/json/ext/parser make DESTDIR\= sitearchdir\=./.gem.20241231-1502-vix8rt sitelibdir\=./.gem.20241231-1502-vix8rt current directory: /home/buildozer/aports/community/ruby-json/pkg/ruby-json/usr/lib/ruby/gems/3.3.0/gems/json-2.9.1/ext/json/ext/parser make DESTDIR\= sitearchdir\=./.gem.20241231-1502-vix8rt sitelibdir\=./.gem.20241231-1502-vix8rt install current directory: /home/buildozer/aports/community/ruby-json/pkg/ruby-json/usr/lib/ruby/gems/3.3.0/gems/json-2.9.1/ext/json/ext/parser make DESTDIR\= sitearchdir\=./.gem.20241231-1502-vix8rt sitelibdir\=./.gem.20241231-1502-vix8rt clean Successfully installed json-2.9.1 1 gem installed >>> ruby-json*: Running postcheck for ruby-json >>> ruby-json*: Preparing package ruby-json... >>> ruby-json*: Stripping binaries >>> ruby-json*: Scanning shared objects >>> ruby-json*: Tracing dependencies... ruby so:libc.musl-riscv64.so.1 so:libruby.so.3.3 >>> ruby-json*: Package size: 228.9 KB >>> ruby-json*: Compressing data... >>> ruby-json*: Create checksum... >>> ruby-json*: Create ruby-json-2.9.1-r0.apk >>> ruby-json: Build complete at Tue, 31 Dec 2024 22:45:47 +0000 elapsed time 0h 0m 48s >>> ruby-json: Cleaning up srcdir >>> ruby-json: Cleaning up pkgdir >>> ruby-json: Uninstalling dependencies... (1/16) Purging .makedepends-ruby-json (20241231.224502) (2/16) Purging ruby-dev (3.3.6-r0) (3/16) Purging ruby-rdoc (3.3.6-r0) (4/16) Purging gmp-dev (6.3.0-r2) (5/16) Purging libgmpxx (6.3.0-r2) (6/16) Purging libucontext-dev (1.3.2-r0) (7/16) Purging ruby-rake (13.2.1-r0) (8/16) Purging ruby-test-unit (3.6.2-r0) (9/16) Purging ruby-power_assert (2.0.4-r0) (10/16) Purging ruby-test-unit-ruby-core (1.0.5-r0) (11/16) Purging ruby (3.3.6-r0) (12/16) Purging ca-certificates (20241010-r0) Executing ca-certificates-20241010-r0.post-deinstall (13/16) Purging libucontext (1.3.2-r0) (14/16) Purging ruby-libs (3.3.6-r0) (15/16) Purging yaml (0.2.5-r2) (16/16) Purging libffi (3.4.6-r0) Executing busybox-1.37.0-r10.trigger OK: 341 MiB in 102 packages >>> ruby-json: Updating the community/riscv64 repository index... >>> ruby-json: Signing the index...