>>> ruby-net-ftp: Building main/ruby-net-ftp 0.3.8-r1 (using abuild 3.17.0_rc1-r0) started Fri, 17 Apr 2026 23:31:46 +0000 >>> ruby-net-ftp: Validating /home/buildozer/aports/main/ruby-net-ftp/APKBUILD... >>> ruby-net-ftp: Analyzing dependencies... >>> ruby-net-ftp: Installing for build: build-base ruby ruby-rdoc ruby-test-unit ( 1/10) Installing ca-certificates (20260413-r0) ( 2/10) Installing libffi (3.5.2-r1) ( 3/10) Installing yaml (0.2.5-r2) ( 4/10) Installing ruby-libs (3.4.9-r0) ( 5/10) Installing libucontext (1.5-r0) ( 6/10) Installing ruby (3.4.9-r0) ( 7/10) Installing ruby-rdoc (3.4.9-r0) ( 8/10) Installing ruby-power_assert (2.0.5-r0) ( 9/10) Installing ruby-test-unit (3.6.8-r0) (10/10) Installing .makedepends-ruby-net-ftp (20260417.233152) Executing busybox-1.37.0-r31.trigger Executing ca-certificates-20260413-r0.trigger OK: 682.9 MiB in 112 packages >>> ruby-net-ftp: Cleaning up srcdir >>> ruby-net-ftp: Cleaning up pkgdir >>> ruby-net-ftp: Cleaning up tmpdir >>> ruby-net-ftp: Fetching https://distfiles.alpinelinux.org/distfiles/v3.24/net-ftp-0.3.8.tar.gz Connecting to distfiles.alpinelinux.org (172.105.82.32:443) wget: server returned error: HTTP/1.1 404 Not Found >>> ruby-net-ftp: Fetching https://github.com/ruby/net-ftp/archive/v0.3.8/net-ftp-0.3.8.tar.gz Connecting to github.com (140.82.121.4:443) Connecting to codeload.github.com (140.82.121.10:443) saving to '/var/cache/distfiles/v3.24/net-ftp-0.3.8.tar.gz.part' net-ftp-0.3.8.tar.gz 100% |********************************| 29780 0:00:00 ETA '/var/cache/distfiles/v3.24/net-ftp-0.3.8.tar.gz.part' saved /var/cache/distfiles/v3.24/net-ftp-0.3.8.tar.gz: OK /home/buildozer/aports/main/ruby-net-ftp/gemspec.patch: OK >>> ruby-net-ftp: Fetching https://distfiles.alpinelinux.org/distfiles/v3.24/net-ftp-0.3.8.tar.gz /var/cache/distfiles/v3.24/net-ftp-0.3.8.tar.gz: OK /home/buildozer/aports/main/ruby-net-ftp/gemspec.patch: OK >>> ruby-net-ftp: Unpacking /var/cache/distfiles/v3.24/net-ftp-0.3.8.tar.gz... >>> ruby-net-ftp: gemspec.patch patching file net-ftp.gemspec WARNING: description and summary are identical WARNING: open-ended dependency on net-protocol (>= 0) is not recommended use a bounded requirement, such as "~> x.y" WARNING: open-ended dependency on time (>= 0) is not recommended use a bounded requirement, such as "~> x.y" WARNING: You have specified the uri: https://github.com/ruby/net-ftp for all of the following keys: homepage_uri source_code_uri Only the first one will be shown on rubygems.org WARNING: See https://guides.rubygems.org/specification-reference/ for help Successfully built RubyGem Name: net-ftp Version: 0.3.8 File: net-ftp-0.3.8.gem Loaded suite -e Started BufferedSocketTest: test_gets_empty: .: (0.001247) test_gets_one_line: .: (0.000366) test_gets_one_line_without_term: .: (0.000333) test_gets_two_lines: .: (0.000367) test_gets_two_lines_without_term: .: (0.000421) test_read_nil: .: (0.000652) FTPTest: test_abort: .: (0.006256) test_abort_tls: .: (0.112039) test_active_clear_data_connection: .: (0.111470) test_active_private_data_connection: .: (0.117790) test_closed_when_not_connected: .: (0.000635) test_connect_fail: .: (0.002721) test_debug_print: .: (0.001394) test_features: .: (0.003262) test_features_not_implemented: .: (0.003144) test_getbinaryfile: .: (0.028717) test_getbinaryfile_command_injection: .: (0.022414) test_getbinaryfile_empty: .: (0.006489) test_getbinaryfile_error: .: (0.005554) test_getbinaryfile_in_list: .: (0.052468) test_getbinaryfile_with_filename_and_block: .: (0.011069) test_getmultiline: .: (0.003835) test_gettextfile: .: (0.053475) test_gettextfile_command_injection: .: (0.048256) test_gettextfile_with_filename_and_block: .: (0.047342) test_ignore_pasv_ip: .: (0.010308) test_implicit_login: .: (0.004345) test_list_fail: .: (0.005927) test_list_read_timeout_exceeded: .: (0.609215) test_list_read_timeout_not_exceeded: .: (0.311712) test_login: .: (0.003916) test_login_fail1: .: (0.004797) test_login_fail2: .: (0.005673) test_mdtm: .: (0.005015) test_mlsd: .: (0.055093) test_mlst: .: (0.104338) test_mtime: .: (0.006066) test_not_connected: .: (0.000624) test_open_data_port_fail_no_leak: .: (0.005249) test_option: .: (0.002799) test_option_not_implemented: .: (0.003020) test_parse227: .: (0.001850) test_parse229: .: (0.003608) test_parse257: .: (0.000816) test_parse_pasv_port: .: (0.000474) test_passive_clear_data_connection: .: (0.108019) test_passive_private_data_connection: .: (0.122867) test_pathnames: .: (0.207319) test_putbinaryfile_command_injection: .: (0.008088) test_putline_reject_crlf: .: (0.000751) test_puttextfile_command_injection: .: (0.050695) test_read_timeout_exceeded: .: (2.204150) test_read_timeout_not_exceeded: .: (0.304611) test_retrbinary_fail: .: (0.005342) test_retrbinary_read_timeout_exceeded: .: (1.106706) test_retrbinary_read_timeout_not_exceeded: .: (0.612435) test_retrlines: .: (0.051736) test_s_new_timeout_options: .: (0.000573) test_s_open: .: (0.003666) test_size: .: (0.003081) test_status: .: (0.004218) test_status_path: .: (0.004474) test_storbinary: .: (0.006367) test_storbinary_fail: .: (0.005356) test_system: .: (0.002776) test_time_parser: .: (0.004913) test_tls_connect_timeout: .: (0.112264) test_tls_post_connection_check: .: (0.047613) test_tls_unknown_ca: .: (0.050472) test_tls_verify_none: .: (0.092808) test_tls_with_ca_file: .: (0.095601) test_use_pasv_invalid_ip: .: (0.021108) test_use_pasv_ip: .: (0.013869) MLSxEntryTest: test_appendable?: .: (0.000790) test_creatable?: .: (0.000302) test_deletable?: .: (0.000360) test_directory?: .: (0.000416) test_directory_makable?: .: (0.000297) test_enterable?: .: (0.000283) test_file?: .: (0.000368) test_listable?: .: (0.000297) test_purgeable?: .: (0.000309) test_readable?: .: (0.000355) test_renamable?: .: (0.000322) test_writable?: .: (0.000285) Finished in 7.090895716 seconds. ------------------------------------------------------------------------------- 85 tests, 491 assertions, 0 failures, 0 errors, 0 pendings, 0 omissions, 0 notifications 100% passed ------------------------------------------------------------------------------- 11.99 tests/s, 69.24 assertions/s >>> ruby-net-ftp: Entering fakeroot... /home/buildozer/aports/main/ruby-net-ftp/pkg/ruby-net-ftp/usr/lib/ruby/gems/3.4.0/gems/net-ftp-0.3.8/lib/net/ftp.rb Successfully installed net-ftp-0.3.8 1 gem installed >>> ruby-net-ftp-doc*: Running split function doc... 'usr/lib/ruby/gems/3.4.0/doc' -> '/home/buildozer/aports/main/ruby-net-ftp/pkg/ruby-net-ftp-doc/usr/lib/ruby/gems/3.4.0/doc' >>> ruby-net-ftp-doc*: Preparing subpackage ruby-net-ftp-doc... Please specify at least one package name on the command line. >>> ruby-net-ftp-doc*: Running postcheck for ruby-net-ftp-doc >>> ruby-net-ftp*: Running postcheck for ruby-net-ftp >>> ruby-net-ftp*: Preparing package ruby-net-ftp... Please specify at least one package name on the command line. >>> ruby-net-ftp-doc*: Tracing dependencies... ruby >>> ruby-net-ftp-doc*: Package size: 1.0 B >>> ruby-net-ftp-doc*: Compressing data... >>> ruby-net-ftp-doc*: Create checksum... >>> ruby-net-ftp-doc*: Create ruby-net-ftp-doc-0.3.8-r1.apk >>> ruby-net-ftp*: Tracing dependencies... ruby >>> ruby-net-ftp*: Package size: 45.1 KB >>> ruby-net-ftp*: Compressing data... >>> ruby-net-ftp*: Create checksum... >>> ruby-net-ftp*: Create ruby-net-ftp-0.3.8-r1.apk >>> ruby-net-ftp: Build complete at Fri, 17 Apr 2026 23:32:07 +0000 elapsed time 0h 0m 21s >>> ruby-net-ftp: Cleaning up srcdir >>> ruby-net-ftp: Cleaning up pkgdir >>> ruby-net-ftp: Cleaning up tmpdir >>> ruby-net-ftp: Uninstalling dependencies... ( 1/10) Purging .makedepends-ruby-net-ftp (20260417.233152) ( 2/10) Purging ruby-rdoc (3.4.9-r0) ( 3/10) Purging ruby-test-unit (3.6.8-r0) ( 4/10) Purging ruby-power_assert (2.0.5-r0) ( 5/10) Purging ruby (3.4.9-r0) ( 6/10) Purging ca-certificates (20260413-r0) Executing ca-certificates-20260413-r0.post-deinstall ( 7/10) Purging libucontext (1.5-r0) ( 8/10) Purging ruby-libs (3.4.9-r0) ( 9/10) Purging yaml (0.2.5-r2) (10/10) Purging libffi (3.5.2-r1) Executing busybox-1.37.0-r31.trigger OK: 665.7 MiB in 102 packages >>> ruby-net-ftp: Updating the main/riscv64 repository index... >>> ruby-net-ftp: Signing the index...