>>> ruby-net-smtp: Building main/ruby-net-smtp 0.5.1-r0 (using abuild 3.15.0-r0) started Fri, 19 Sep 2025 14:22:26 +0000 >>> ruby-net-smtp: Validating /home/udu/aports/main/ruby-net-smtp/APKBUILD... >>> ruby-net-smtp: Analyzing dependencies... >>> ruby-net-smtp: Installing for build: build-base ruby ruby-rdoc ruby-test-unit WARNING: opening /home/udu/packages//main: No such file or directory fetch http://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz fetch http://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz (1/8) Installing yaml (0.2.5-r2) (2/8) Installing ruby-libs (3.4.4-r0) (3/8) Installing libucontext (1.3.2-r0) (4/8) Installing ruby (3.4.4-r0) (5/8) Installing ruby-rdoc (3.4.4-r0) (6/8) Installing ruby-power_assert (2.0.5-r0) (7/8) Installing ruby-test-unit (3.6.8-r0) (8/8) Installing .makedepends-ruby-net-smtp (20250919.142226) Executing busybox-1.37.0-r19.trigger OK: 316 MiB in 97 packages >>> ruby-net-smtp: Cleaning up srcdir >>> ruby-net-smtp: Cleaning up pkgdir >>> ruby-net-smtp: Cleaning up tmpdir >>> ruby-net-smtp: Fetching https://github.com/ruby/net-smtp/archive/v0.5.1/net-smtp-0.5.1.tar.gz >>> ruby-net-smtp: Fetching https://github.com/ruby/net-smtp/archive/v0.5.1/net-smtp-0.5.1.tar.gz >>> ruby-net-smtp: Checking sha512sums... net-smtp-0.5.1.tar.gz: OK gemspec.patch: OK >>> ruby-net-smtp: Unpacking /var/cache/distfiles/net-smtp-0.5.1.tar.gz... >>> ruby-net-smtp: gemspec.patch patching file net-smtp.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: You have specified the uri: https://github.com/ruby/net-smtp 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-smtp Version: 0.5.1 File: net-smtp-0.5.1.gem Loaded suite -e Started Net::SMTP::TestResponse: test_authentication_exception: .: (0.000112) test_bad_string: .: (0.000025) test_capabilities: .: (0.000038) test_capabilities_default: .: (0.000021) test_capabilities_multi: .: (0.000019) test_capabilities_value: .: (0.000017) test_continue?: .: (0.000024) test_default_exception: .: (0.000051) test_fatal_error: .: (0.000022) test_message: .: (0.000018) test_server_busy_exception: .: (0.000020) test_status_type_char: .: (0.000019) test_success?: .: (0.000018) test_syntax_error_exception: .: (0.000021) Net::TestSMTP: test_address: .: (0.000064) test_auth_login: .: (0.002128) test_auth_plain: .: (0.001214) test_auth_xoauth2: .: (0.001253) test_critical: .: (0.000197) test_crlf_injection: .: (0.000164) test_eof_error_backtrace: .: (0.001115) test_esmtp: .: (0.000071) test_mailfrom: .: (0.000988) test_mailfrom_with_address: .: (0.000924) test_mailfrom_with_smtputf_detection: .: (0.000883) test_non_continue_auth_login: .: (0.001051) test_rcptto: .: (0.001050) test_rcptto_with_address: .: (0.000916) test_rset: .: (0.001013) test_send_message: .: (0.041210) test_send_message_with_multiple_recipients: .: (0.042027) test_send_message_with_multiple_recipients_as_array: .: (0.044861) test_send_smtputf8_sender: .: (0.041995) test_send_smtputf8_sender_with_size: .: (0.042031) test_send_smtputf_recipient: .: (0.042907) test_send_smtputf_sender_without_server: .: (0.041921) test_server_capabilities: .: (0.001233) test_start: .: (0.001636) test_start_auth_cram_md5: .: (0.004444) test_start_auth_login: .: (0.002383) test_start_auth_plain: .: (0.003405) test_start_instance: .: (0.000830) test_start_instance_invalid_number_of_arguments: .: (0.000098) test_start_instance_password_is_secret: .: (0.000913) test_start_instance_with_keyword_argument: .: (0.000929) test_start_instance_with_position_argument: .: (0.000923) test_start_invalid_number_of_arguments: .: (0.000093) test_start_password_is_secret: .: (0.000906) test_start_with_keyword_argument: .: (0.000938) test_start_with_position_argument: .: (0.000908) test_start_with_starttls_always: .: (0.049847) test_start_with_starttls_auto: .: (0.047063) test_start_with_starttls_false: .: (0.002169) test_start_with_tls: .: (0.049404) test_tls_connect: .: (0.048978) test_tls_connect_timeout: .: (0.102055) test_unsuccessful_auth_login: .: (0.002275) test_unsuccessful_auth_plain: .: (0.001491) test_unsuccessful_auth_xoauth2: .: (0.001549) test_unsuccessful_data: .: (0.001749) test_unsuccessful_send_message_authentication_error: .: (0.000946) test_unsuccessful_send_message_fatal_error: .: (0.000995) test_unsuccessful_send_message_server_busy: .: (0.001062) test_unsuccessful_send_message_syntax_error: .: (0.001902) test_unsuccessful_send_message_unknown_error: .: (0.000814) test_with_starttls_always: .: (0.049054) test_with_starttls_auto: .: (0.048861) test_with_starttls_false: .: (0.001734) test_with_tls: .: (0.048364) Net::TestSSLContext: test_default: .: (0.006226) test_enable_starttls: .: (0.005156) test_enable_starttls_before_disable_tls: .: (0.007916) test_enable_tls: .: (0.008098) test_enable_tls_before_disable_starttls: .: (0.007835) test_ssl_context_params_after_initialize: .: (0.007933) test_start_with_ssl_context_params: .: (0.006162) test_start_with_tls_hostname: .: (0.007715) test_start_with_tls_verify_false: .: (0.007890) test_start_with_tls_verify_true: .: (0.005632) test_start_without_tls_hostname: .: (0.007889) test_starttls_close_socket_on_verify_failure: .: (0.007274) test_tls_hostname_after_initialize: .: (0.005252) test_tls_verify_false_after_initialize: .: (0.007664) test_tls_verify_true_after_initialize: .: (0.005911) Net::TestStarttls: test_default_with_starttls_capable: .: (0.000601) test_default_without_starttls_capable: .: (0.000396) test_disable_starttls: .: (0.000270) test_enable_starttls_and_enable_starttls_auto: .: (0.000144) test_enable_starttls_auto_with_starttls_capable: .: (0.000557) test_enable_starttls_with_starttls_capable: .: (0.000697) test_enable_starttls_without_starttls_capable: .: (0.000534) test_enable_tls_and_enable_starttls: .: (0.000239) test_enable_tls_and_enable_starttls_auto: .: (0.000187) test_tls_with_starttls_capable: .: (0.000652) test_tls_without_starttls_capable: .: (0.000079) Finished in 0.905660682 seconds. -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 95 tests, 170 assertions, 0 failures, 0 errors, 0 pendings, 0 omissions, 0 notifications 100% passed -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 104.90 tests/s, 187.71 assertions/s >>> ruby-net-smtp: Entering fakeroot... /home/udu/aports/main/ruby-net-smtp/pkg/ruby-net-smtp/usr/lib/ruby/gems/3.4.0/gems/net-smtp-0.5.1/lib/net/smtp.rb /home/udu/aports/main/ruby-net-smtp/pkg/ruby-net-smtp/usr/lib/ruby/gems/3.4.0/gems/net-smtp-0.5.1/lib/net/smtp/auth_cram_md5.rb /home/udu/aports/main/ruby-net-smtp/pkg/ruby-net-smtp/usr/lib/ruby/gems/3.4.0/gems/net-smtp-0.5.1/lib/net/smtp/auth_login.rb /home/udu/aports/main/ruby-net-smtp/pkg/ruby-net-smtp/usr/lib/ruby/gems/3.4.0/gems/net-smtp-0.5.1/lib/net/smtp/auth_plain.rb /home/udu/aports/main/ruby-net-smtp/pkg/ruby-net-smtp/usr/lib/ruby/gems/3.4.0/gems/net-smtp-0.5.1/lib/net/smtp/auth_xoauth2.rb /home/udu/aports/main/ruby-net-smtp/pkg/ruby-net-smtp/usr/lib/ruby/gems/3.4.0/gems/net-smtp-0.5.1/lib/net/smtp/authenticator.rb Successfully installed net-smtp-0.5.1 1 gem installed GET https://rubygems.org/latest_specs.4.8.gz 200 OK GET https://rubygems.org/quick/Marshal.4.8/rubygems-update-3.7.2.gemspec.rz 200 OK A new release of RubyGems is available: 3.6.7 → 3.7.2! Run `gem update --system 3.7.2` to update your installation. >>> ruby-net-smtp-doc*: Running split function doc... 'usr/lib/ruby/gems/3.4.0/doc' -> '/home/udu/aports/main/ruby-net-smtp/pkg/ruby-net-smtp-doc/usr/lib/ruby/gems/3.4.0/doc' >>> ruby-net-smtp-doc*: Preparing subpackage ruby-net-smtp-doc... >>> ruby-net-smtp-doc*: Running postcheck for ruby-net-smtp-doc >>> ruby-net-smtp*: Running postcheck for ruby-net-smtp >>> ruby-net-smtp*: Preparing package ruby-net-smtp... >>> ruby-net-smtp-doc*: Tracing dependencies... ruby >>> ruby-net-smtp-doc*: Package size: 1.0 B >>> ruby-net-smtp-doc*: Compressing data... >>> ruby-net-smtp-doc*: Create checksum... >>> ruby-net-smtp-doc*: Create ruby-net-smtp-doc-0.5.1-r0.apk >>> ruby-net-smtp*: Tracing dependencies... ruby >>> ruby-net-smtp*: Package size: 40.3 KB >>> ruby-net-smtp*: Compressing data... >>> ruby-net-smtp*: Create checksum... >>> ruby-net-smtp*: Create ruby-net-smtp-0.5.1-r0.apk >>> ruby-net-smtp: Build complete at Fri, 19 Sep 2025 14:22:29 +0000 elapsed time 0h 0m 3s >>> ruby-net-smtp: Cleaning up srcdir >>> ruby-net-smtp: Cleaning up pkgdir >>> ruby-net-smtp: Uninstalling dependencies... (1/8) Purging .makedepends-ruby-net-smtp (20250919.142226) (2/8) Purging ruby-rdoc (3.4.4-r0) (3/8) Purging ruby-test-unit (3.6.8-r0) (4/8) Purging ruby-power_assert (2.0.5-r0) (5/8) Purging ruby (3.4.4-r0) (6/8) Purging libucontext (1.3.2-r0) (7/8) Purging ruby-libs (3.4.4-r0) (8/8) Purging yaml (0.2.5-r2) Executing busybox-1.37.0-r19.trigger OK: 296 MiB in 89 packages >>> ruby-net-smtp: Updating the main/x86_64 repository index... >>> ruby-net-smtp: Signing the index...