python3.14-treq-25.5.0
checks.aarch64-linux.poller
· build #62
· raw
1tribuchet: building on eliza2Sourcing python-remove-tests-dir-hook3Sourcing python-catch-conflicts-hook.sh4Sourcing python-remove-bin-bytecode-hook.sh5Sourcing pypa-build-hook6Using pypaBuildPhase7Sourcing python-runtime-deps-check-hook8Using pythonRuntimeDepsCheckHook9Sourcing pypa-install-hook10Using pypaInstallPhase11Sourcing python-imports-check-hook.sh12Using pythonImportsCheckPhase13Sourcing python-metadata-check-hook.sh14Using pythonMetadataCheckPhase15Sourcing python-namespaces-hook16Sourcing python-catch-conflicts-hook.sh
unpackPhase
17unpacking source archive /nix/store/wz4xkllc2jhkvv3v56ly0lfy6pwwffrq-treq-25.5.0.tar.gz18source root is treq-25.5.019setting SOURCE_DATE_EPOCH to timestamp 1580601600 of file "treq-25.5.0/tox.ini"configurePhase
20no configure script, doing nothingbuildPhase
21Executing pypaBuildPhase22Creating a wheel...23pypa build flags: --no-isolation --outdir dist/ --wheel24* Getting build dependencies for wheel...25* Building wheel...26Successfully built treq-25.5.0-py3-none-any.whl27Finished creating a wheel...28Finished executing pypaBuildPhasepythonRuntimeDepsCheckHook
29Executing pythonRuntimeDepsCheck30Checking runtime dependencies for treq-25.5.0-py3-none-any.whl31Finished executing pythonRuntimeDepsCheckinstallPhase
32Executing pypaInstallPhase33Successfully installed treq-25.5.0-py3-none-any.whl34Finished executing pypaInstallPhasepythonOutputDistPhase
35Executing pythonOutputDistPhase36Finished executing pythonOutputDistPhasefixupPhase
37shrinking RPATHs of ELF executables and libraries in /nix/store/hv2v5siyrhz94dhmidcchm55nzqxgrwb-python3.14-treq-25.5.038checking for references to /build/ in /nix/store/hv2v5siyrhz94dhmidcchm55nzqxgrwb-python3.14-treq-25.5.0...39patching script interpreter paths in /nix/store/hv2v5siyrhz94dhmidcchm55nzqxgrwb-python3.14-treq-25.5.040stripping (with command strip and flags -S -p) in /nix/store/hv2v5siyrhz94dhmidcchm55nzqxgrwb-python3.14-treq-25.5.0/lib41shrinking RPATHs of ELF executables and libraries in /nix/store/qm40v3f4642zppk7h80c9gj7wjl3crjh-python3.14-treq-25.5.0-dist42checking for references to /build/ in /nix/store/qm40v3f4642zppk7h80c9gj7wjl3crjh-python3.14-treq-25.5.0-dist...43patching script interpreter paths in /nix/store/qm40v3f4642zppk7h80c9gj7wjl3crjh-python3.14-treq-25.5.0-dist44Executing pythonRemoveTestsDir45Finished executing pythonRemoveTestsDirinstallCheckPhase
46treq.test.local_httpbin.test.test_child47 CertificatesForAuthorityAndServerTests48 test_ca_signed_x509 ... [OK]49 test_pkey_x509_paired ... [OK]50 test_x509_matches_hostname ... [OK]51 ForeverHTTPBinTests52 test_default_arguments ... [OK]53 test_host ... [OK]54 test_https ... [OK]55 test_port ... [OK]56 MakeHTTPBinSiteTests57 test_threadpool_management ... [OK]58 OutputProcessDescriptionTests59 test_description_written ... [OK]60 ServeTCPTests61 test_tcp_listener_matches_description ... [OK]62 ServeTLSTests63 test_tls_listener_matches_description ... [OK]64treq.test.local_httpbin.test.test_parent65 FakeProcessTransportTests66 test_closeStderr ... [OK]67 test_closeStdin ... [OK]68 test_closeStdout ... [OK]69 test_provides_interface ... [OK]70 HTTPBinProcessTests71 test_kill ... [OK]72 test_kill_before_spawn ... [OK]73 test_kill_unexpected_exit ... [OK]74 test_server_description_caches_description ... [OK]75 test_server_description_spawns_process ... [OK]76 test_server_description_spawns_process_https ... [OK]77 HTTPServerProcessProtocolTests78 test_connection_lost ... [OK]79 test_connection_lost_before_receiving_data ... [OK]80 test_receive_http_description ... [OK]81 test_receive_unexpected_line ... [OK]82 MemoryProcessReactorTests83 test_provides_interfaces ... [OK]84treq.test.local_httpbin.test.test_shared85 HTTPBinDescriptionTests86 test_round_trip ... [OK]87 test_round_trip_cacert ... [OK]88treq.test.test_agentspy89 APISpyTests90 test_provides_iagent ... [OK]91 test_record_attributes ... [OK]92 test_records ... [OK]93 test_type_validation ... [OK]94treq.test.test_api95 DefaultPoolTests96 test_cached_global_pool ... [OK]97 test_persistent_false ... [OK]98 test_persistent_false_new ... [OK]99 test_persistent_false_not_stored ... [OK]100 test_pool_none_persistent_none ... [OK]101 test_pool_none_persistent_true ... [OK]102 test_specified_pool ... [OK]103 DefaultReactorTests104 test_passes_reactor ... [OK]105 test_uses_default_reactor ... [OK]106 TreqAPITests107 test_cached_pool ... [OK]108 test_custom_agent ... [OK]109 test_custom_pool ... [OK]110 test_default_pool ... [OK]111 test_post_json_with_data ... [OK]112 test_request_invalid_param ... [OK]113treq.test.test_auth114 AddAuthTests115 test_add_basic_auth ... [OK]116 test_add_basic_auth_bytes ... [OK]117 test_add_basic_auth_huge ... [OK]118 test_add_basic_auth_utf8 ... [OK]119 test_add_unknown_auth ... [OK]120 RequestHeaderSetterAgentTests121 test_no_mutation ... [OK]122 test_overrides_per_request_headers ... [OK]123 test_sets_headers ... [OK]124treq.test.test_client125 BodyBufferingProtocolTests126 test_buffers_data ... [OK]127 test_fires_finished_deferred ... [OK]128 test_propagates_data_to_destination ... [OK]129 test_propogates_connectionLost_reason ... [OK]130 BufferedResponseTests131 test_concurrent_receivers ... [OK]132 test_receiver_after_finished ... [OK]133 test_wraps_protocol ... [OK]134 HTTPClientTests135 test_post ... [OK]136 test_request_browser_like_redirects ... [OK]137 test_request_case_insensitive_methods ... [OK]138 test_request_data_dict ... [OK]139 test_request_data_file ... [OK]140 test_request_data_single_dict ... [OK]141 test_request_data_tuple ... [OK]142 test_request_dict_headers ... [OK]143 test_request_dict_headers_invalid_values ... [OK]144 test_request_dict_single_value_query_params ... [OK]145 test_request_files_tuple_too_long ... [OK]146 test_request_files_tuple_too_short ... [OK]147 test_request_headers_invalid_type ... [OK]148 test_request_headers_object ... [OK]149 test_request_invalid_param ... [OK]150 test_request_json_bool ... [OK]151 test_request_json_dict ... [OK]152 test_request_json_none ... [OK]153 test_request_json_number ... [OK]154 test_request_json_string ... [OK]155 test_request_json_tuple ... [OK]156 test_request_json_with_data ... [OK]157 test_request_json_with_files ... [OK]158 test_request_merge_query_params ... [OK]159 test_request_merge_tuple_query_params ... [OK]160 test_request_mixed_params ... [OK]161 test_request_mixed_params_dict ... [OK]162 test_request_named_attachment ... [OK]163 test_request_named_attachment_and_ctype ... [OK]164 test_request_no_name_attachment ... [OK]165 test_request_post_redirect_denied ... [OK]166 test_request_query_param_seps ... [OK]167 test_request_query_params ... [OK]168 test_request_timeout_cancelled ... [OK]169 test_request_timeout_fired ... [OK]170 test_request_tuple_query_param_coercion ... [OK]171 test_request_tuple_query_value_coercion ... [OK]172 test_request_tuple_query_values ... [OK]173 test_request_unsupported_params_combination ... [OK]174 test_request_uri_bytes_pass ... [OK]175 test_request_uri_decodedurl ... [OK]176 test_request_uri_encodedurl ... [OK]177 test_request_uri_hyperlink_params ... [OK]178 test_request_uri_idn ... [OK]179 test_request_uri_idn_params ... [OK]180 test_request_uri_plus_pass ... [OK]181 test_response_buffering_is_disabled_with_unbufferred_arg ... [OK]182 test_response_is_buffered ... [OK]183treq.test.test_content184 ContentTests185 test_collect ... [OK]186 test_collect_0_length ... [OK]187 test_collect_failure ... [OK]188 test_collect_failure_potential_data_loss ... [OK]189 test_content ... [OK]190 test_content_application_json_default_encoding ... [OK]191 test_content_cached ... [OK]192 test_content_multiple_waiters ... [OK]193 test_json_content ... [OK]194 test_json_content_unicode ... [OK]195 test_json_content_utf16 ... [OK]196 test_text_content ... [OK]197 test_text_content_default_encoding_no_header ... [OK]198 test_text_content_default_encoding_no_param ... [OK]199 test_text_content_unicode_headers ... [OK]200 EncodingFromHeadersTests201 test_multipleParams ... [OK]202 test_noCharset ... [OK]203 test_quotedString ... [OK]204 test_rfcExamples ... [OK]205 MoreRealisticContentTests206 test_exception_handling ... [OK]207treq.test.test_cookies208 HTTPClientCookieTests209 test_cookies_dict ... [OK]210 test_cookies_in_jars ... [OK]211 test_cookies_pass_jar ... [OK]212 test_response_cookies ... [OK]213 ScopedCookieTests214 test_hostname ... [OK]215 test_http ... [OK]216 test_https ... [OK]217 test_port ... [OK]218 SearchTests219 test_domain ... [OK]220 test_name ... [OK]221treq.test.test_multipart222 LengthConsumerTestCase223 test_scalarsUpdateCounter ... [OK]224 test_stringUpdatesCounter ... [OK]225 MultiPartProducerTestCase226 test_bytesPassThrough ... [OK]227 test_defaultCooperator ... [OK]228 test_failOnUnknownParams ... [OK]229 test_failedReadWhileProducing ... [OK]230 test_fieldsAndAttachment ... [OK]231 test_inputClosedAtEOF ... [OK]232 test_interface ... [OK]233 test_knownLengthOnFile ... [OK]234 test_missingAttachmentName ... [OK]235 test_multipleFieldsAndAttachments ... [OK]236 test_newLinesInParams ... [OK]237 test_pauseProducing ... [OK]238 test_resumeProducing ... [OK]239 test_startProducing ... [OK]240 test_stopProducing ... [OK]241 test_twoFields ... [OK]242 test_unicodeAttachmentName ... [OK]243 test_unicodeString ... [OK]244 test_unknownLength ... [OK]245 test_worksWithMultipart ... [OK]246treq.test.test_response247 ResponseTests248 test_collect ... [OK]249 test_content ... [OK]250 test_history ... [OK]251 test_json ... [OK]252 test_json_customized ... [OK]253 test_no_history ... [OK]254 test_repr_content_type ... [OK]255 test_repr_content_type_hostile ... [OK]256 test_repr_content_type_missing ... [OK]257 test_repr_unknown_length ... [OK]258 test_text ... [OK]259treq.test.test_testing260 HasHeadersTests261 test_bytes_encoded_forms ... [OK]262 test_case_insensitive_keys ... [OK]263 test_case_sensitive_values ... [OK]264 test_equality_and_strict_subsets_succeed ... [OK]265 test_partial_or_zero_intersection_subsets_fail ... [OK]266 test_repr ... [OK]267 RequestSequenceTests268 test_async_failures_logged ... [OK]269 test_consume_context_manager_fails_on_remaining_requests ... [OK]270 test_mismatched_request_causes_failure ... [OK]271 test_unexpected_number_of_request_causes_failure ... [OK]272 test_works_with_mock_any ... [OK]273 StringStubbingTests274 test_interacts_successfully_with_istub ... [OK]275 StubbingTests276 test_cookies_not_sent_to_different_domains ... [OK]277 test_cookies_sent_for_same_domain ... [OK]278 test_cookies_sent_with_explicit_port ... [OK]279 test_files_are_rejected ... [OK]280 test_handles_failing_asynchronous_requests ... [OK]281 test_handles_invalid_schemes ... [OK]282 test_handles_successful_asynchronous_requests ... [OK]283 test_handles_successful_asynchronous_requests_with_response_data ... [OK]284 test_handles_successful_asynchronous_requests_with_streaming ... [OK]285 test_passing_in_strange_data_is_rejected ... [OK]286 test_providing_resource_to_stub_treq ... [OK]287 test_session_persistence_between_requests ... [OK]288 test_stubtreq_provides_all_functions_in_treq_all ... [OK]289treq.test.test_treq_integration290 HTTPSTreqIntegrationTests291 test_basic_auth ... [OK]292 test_cookie ... [OK]293 test_delete ... [OK]294 test_failed_basic_auth ... [OK]295 test_get ... [OK]296 test_get_302_absolute_redirect ... [OK]297 test_get_302_redirect_disallowed ... [OK]298 test_get_302_relative_redirect ... [OK]299 test_get_headers ... [OK]300 test_get_headers_unicode ... [OK]301 test_gzip ... [OK]302 test_head ... [OK]303 test_head_302_absolute_redirect ... [OK]304 test_head_302_redirect_disallowed ... [OK]305 test_head_302_relative_redirect ... [OK]306 test_multipart_post ... [OK]307 test_patch ... [OK]308 test_post ... [OK]309 test_post_headers ... [OK]310 test_put ... [OK]311 test_set_cookie ... [OK]312 test_timeout ... [OK]313 TreqIntegrationTests314 test_basic_auth ... [OK]315 test_cookie ... [OK]316 test_delete ... [OK]317 test_failed_basic_auth ... [OK]318 test_get ... [OK]319 test_get_302_absolute_redirect ... [OK]320 test_get_302_redirect_disallowed ... [OK]321 test_get_302_relative_redirect ... [OK]322 test_get_headers ... [OK]323 test_get_headers_unicode ... [OK]324 test_gzip ... [OK]325 test_head ... [OK]326 test_head_302_absolute_redirect ... [OK]327 test_head_302_redirect_disallowed ... [OK]328 test_head_302_relative_redirect ... [OK]329 test_multipart_post ... [OK]330 test_patch ... [OK]331 test_post ... [OK]332 test_post_headers ... [OK]333 test_put ... [OK]334 test_set_cookie ... [OK]335 test_timeout ... [OK]336337-------------------------------------------------------------------------------338Ran 242 tests in 5.732s339340PASSED (successes=242)pythonImportsCheckPhase
341Executing pythonImportsCheckPhasepythonMetadataCheckPhase
342Executing pythonMetadataCheckPhase