>>> ruby-net-imap: Building main/ruby-net-imap 0.5.8-r0 (using abuild 3.15.0_rc3-r1) started Mon, 05 May 2025 22:18:00 +0000 >>> ruby-net-imap: Validating /home/buildozer/aports/main/ruby-net-imap/APKBUILD... >>> ruby-net-imap: Analyzing dependencies... >>> ruby-net-imap: Installing for build: build-base ruby ruby-rdoc ruby-base64 ruby-rake ruby-test-unit ruby-test-unit-ruby-core (1/13) Installing ca-certificates (20241121-r2) (2/13) Installing libffi (3.4.8-r0) (3/13) Installing yaml (0.2.5-r2) (4/13) Installing ruby-libs (3.4.3-r0) (5/13) Installing libucontext (1.3.2-r0) (6/13) Installing ruby (3.4.3-r0) (7/13) Installing ruby-rdoc (3.4.3-r0) (8/13) Installing ruby-base64 (0.2.0-r1) (9/13) Installing ruby-rake (13.2.1-r1) (10/13) Installing ruby-power_assert (2.0.5-r0) (11/13) Installing ruby-test-unit (3.6.8-r0) (12/13) Installing ruby-test-unit-ruby-core (1.0.6-r0) (13/13) Installing .makedepends-ruby-net-imap (20250505.221803) Executing busybox-1.37.0-r16.trigger Executing ca-certificates-20241121-r2.trigger OK: 299 MiB in 116 packages >>> ruby-net-imap: Cleaning up srcdir >>> ruby-net-imap: Cleaning up pkgdir >>> ruby-net-imap: Cleaning up tmpdir >>> ruby-net-imap: Fetching https://distfiles.alpinelinux.org/distfiles/edge/net-imap-0.5.8.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-net-imap: Fetching https://github.com/ruby/net-imap/archive/v0.5.8/net-imap-0.5.8.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 21 292k 21 65536 0 0 33017 0 0:00:09 0:00:01 0:00:08 33017 100 292k 100 292k 0 0 125k 0 0:00:02 0:00:02 --:--:-- 675k >>> ruby-net-imap: Fetching https://distfiles.alpinelinux.org/distfiles/edge/net-imap-0.5.8.tar.gz >>> ruby-net-imap: Checking sha512sums... net-imap-0.5.8.tar.gz: OK gemspec.patch: OK no-simplecov.patch: OK >>> ruby-net-imap: Unpacking /var/cache/distfiles/net-imap-0.5.8.tar.gz... >>> ruby-net-imap: gemspec.patch patching file net-imap.gemspec >>> ruby-net-imap: no-simplecov.patch patching file test/lib/helper.rb 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 date (>= 0) is not recommended use a bounded requirement, such as "~> x.y" WARNING: You have specified the uri: https://github.com/ruby/net-imap 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-imap Version: 0.5.8 File: net-imap-0.5.8.gem Loaded suite /usr/lib/ruby/gems/3.4.0/gems/rake-13.2.1/lib/rake/rake_test_loader Started ConfigTest: test: #clone: .: (0.001830) test: #debug: .: (0.000885) test: #dup: .: (0.000557) test: #freeze: .: (0.000540) test: #inherited? and #reset(attr): .: (0.001017) test: #load_defaults: .: (0.002012) test: #max_response_size=(Integer | nil): .: (0.000791) test: #new and inheritance: .: (0.000978) test: #reset all attributes: .: (0.000594) test: #to_h: .: (0.000720) test: #update: .: (0.000471) test: #update with invalid key name: .: (0.000621) test: #update with invalid value: .: (0.000592) test: #with: .: (0.001033) test: .[] for all version_defaults: .: (0.000983) test: .[] for all x.y versions: .: (0.001174) test: .[] key errors: .: (0.000687) test: .[] range errors: .: (0.000975) test: .[] with a hash: .: (0.000633) test: .[] with object responding to to_sym, to_r, or to_f: .: (0.000986) test: .[] with string names: .: (0.000590) test: .[] with symbol names: .: (0.000566) test: .default: .: (0.000378) test: .global: .: (0.000525) test: .new always sets a parent: .: (0.000852) test: .new(parent, ...) and inheritance: .: (0.000928) test: .version_defaults are all frozen, and inherit debug from global:.: (0.015865) test: Config[:default] and Config[:current] both hold default config: .: (0.000623) test: Net::IMAP.config: .: (0.000298) test: boolean type constraints and conversion: .: (0.000396) test: enum type constraint: .: (0.000885) test: integer type constraints and conversion: .: (0.000588) ConnectionStateTest: test: #authenticated?: .: (0.000902) test: #deconstruct: .: (0.000452) test: #deconstruct_keys: .: (0.000898) test: #logout?: .: (0.000417) test: #name: .: (0.000454) test: #not_authenticated?: .: (0.000409) test: #selected?: .: (0.000480) test: #to_sym: .: (0.000391) DeprecatedClientOptionsTest: InitializeTests: test: Convert deprecated usessl (= false) with warning: .: (0.014898) test: Convert deprecated usessl (= true) and certs, with warning: .: (0.175690) test: Convert deprecated usessl (= true) and verify (= false), with warning:.: (0.179671) test: Convert obsolete options hash to keywords: .: (0.004944) test: Convert obsolete port argument to :port keyword: .: (0.008449) test: combined options hash and keyword args raises ArgumentError: .: (0.001510) test: combined options hash and ssl args raises ArgumentError: .: (0.001335) StartTLSTests: test: Convert deprecated certs, verify with warning:.: (0.089411) test: Convert obsolete options hash to keywords: .: (0.086831) test: combined options hash and keyword args raises ArgumentError: .: (0.020928) test: combined options hash and ssl args raises ArgumentError: .: (0.018548) ESearchResultTest: test: #data.assoc('UNKNOWN') returns ExtensionData value: .: (0.011803) test: #partial returns PARTIAL value (RFC9394: PARTIAL): .: (0.011846) test: #tag: .: (0.002949) test: #to_a: .: (0.001000) test: #uid: .: (0.109756) test: simple RFC4731 and RFC9051 return data accessors: .: (0.000808) FetchDataTest: test: #binary(1, 2, 3, offset: 1) returns the BINARY[1.2.3]<1> attr: .: (0.000946) test: #binary_size(1, 2, 3) returns the BINARY.SIZE[1.2.3] attr: .: (0.001648) test: #emailid returns EMAILID value (RFC8474: OBJECTID): .: (0.000296) test: #header returns the BODY[HEADER] attr: .: (0.000304) test: #header(1, 2, 3) returns the BODY[1.2.3.HEADER] attr: .: (0.000324) test: #header(1, 2, oFfset: 456) returns the BODY[1.2.HEADER]<456> attr: .: (0.000332) test: #header_fields(*) => BODY[HEADER.FIELDS (*)] attr: .: (0.001524) test: #header_fields(*, offset:) => BODY[part.HEADER.FIELDS (*)]: .: (0.000438) test: #header_fields(*, part:) => BODY[part.HEADER.FIELDS (*)] attr: .: (0.000658) test: #header_fields_not(*) => BODY[HEADER.FIELDS.NOT (*)] attr: .: (0.001479) test: #header_fields_not(*, offset:) => BODY[part.HEADER.FIELDS.NOT (*)]: .: (0.000424) test: #header_fields_not(*, part:) => BODY[part.HEADER.FIELDS.NOT (*)] attr: .: (0.001846) test: #internaldate parses a datetime value: .: (0.003078) test: #message returns the BODY[] attr: .: (0.001425) test: #message(offset:) returns the BODY[] attr: .: (0.000299) test: #mime(1, 2, 3) returns the BODY[1.2.3.MIME] attr: .: (0.000315) test: #mime(1, 2, oFfset: 456) returns the BODY[1.2.MIME]<456> attr: .: (0.000306) test: #modseq returns MODSEQ value (RFC7162: CONDSTORE): .: (0.002402) test: #part(1, 2, 3) returns the BODY[1.2.3] attr: .: (0.000326) test: #part(1, 2, oFfset: 456) returns the BODY[1.2]<456> attr: .: (0.000293) test: #seqno: .: (0.001407) test: #text returns the BODY[TEXT] attr: .: (0.000312) test: #text(1, 2, 3) returns the BODY[1.2.3.TEXT] attr: .: (0.000313) test: #text(1, 2, 3, oFfset: 456) returns the BODY[1.2.3.TEXT]<456> attr: .: (0.000311) test: #threadid returns THREADID value (RFC8474: OBJECTID): .: (0.001345) test: #uid: .: (0.001345) test: simple RFC3501 and RFC9051 attrs accessors: .: (0.000740) test: simple RFC822 attrs accessors (deprecated by RFC9051): .: (0.000408) IMAPAuthenticatorsTest: test: .authenticator mechanism name can be a symbol: .: (0.001345) test: .authenticator mechanism name is case insensitive: .: (0.001937) test: SASL::Authenticators.normalize_name: .: (0.000429) test_anonymous_length_over_255: .: (0.002480) test_anonymous_matches_mechanism: .: (0.001496) test_anonymous_response: .: (0.000761) test_anonymous_stringprep: .: (0.002065) test_cram_md5_authenticator: .: (0.002625) test_cram_md5_authenticator_deprecated: .: (0.000832) test_cram_md5_authenticator_matches_mechanism: .: (0.000694) test_cram_md5_does_not_support_initial_response: .: (0.001741) test_digest_md5_authenticator: .: (0.006192) test_digest_md5_authenticator_deprecated: .: (0.001218) test_digest_md5_authenticator_empty_challenge: .: (0.002710) test_digest_md5_authenticator_empty_challenge_commas: .: (0.003187) test_digest_md5_authenticator_empty_qop: .: (0.003030) test_digest_md5_authenticator_garbage: .: (0.001814) test_digest_md5_authenticator_garbage_no_equal_sign: .: (0.002925) test_digest_md5_authenticator_illinear: .: (0.032844) test_digest_md5_authenticator_matches_mechanism: .: (0.001105) test_digest_md5_authenticator_missing_nonce: .: (0.002080) test_digest_md5_authenticator_qdstr_with_comma: .: (0.003079) test_digest_md5_authenticator_realm_and_digest_uri: .: (0.004114) test_digest_md5_does_not_support_initial_response: .: (0.000993) test_external_invalid: .: (0.000550) test_external_matches_mechanism: .: (0.001413) test_external_response: .: (0.000713) test_external_utf8: .: (0.001516) test_login_authenticator_deprecated: .: (0.000528) test_login_authenticator_matches_mechanism: .: (0.000367) test_login_does_not_support_initial_response: .: (0.001457) test_login_responses: .: (0.078979) test_net_imap_authenticator_deprecated: .: (0.000536) test_oauthbearer_authenticator_matches_mechanism: .: (0.000367) test_oauthbearer_response: .: (0.000775) test_plain_authenticator_matches_mechanism: .: (0.000319) test_plain_authzid: .: (0.000309) test_plain_kw_params: .: (0.000373) test_plain_no_null_chars: .: (0.001037) test_plain_response: .: (0.000288) test_plain_supports_initial_response: .: (0.000294) test_plain_username_kw_sets_both_authcid_and_authzid: .: (0.000300) test_scram_kwargs: .: (0.000557) test_scram_sha1_authenticator: .: (0.031944) test_scram_sha1_authenticator_matches_mechanism: .: (0.000474) test_scram_sha256_authenticator: .: (0.040254) test_scram_sha256_authenticator_matches_mechanism: .: (0.000472) test_xoauth2_authenticator_matches_mechanism: .: (0.000339) test_xoauth2_kwargs: .: (0.000469) test_xoauth2_response: .: (0.000293) test_xoauth2_supports_initial_response: .: (0.000283) IMAPCapabilitiesTest: test: #auth_capable?(name) checks cached capabilities for AUTH=name: .: (0.116602) test: #auth_mechanisms reports cached capabilities with AUTH={name}: .: (0.103242) test: #capabilities cache IGNORES tagged OK response to STARTTLS: .: (0.176428) test: #capabilities cache is NOT cleared after #authenticate fails: .: (0.069264) test: #capabilities cache is NOT cleared after #login fails: .: (0.052007) test: #capabilities cache is cleared after #authenticate: .: (0.167544) test: #capabilities cache is cleared after #login: .: (0.159763) test: #capabilities cache is cleared after #starttls: .: (0.170491) test: #capabilities cache is retained after selecting a mailbox: .: (0.099378) test: #capabilities caches greeting capabilities (PREAUTH): .: (0.019492) test: #capabilities caches greeting capabilities (cleartext): .: (0.007686) test: #capabilities caches greeting capabilities (implicit TLS): .: (0.162522) test: #capabilities caches tagged OK response to AUTHENTICATE:.: (0.398982) test: #capabilities caches tagged OK response to LOGIN: .: (0.049971) test: #capabilities returns cached CAPABILITY data: .: (0.109544) test: #capability caches its result: .: (0.109836) test: #capable?(name) checks cached CAPABILITY data for name: .: (0.100154) test: #clear_cached_capabilities clears cached capabilities: .: (0.099761) IMAPConnectionStateTest: test: #connection_state after #disconnect: .: (0.005102) test: #connection_state after #logout: .: (0.005202) test: #connection_state after #logout!: .: (0.038545) test: #connection_state after AUTHENTICATE, SELECT, CLOSE successes: .: (0.229444) test: #connection_state after LOGIN, EXAMINE, UNSELECT successes: .: (0.219692) test: #connection_state after PREAUTH: .: (0.169807) test: #connection_state after [CLOSED] response code: .: (0.259741) test: #connection_state after failed LOGIN or AUTHENTICATE: .: (0.212165) test: #connection_state after failed SELECT or EXAMINE: .: (0.297728) IMAPDataEncodingTest: test_decode_date: .: (0.000919) test_decode_datetime: .: (0.002312) test_decode_time: .: (0.000849) test_decode_utf7: .: (0.041499) test_encode_date: .: (0.000566) test_encode_datetime: .: (0.000443) test_encode_utf7: .: (0.002622) IMAPErrorsTest: test: ResponseTooLargeError: .: (0.001359) IMAPLoginTest: test: #login doesn't send CAPABILITY when it is already cached: .: (0.055265) test: #login first checks capabilities for LOGINDISABLED (failure): .: (0.101650) test: #login first checks capabilities for LOGINDISABLED (success): .: (0.147644) test: #login raises LoginDisabledError when LOGINDISABLED: .: (0.005925) test: #login raises LoginDisabledError without sending CAPABILITY when config.enforce_logindisabled is :when_capabilities_cached: .: (0.005516) test: #login sends LOGIN without asking CAPABILITY when config.enforce_logindisabled is :when_capabilities_cached: .: (0.107997) test: #login sends LOGIN without asking CAPABILITY when config.enforce_logindisabled is false:.: (0.049709) IMAPMaxResponseSizeTest: test: #max_response_size closes connection for too long line: .: (0.005463) test: #max_response_size closes connection for too long literal: .: (0.006108) test: #max_response_size reading literals: .: (0.187500) IMAPRegexpsTest: test_linear_time[Net::IMAP::TestData#test_define_edge_cases: /duplicate member/]: .: (0.000658) test_linear_time[Net::IMAP::StringFormatter::LITERAL_REGEX]: .: (0.000269) test_linear_time[Net::IMAP::StringPrep::Tables::IN_A_1]: .: (0.000274) test_linear_time[Net::IMAP::StringPrep::Tables::IN_B_1]: .: (0.000261) test_linear_time[Net::IMAP::StringPrep::Tables::IN_B_2]: .: (0.000256) test_linear_time[Net::IMAP::StringPrep::Tables::IN_B_3]: .: (0.000262) test_linear_time[Net::IMAP::StringPrep::Tables::IN_C_1_1]: .: (0.000283) test_linear_time[Net::IMAP::StringPrep::Tables::IN_C_1_2]: .: (0.000267) test_linear_time[Net::IMAP::StringPrep::Tables::IN_C_2_1]: .: (0.000263) test_linear_time[Net::IMAP::StringPrep::Tables::IN_C_2_2]: .: (0.000285) test_linear_time[Net::IMAP::StringPrep::Tables::IN_C_3]: .: (0.000258) test_linear_time[Net::IMAP::StringPrep::Tables::IN_C_4]: .: (0.000270) test_linear_time[Net::IMAP::StringPrep::Tables::IN_C_5]: .: (0.000261) test_linear_time[Net::IMAP::StringPrep::Tables::IN_C_6]: .: (0.000265) test_linear_time[Net::IMAP::StringPrep::Tables::IN_C_7]: .: (0.000269) test_linear_time[Net::IMAP::StringPrep::Tables::IN_C_8]: .: (0.000261) test_linear_time[Net::IMAP::StringPrep::Tables::IN_C_9]: .: (0.000314) test_linear_time[Net::IMAP::StringPrep::Tables::IN_D_1]: .: (0.000247) test_linear_time[Net::IMAP::StringPrep::Tables::IN_D_1_NEGATED]: .: (0.000275) test_linear_time[Net::IMAP::StringPrep::Tables::IN_D_2]: .: (0.000244) test_linear_time[Net::IMAP::StringPrep::Tables::BIDI_FAILURE]:.: (0.000254) test_linear_time[Net::IMAP::StringPrep::Tables::BIDI_FAILS_REQ2]: .: (0.000237) test_linear_time[Net::IMAP::StringPrep::Tables::BIDI_FAILS_REQ3]: .: (0.000259) test_linear_time[Net::IMAP::StringPrep::SASLprep::ASCII_NO_CTRLS]: .: (0.000233) test_linear_time[Net::IMAP::StringPrep::SASLprep::MAP_TO_SPACE]: .: (0.000245) test_linear_time[Net::IMAP::StringPrep::SASLprep::MAP_TO_NOTHING]: .: (0.000249) test_linear_time[Net::IMAP::StringPrep::SASLprep::PROHIBITED_STORED]: .: (0.000234) test_linear_time[Net::IMAP::StringPrep::SASLprep::PROHIBITED]:.: (0.000257) test_linear_time[Net::IMAP::StringPrep::SASLprep.saslprep: /invalid byte sequence|incompatible encoding/]: .: (0.000250) test_linear_time[Net::IMAP::StringPrep::SASLprep#saslprep: /invalid byte sequence|incompatible encoding/]: .: (0.000239) test_linear_time[Net::IMAP::StringPrep.check_prohibited!: /^C/]: .: (0.000264) test_linear_time[Net::IMAP::StringPrep#check_prohibited!: /^C/]: .: (0.000269) test_linear_time[Net::IMAP::FakeServer::CommandReader#get_command: /\{(\d+)(\+)?\}\r\n\z/n]: .: (0.000276) test_linear_time[Net::IMAP::FakeServer::CommandReader#parse: /\A([^ ]+) ((?:UID )?\w+)(?: (.+))?\r\n\z/min]: .: (0.000270) test_linear_time[Net::IMAP::FakeServer::CommandReader#scan_astrings: /"((?:[^"\\]|\\["\\])+)"|(\S+)/n]: .: (0.000246) test_linear_time[Net::IMAP::FakeServer::CommandReader#scan_astrings: /\\([\\"])/n]: .: (0.000235) test_linear_time[Net::IMAP::FakeServer::ResponseWriter#resp_code: /\A\[/]: .: (0.000275) test_linear_time[Net::IMAP::SASL::Authenticators#add_authenticator: /[^a-zA-Z0-9]/]: .: (0.000271) test_linear_time[Net::IMAP::SASL::GS2Header::NO_NULL_CHARS]: .: (0.000273) test_linear_time[Net::IMAP::SASL::GS2Header::RFC5801_SASLNAME]: .: (0.000270) test_linear_time[Net::IMAP::SASL::ExternalAuthenticator#initialize: /\u0000/]:.: (0.000276) test_linear_time[Net::IMAP::SASL::ScramAuthenticator#parse_challenge: /,/]: .: (0.000260) test_linear_time[Net::IMAP::SASL::ScramAuthenticator#parse_challenge: /=/]: .: (0.000274) test_linear_time[Net::IMAP::SASL::DigestMD5Authenticator#process: /rspauth=/]:.: (0.000273) test_linear_time[Net::IMAP::SASL::DigestMD5Authenticator#parse_challenge: /\A"(.*)"\z/mn]: .: (0.000267) test_linear_time[Net::IMAP::SASL::DigestMD5Authenticator#parse_challenge: /\\(.)/mn]: .: (0.000267) test_linear_time[Net::IMAP::SASL::DigestMD5Authenticator#compute_a2: /^auth-(?:conf|int)$/]: .: (0.000262) test_linear_time[Net::IMAP::SASL::DigestMD5Authenticator#qdval: /([\\"])/]: .: (0.000249) test_linear_time[Net::IMAP::Config::AttrAccessors.attributes: /=\z/]: .: (0.000261) test_linear_time[Net::IMAP::ResponseParser::ParserUtils::Generator#def_char_matchers: /\A[A-Z]/]: .: (0.000261) test_linear_time[Net::IMAP::ResponseParser::ParserUtils::Generator#def_token_matchers: /\A[A-Z]/]: .: (0.000267) test_linear_time[Net::IMAP::ResponseParser::ADDRESS_REGEXP]: .: (0.000267) test_linear_time[Net::IMAP::ResponseParser::RE_RESPONSE_TYPE]:.: (0.000260) test_linear_time[Net::IMAP::ResponseParser::SPACES_REGEXP]: .: (0.000271) test_linear_time[Net::IMAP::ResponseParser::BEG_REGEXP]: .: (0.000273) test_linear_time[Net::IMAP::ResponseParser::DATA_REGEXP]: .: (0.000264) test_linear_time[Net::IMAP::ResponseParser::TEXT_REGEXP]: .: (0.000259) test_linear_time[Net::IMAP::ResponseParser::CTEXT_REGEXP]: .: (0.000270) test_linear_time[Net::IMAP::ResponseParser::Patterns::ATOM_CHAR]: .: (0.000271) test_linear_time[Net::IMAP::ResponseParser::Patterns::ATOM]: .: (0.000273) test_linear_time[Net::IMAP::ResponseParser::Patterns::ASTRING_CHARS]: .: (0.000269) test_linear_time[Net::IMAP::ResponseParser::Patterns::ATOMISH]: .: (0.000265) test_linear_time[Net::IMAP::ResponseParser::Patterns::TAG]: .: (0.000267) test_linear_time[Net::IMAP::ResponseParser::Patterns::TEXT_CHAR]: .: (0.000260) test_linear_time[Net::IMAP::ResponseParser::Patterns::CODE_TEXT_CHAR]:.: (0.000306) test_linear_time[Net::IMAP::ResponseParser::Patterns::CODE_TEXT]: .: (0.000264) test_linear_time[Net::IMAP::ResponseParser::Patterns::FLAG]: .: (0.000261) test_linear_time[Net::IMAP::ResponseParser::Patterns::FLAG_EXTENSION]:.: (0.000259) test_linear_time[Net::IMAP::ResponseParser::Patterns::FLAG_KEYWORD]: .: (0.000270) test_linear_time[Net::IMAP::ResponseParser::Patterns::FLAG_PERM]: .: (0.000253) test_linear_time[Net::IMAP::ResponseParser::Patterns::MBX_FLAG]: .: (0.000261) test_linear_time[Net::IMAP::ResponseParser::Patterns::FLAG_LIST]: .: (0.000276) test_linear_time[Net::IMAP::ResponseParser::Patterns::FLAG_PERM_LIST]:.: (0.000271) test_linear_time[Net::IMAP::ResponseParser::Patterns::MBX_LIST_FLAGS]:.: (0.000264) test_linear_time[Net::IMAP::ResponseParser::Patterns::QUIRKY_FLAG]: .: (0.000268) test_linear_time[Net::IMAP::ResponseParser::Patterns::QUIRKY_FLAGS_LIST]: .: (0.000252) test_linear_time[Net::IMAP::ResponseParser::Patterns::QUOTED_CHAR_safe]: .: (0.000262) test_linear_time[Net::IMAP::ResponseParser::Patterns::QUOTED_CHAR_esc]: .: (0.000259) test_linear_time[Net::IMAP::ResponseParser::Patterns::QUOTED_CHAR_rev1]: .: (0.000266) test_linear_time[Net::IMAP::ResponseParser::Patterns::QUOTED_CHAR_rev2]: .: (0.000269) test_linear_time[Net::IMAP::ResponseParser::Patterns::QUOTED_rev1]: .: (0.000289) test_linear_time[Net::IMAP::ResponseParser::Patterns::QUOTED_rev2]: .: (0.000287) test_linear_time[Net::IMAP::ResponseParser::Patterns::TEXT_rev1]: .: (0.000288) test_linear_time[Net::IMAP::ResponseParser::Patterns::TEXT_rev2]: .: (0.000257) test_linear_time[Net::IMAP::ResponseParser::Patterns::TAGGED_LABEL_FCHAR]: .: (0.000249) test_linear_time[Net::IMAP::ResponseParser::Patterns::TAGGED_LABEL_CHAR]: .: (0.000263) test_linear_time[Net::IMAP::ResponseParser::Patterns::TAGGED_EXT_LABEL]: .: (0.000263) test_linear_time[Net::IMAP::ResponseParser::Patterns::NZ_NUMBER]: .: (0.000246) test_linear_time[Net::IMAP::ResponseParser::Patterns::SEQ_NUMBER]: .: (0.000261) test_linear_time[Net::IMAP::ResponseParser::Patterns::SEQ_RANGE]: .: (0.000260) test_linear_time[Net::IMAP::ResponseParser::Patterns::SEQUENCE_SET_ITEM]: .: (0.000260) test_linear_time[Net::IMAP::ResponseParser::Patterns::SEQUENCE_SET]: .: (0.000276) test_linear_time[Net::IMAP::ResponseParser::Patterns::PARTIAL_RANGE_FIRST]: .: (0.000266) test_linear_time[Net::IMAP::ResponseParser::Patterns::PARTIAL_RANGE_LAST]: .: (0.000268) test_linear_time[Net::IMAP::ResponseParser::Patterns::LITERAL]: .: (0.000271) test_linear_time[Net::IMAP::ResponseParser::Patterns::LITERAL8]: .: (0.000277) test_linear_time[Net::IMAP::ResponseParser::Patterns::SEQUENCE_SET_STR]: .: (0.000287) test_linear_time[Net::IMAP::ResponseParser::Patterns::PARTIAL_RANGE]: .: (0.000282) test_linear_time[Net::IMAP::ResponseParser::Patterns::RFC5234::SP]: .: (0.000288) test_linear_time[Net::IMAP::ResponseParser::Patterns::RFC5234::CHAR]: .: (0.000277) test_linear_time[Net::IMAP::ResponseParser::Patterns::RFC5234::CRLF]: .: (0.000277) test_linear_time[Net::IMAP::ResponseParser::Patterns::RFC5234::ALPHA]:.: (0.000284) test_linear_time[Net::IMAP::ResponseParser::Patterns::RFC5234::CTL]: .: (0.000275) test_linear_time[Net::IMAP::ResponseParser::Patterns::RFC5234::DIGIT]:.: (0.000259) test_linear_time[Net::IMAP::ResponseParser::Patterns::RFC5234::DQUOTE]: .: (0.000269) test_linear_time[Net::IMAP::ResponseParser::Patterns::RFC5234::HEXDIG]: .: (0.000275) test_linear_time[Net::IMAP::ResponseParser::Patterns::RFC5234::OCTET]:.: (0.000274) test_linear_time[Net::IMAP::ResponseParser::Patterns::RFC3629::UTF8_1]: .: (0.000273) test_linear_time[Net::IMAP::ResponseParser::Patterns::RFC3629::UTF8_TAIL]: .: (0.000272) test_linear_time[Net::IMAP::ResponseParser::Patterns::RFC3629::UTF8_2]: .: (0.000274) test_linear_time[Net::IMAP::ResponseParser::Patterns::RFC3629::UTF8_3]: .: (0.000312) test_linear_time[Net::IMAP::ResponseParser::Patterns::RFC3629::UTF8_4]: .: (0.000254) test_linear_time[Net::IMAP::ResponseParser::Patterns::RFC3629::UTF8_CHAR]: .: (0.000277) test_linear_time[Net::IMAP::ResponseParser::Patterns::RFC3629::UTF8_OCTETS]: .: (0.000265) test_linear_time[Net::IMAP::ResponseParser::Patterns::CHAR8]: .: (0.000260) test_linear_time[Net::IMAP::ResponseParser::Patterns::LIST_WILDCARDS]:.: (0.000289) test_linear_time[Net::IMAP::ResponseParser::Patterns::QUOTED_SPECIALS]: .: (0.000265) test_linear_time[Net::IMAP::ResponseParser::Patterns::RESP_SPECIALS]: .: (0.000288) test_linear_time[Net::IMAP::ResponseParser::Patterns::ATOM_SPECIALS]: .: (0.000266) test_linear_time[Net::IMAP::ResponseParser::Patterns::ASTRING_SPECIALS]: .: (0.000263) test_linear_time[Net::IMAP::ResponseParser::Patterns::ASTRING_CHAR]: .: (0.000262) test_linear_time[Net::IMAP::ResponseParser#esearch_response: /\G UID\b/i]: .: (0.000259) test_linear_time[Net::IMAP::ResponseParser#msg_att: /\ABODY\[/in]: .: (0.000258) test_linear_time[Net::IMAP::ResponseParser#msg_att: /\ABINARY\[/in]: .: (0.000253) test_linear_time[Net::IMAP::ResponseParser#msg_att: /\ABINARY\.SIZE\[/in]: .: (0.000259) test_linear_time[Net::IMAP::ResponseParser#msg_att__label: /\A(?:RFC822(?:\.HEADER|\.TEXT)?)\z/in]: .: (0.000263) test_linear_time[Net::IMAP::ResponseParser#body_type_1part: /\G(?: (? "TEXT" \s "[^"]+" ) |(? "MESSAGE" \s "(?:RFC822|GLOBAL)" ) |(? "[^"]+" \s "[^"]+" ) |(? "MIXED" ) )/ixn]: .: (0.000296) test_linear_time[Net::IMAP::ResponseParser#next_token: /\S*/n]: .: (0.000265) test_linear_time[Net::IMAP::ResponseReader#get_literal_size: /\{(\d+)\}\r\n\z/n]: .: (0.000275) test_linear_time[Net::IMAP::SequenceSet#nz_number: /\A[1-9]\d*\z/]: .: (0.000264) test_linear_time[Net::IMAP.decode_utf7: /&([A-Za-z0-9+,]+)?-/n]: .: (0.000272) test_linear_time[Net::IMAP.encode_utf7: /(&)|[^\x20-\x7e]+/]: .: (0.000267) test_linear_time[Net::IMAP#auth_mechanisms: /\AAUTH=/i]: .: (0.000251) test_linear_time[Net::IMAP#search_args: /\ACHARSET\b/i]: .: (0.000269) test_linear_time[Net::IMAP#search_args: /\ACHARSET\z/i]: .: (0.000267) test_linear_time[Net::IMAP#send_string_data: /[\r\n]/n]: .: (0.000261) test_linear_time[Net::IMAP#send_string_data: /[(){ \x00-\x1f\x7f%*"\\]/n]: .: (0.000258) test_linear_time[Net::IMAP#send_quoted_string: /["\\]/]: .: (0.000271) test_linear_time[Net::IMAP#put_string: /\n/n]: .: (0.000269) test_linear_time[Net::IMAP#put_string: /\n\z/n]: .: (0.000262) test_linear_time[Net::IMAP#get_tagged_response: /\A(?:OK)\z/in]: .: (0.000278) test_linear_time[Net::IMAP#get_tagged_response: /\A(?:NO)\z/in]: .: (0.000276) test_linear_time[Net::IMAP#get_tagged_response: /\A(?:BAD)\z/in]: .: (0.000273) test_linear_time[Net::IMAP#get_response: /^/n]: .: (0.000278) IMAPResponseHandlersTest: test: #add_response_handlers: .: (0.107060) test: ::new with response_handlers kwarg: .: (0.099599) IMAPResponseParserTest: test: APPENDUID with '*': .: (0.001508) test: APPENDUID with parser_use_deprecated_uidplus_data = :up_to_max_size: .: (0.001677) test: APPENDUID with parser_use_deprecated_uidplus_data = false: .: (0.000801) test: APPENDUID with parser_use_deprecated_uidplus_data = true: .: (0.003451) test: COPYUID with '*': .: (0.000953) test: COPYUID with backwards ranges: .: (0.001370) test: COPYUID with parser_use_deprecated_uidplus_data = :up_to_max_size: .: (0.002196) test: COPYUID with parser_use_deprecated_uidplus_data = false:.: (0.000986) test: COPYUID with parser_use_deprecated_uidplus_data = true: .: (0.004296) test: config can be passed in to #initialize: .: (0.000344) test: config will inherits from passed in frozen config: .: (0.000821) test: default config inherits from Config.global: .: (0.000413) test: passing in global config inherits from Config.global: .: (0.000416) test_NAMESPACE_rfc2342_example_5.1: .: (0.000915) test_NAMESPACE_rfc2342_example_5.2: .: (0.000705) test_NAMESPACE_rfc2342_example_5.3: .: (0.000868) test_NAMESPACE_rfc2342_example_5.4: .: (0.001498) test_NAMESPACE_rfc2342_example_5.5: .: (0.000700) test_NAMESPACE_rfc2342_example_5.6: .: (0.001128) test_NAMESPACE_rfc2342_example_5.7: .: (0.000817) test_NAMESPACE_rfc2342_example_5.9: .: (0.000827) test_NAMESPACE_rfc9051_6.3.10_example_8: .: (0.000821) test_RFC7162 CONDSTORE 3.1.10. Example 19 (Interaction with ESEARCH): .: (0.000947) test_RFC7162 CONDSTORE 3.1.10. Example 20 (Interaction with ESEARCH): .: (0.000946) test_RFC7162 CONDSTORE 3.1.2.1. HIGHESTMODSEQ Response Code: .: (0.000591) test_RFC7162 CONDSTORE 3.1.2.2. NOMODSEQ Response Code: .: (0.000615) test_RFC7162 CONDSTORE 3.1.3. Example 3 (FETCH MODSEQ): .: (0.000690) test_RFC7162 CONDSTORE 3.1.3. Example 4 (FETCH MODSEQ): .: (0.000596) test_RFC7162 CONDSTORE 3.1.3. Example 6 (MODIFIED Response Code): .: (0.000816) test_RFC7162 CONDSTORE 3.1.5. MODSEQ Search Criterion in SEARCH: .: (0.000968) test_RFC7162 CONDSTORE 3.1.7. HIGHESTMODSEQ Status Data Items:.: (0.000792) test_RFC7162 QRESYNC 3.2.5.1. Modification Sequence and UID Parameters: .: (0.000833) test_RFC7162 QRESYNC 3.2.7. EXPUNGE Command: .: (0.000635) test_RFC9394 PARTIAL 3.1. example 1: .: (0.000995) test_RFC9394 PARTIAL 3.1. example 2: .: (0.001012) test_RFC9394 PARTIAL 3.1. example 3: .: (0.000739) test_RFC9586 UIDONLY 3. UIDREQUIRED response code: .: (0.000553) test_RFC9586 UIDONLY 3.3 UIDFETCH response: .: (0.000585) test_acl_response: .: (0.000781) test_bodystructure_bug11128_ext_mpart_without_lang: .: (0.003679) test_bodystructure_bug7146_msg_delivery_status: .: (0.001083) test_bodystructure_bug7147_message_rfc822_attachment: .: (0.002470) test_bodystructure_bug8167_delivery_status_with_extra_data: .: (0.003408) test_bodystructure_extension_fields: .: (0.005474) test_bodystructure_extra_space: .: (0.003024) test_bodystructure_mixed_boundary: .: (0.004697) test_continuation_request_without_response_text: .: (0.000537) test_fetch_binary_and_binary_size: .: (0.003515) test_fetch_msg_att_HEADER.FIELDS: .: (0.001043) test_fetch_msg_att_HEADER.FIELDS.NOT: .: (0.001436) test_fetch_msg_att_HEADER.FIELDS_quoted: .: (0.000823) test_fetch_msg_att_X-GM-LABELS_1: .: (0.000908) test_fetch_msg_att_X-GM-LABELS_2: .: (0.000671) test_fetch_msg_att_X-GM-LABELS_3: .: (0.000582) test_fetch_msg_att_X-GM-MSGID: .: (0.000621) test_fetch_msg_att_X-GM-THRID: .: (0.000607) test_fetch_msg_att_flags_and_uid: .: (0.000681) test_fetch_msg_att_modseq: .: (0.000749) test_fetch_msg_att_rfc822: .: (0.000649) test_fetch_msg_att_uid: .: (0.000625) test_flags_with_various_flag_types: .: (0.000553) test_greenmail sent "\*" in a FLAGS response: .: (0.000669) test_id_gmail: .: (0.001060) test_id_rfc2971_example_3.1_nil: .: (0.000532) test_id_rfc2971_example_3.2_cyrus: .: (0.001390) test_imaginary_status_response_using_tagged-ext-val: .: (0.001927) test_imap.gmail.com allows invalid atom-specials in flags: .: (0.000793) test_invalid_bodystructure_bug7153_mixed: .: (0.000721) test_invalid_bodystructure_message_sent_as_basic: .: (0.003695) test_invalid_capability_extra_space_at_end: .: (0.001009) test_invalid_fetch_msg_att_extra_space: .: (0.000631) test_invalid_fetch_msg_att_rfc822_with_brackets: .: (0.000634) test_invalid_fetch_msg_att_unknown_fails: .: (0.000771) test_invalid_noop_response_is_ignored: .: (0.000671) test_invalid_noop_response_with_numeric_prefix: .: (0.000546) test_invalid_noop_response_with_numeric_prefix_and_unparseable_data: .: (0.000564) test_invalid_noop_response_with_unparseable_data: .: (0.000550) test_invalid_search_response_multiple_result_with_trailing_space: .: (0.000631) test_invalid_search_response_single_result_with_trailing_space: .: (0.000537) test_invalid_status_response_trailing_space: .: (0.000686) test_invalid_thread_empty_response: .: (0.000506) test_list_with_various_flag_capitalizations: .: (0.000822) test_outlook.com puts an extra SP in ENVELOPE address lists: .: (0.002614) test_resp-cond-auth_without_SP_resp-text: .: (0.000535) test_resp-cond-bye_without_SP_resp-text: .: (0.000484) test_resp-cond-state_without_SP_resp-text: .: (0.000465) test_resp_code_ALREADYEXISTS_rfc9051_7.1_example: .: (0.000551) test_resp_code_APPENDUID_rfc9051_6.3.12_example: .: (0.000908) test_resp_code_APPENDUID_with_MULTIAPPEND_compatibility: .: (0.001176) test_resp_code_AUTHENTICATIONFAILED_rfc9051_7.1_example: .: (0.000619) test_resp_code_AUTHORIZATIONFAILED_rfc9051_7.1_example_1: .: (0.000607) test_resp_code_AUTHORIZATIONFAILED_rfc9051_7.1_example_2: .: (0.000615) test_resp_code_BADCHARSET_rfc9051_6.4.4.4_example_modified: .: (0.000695) test_resp_code_BADCHARSET_with_astrings: .: (0.000764) test_resp_code_CANNOT_rfc9051_7.1_example: .: (0.000608) test_resp_code_CAPABILITY_rfc9051_6.2.2_example: .: (0.000795) test_resp_code_CAPABILITY_with_valid_atoms: .: (0.001016) test_resp_code_CLIENTBUG_rfc9051_7.1_example: .: (0.000604) test_resp_code_CLOSED: .: (0.000637) test_resp_code_CONTACTADMIN_rfc9051_7.1_example: .: (0.000549) test_resp_code_COPYUID_rfc9051_6.3.12_example: .: (0.001285) test_resp_code_COPYUID_with_reversed_ranges_and_mixed_case: .: (0.001421) test_resp_code_CORRUPTION_rfc9051_7.1_example: .: (0.000606) test_resp_code_EXPIRED_rfc9051_7.1_example: .: (0.000601) test_resp_code_EXPUNGEISSUED_rfc9051_7.1_example: .: (0.000598) test_resp_code_HASCHILDREN_rfc9051_7.1_example: .: (0.000647) test_resp_code_INUSE_rfc9051_7.1_example: .: (0.000598) test_resp_code_LIMIT_rfc9051_7.1_example: .: (0.000573) test_resp_code_NONEXISTENT_rfc9051_7.1_example: .: (0.000591) test_resp_code_NOPERM_rfc9051_7.1_example: .: (0.000643) test_resp_code_OVERQUOTA_rfc9051_7.1_example_1: .: (0.000607) test_resp_code_OVERQUOTA_rfc9051_7.1_example_2: .: (0.000569) test_resp_code_PERMANENTFLAGS_rfc3501_6.3.1_example: .: (0.000650) test_resp_code_PERMANENTFLAGS_rfc3501_6.3.2_example: .: (0.000547) test_resp_code_PRIVACYREQUIRED_rfc9051_7.1_example: .: (0.000550) test_resp_code_READ-ONLY_rfc3501_6.3.2_example: .: (0.000569) test_resp_code_READ-WRITE_rfc3501_6.3.1_example: .: (0.000559) test_resp_code_SERVERBUG_rfc9051_7.1_example: .: (0.000594) test_resp_code_UIDNEXT_rfc3501_6.3.1_example: .: (0.000667) test_resp_code_UIDVALIDITY_rfc3501_6.3.1_example: .: (0.000662) test_resp_code_UNAVAILABLE_rfc9051_7.1_example: .: (0.000654) test_resp_code_UNSEEN_rfc3501_6.3.1_example: .: (0.000659) test_resp_text_PERMANENTFLAGS_with_various_flag_types:.: (0.000710) test_resp_text_with_T_LBRA: .: (0.000627) test_response-tagged_without_SP_resp-text: .: (0.000523) test_rfc3501_6.1.1_example_1_capability_response: .: (0.000724) test_rfc3501_6.1.1_example_2_capability_response: .: (0.000701) test_rfc3501_6.2.2_example_continuation_request: .: (0.000504) test_rfc3501_6.3.11_example_continuation_request: .: (0.000480) test_rfc3501_7.1.1_OK_response_example_1: .: (0.000540) test_rfc3501_7.1.1_OK_response_example_2: .: (0.000620) test_rfc3501_7.1.1_OK_response_example_3: .: (0.000560) test_rfc3501_7.1.2_NO_response_example_1: .: (0.000570) test_rfc3501_7.1.2_NO_response_example_4: .: (0.000546) test_rfc3501_7.1.3_BAD_response_example: .: (0.014927) test_rfc3501_7.1.4_PREAUTH_response_example: .: (0.000689) test_rfc3501_7.1.5_BYE_response_example: .: (0.000542) test_rfc3501_7.2.1_CAPABILITY_response_example: .: (0.000722) test_rfc3501_7.2.2_LIST_response_example: .: (0.000739) test_rfc3501_7.2.3_LSUB_response_example: .: (0.000668) test_rfc3501_7.2.4_STATUS_response_example: .: (0.000708) test_rfc3501_7.2.5_SEARCH_response_example: .: (0.000614) test_rfc3501_7.2.6_FLAGS_response_example: .: (0.000569) test_rfc3501_7.3.1_EXISTS_response_example: .: (0.000497) test_rfc3501_7.3.2_RECENT_response_example: .: (0.000493) test_rfc3501_7.4.1_EXPUNGE_response_example: .: (0.000513) test_rfc3501_7.4.2_FETCH_response_example: .: (0.000725) test_rfc3501_7.5_continuation_request_example: .: (0.000494) test_rfc3501_8_example_1_UNSEEN_response_code: .: (0.000643) test_rfc3501_8_example_2_UIDVALIDITY_response_code: .: (0.000598) test_rfc3501_8_example_3_FETCH_ENVELOPE: .: (0.006759) test_rfc3501_8_example_4_FETCH_BODY[HEADER]: .: (0.000786) test_rfc8474_example_4.1_MAILBOXID_response_to_CREATE:.: (0.000733) test_rfc8474_example_4.2_MAILBOXID_untagged_response_to_SELECT: .: (0.000690) test_rfc8474_example_4.3_MAILBOXID_attribute_for_STATUS: .: (0.000681) test_rfc8474_example_5.3_EMAILID_and_THREADID: .: (0.000806) test_rfc8474_example_5.3_no_THREADID_support: .: (0.000708) test_rfc9051_6.4.4.4_ESEARCH_example_1: .: (0.001048) test_rfc9051_6.4.4.4_ESEARCH_example_2: .: (0.001084) test_rfc9051_6.4.4.4_ESEARCH_example_3: .: (0.000949) test_rfc9051_6.4.4.4_ESEARCH_example_4: .: (0.000970) test_rfc9051_6.4.4.4_ESEARCH_example_5: .: (0.004334) test_rfc9051_6.4.4.4_ESEARCH_example_6: .: (0.000813) test_rfc9051_6.4.4.4_ESEARCH_example_7: .: (0.000867) test_rfc9051_6.4.4.4_ESEARCH_example_8: .: (0.001060) test_rfc9051_6.4.4_ESEARCH_example_1: .: (0.000834) test_rfc9051_6.4.4_ESEARCH_example_2: .: (0.000910) test_rfc9051_6.4.4_ESEARCH_example_3: .: (0.000701) test_rfc9051_6.4.4_ESEARCH_example_4: .: (0.000814) test_rfc9051_6.4.4_ESEARCH_example_5: .: (0.000730) test_rfc9051_6.4.4_ESEARCH_example_6: .: (0.000810) test_rfc9051_6.4.4_ESEARCH_example_7: .: (0.000838) test_rfc9051_7.1_ESEARCH_example_1: .: (0.001120) test_rfc9051_7.2.1_ENABLED_example: .: (0.000634) test_rfc9051_7.2.2_capability_example: .: (0.002089) test_rfc9051_7.3.4_ESEARCH_example_1: .: (0.000908) test_rfc9051_7.3.4_ESEARCH_example_2: .: (0.000890) test_rfc9051_7.3.4_ESEARCH_example_3: .: (0.000739) test_rfc9208_4.1.1_example: .: (0.000844) test_rfc9208_4.1.2_example_1: .: (0.000791) test_rfc9208_4.1.2_example_2: .: (0.000765) test_rfc9208_4.1.4_example: .: (0.000825) test_rfc9208_4.2.1_example: .: (0.000819) test_rfc9208_4.2.2_example_1: .: (0.000677) test_rfc9208_4.2.2_example_2: .: (0.000566) test_rfc9208_4.3.1_example_1: .: (0.000660) test_rfc9208_4.3.1_example_2: .: (0.000619) test_search_response_empty: .: (0.000533) test_search_response_multiple_seq_nums_returned: .: (0.000599) test_search_response_single_seq_nums_returned: .: (0.002243) test_search_response_with_condstore_modseq: .: (0.000777) test_status_response_uidnext_uidvalidity: .: (0.000674) test_thread_rfc5256_example1: .: (0.003338) test_thread_rfc5256_example2: .: (0.003356) test_thread_rfc5256_example3: .: (0.000542) test_thread_rfc5256_example4: .: (0.002834) test_thread_rfc5256_example5: .: (0.000695) test_utf8_in_list_mailbox: .: (0.000748) test_utf8_in_resp_text: .: (0.000545) test_xlist_inbox: .: (0.000728) IMAPResponsesTest: test: #clear_responses: .: (0.127935) test: #extract_responses: .: (0.109767) test: #responses without type or block: .: (0.009020) test: #responses(&block): .: (0.120307) test: #responses(type, &block): .: (0.099871) test: #responses(type, &nil): .: (0.119777) IMAPSequenceSetTest: test: #<<: .: (0.002025) test: #== equality by value (not by identity or representation): .: (0.000814) test: #[negative index]: .: (0.002009) test: #[non-negative index]: .: (0.002105) test: #[range]: .: (0.201142) test: #[start, length]: .: (0.097682) test: #above: .: (0.002772) test: #add: .: (0.001475) test: #add?: .: (0.001877) test: #append: .: (0.002179) test: #at(negative index): .: (0.002543) test: #at(non-negative index): .: (0.002100) test: #below: .: (0.002849) test: #clone: .: (0.001040) test: #clone preserves ractor sharability (deeply frozen): .: (0.000422) test: #count[single number]: .: (0.000343) test: #count[single range]: .: (0.000337) test: #count[simple numbers list]: .: (0.000383) test: #count[numbers and ranges list]: .: (0.000427) test: #count[just *]: .: (0.000322) test: #count[range with *]: .: (0.000344) test: #count[* sorts last]: .: (0.000394) test: #count[out of order]: .: (0.000462) test: #count[adjacent]: .: (0.000530) test: #count[overlapping]: .: (0.000503) test: #count[contained]: .: (0.000469) test: #count[multiple *]: .: (0.000742) test: #count[array]: .: (0.000624) test: #count[nested array]: .: (0.000651) test: #count[Set]: .: (0.000645) test: #count[empty]: .: (0.000281) test: #count_duplicates[single number]: .: (0.000414) test: #count_duplicates[single range]: .: (0.000412) test: #count_duplicates[simple numbers list]: .: (0.000506) test: #count_duplicates[numbers and ranges list]: .: (0.000592) test: #count_duplicates[just *]: .: (0.000329) test: #count_duplicates[range with *]: .: (0.000358) test: #count_duplicates[* sorts last]: .: (0.000457) test: #count_duplicates[out of order]: .: (0.000606) test: #count_duplicates[adjacent]: .: (0.000740) test: #count_duplicates[overlapping]: .: (0.000694) test: #count_duplicates[contained]: .: (0.000650) test: #count_duplicates[multiple *]: .: (0.000519) test: #count_duplicates[array]: .: (0.000610) test: #count_duplicates[nested array]: .: (0.000661) test: #count_duplicates[Set]: .: (0.000560) test: #count_duplicates[empty]: .: (0.000260) test: #count_with_duplicates[single number]: .: (0.000372) test: #count_with_duplicates[single range]: .: (0.000405) test: #count_with_duplicates[simple numbers list]: .: (0.000476) test: #count_with_duplicates[numbers and ranges list]:.: (0.000619) test: #count_with_duplicates[just *]: .: (0.000332) test: #count_with_duplicates[range with *]: .: (0.000362) test: #count_with_duplicates[* sorts last]: .: (0.000464) test: #count_with_duplicates[out of order]: .: (0.000636) test: #count_with_duplicates[adjacent]: .: (0.000800) test: #count_with_duplicates[overlapping]: .: (0.000728) test: #count_with_duplicates[contained]: .: (0.000674) test: #count_with_duplicates[multiple *]: .: (0.000469) test: #count_with_duplicates[array]: .: (0.000675) test: #count_with_duplicates[nested array]: .: (0.000741) test: #count_with_duplicates[Set]: .: (0.000654) test: #count_with_duplicates[empty]: .: (0.000292) test: #cover?: .: (0.029363) test: #deconstruct[single number]: .: (0.000409) test: #deconstruct[single range]: .: (0.000392) test: #deconstruct[simple numbers list]: .: (0.000516) test: #deconstruct[numbers and ranges list]: .: (0.000679) test: #deconstruct[just *]: .: (0.000357) test: #deconstruct[range with *]: .: (0.000390) test: #deconstruct[* sorts last]: .: (0.000473) test: #deconstruct[out of order]: .: (0.000617) test: #deconstruct[adjacent]: .: (0.000660) test: #deconstruct[overlapping]: .: (0.000585) test: #deconstruct[contained]: .: (0.000587) test: #deconstruct[multiple *]: .: (0.000445) test: #deconstruct[array]: .: (0.000740) test: #deconstruct[nested array]: .: (0.000894) test: #deconstruct[Set]: .: (0.000688) test: #deconstruct[empty]: .: (0.000289) test: #delete: .: (0.003959) test: #delete?: .: (0.002210) test: #delete_at: .: (0.001744) test: #disjoint?: .: (0.001156) test: #dup: .: (0.001002) test: #each_element[single number]: .: (0.000721) test: #each_element[single range]: .: (0.000631) test: #each_element[simple numbers list]: .: (0.000604) test: #each_element[numbers and ranges list]: .: (0.000729) test: #each_element[just *]: .: (0.000497) test: #each_element[range with *]: .: (0.000526) test: #each_element[* sorts last]: .: (0.000578) test: #each_element[out of order]: .: (0.000700) test: #each_element[adjacent]: .: (0.000765) test: #each_element[overlapping]: .: (0.000757) test: #each_element[contained]: .: (0.000630) test: #each_element[multiple *]: .: (0.000539) test: #each_element[array]: .: (0.000827) test: #each_element[nested array]: .: (0.000906) test: #each_element[Set]: .: (0.000774) test: #each_element[empty]: .: (0.000415) test: #each_entry[single number]: .: (0.000552) test: #each_entry[single range]: .: (0.000623) test: #each_entry[simple numbers list]: .: (0.000773) test: #each_entry[numbers and ranges list]: .: (0.001013) test: #each_entry[just *]: .: (0.000480) test: #each_entry[range with *]: .: (0.000564) test: #each_entry[* sorts last]: .: (0.000714) test: #each_entry[out of order]: .: (0.001114) test: #each_entry[adjacent]: .: (0.001379) test: #each_entry[overlapping]: .: (0.001327) test: #each_entry[contained]: .: (0.001230) test: #each_entry[multiple *]: .: (0.000835) test: #each_entry[array]: .: (0.001186) test: #each_entry[nested array]: .: (0.001261) test: #each_entry[Set]: .: (0.001156) test: #each_entry[empty]: .: (0.000509) test: #each_number[single number]: .: (0.000542) test: #each_number[single range]: .: (0.000613) test: #each_number[simple numbers list]: .: (0.000618) test: #each_number[numbers and ranges list]: .: (0.000747) test: #each_number[just *]: .: (0.000613) test: #each_number[range with *]: .: (0.000577) test: #each_number[* sorts last]: .: (0.000600) test: #each_number[out of order]: .: (0.000736) test: #each_number[adjacent]: .: (0.000807) test: #each_number[overlapping]: .: (0.000788) test: #each_number[contained]: .: (0.000761) test: #each_number[multiple *]: .: (0.000614) test: #each_number[array]: .: (0.000814) test: #each_number[nested array]: .: (0.000864) test: #each_number[Set]: .: (0.000778) test: #each_number[empty]: .: (0.000512) test: #each_ordered_number[single number]: .: (0.000647) test: #each_ordered_number[single range]: .: (0.000722) test: #each_ordered_number[simple numbers list]: .: (0.000886) test: #each_ordered_number[numbers and ranges list]: .: (0.001207) test: #each_ordered_number[just *]: .: (0.000555) test: #each_ordered_number[range with *]: .: (0.000529) test: #each_ordered_number[* sorts last]: .: (0.000599) test: #each_ordered_number[out of order]: .: (0.001193) test: #each_ordered_number[adjacent]: .: (0.001460) test: #each_ordered_number[overlapping]: .: (0.001334) test: #each_ordered_number[contained]: .: (0.001284) test: #each_ordered_number[multiple *]: .: (0.000624) test: #each_ordered_number[array]: .: (0.000827) test: #each_ordered_number[nested array]: .: (0.000906) test: #each_ordered_number[Set]: .: (0.000774) test: #each_ordered_number[empty]: .: (0.000502) test: #each_range[single number]: .: (0.000560) test: #each_range[single range]: .: (0.000545) test: #each_range[simple numbers list]: .: (0.000643) test: #each_range[numbers and ranges list]: .: (0.000738) test: #each_range[just *]: .: (0.000550) test: #each_range[range with *]: .: (0.000570) test: #each_range[* sorts last]: .: (0.000668) test: #each_range[out of order]: .: (0.000766) test: #each_range[adjacent]: .: (0.000822) test: #each_range[overlapping]: .: (0.000755) test: #each_range[contained]: .: (0.000717) test: #each_range[multiple *]: .: (0.000626) test: #each_range[array]: .: (0.001021) test: #each_range[nested array]: .: (0.001027) test: #each_range[Set]: .: (0.000887) test: #each_range[empty]: .: (0.000473) test: #elements[single number]: .: (0.000351) test: #elements[single range]: .: (0.000366) test: #elements[simple numbers list]: .: (0.000410) test: #elements[numbers and ranges list]: .: (0.000497) test: #elements[just *]: .: (0.000307) test: #elements[range with *]: .: (0.000492) test: #elements[* sorts last]: .: (0.000369) test: #elements[out of order]: .: (0.000457) test: #elements[adjacent]: .: (0.000540) test: #elements[overlapping]: .: (0.000524) test: #elements[contained]: .: (0.000581) test: #elements[multiple *]: .: (0.000425) test: #elements[array]: .: (0.000657) test: #elements[nested array]: .: (0.000697) test: #elements[Set]: .: (0.000587) test: #elements[empty]: .: (0.000277) test: #empty?: .: (0.000717) test: #entries[single number]: .: (0.000391) test: #entries[single range]: .: (0.000416) test: #entries[simple numbers list]: .: (0.000474) test: #entries[numbers and ranges list]: .: (0.000629) test: #entries[just *]: .: (0.000328) test: #entries[range with *]: .: (0.000363) test: #entries[* sorts last]: .: (0.000466) test: #entries[out of order]: .: (0.000646) test: #entries[adjacent]: .: (0.000771) test: #entries[overlapping]: .: (0.000687) test: #entries[contained]: .: (0.000643) test: #entries[multiple *]: .: (0.000517) test: #entries[array]: .: (0.000603) test: #entries[nested array]: .: (0.000692) test: #entries[Set]: .: (0.000591) test: #entries[empty]: .: (0.000297) test: #find_index: .: (0.044636) test: #find_ordered_index: .: (0.005565) test: #freeze: .: (0.000585) test: #freeze makes ractor sharable (deeply frozen): .: (0.000368) test: #full?: .: (0.000481) test: #has_duplicates?[single number]: .: (0.000353) test: #has_duplicates?[single range]: .: (0.000364) test: #has_duplicates?[simple numbers list]: .: (0.000430) test: #has_duplicates?[numbers and ranges list]: .: (0.000618) test: #has_duplicates?[just *]: .: (0.000327) test: #has_duplicates?[range with *]: .: (0.000359) test: #has_duplicates?[* sorts last]: .: (0.000430) test: #has_duplicates?[out of order]: .: (0.000562) test: #has_duplicates?[adjacent]: .: (0.000674) test: #has_duplicates?[overlapping]: .: (0.000601) test: #has_duplicates?[contained]: .: (0.000573) test: #has_duplicates?[multiple *]: .: (0.000460) test: #has_duplicates?[array]: .: (0.000575) test: #has_duplicates?[nested array]: .: (0.000602) test: #has_duplicates?[Set]: .: (0.000543) test: #has_duplicates?[empty]: .: (0.000272) test: #include?: .: (0.141688) test: #include_star?: .: (0.000748) test: #intersect?: .: (0.001189) test: #intersection: .: (0.001792) test: #limit: .: (0.001430) test: #limit with *: .: (0.002017) test: #limit with empty result: .: (0.001664) test: #max: .: (0.002439) test: #merge: .: (0.002733) test: #min: .: (0.001866) test: #minmax: .: (0.001250) test: #normalize[single number]: .: (0.000413) test: #normalize[single range]: .: (0.000412) test: #normalize[simple numbers list]: .: (0.000385) test: #normalize[numbers and ranges list]: .: (0.000524) test: #normalize[just *]: .: (0.000346) test: #normalize[range with *]: .: (0.000348) test: #normalize[* sorts last]: .: (0.001389) test: #normalize[out of order]: .: (0.000583) test: #normalize[adjacent]: .: (0.000633) test: #normalize[overlapping]: .: (0.000587) test: #normalize[contained]: .: (0.000558) test: #normalize[multiple *]: .: (0.000425) test: #normalize[array]: .: (0.000841) test: #normalize[nested array]: .: (0.000838) test: #normalize[Set]: .: (0.000771) test: #normalize[empty]: .: (0.000283) test: #normalize![single number]: .: (0.000339) test: #normalize![single range]: .: (0.000351) test: #normalize![simple numbers list]: .: (0.000407) test: #normalize![numbers and ranges list]: .: (0.000501) test: #normalize![just *]: .: (0.000310) test: #normalize![range with *]: .: (0.000330) test: #normalize![* sorts last]: .: (0.000411) test: #normalize![out of order]: .: (0.000497) test: #normalize![adjacent]: .: (0.000577) test: #normalize![overlapping]: .: (0.000510) test: #normalize![contained]: .: (0.000462) test: #normalize![multiple *]: .: (0.000404) test: #normalize![array]: .: (0.001764) test: #normalize![nested array]: .: (0.000757) test: #normalize![Set]: .: (0.000632) test: #normalize![empty]: .: (0.000263) test: #normalized_string[single number]: .: (0.000347) test: #normalized_string[single range]: .: (0.000336) test: #normalized_string[simple numbers list]: .: (0.000387) test: #normalized_string[numbers and ranges list]: .: (0.000474) test: #normalized_string[just *]: .: (0.000328) test: #normalized_string[range with *]: .: (0.000347) test: #normalized_string[* sorts last]: .: (0.000407) test: #normalized_string[out of order]: .: (0.000520) test: #normalized_string[adjacent]: .: (0.000556) test: #normalized_string[overlapping]: .: (0.000479) test: #normalized_string[contained]: .: (0.000487) test: #normalized_string[multiple *]: .: (0.000380) test: #normalized_string[array]: .: (0.000623) test: #normalized_string[nested array]: .: (0.000753) test: #normalized_string[Set]: .: (0.000612) test: #normalized_string[empty]: .: (0.000273) test: #numbers[single number]: .: (0.000371) test: #numbers[single range]: .: (0.000357) test: #numbers[simple numbers list]: .: (0.000410) test: #numbers[numbers and ranges list]: .: (0.001587) test: #numbers[just *]: .: (0.000414) test: #numbers[range with *]: .: (0.000376) test: #numbers[* sorts last]: .: (0.000403) test: #numbers[out of order]: .: (0.000485) test: #numbers[adjacent]: .: (0.000549) test: #numbers[overlapping]: .: (0.000537) test: #numbers[contained]: .: (0.000495) test: #numbers[multiple *]: .: (0.000453) test: #numbers[array]: .: (0.000675) test: #numbers[nested array]: .: (0.000727) test: #numbers[Set]: .: (0.000637) test: #numbers[empty]: .: (0.000313) test: #ordered_at(negative index): .: (0.003875) test: #ordered_at(non-negative index): .: (0.004300) test: #ranges[single number]: .: (0.000344) test: #ranges[single range]: .: (0.000328) test: #ranges[simple numbers list]: .: (0.000381) test: #ranges[numbers and ranges list]: .: (0.000456) test: #ranges[just *]: .: (0.000300) test: #ranges[range with *]: .: (0.000315) test: #ranges[* sorts last]: .: (0.000382) test: #ranges[out of order]: .: (0.000484) test: #ranges[adjacent]: .: (0.000524) test: #ranges[overlapping]: .: (0.000499) test: #ranges[contained]: .: (0.000467) test: #ranges[multiple *]: .: (0.000372) test: #ranges[array]: .: (0.000623) test: #ranges[nested array]: .: (0.000701) test: #ranges[Set]: .: (0.000629) test: #ranges[empty]: .: (0.000277) test: #slice!: .: (0.005117) test: #string[single number]: .: (0.000375) test: #string[single range]: .: (0.000345) test: #string[simple numbers list]: .: (0.000380) test: #string[numbers and ranges list]: .: (0.000445) test: #string[just *]: .: (0.000310) test: #string[range with *]: .: (0.000322) test: #string[* sorts last]: .: (0.000388) test: #string[out of order]: .: (0.000431) test: #string[adjacent]: .: (0.000525) test: #string[overlapping]: .: (0.000484) test: #string[contained]: .: (0.000448) test: #string[multiple *]: .: (0.000363) test: #string[array]: .: (0.000658) test: #string[nested array]: .: (0.000711) test: #string[Set]: .: (0.000576) test: #string[empty]: .: (0.000266) test: #subtract: .: (0.003911) test: #to_s[single number]: .: (0.001494) test: #to_s[single range]: .: (0.000358) test: #to_s[simple numbers list]: .: (0.000341) test: #to_s[numbers and ranges list]: .: (0.000430) test: #to_s[just *]: .: (0.000285) test: #to_s[range with *]: .: (0.000304) test: #to_s[* sorts last]: .: (0.000352) test: #to_s[out of order]: .: (0.000452) test: #to_s[adjacent]: .: (0.000514) test: #to_s[overlapping]: .: (0.000494) test: #to_s[contained]: .: (0.000464) test: #to_s[multiple *]: .: (0.000366) test: #to_s[array]: .: (0.000664) test: #to_s[nested array]: .: (0.000725) test: #to_s[Set]: .: (0.000644) test: #to_s[empty]: .: (0.000271) test: #to_sequence_set: .: (0.000560) test: #valid_string[single number]: .: (0.000330) test: #valid_string[single range]: .: (0.000314) test: #valid_string[simple numbers list]: .: (0.000345) test: #valid_string[numbers and ranges list]: .: (0.000423) test: #valid_string[just *]: .: (0.000277) test: #valid_string[range with *]: .: (0.000304) test: #valid_string[* sorts last]: .: (0.000325) test: #valid_string[out of order]: .: (0.000423) test: #valid_string[adjacent]: .: (0.001526) test: #valid_string[overlapping]: .: (0.000459) test: #valid_string[contained]: .: (0.000525) test: #valid_string[multiple *]: .: (0.000333) test: #valid_string[array]: .: (0.000637) test: #valid_string[nested array]: .: (0.000748) test: #valid_string[Set]: .: (0.000635) test: #valid_string[empty]: .: (0.000359) test: #xor: .: (0.003274) test: #~ and #complement[single number]: .: (0.000582) test: #~ and #complement[single range]: .: (0.000497) test: #~ and #complement[simple numbers list]: .: (0.000609) test: #~ and #complement[numbers and ranges list]: .: (0.000739) test: #~ and #complement[just *]: .: (0.000486) test: #~ and #complement[range with *]: .: (0.000528) test: #~ and #complement[* sorts last]: .: (0.001595) test: #~ and #complement[out of order]: .: (0.000729) test: #~ and #complement[adjacent]: .: (0.000729) test: #~ and #complement[overlapping]: .: (0.083556) test: #~ and #complement[contained]: .: (0.000677) test: #~ and #complement[multiple *]: .: (0.000545) test: #~ and #complement[array]: .: (0.000911) test: #~ and #complement[nested array]: .: (0.001006) test: #~ and #complement[Set]: .: (0.000849) test: #~ and #complement[empty]: .: (0.000365) test: .[] must not be empty: .: (0.001341) test: .[] returns ractor sharable (deeply frozen): .: (0.000426) test: .[frozen SequenceSet] returns that SequenceSet: .: (0.000399) test: .new, input may be empty: .: (0.000889) test: .new, input must be valid: .: (0.002304) test: .try_convert: .: (0.001139) test: SequenceSet[input][single number]: .: (0.000549) test: SequenceSet[input][single range]: .: (0.000464) test: SequenceSet[input][simple numbers list]: .: (0.000514) test: SequenceSet[input][numbers and ranges list]: .: (0.000593) test: SequenceSet[input][just *]: .: (0.000393) test: SequenceSet[input][range with *]: .: (0.000411) test: SequenceSet[input][* sorts last]: .: (0.000511) test: SequenceSet[input][out of order]: .: (0.000600) test: SequenceSet[input][adjacent]: .: (0.000679) test: SequenceSet[input][overlapping]: .: (0.000622) test: SequenceSet[input][contained]: .: (0.000595) test: SequenceSet[input][multiple *]: .: (0.000485) test: SequenceSet[input][array]: .: (0.000755) test: SequenceSet[input][nested array]: .: (0.000795) test: SequenceSet[input][Set]: .: (0.000709) test: SequenceSet[input][empty]: .: (0.000364) test: frozen error message[#clear]: .: (0.000737) test: frozen error message[#replace seq]: .: (0.000731) test: frozen error message[#replace num]: .: (0.000643) test: frozen error message[#replace str]: .: (0.000665) test: frozen error message[#string=]: .: (0.000667) test: frozen error message[#add]: .: (0.000664) test: frozen error message[#add?]: .: (0.000643) test: frozen error message[#<<]: .: (0.000619) test: frozen error message[#append]: .: (0.000593) test: frozen error message[#delete]: .: (0.000641) test: frozen error message[#delete?]: .: (0.000649) test: frozen error message[#delete_at]: .: (0.000656) test: frozen error message[#slice!]: .: (0.000626) test: frozen error message[#merge]: .: (0.000645) test: frozen error message[#subtract]: .: (0.000655) test: frozen error message[#limit!]: .: (0.000614) test: frozen error message[#complement!]: .: (0.000676) test: frozen error message[#normalize!]: .: (0.000635) test: fuzz test: add numbers and compare to reference Set: .: (2.892222) test: fuzz test: add ranges and compare to reference Set: .: (1.308034) test: fuzz test: set complement identities: .: (0.130848) test: fuzz test: set intersection identities: .: (0.405105) test: fuzz test: set subtraction identities: .: (0.413401) test: fuzz test: set union identities: .: (0.648280) test: fuzz test: set xor identities: .: (0.677986) test: set + other: .: (0.002869) test: set - other: .: (0.004923) test: set == ~~set[single number]: .: (0.000690) test: set == ~~set[single range]: .: (0.000729) test: set == ~~set[simple numbers list]: .: (0.000828) test: set == ~~set[numbers and ranges list]: .: (0.001110) test: set == ~~set[just *]: .: (0.000634) test: set == ~~set[range with *]: .: (0.000647) test: set == ~~set[* sorts last]: .: (0.000855) test: set == ~~set[out of order]: .: (0.001042) test: set == ~~set[adjacent]: .: (0.000946) test: set == ~~set[overlapping]: .: (0.000809) test: set == ~~set[contained]: .: (0.000845) test: set == ~~set[multiple *]: .: (0.000696) test: set == ~~set[array]: .: (0.002076) test: set == ~~set[nested array]: .: (0.001156) test: set == ~~set[Set]: .: (0.001088) test: set == ~~set[empty]: .: (0.000408) test: set | ~set == full[single number]: .: (0.000510) test: set | ~set == full[single range]: .: (0.000516) test: set | ~set == full[simple numbers list]: .: (0.000585) test: set | ~set == full[numbers and ranges list]: .: (0.000708) test: set | ~set == full[just *]: .: (0.000484) test: set | ~set == full[range with *]: .: (0.000489) test: set | ~set == full[* sorts last]: .: (0.000588) test: set | ~set == full[out of order]: .: (0.000685) test: set | ~set == full[adjacent]: .: (0.000727) test: set | ~set == full[overlapping]: .: (0.000703) test: set | ~set == full[contained]: .: (0.000660) test: set | ~set == full[multiple *]: .: (0.000561) test: set | ~set == full[array]: .: (0.000941) test: set | ~set == full[nested array]: .: (0.000969) test: set | ~set == full[Set]: .: (0.000898) test: set | ~set == full[empty]: .: (0.000440) test: transforms keep frozen status[#min(count)]: .: (0.001215) test: transforms keep frozen status[#max(count)]: .: (0.001153) test: transforms keep frozen status[#slice(length)]: .: (0.001052) test: transforms keep frozen status[#slice(range)]: .: (0.001072) test: transforms keep frozen status[#slice => empty]: .: (0.000637) test: transforms keep frozen status[#slice => empty]: .: (0.000598) test: transforms keep frozen status[#union]: .: (0.000835) test: transforms keep frozen status[#intersection]: .: (0.001056) test: transforms keep frozen status[#difference]: .: (0.000805) test: transforms keep frozen status[#xor]: .: (0.002526) test: transforms keep frozen status[#complement]: .: (0.000797) test: transforms keep frozen status[#normalize]: .: (0.000693) test: transforms keep frozen status[#above]: .: (0.000785) test: transforms keep frozen status[#below]: .: (0.000848) test: transforms keep frozen status[#limit]: .: (0.000796) test: transforms keep frozen status[#limit => empty]: .: (0.000568) test: values for '*': .: (0.001225) test: ~full == empty: .: (0.000866) test_inspect[empty]: .: (0.000275) test_inspect[frozen empty]: .: (0.000266) test_inspect[normalized]: .: (0.000402) test_inspect[denormalized]: .: (0.000347) test_inspect[star]: .: (0.000289) test_inspect[frozen]: .: (0.000588) IMAPTest: test: #authenticate disconnects and raises SASL::AuthenticationFailed when the server succeeds prematurely: .: (0.082654) test: #authenticate never sends an initial response when config.sasl_ir: false: .: (0.109917) test: #authenticate never sends an initial response when sasl_ir: false: .: (0.119725) test: #authenticate never sends an initial response when the mechanism does not support client-first: .: (0.049843) test: #authenticate never sends an initial response when the server doesn't explicitly support the mechanism: .: (0.159825) test: #authenticate never sends an initial response when the server isn't capable: .: (0.059603) test: #authenticate sends '=' as the initial reponse when the initial response is an empty string: .: (0.049729) test: #authenticate sends an initial response when supported by both the mechanism and the server: .: (0.049830) test: #examine with condstore: .: (0.099768) test: #expunge with EXPUNGE responses: .: (0.199718) test: #expunge with a VANISHED response: .: (0.220110) test: #expunge with multiple VANISHED responses: .: (0.219553) test: #fetch with FETCH responses: .: (0.219639) test: #fetch with changedsince: .: (0.249707) test: #search/#uid_search: .: (1.819886) test: #search/#uid_search with ESEARCH or IMAP4rev2: .: (0.099576) test: #search/#uid_search with invalid arguments: .: (0.007006) test: #select with condstore: .: (0.112576) test: #store with FETCH responses: .: (0.199673) test: #store with unchangedsince: .: (0.149843) test: #uid_expunge with EXPUNGE responses: .: (0.209619) test: #uid_expunge with VANISHED response: .: (0.209748) test: #uid_fetch with UIDFETCH responses: .: (0.202253) test: #uid_fetch with changedsince: .: (0.147608) test: #uid_fetch with partial: .: (0.359233) test: #uid_store with UIDFETCH responses: .: (0.199895) test: #uid_store with changedsince: .: (0.159645) test: missing server ENABLED response: .: (0.059742) test: missing server ESEARCH response: .: (0.100053) test: missing server SEARCH response: .: (0.099561) test: missing server SORT response: .: (0.109972) test: missing server THREAD response: .: (0.109297) test: send PartialRange args: .: (0.529968) test_append: .: (0.199712) test_append_fail: .: (0.149866) test_close: .: (0.159812) test_connection_closed_during_idle: .: (0.111422) test_connection_closed_without_greeting: .: (0.384576) test_default_port: .: (0.000535) test_disconnect: .: (0.115110) test_enable: .: (0.307100) test_exception_during_idle: .: (0.200126) test_exception_during_shutdown: .: (0.104769) test_id: .: (0.254402) test_idle: .: (0.210048) test_idle_done_not_during_idle: .: (0.204286) test_idle_timeout: .: (0.364940) test_imaps_post_connection_check: .: (0.164699) test_imaps_unknown_ca: .: (0.188408) test_imaps_verify_none: .: (0.256692) test_imaps_with_ca_file: .: (0.270400) test_send_invalid_number: .: (0.457831) test_send_literal: .: (0.199206) test_starttls: .: (0.171225) test_starttls_stripping: .: (0.114280) test_starttls_unknown_ca: .: (0.502299) test_uidplus_appenduid: .: (0.211243) test_uidplus_copyuid_multiple: .: (0.149716) test_uidplus_copyuid_single: .: (0.150202) test_uidplus_uidnotsticky: .: (0.099316) test_unexpected_bye: .: (0.111183) test_unexpected_eof: .: (0.103790) test_unselect: .: (0.154195) Net::IMAP::TestData: test_define: .: (0.001316) test_define_edge_cases: .: (0.000501) test_define_with_block: .: (0.000340) test_dup: .: (0.000494) test_eql: .: (0.000483) test_equal: .: (0.000459) test_initialize: .: (0.001215) test_initialize_redefine: .: (0.000568) test_inspect: .: (0.000632) test_instance_behavior: .: (0.001556) test_marshal: .: (0.000540) test_member_precedence: .: (0.000426) test_memberless: .: (0.000581) test_recursive_inspect: .: (0.000747) test_square_braces: .: (0.000383) test_with: .: (0.001782) ResponseReaderTest: test: #read_response_buffer: .: (0.003530) test: #read_response_buffer with max_response_size: .: (0.000756) SASLprepTest: test_saslprep_invalid_inputs: .: (0.121634) test_saslprep_valid_inputs: .: (0.001265) SearchDataTests: test: #== checks modseq: .: (0.000749) test: #== ignores the order of elements: .: (0.000377) test: #inspect: .: (0.000437) test: #modseq: .: (0.000340) test: #to_s: .: (0.000443) test: #to_s(type): .: (0.000574) test: Array[*nz_numbers] != SearchResult[*differently_sorted]:.: (0.000679) test: Array[*nz_numbers] == SearchResult[*nz_numbers, modseq: nz_number]: .: (0.000288) test: SearchResult.new(nz_numbers) == Array.new(nz_numbers): .: (0.000355) test: SearchResult[*nz_numbers, modseq: nz_number] != Array[*nz_numbers]: .: (0.000288) test: SearchResult[*nz_numbers] == Array[*differently_sorted]:.: (0.000287) test: SearchResult[*nz_numbers] == Array[*nz_numbers]:.: (0.000334) StringPrepNamePrepTest: test: ASCII control characters U+0010 U+007F: .: (0.000733) test: ASCII space character U+0020: .: (0.000365) test: Bidi: RandALCat character U+0627 U+0031 U+0628: .: (0.000370) test: Bidi: RandALCat character U+FB38 and LCat characters: .: (0.002220) test: Case folding 8bit U+00DF (german sharp s): .: (0.000416) test: Case folding ASCII U+0043 U+0041 U+0046 U+0045: .: (0.000436) test: Case folding U+0130 (turkish capital I with dot): .: (0.000818) test: Case folding U+1FB7 and normalization: .: (0.000535) test: Case folding U+2121 U+33C6 U+1D7BB: .: (0.000505) test: Case folding multibyte U+0143 U+037A: .: (0.000457) test: Deprecated U+202A: .: (0.000613) test: Display property character U+0341: .: (0.000480) test: Ideographic description character U+2FF5: .: (0.000459) test: Language tagging character U+E0001: .: (0.000480) test: Language tagging character U+E0042: .: (0.000454) test: Larger test (expanding): .: (0.000633) test: Larger test (shrinking): .: (0.000813) test: Left-to-right mark U+200E: .: (0.000460) test: Map to nothing: .: (0.000466) test: Non-ASCII 8bit control character U+0085: .: (0.000746) test: Non-ASCII 8bit space character U+00A0: .: (0.000412) test: Non-ASCII control character U+1D175: .: (0.000432) test: Non-ASCII multibyte control character U+180E: .: (0.000405) test: Non-ASCII multibyte space character U+1680: .: (0.000408) test: Non-ASCII multibyte space character U+2000: .: (0.000411) test: Non-ASCII multibyte space character U+3000: .: (0.000394) test: Non-character code point U+10FFFF: .: (0.000422) test: Non-character code point U+8FFFE: .: (0.000404) test: Non-plain text character U+FFFD: .: (0.000419) test: Normalization of U+006a U+030c U+00A0 U+00AA: .: (0.000432) test: Plane 0 private use character U+F123: .: (0.000401) test: Plane 15 private use character U+F1234: .: (0.000407) test: Plane 16 private use character U+10F234: .: (0.000428) test: Self-reverting case folding U+0390 and normalization: .: (0.000546) test: Self-reverting case folding U+03B0 and normalization: .: (0.000397) test: Self-reverting case folding U+1E96 and normalization: .: (0.000472) test: Self-reverting case folding U+1F56 and normalization: .: (0.000515) test: Zero Width No-Break Space U+FEFF: .: (0.000392) test: Zero Width Space U+200b: .: (0.000443) StringPrepProfilesTest: test_trace_profile_prohibit_ctrl_chars: .: (0.000781) test_trace_profile_prohibit_tagging_chars: .: (0.000558) StringPrepTablesTest: test_rfc3454_table_A_1: .: (11.470724) test_rfc3454_table_B_1: .: (6.451301) test_rfc3454_table_B_2: .: (7.008874) test_rfc3454_table_C_1_1: .: (4.763923) test_rfc3454_table_C_1_2: .: (6.777059) test_rfc3454_table_C_2_1: .: (4.727282) test_rfc3454_table_C_2_2: .: (6.891353) test_rfc3454_table_C_3: .: (7.389811) test_rfc3454_table_C_4: .: (6.922253) test_rfc3454_table_C_5: .: (6.797006) test_rfc3454_table_C_6: .: (6.349650) test_rfc3454_table_C_7: .: (6.606577) test_rfc3454_table_C_8: .: (6.754487) test_rfc3454_table_C_9: .: (6.664077) test_rfc3454_table_D_1: .: (6.564060) test_rfc3454_table_D_2: .: (7.975750) TestAppendUIDData: test: #assigned_uids is converted to SequenceSet: .: (0.001233) test: #assigned_uids must be a valid uid-set: .: (0.001271) test: #size returns the number of UIDs: .: (0.000659) test: #uidvalidity must be valid nz-number: .: (0.000803) TestCopyUIDData: test: #[](source_uid): .: (0.003347) test: #assigned_uid_for(source_uid): .: (0.002761) test: #assigned_uids is converted to SequenceSet: .: (0.001576) test: #assigned_uids must be a valid uid-set: .: (0.002756) test: #each_uid_pair: .: (0.003523) test: #size returns the number of UIDs: .: (0.001846) test: #source_uid_for(assigned_uid): .: (0.003475) test: #source_uids and #assigned_uids must be same size: .: (0.001112) test: #source_uids is converted to SequenceSet: .: (0.001121) test: #source_uids must be valid uid-set: .: (0.002049) test: #uid_mapping for with source_uids in unsorted order: .: (0.001122) test: #uid_mapping maps source_uids to assigned_uids: .: (0.000994) test: #uidvalidity must be valid nz-number: .: (0.001324) TestUIDPlusData: test: #uid_mapping for with source_uids in unsorted order: .: (0.000620) test: #uid_mapping with sorted source_uids: .: (0.000298) ThreadMemberTest: test: #to_sequence_set: .: (0.001255) UIDFetchDataTest: test: #binary(1, 2, 3, offset: 1) returns the BINARY[1.2.3]<1> attr: .: (0.000756) test: #binary_size(1, 2, 3) returns the BINARY.SIZE[1.2.3] attr: .: (0.000415) test: #deconstruct_keys: .: (0.000483) test: #emailid returns EMAILID value (RFC8474: OBJECTID): .: (0.000269) test: #header returns the BODY[HEADER] attr: .: (0.000286) test: #header(1, 2, 3) returns the BODY[1.2.3.HEADER] attr: .: (0.000291) test: #header(1, 2, oFfset: 456) returns the BODY[1.2.HEADER]<456> attr: .: (0.000299) test: #header_fields(*) => BODY[HEADER.FIELDS (*)] attr: .: (0.000408) test: #header_fields(*, offset:) => BODY[part.HEADER.FIELDS (*)]: .: (0.000394) test: #header_fields(*, part:) => BODY[part.HEADER.FIELDS (*)] attr: .: (0.000555) test: #header_fields_not(*) => BODY[HEADER.FIELDS.NOT (*)] attr: .: (0.000358) test: #header_fields_not(*, offset:) => BODY[part.HEADER.FIELDS.NOT (*)]: .: (0.000382) test: #header_fields_not(*, part:) => BODY[part.HEADER.FIELDS.NOT (*)] attr: .: (0.000592) test: #internaldate parses a datetime value: .: (0.000892) test: #message returns the BODY[] attr: .: (0.000288) test: #message(offset:) returns the BODY[] attr: .: (0.000261) test: #mime(1, 2, 3) returns the BODY[1.2.3.MIME] attr: .: (0.000297) test: #mime(1, 2, oFfset: 456) returns the BODY[1.2.MIME]<456> attr: .: (0.000297) test: #modseq returns MODSEQ value (RFC7162: CONDSTORE): .: (0.000282) test: #part(1, 2, 3) returns the BODY[1.2.3] attr: .: (0.000318) test: #part(1, 2, oFfset: 456) returns the BODY[1.2]<456> attr: .: (0.000289) test: #seqno does not exist: .: (0.000364) test: #text returns the BODY[TEXT] attr: .: (0.000291) test: #text(1, 2, 3) returns the BODY[1.2.3.TEXT] attr: .: (0.000302) test: #text(1, 2, 3, oFfset: 456) returns the BODY[1.2.3.TEXT]<456> attr: .: (0.000309) test: #threadid returns THREADID value (RFC8474: OBJECTID): .: (0.000275) test: #uid replaces #seqno: .: (0.000280) test: #uid warns when differs from UID attribute: .: (0.001624) test: simple RFC3501 and RFC9051 attrs accessors: .: (0.000657) test: simple RFC822 attrs accessors (deprecated by RFC9051): .: (0.000373) VanishedDataTest: test: #==: .: (0.001041) test: #deconstruct_keys returns uids and earlier: .: (0.000610) test: #eql?: .: (0.001162) test: #to_a delegates to uids (SequenceSet#to_a): .: (0.000372) test: .[], missing args raises ArgumentError: .: (0.001092) test: .[], mixing args raises ArgumentError: .: (0.000465) test: .[], nil uids raises DataFormatError: .: (0.000381) test: .[uids, earlier]: .: (0.000860) test: .[uids: string, earlier: bool]: .: (0.000794) test: .new(uids: string, earlier: bool): .: (0.000822) test: .new, missing args raises ArgumentError: .: (0.002019) test: .new, nil uids raises DataFormatError: .: (0.000387) Finished in 137.377700777 seconds. ------------------------------------------------------------------------------- 1232 tests, 10828 assertions, 0 failures, 0 errors, 0 pendings, 0 omissions, 0 notifications 100% passed ------------------------------------------------------------------------------- 8.97 tests/s, 78.82 assertions/s >>> ruby-net-imap: Entering fakeroot... /home/buildozer/aports/main/ruby-net-imap/pkg/ruby-net-imap/usr/lib/ruby/gems/3.4.0/gems/net-imap-0.5.8/lib/net/imap.rb /home/buildozer/aports/main/ruby-net-imap/pkg/ruby-net-imap/usr/lib/ruby/gems/3.4.0/gems/net-imap-0.5.8/lib/net/imap/authenticators.rb /home/buildozer/aports/main/ruby-net-imap/pkg/ruby-net-imap/usr/lib/ruby/gems/3.4.0/gems/net-imap-0.5.8/lib/net/imap/command_data.rb /home/buildozer/aports/main/ruby-net-imap/pkg/ruby-net-imap/usr/lib/ruby/gems/3.4.0/gems/net-imap-0.5.8/lib/net/imap/config.rb /home/buildozer/aports/main/ruby-net-imap/pkg/ruby-net-imap/usr/lib/ruby/gems/3.4.0/gems/net-imap-0.5.8/lib/net/imap/config/attr_accessors.rb /home/buildozer/aports/main/ruby-net-imap/pkg/ruby-net-imap/usr/lib/ruby/gems/3.4.0/gems/net-imap-0.5.8/lib/net/imap/config/attr_inheritance.rb /home/buildozer/aports/main/ruby-net-imap/pkg/ruby-net-imap/usr/lib/ruby/gems/3.4.0/gems/net-imap-0.5.8/lib/net/imap/config/attr_type_coercion.rb /home/buildozer/aports/main/ruby-net-imap/pkg/ruby-net-imap/usr/lib/ruby/gems/3.4.0/gems/net-imap-0.5.8/lib/net/imap/connection_state.rb /home/buildozer/aports/main/ruby-net-imap/pkg/ruby-net-imap/usr/lib/ruby/gems/3.4.0/gems/net-imap-0.5.8/lib/net/imap/data_encoding.rb /home/buildozer/aports/main/ruby-net-imap/pkg/ruby-net-imap/usr/lib/ruby/gems/3.4.0/gems/net-imap-0.5.8/lib/net/imap/data_lite.rb /home/buildozer/aports/main/ruby-net-imap/pkg/ruby-net-imap/usr/lib/ruby/gems/3.4.0/gems/net-imap-0.5.8/lib/net/imap/deprecated_client_options.rb /home/buildozer/aports/main/ruby-net-imap/pkg/ruby-net-imap/usr/lib/ruby/gems/3.4.0/gems/net-imap-0.5.8/lib/net/imap/errors.rb /home/buildozer/aports/main/ruby-net-imap/pkg/ruby-net-imap/usr/lib/ruby/gems/3.4.0/gems/net-imap-0.5.8/lib/net/imap/esearch_result.rb /home/buildozer/aports/main/ruby-net-imap/pkg/ruby-net-imap/usr/lib/ruby/gems/3.4.0/gems/net-imap-0.5.8/lib/net/imap/fetch_data.rb /home/buildozer/aports/main/ruby-net-imap/pkg/ruby-net-imap/usr/lib/ruby/gems/3.4.0/gems/net-imap-0.5.8/lib/net/imap/flags.rb /home/buildozer/aports/main/ruby-net-imap/pkg/ruby-net-imap/usr/lib/ruby/gems/3.4.0/gems/net-imap-0.5.8/lib/net/imap/response_data.rb /home/buildozer/aports/main/ruby-net-imap/pkg/ruby-net-imap/usr/lib/ruby/gems/3.4.0/gems/net-imap-0.5.8/lib/net/imap/response_parser.rb /home/buildozer/aports/main/ruby-net-imap/pkg/ruby-net-imap/usr/lib/ruby/gems/3.4.0/gems/net-imap-0.5.8/lib/net/imap/response_parser/parser_utils.rb /home/buildozer/aports/main/ruby-net-imap/pkg/ruby-net-imap/usr/lib/ruby/gems/3.4.0/gems/net-imap-0.5.8/lib/net/imap/response_reader.rb /home/buildozer/aports/main/ruby-net-imap/pkg/ruby-net-imap/usr/lib/ruby/gems/3.4.0/gems/net-imap-0.5.8/lib/net/imap/sasl.rb /home/buildozer/aports/main/ruby-net-imap/pkg/ruby-net-imap/usr/lib/ruby/gems/3.4.0/gems/net-imap-0.5.8/lib/net/imap/sasl/anonymous_authenticator.rb /home/buildozer/aports/main/ruby-net-imap/pkg/ruby-net-imap/usr/lib/ruby/gems/3.4.0/gems/net-imap-0.5.8/lib/net/imap/sasl/authentication_exchange.rb /home/buildozer/aports/main/ruby-net-imap/pkg/ruby-net-imap/usr/lib/ruby/gems/3.4.0/gems/net-imap-0.5.8/lib/net/imap/sasl/authenticators.rb /home/buildozer/aports/main/ruby-net-imap/pkg/ruby-net-imap/usr/lib/ruby/gems/3.4.0/gems/net-imap-0.5.8/lib/net/imap/sasl/client_adapter.rb /home/buildozer/aports/main/ruby-net-imap/pkg/ruby-net-imap/usr/lib/ruby/gems/3.4.0/gems/net-imap-0.5.8/lib/net/imap/sasl/cram_md5_authenticator.rb /home/buildozer/aports/main/ruby-net-imap/pkg/ruby-net-imap/usr/lib/ruby/gems/3.4.0/gems/net-imap-0.5.8/lib/net/imap/sasl/digest_md5_authenticator.rb /home/buildozer/aports/main/ruby-net-imap/pkg/ruby-net-imap/usr/lib/ruby/gems/3.4.0/gems/net-imap-0.5.8/lib/net/imap/sasl/external_authenticator.rb /home/buildozer/aports/main/ruby-net-imap/pkg/ruby-net-imap/usr/lib/ruby/gems/3.4.0/gems/net-imap-0.5.8/lib/net/imap/sasl/gs2_header.rb /home/buildozer/aports/main/ruby-net-imap/pkg/ruby-net-imap/usr/lib/ruby/gems/3.4.0/gems/net-imap-0.5.8/lib/net/imap/sasl/login_authenticator.rb /home/buildozer/aports/main/ruby-net-imap/pkg/ruby-net-imap/usr/lib/ruby/gems/3.4.0/gems/net-imap-0.5.8/lib/net/imap/sasl/oauthbearer_authenticator.rb /home/buildozer/aports/main/ruby-net-imap/pkg/ruby-net-imap/usr/lib/ruby/gems/3.4.0/gems/net-imap-0.5.8/lib/net/imap/sasl/plain_authenticator.rb /home/buildozer/aports/main/ruby-net-imap/pkg/ruby-net-imap/usr/lib/ruby/gems/3.4.0/gems/net-imap-0.5.8/lib/net/imap/sasl/protocol_adapters.rb /home/buildozer/aports/main/ruby-net-imap/pkg/ruby-net-imap/usr/lib/ruby/gems/3.4.0/gems/net-imap-0.5.8/lib/net/imap/sasl/scram_algorithm.rb /home/buildozer/aports/main/ruby-net-imap/pkg/ruby-net-imap/usr/lib/ruby/gems/3.4.0/gems/net-imap-0.5.8/lib/net/imap/sasl/scram_authenticator.rb /home/buildozer/aports/main/ruby-net-imap/pkg/ruby-net-imap/usr/lib/ruby/gems/3.4.0/gems/net-imap-0.5.8/lib/net/imap/sasl/stringprep.rb /home/buildozer/aports/main/ruby-net-imap/pkg/ruby-net-imap/usr/lib/ruby/gems/3.4.0/gems/net-imap-0.5.8/lib/net/imap/sasl/xoauth2_authenticator.rb /home/buildozer/aports/main/ruby-net-imap/pkg/ruby-net-imap/usr/lib/ruby/gems/3.4.0/gems/net-imap-0.5.8/lib/net/imap/sasl_adapter.rb /home/buildozer/aports/main/ruby-net-imap/pkg/ruby-net-imap/usr/lib/ruby/gems/3.4.0/gems/net-imap-0.5.8/lib/net/imap/search_result.rb /home/buildozer/aports/main/ruby-net-imap/pkg/ruby-net-imap/usr/lib/ruby/gems/3.4.0/gems/net-imap-0.5.8/lib/net/imap/sequence_set.rb /home/buildozer/aports/main/ruby-net-imap/pkg/ruby-net-imap/usr/lib/ruby/gems/3.4.0/gems/net-imap-0.5.8/lib/net/imap/stringprep.rb /home/buildozer/aports/main/ruby-net-imap/pkg/ruby-net-imap/usr/lib/ruby/gems/3.4.0/gems/net-imap-0.5.8/lib/net/imap/stringprep/nameprep.rb /home/buildozer/aports/main/ruby-net-imap/pkg/ruby-net-imap/usr/lib/ruby/gems/3.4.0/gems/net-imap-0.5.8/lib/net/imap/stringprep/saslprep.rb /home/buildozer/aports/main/ruby-net-imap/pkg/ruby-net-imap/usr/lib/ruby/gems/3.4.0/gems/net-imap-0.5.8/lib/net/imap/stringprep/saslprep_tables.rb /home/buildozer/aports/main/ruby-net-imap/pkg/ruby-net-imap/usr/lib/ruby/gems/3.4.0/gems/net-imap-0.5.8/lib/net/imap/stringprep/tables.rb /home/buildozer/aports/main/ruby-net-imap/pkg/ruby-net-imap/usr/lib/ruby/gems/3.4.0/gems/net-imap-0.5.8/lib/net/imap/stringprep/trace.rb /home/buildozer/aports/main/ruby-net-imap/pkg/ruby-net-imap/usr/lib/ruby/gems/3.4.0/gems/net-imap-0.5.8/lib/net/imap/uidplus_data.rb /home/buildozer/aports/main/ruby-net-imap/pkg/ruby-net-imap/usr/lib/ruby/gems/3.4.0/gems/net-imap-0.5.8/lib/net/imap/vanished_data.rb Successfully installed net-imap-0.5.8 1 gem installed >>> ruby-net-imap-doc*: Running split function doc... 'usr/lib/ruby/gems/3.4.0/doc' -> '/home/buildozer/aports/main/ruby-net-imap/pkg/ruby-net-imap-doc/usr/lib/ruby/gems/3.4.0/doc' >>> ruby-net-imap-doc*: Preparing subpackage ruby-net-imap-doc... >>> ruby-net-imap-doc*: Running postcheck for ruby-net-imap-doc >>> ruby-net-imap*: Running postcheck for ruby-net-imap >>> ruby-net-imap*: Preparing package ruby-net-imap... >>> ruby-net-imap-doc*: Tracing dependencies... ruby >>> ruby-net-imap-doc*: Package size: 1.0 B >>> ruby-net-imap-doc*: Compressing data... >>> ruby-net-imap-doc*: Create checksum... >>> ruby-net-imap-doc*: Create ruby-net-imap-doc-0.5.8-r0.apk >>> ruby-net-imap*: Tracing dependencies... ruby >>> ruby-net-imap*: Package size: 664.2 KB >>> ruby-net-imap*: Compressing data... >>> ruby-net-imap*: Create checksum... >>> ruby-net-imap*: Create ruby-net-imap-0.5.8-r0.apk >>> ruby-net-imap: Build complete at Mon, 05 May 2025 22:20:58 +0000 elapsed time 0h 2m 58s >>> ruby-net-imap: Cleaning up srcdir >>> ruby-net-imap: Cleaning up pkgdir >>> ruby-net-imap: Uninstalling dependencies... (1/13) Purging .makedepends-ruby-net-imap (20250505.221803) (2/13) Purging ruby-rdoc (3.4.3-r0) (3/13) Purging ruby-base64 (0.2.0-r1) (4/13) Purging ruby-rake (13.2.1-r1) (5/13) Purging ruby-test-unit (3.6.8-r0) (6/13) Purging ruby-power_assert (2.0.5-r0) (7/13) Purging ruby-test-unit-ruby-core (1.0.6-r0) (8/13) Purging ruby (3.4.3-r0) (9/13) Purging ca-certificates (20241121-r2) Executing ca-certificates-20241121-r2.post-deinstall (10/13) Purging libucontext (1.3.2-r0) (11/13) Purging ruby-libs (3.4.3-r0) (12/13) Purging yaml (0.2.5-r2) (13/13) Purging libffi (3.4.8-r0) Executing busybox-1.37.0-r16.trigger OK: 275 MiB in 103 packages >>> ruby-net-imap: Updating the main/ppc64le repository index... >>> ruby-net-imap: Signing the index...