Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 1467037 Details for
Bug 1605988
python-webtest: FTBFS in Fedora rawhide
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
build.log
build.log (text/plain), 32.00 KB, created by
Mohan Boddu
on 2018-07-20 17:54:34 UTC
(
hide
)
Description:
build.log
Filename:
MIME Type:
Creator:
Mohan Boddu
Created:
2018-07-20 17:54:34 UTC
Size:
32.00 KB
patch
obsolete
>ries found matching 'docs/_build' >warning: no previously-included files matching '*.pyc' found anywhere in distribution >warning: no previously-included files matching '__pycache__' found anywhere in distribution >writing manifest file 'WebTest.egg-info/SOURCES.txt' >Copying WebTest.egg-info to /builddir/build/BUILDROOT/python-webtest-2.0.29-7.fc29.noarch/usr/lib/python2.7/site-packages/WebTest-2.0.29-py2.7.egg-info >running install_scripts >+ /usr/lib/rpm/find-debuginfo.sh -j6 --strict-build-id -m -i --build-id-seed 2.0.29-7.fc29 --unique-debug-suffix -2.0.29-7.fc29.noarch --unique-debug-src-base python-webtest-2.0.29-7.fc29.noarch --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/WebTest-2.0.29 >find: 'debug': No such file or directory >+ /usr/lib/rpm/check-buildroot >+ /usr/lib/rpm/redhat/brp-ldconfig >/sbin/ldconfig: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf: No such file or directory >+ /usr/lib/rpm/brp-compress >+ /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip >+ /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 1 >Bytecompiling .py files below /builddir/build/BUILDROOT/python-webtest-2.0.29-7.fc29.noarch/usr/lib/python3.7 using /usr/bin/python3.7 >Bytecompiling .py files below /builddir/build/BUILDROOT/python-webtest-2.0.29-7.fc29.noarch/usr/lib/python2.7 using /usr/bin/python2.7 >+ /usr/lib/rpm/brp-python-hardlink >+ /usr/lib/rpm/redhat/brp-mangle-shebangs >Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.3GvRjH >+ umask 022 >+ cd /builddir/build/BUILD >+ cd WebTest-2.0.29 >++ pwd >+ PYTHONPATH=/builddir/build/BUILD/WebTest-2.0.29 >+ nosetests-2 >Doctest: debugapp.rst ... ok >Doctest: forms.rst ... ok >Doctest: index.rst ... ok >Doctest: testapp.rst ... ok >Doctest: testresponse.rst ... ok >Doctest: webtest.forms.Upload ... ok >/builddir/build/BUILD/WebTest-2.0.29/tests/test_debugapp.py:112: SyntaxWarning: assertion is always true, perhaps remove parentheses? > assert(False, "An AppError should be raised") >test_custom_headers (tests.test_app.TestApp) ... ok >test_encode_multipart (tests.test_app.TestApp) ... ok >test_encode_multipart_content_type (tests.test_app.TestApp) ... ok >test_encode_multipart_relative_to (tests.test_app.TestApp) ... ok >test_get_params (tests.test_app.TestApp) ... ok >test_patch (tests.test_app.TestApp) ... ok >test_request_with_testrequest (tests.test_app.TestApp) ... ok >test_app_error (tests.test_app.TestAppError) ... ok >test_app_error_misc (tests.test_app.TestAppError) ... ok >test_app_error_with_bytes_message (tests.test_app.TestAppError) ... ok >test_app_error_with_unicode (tests.test_app.TestAppError) ... ok >test_xhr_param_change_headers (tests.test_app.TestAppXhrParam) ... ok >test_cookie_policy (tests.test_app.TestCookies) ... ok >test_cookies_readonly (tests.test_app.TestCookies) ... ok >test_expires_cookies (tests.test_app.TestCookies) ... ok >test_http_cookie (tests.test_app.TestCookies) ... ok >test_http_localhost_cookie (tests.test_app.TestCookies) ... ok >test_preserves_cookies (tests.test_app.TestCookies) ... ok >test_secure_cookies (tests.test_app.TestCookies) ... ok >test_set_cookie (tests.test_app.TestCookies) ... ok >test_supports_providing_cookiejar (tests.test_app.TestCookies) ... ok >test_get_extra_environ (tests.test_app.TestEnviron) ... ok >test_post_extra_environ (tests.test_app.TestEnviron) ... ok >test_request_extra_environ (tests.test_app.TestEnviron) ... ok >test_field_order_is_across_all_fields (tests.test_app.TestFieldOrder) ... ok >test_post_with_file_upload (tests.test_app.TestFieldOrder) ... ok >test_submit_with_file_upload (tests.test_app.TestFieldOrder) ... ok >test_url_with_fragments (tests.test_app.TestFragments) ... ok >test_url_without_fragments (tests.test_app.TestFragments) ... ok >test_parser_features (tests.test_app.TestParserFeature) ... ok >test_paste_testing_variables (tests.test_app.TestPasteVariables) ... ok >test_paste_testing_variables_raises (tests.test_app.TestPasteVariables) ... ok >test_app_script_name (tests.test_app.TestScriptName) ... ok >test_script_name (tests.test_app.TestScriptName) ... ok >test_script_name_doesnt_match (tests.test_app.TestScriptName) ... ok >test_check_status_almost_asterisk (tests.test_app.TestStatus) ... ok >test_check_status_asterisk (tests.test_app.TestStatus) ... ok >test_check_status_none (tests.test_app.TestStatus) ... ok >test_check_status_tuple (tests.test_app.TestStatus) ... ok >test_check_status_with_custom_reason (tests.test_app.TestStatus) ... ok >test_proxy_with_environ (tests.test_app.TestWSGIProxy) ... ok >test_proxy_with_url (tests.test_app.TestWSGIProxy) ... ok >test_basic_authorization (tests.test_authorisation.TestAuthorization) ... ok >test_bearer_authorization (tests.test_authorisation.TestAuthorization) ... ok >test_invalid (tests.test_authorisation.TestAuthorization) ... ok >test_204 (tests.test_debugapp.TestTesting) ... /builddir/build/BUILD/WebTest-2.0.29/webtest/lint.py:481: WSGIWarning: Content-Type header found in a 204 response, which not return content. > WSGIWarning) >ok >test_303 (tests.test_debugapp.TestTesting) ... ok >test_404 (tests.test_debugapp.TestTesting) ... ok >test_app_error (tests.test_debugapp.TestTesting) ... ok >test_app_from_config_file (tests.test_debugapp.TestTesting) ... ok >test_bad_content_type (tests.test_debugapp.TestTesting) ... /builddir/build/BUILD/WebTest-2.0.29/webtest/debugapp.py:77: UserWarning: Behavior of MultiDict.update() has changed and overwrites duplicate keys. Consider using .extend() > resp.headers.update(headers) >ok >test_delete_params (tests.test_debugapp.TestTesting) ... ok >test_errors (tests.test_debugapp.TestTesting) ... ok >test_exception (tests.test_debugapp.TestTesting) ... ok >test_exception_repr (tests.test_debugapp.TestTesting) ... ok >test_fake_dict (tests.test_debugapp.TestTesting) ... ok >test_options (tests.test_debugapp.TestTesting) ... ok >test_post_params (tests.test_debugapp.TestTesting) ... ok >test_post_unicode (tests.test_debugapp.TestTesting) ... ok >test_post_unicode_body (tests.test_debugapp.TestTesting) ... ok >test_print_stderr (tests.test_debugapp.TestTesting) ... Response: 200 OK >Content-Type: text/plain; charset=utf-8 >°C >Response: 200 OK >Content-Type: text/plain >��C >ok >test_put_params (tests.test_debugapp.TestTesting) ... ok >test_request_obj (tests.test_debugapp.TestTesting) ... ok >test_showbrowser (tests.test_debugapp.TestTesting) ... ok >test_testing (tests.test_debugapp.TestTesting) ... ok >test_url_class (tests.test_debugapp.TestTesting) ... ok >tests.test_debugapp.test_print_unicode ... °C >ok >test_raises (tests.test_ext.TestSelenium) ... ok >test_file_upload_binary (tests.test_forms.TestFileUpload) ... ok >test_file_upload_with_content_type (tests.test_forms.TestFileUpload) ... ok >test_file_upload_with_filename_and_contents (tests.test_forms.TestFileUpload) ... ok >test_file_upload_with_filename_only (tests.test_forms.TestFileUpload) ... ok >test_goto_upload_files (tests.test_forms.TestFileUpload) ... ok >test_invalid_types (tests.test_forms.TestFileUpload) ... ok >test_invalid_uploadfiles (tests.test_forms.TestFileUpload) ... ok >test_multiple_file_uploads_with_filename_and_contents (tests.test_forms.TestFileUpload) ... ok >test_no_uploads_error (tests.test_forms.TestFileUpload) ... ok >test_post_int (tests.test_forms.TestFileUpload) ... ok >test_post_upload_files (tests.test_forms.TestFileUpload) ... ok >test_upload_invalid_content (tests.test_forms.TestFileUpload) ... ok >test_upload_without_file (tests.test_forms.TestFileUpload) ... ok >test_form_lint (tests.test_forms.TestFormLint) ... ok >test_button (tests.test_forms.TestForms) ... ok >test_button_submit (tests.test_forms.TestForms) ... ok >test_button_submit_by_index (tests.test_forms.TestForms) ... ok >test_button_submit_by_value (tests.test_forms.TestForms) ... ok >test_button_submit_by_value_and_index (tests.test_forms.TestForms) ... ok >test_force_select (tests.test_forms.TestForms) ... ok >test_form_select (tests.test_forms.TestForms) ... ok >test_get_field_by_index (tests.test_forms.TestForms) ... ok >test_get_non_exist_fields (tests.test_forms.TestForms) ... ok >test_get_non_exist_fields_with_default (tests.test_forms.TestForms) ... ok >test_get_unknown_field (tests.test_forms.TestForms) ... ok >test_repr (tests.test_forms.TestForms) ... ok >test_set_multiple_checkboxes (tests.test_forms.TestForms) ... ok >test_set_submit_field (tests.test_forms.TestForms) ... ok >test_the_bs_node_must_not_change (tests.test_forms.TestForms) ... ok >test_upload_fields (tests.test_forms.TestForms) ... ok >test_force_radio_input (tests.test_forms.TestInput) ... ok >test_input (tests.test_forms.TestInput) ... ok >test_input_no_default (tests.test_forms.TestInput) ... ok >test_input_unicode (tests.test_forms.TestInput) ... ok >test_radio_input_order (tests.test_forms.TestInput) ... ok >test_textarea_emptyfirstline (tests.test_forms.TestInput) ... ok >test_textarea_entities (tests.test_forms.TestInput) ... ok >test_no_form (tests.test_forms.TestResponseFormAttribute) ... ok >test_too_many_forms (tests.test_forms.TestResponseFormAttribute) ... ok >test_multiple_select (tests.test_forms.TestSelect) ... ok >test_multiple_select_forced_values (tests.test_forms.TestSelect) ... ok >test_multiple_select_no_default (tests.test_forms.TestSelect) ... ok >test_multiple_select_no_value (tests.test_forms.TestSelect) ... ok >test_multiple_select_reset_value (tests.test_forms.TestSelect) ... ok >test_select_no_value (tests.test_forms.TestSelect) ... ok >test_single_select (tests.test_forms.TestSelect) ... ok >test_single_select_forced_value (tests.test_forms.TestSelect) ... ok >test_single_select_no_default (tests.test_forms.TestSelect) ... ok >test_unicode_select (tests.test_forms.TestSelect) ... ok >test_shutdown_non_running (tests.test_http.TestBrokenServer) ... ok >test_no_server (tests.test_http.TestClient) ... ok >test_server (tests.test_http.TestServer) ... ok >test_wsgi_wrapper (tests.test_http.TestServer) ... ok >test_no_content (tests.test_lint.TestCheckContentType) ... ok >test_no_content_type (tests.test_lint.TestCheckContentType) ... ok >test_handles_native_strings_in_variables (tests.test_lint.TestCheckEnviron) ... ok >test_no_query_string (tests.test_lint.TestCheckEnviron) ... ok >test_no_valid_request (tests.test_lint.TestCheckEnviron) ... ok >test_header_bytes_name (tests.test_lint.TestCheckHeaders) ... SKIP: bytes is str in Python2 >test_header_bytes_value (tests.test_lint.TestCheckHeaders) ... SKIP: bytes is str in Python2 >test_header_non_latin1_name (tests.test_lint.TestCheckHeaders) ... ok >test_header_non_latin1_value (tests.test_lint.TestCheckHeaders) ... ok >test_header_unicode_name (tests.test_lint.TestCheckHeaders) ... ok >test_header_unicode_value (tests.test_lint.TestCheckHeaders) ... ok >test_dont_close (tests.test_lint.TestErrorWrapper) ... ok >test_flush (tests.test_lint.TestErrorWrapper) ... ok >test_writelines (tests.test_lint.TestErrorWrapper) ... ok >test_close (tests.test_lint.TestInputWrapper) ... ok >test_iter (tests.test_lint.TestInputWrapper) ... ok >test_read (tests.test_lint.TestInputWrapper) ... ok >test_readline (tests.test_lint.TestInputWrapper) ... ok >test_readlines (tests.test_lint.TestInputWrapper) ... ok >test_seek (tests.test_lint.TestInputWrapper) ... ok >test_close (tests.test_lint.TestIteratorWrapper) ... ok >test_invalid_type (tests.test_lint.TestLatin1Assertion) ... ok >test_valid_type (tests.test_lint.TestLatin1Assertion) ... ok >test_lint_iterator_returned (tests.test_lint.TestMiddleware) ... ok >test_lint_no_keyword_args (tests.test_lint.TestMiddleware) ... ok >test_lint_too_few_args (tests.test_lint.TestMiddleware) ... ok >test_exc_info (tests.test_lint.TestMiddleware2) ... ok >test_to_string (tests.test_lint.TestToString) ... ok >test_normal (tests.test_lint.TestWriteWrapper) ... ok >test_wrong_type (tests.test_lint.TestWriteWrapper) ... ok >test_follow (tests.test_response.TestFollow) ... ok >test_follow_relative (tests.test_response.TestFollow) ... ok >test_follow_twice (tests.test_response.TestFollow) ... ok >test_follow_with_cookie (tests.test_response.TestFollow) ... ok >test_maybe_follow_200 (tests.test_response.TestFollow) ... ok >test_maybe_follow_infinite (tests.test_response.TestFollow) ... ok >test_maybe_follow_once (tests.test_response.TestFollow) ... ok >test_maybe_follow_twice (tests.test_response.TestFollow) ... ok >test_click (tests.test_response.TestResponse) ... ok >test_click_u (tests.test_response.TestResponse) ... ok >test_click_utf8 (tests.test_response.TestResponse) ... ok >test_clickbutton (tests.test_response.TestResponse) ... ok >test_content_dezips (tests.test_response.TestResponse) ... ok >test_html_attribute (tests.test_response.TestResponse) ... ok >test_json (tests.test_response.TestResponse) ... ok >test_lxml_attribute (tests.test_response.TestResponse) ... ok >test_mustcontains (tests.test_response.TestResponse) ... Actual response (no u'not found'): >Response: 200 OK >Content-Type: text/plain >CONTENT_LENGTH: 6 >CONTENT_TYPE: application/x-www-form-urlencoded >HTTP_HOST: localhost:80 >PATH_INFO: / >QUERY_STRING: >REQUEST_METHOD: POST >SCRIPT_NAME: >SERVER_NAME: localhost >SERVER_PORT: 80 >SERVER_PROTOCOL: HTTP/1.0 >paste.testing: True >paste.testing_variables: {} >paste.throw_errors: True >webob._parsed_query_vars: (GET([]), '') >wsgi.errors: <webtest.lint.ErrorWrapper object at 0xf5c2f92c> >wsgi.input: <webtest.lint.InputWrapper object at 0xf5c2fecc> >wsgi.multiprocess: False >wsgi.multithread: False >wsgi.run_once: False >wsgi.url_scheme: 'http' >wsgi.version: (1, 0) >-- Body ---------- >foobar >Actual response (has u'foobar') >Response: 200 OK >Content-Type: text/plain >CONTENT_LENGTH: 6 >CONTENT_TYPE: application/x-www-form-urlencoded >HTTP_HOST: localhost:80 >PATH_INFO: / >QUERY_STRING: >REQUEST_METHOD: POST >SCRIPT_NAME: >SERVER_NAME: localhost >SERVER_PORT: 80 >SERVER_PROTOCOL: HTTP/1.0 >paste.testing: True >paste.testing_variables: {} >paste.throw_errors: True >webob._parsed_query_vars: (GET([]), '') >wsgi.errors: <webtest.lint.ErrorWrapper object at 0xf5c2f92c> >wsgi.input: <webtest.lint.InputWrapper object at 0xf5c2fecc> >wsgi.multiprocess: False >wsgi.multithread: False >wsgi.run_once: False >wsgi.url_scheme: 'http' >wsgi.version: (1, 0) >-- Body ---------- >foobar >ok >test_no_form (tests.test_response.TestResponse) ... ok >test_one_forms (tests.test_response.TestResponse) ... ok >test_referer (tests.test_response.TestResponse) ... ok >test_repr (tests.test_response.TestResponse) ... ok >test_showbrowser (tests.test_response.TestResponse) ... ok >test_testbody (tests.test_response.TestResponse) ... ok >test_too_many_forms (tests.test_response.TestResponse) ... ok >test_unicode (tests.test_response.TestResponse) ... ok >test_unicode_normal_body (tests.test_response.TestResponse) ... ok >test_xml (tests.test_response.TestResponse) ... ok >test_xml_attribute (tests.test_response.TestResponse) ... ok >test_raises (tests.test_sel.TestSelenium) ... ok >test_nodefault (tests.test_utils.NoDefaultTest) ... ok >test_encode_params_NoDefault (tests.test_utils.encode_paramsTest) ... ok >test_encode_params_None (tests.test_utils.encode_paramsTest) ... ok >test_encode_params_charset_utf8 (tests.test_utils.encode_paramsTest) ... ok >test_encode_params_dict_or_list (tests.test_utils.encode_paramsTest) ... ok >test_encode_params_no_charset (tests.test_utils.encode_paramsTest) ... ok >test_json_method_doc (tests.test_utils.json_methodTest) ... ok >test_json_method_name (tests.test_utils.json_methodTest) ... ok >test_json_method_request_calls (tests.test_utils.json_methodTest) ... ok >test_json_method_request_respects_content_type_argument (tests.test_utils.json_methodTest) ... ok >test_make_pattern_None (tests.test_utils.make_patternTest) ... ok >test_make_pattern_bytes (tests.test_utils.make_patternTest) ... ok >test_make_pattern_function (tests.test_utils.make_patternTest) ... ok >test_make_pattern_invalid (tests.test_utils.make_patternTest) ... ok >test_make_pattern_regex (tests.test_utils.make_patternTest) ... ok >test_stringify_binary (tests.test_utils.stringifyTest) ... ok >test_stringify_other (tests.test_utils.stringifyTest) ... ok >test_stringify_text (tests.test_utils.stringifyTest) ... ok >---------------------------------------------------------------------- >Ran 204 tests in 4.831s >OK (SKIP=2) >+ pushd /builddir/build/BUILD/python3-python-webtest-2.0.29 >~/build/BUILD/python3-python-webtest-2.0.29 ~/build/BUILD/WebTest-2.0.29 >+ LANG=en_US.utf8 >++ pwd >+ PYTHONPATH=/builddir/build/BUILD/python3-python-webtest-2.0.29 >+ nosetests-3.7 >Doctest: debugapp.rst ... ok >Doctest: forms.rst ... ok >Doctest: index.rst ... ok >Doctest: testapp.rst ... ok >Doctest: testresponse.rst ... ok >Doctest: webtest.forms.Upload ... ok >test_custom_headers (tests.test_app.TestApp) ... ok >test_encode_multipart (tests.test_app.TestApp) ... ok >test_encode_multipart_content_type (tests.test_app.TestApp) ... ok >test_encode_multipart_relative_to (tests.test_app.TestApp) ... ok >test_get_params (tests.test_app.TestApp) ... ok >test_patch (tests.test_app.TestApp) ... ok >test_request_with_testrequest (tests.test_app.TestApp) ... ok >test_app_error (tests.test_app.TestAppError) ... ok >test_app_error_misc (tests.test_app.TestAppError) ... ok >test_app_error_with_bytes_message (tests.test_app.TestAppError) ... ok >test_app_error_with_unicode (tests.test_app.TestAppError) ... ok >test_xhr_param_change_headers (tests.test_app.TestAppXhrParam) ... ok >test_cookie_policy (tests.test_app.TestCookies) ... ok >test_cookies_readonly (tests.test_app.TestCookies) ... ok >test_expires_cookies (tests.test_app.TestCookies) ... ok >test_http_cookie (tests.test_app.TestCookies) ... ok >test_http_localhost_cookie (tests.test_app.TestCookies) ... ok >test_preserves_cookies (tests.test_app.TestCookies) ... ok >test_secure_cookies (tests.test_app.TestCookies) ... ok >test_set_cookie (tests.test_app.TestCookies) ... ok >test_supports_providing_cookiejar (tests.test_app.TestCookies) ... ok >test_get_extra_environ (tests.test_app.TestEnviron) ... ok >test_post_extra_environ (tests.test_app.TestEnviron) ... ok >test_request_extra_environ (tests.test_app.TestEnviron) ... ok >test_field_order_is_across_all_fields (tests.test_app.TestFieldOrder) ... ok >test_post_with_file_upload (tests.test_app.TestFieldOrder) ... ok >test_submit_with_file_upload (tests.test_app.TestFieldOrder) ... ok >test_url_with_fragments (tests.test_app.TestFragments) ... ok >test_url_without_fragments (tests.test_app.TestFragments) ... ok >test_parser_features (tests.test_app.TestParserFeature) ... ok >test_paste_testing_variables (tests.test_app.TestPasteVariables) ... ok >test_paste_testing_variables_raises (tests.test_app.TestPasteVariables) ... ok >test_app_script_name (tests.test_app.TestScriptName) ... ok >test_script_name (tests.test_app.TestScriptName) ... ok >test_script_name_doesnt_match (tests.test_app.TestScriptName) ... ok >test_check_status_almost_asterisk (tests.test_app.TestStatus) ... ok >test_check_status_asterisk (tests.test_app.TestStatus) ... ok >test_check_status_none (tests.test_app.TestStatus) ... ok >test_check_status_tuple (tests.test_app.TestStatus) ... ok >test_check_status_with_custom_reason (tests.test_app.TestStatus) ... ok >test_proxy_with_environ (tests.test_app.TestWSGIProxy) ... ok >test_proxy_with_url (tests.test_app.TestWSGIProxy) ... ok >test_basic_authorization (tests.test_authorisation.TestAuthorization) ... ok >test_bearer_authorization (tests.test_authorisation.TestAuthorization) ... ok >test_invalid (tests.test_authorisation.TestAuthorization) ... ok >test_204 (tests.test_debugapp.TestTesting) ... /builddir/build/BUILD/python3-python-webtest-2.0.29/webtest/lint.py:481: WSGIWarning: Content-Type header found in a 204 response, which not return content. > WSGIWarning) >ok >test_303 (tests.test_debugapp.TestTesting) ... ok >test_404 (tests.test_debugapp.TestTesting) ... ok >test_app_error (tests.test_debugapp.TestTesting) ... ok >test_app_from_config_file (tests.test_debugapp.TestTesting) ... ok >test_bad_content_type (tests.test_debugapp.TestTesting) ... /builddir/build/BUILD/python3-python-webtest-2.0.29/webtest/debugapp.py:77: UserWarning: Behavior of MultiDict.update() has changed and overwrites duplicate keys. Consider using .extend() > resp.headers.update(headers) >ok >test_delete_params (tests.test_debugapp.TestTesting) ... ok >test_errors (tests.test_debugapp.TestTesting) ... ok >test_exception (tests.test_debugapp.TestTesting) ... ok >test_exception_repr (tests.test_debugapp.TestTesting) ... ok >test_fake_dict (tests.test_debugapp.TestTesting) ... ok >test_options (tests.test_debugapp.TestTesting) ... ok >test_post_params (tests.test_debugapp.TestTesting) ... ok >test_post_unicode (tests.test_debugapp.TestTesting) ... ok >test_post_unicode_body (tests.test_debugapp.TestTesting) ... ok >test_print_stderr (tests.test_debugapp.TestTesting) ... Response: 200 OK >Content-Type: text/plain; charset=utf-8 >°C >Response: 200 OK >Content-Type: text/plain >��C >ok >test_put_params (tests.test_debugapp.TestTesting) ... ok >test_request_obj (tests.test_debugapp.TestTesting) ... ok >test_showbrowser (tests.test_debugapp.TestTesting) ... ok >test_testing (tests.test_debugapp.TestTesting) ... ok >test_url_class (tests.test_debugapp.TestTesting) ... ok >tests.test_debugapp.test_print_unicode ... °C >ok >test_raises (tests.test_ext.TestSelenium) ... ok >test_file_upload_binary (tests.test_forms.TestFileUpload) ... ok >test_file_upload_with_content_type (tests.test_forms.TestFileUpload) ... ok >test_file_upload_with_filename_and_contents (tests.test_forms.TestFileUpload) ... ok >test_file_upload_with_filename_only (tests.test_forms.TestFileUpload) ... ok >test_goto_upload_files (tests.test_forms.TestFileUpload) ... ok >test_invalid_types (tests.test_forms.TestFileUpload) ... ok >test_invalid_uploadfiles (tests.test_forms.TestFileUpload) ... ok >test_multiple_file_uploads_with_filename_and_contents (tests.test_forms.TestFileUpload) ... ok >test_no_uploads_error (tests.test_forms.TestFileUpload) ... ok >test_post_int (tests.test_forms.TestFileUpload) ... ok >test_post_upload_files (tests.test_forms.TestFileUpload) ... ok >test_upload_invalid_content (tests.test_forms.TestFileUpload) ... ok >test_upload_without_file (tests.test_forms.TestFileUpload) ... ok >test_form_lint (tests.test_forms.TestFormLint) ... ok >test_button (tests.test_forms.TestForms) ... ok >test_button_submit (tests.test_forms.TestForms) ... ok >test_button_submit_by_index (tests.test_forms.TestForms) ... ok >test_button_submit_by_value (tests.test_forms.TestForms) ... ok >test_button_submit_by_value_and_index (tests.test_forms.TestForms) ... ok >test_force_select (tests.test_forms.TestForms) ... ok >test_form_select (tests.test_forms.TestForms) ... ok >test_get_field_by_index (tests.test_forms.TestForms) ... ok >test_get_non_exist_fields (tests.test_forms.TestForms) ... ok >test_get_non_exist_fields_with_default (tests.test_forms.TestForms) ... ok >test_get_unknown_field (tests.test_forms.TestForms) ... ok >test_repr (tests.test_forms.TestForms) ... ok >test_set_multiple_checkboxes (tests.test_forms.TestForms) ... ok >test_set_submit_field (tests.test_forms.TestForms) ... ok >test_the_bs_node_must_not_change (tests.test_forms.TestForms) ... ok >test_upload_fields (tests.test_forms.TestForms) ... ok >test_force_radio_input (tests.test_forms.TestInput) ... ok >test_input (tests.test_forms.TestInput) ... ok >test_input_no_default (tests.test_forms.TestInput) ... ok >test_input_unicode (tests.test_forms.TestInput) ... ok >test_radio_input_order (tests.test_forms.TestInput) ... ok >test_textarea_emptyfirstline (tests.test_forms.TestInput) ... ok >test_textarea_entities (tests.test_forms.TestInput) ... ok >test_no_form (tests.test_forms.TestResponseFormAttribute) ... ok >test_too_many_forms (tests.test_forms.TestResponseFormAttribute) ... ok >test_multiple_select (tests.test_forms.TestSelect) ... ok >test_multiple_select_forced_values (tests.test_forms.TestSelect) ... ok >test_multiple_select_no_default (tests.test_forms.TestSelect) ... ok >test_multiple_select_no_value (tests.test_forms.TestSelect) ... ok >test_multiple_select_reset_value (tests.test_forms.TestSelect) ... ok >test_select_no_value (tests.test_forms.TestSelect) ... ok >test_single_select (tests.test_forms.TestSelect) ... ok >test_single_select_forced_value (tests.test_forms.TestSelect) ... ok >test_single_select_no_default (tests.test_forms.TestSelect) ... ok >test_unicode_select (tests.test_forms.TestSelect) ... ok >test_shutdown_non_running (tests.test_http.TestBrokenServer) ... ok >test_no_server (tests.test_http.TestClient) ... ok >test_server (tests.test_http.TestServer) ... ok >test_wsgi_wrapper (tests.test_http.TestServer) ... ok >test_no_content (tests.test_lint.TestCheckContentType) ... ok >test_no_content_type (tests.test_lint.TestCheckContentType) ... ok >test_handles_native_strings_in_variables (tests.test_lint.TestCheckEnviron) ... ok >test_no_query_string (tests.test_lint.TestCheckEnviron) ... ok >test_no_valid_request (tests.test_lint.TestCheckEnviron) ... ok >test_header_bytes_name (tests.test_lint.TestCheckHeaders) ... ok >test_header_bytes_value (tests.test_lint.TestCheckHeaders) ... ok >test_header_non_latin1_name (tests.test_lint.TestCheckHeaders) ... ok >test_header_non_latin1_value (tests.test_lint.TestCheckHeaders) ... ok >test_header_unicode_name (tests.test_lint.TestCheckHeaders) ... SKIP: unicode is str in Python3 >test_header_unicode_value (tests.test_lint.TestCheckHeaders) ... SKIP: unicode is str in Python3 >test_dont_close (tests.test_lint.TestErrorWrapper) ... ok >test_flush (tests.test_lint.TestErrorWrapper) ... ok >test_writelines (tests.test_lint.TestErrorWrapper) ... ok >test_close (tests.test_lint.TestInputWrapper) ... ok >test_iter (tests.test_lint.TestInputWrapper) ... ok >test_read (tests.test_lint.TestInputWrapper) ... ok >test_readline (tests.test_lint.TestInputWrapper) ... ok >test_readlines (tests.test_lint.TestInputWrapper) ... ok >test_seek (tests.test_lint.TestInputWrapper) ... ok >test_close (tests.test_lint.TestIteratorWrapper) ... ok >test_invalid_type (tests.test_lint.TestLatin1Assertion) ... ok >test_valid_type (tests.test_lint.TestLatin1Assertion) ... ok >test_lint_iterator_returned (tests.test_lint.TestMiddleware) ... ok >test_lint_no_keyword_args (tests.test_lint.TestMiddleware) ... ok >test_lint_too_few_args (tests.test_lint.TestMiddleware) ... ok >test_exc_info (tests.test_lint.TestMiddleware2) ... ok >test_to_string (tests.test_lint.TestToString) ... ok >test_normal (tests.test_lint.TestWriteWrapper) ... ok >test_wrong_type (tests.test_lint.TestWriteWrapper) ... ok >test_follow (tests.test_response.TestFollow) ... ok >test_follow_relative (tests.test_response.TestFollow) ... ok >test_follow_twice (tests.test_response.TestFollow) ... ok >test_follow_with_cookie (tests.test_response.TestFollow) ... ok >test_maybe_follow_200 (tests.test_response.TestFollow) ... ok >test_maybe_follow_infinite (tests.test_response.TestFollow) ... ok >test_maybe_follow_once (tests.test_response.TestFollow) ... ok >test_maybe_follow_twice (tests.test_response.TestFollow) ... ok >test_click (tests.test_response.TestResponse) ... ok >test_click_u (tests.test_response.TestResponse) ... ok >test_click_utf8 (tests.test_response.TestResponse) ... ok >test_clickbutton (tests.test_response.TestResponse) ... ok >test_content_dezips (tests.test_response.TestResponse) ... ok >test_html_attribute (tests.test_response.TestResponse) ... ok >test_json (tests.test_response.TestResponse) ... ok >test_lxml_attribute (tests.test_response.TestResponse) ... ok >test_mustcontains (tests.test_response.TestResponse) ... Actual response (no 'not found'): >Response: 200 OK >Content-Type: text/plain >CONTENT_LENGTH: 6 >CONTENT_TYPE: application/x-www-form-urlencoded >HTTP_HOST: localhost:80 >PATH_INFO: / >QUERY_STRING: >REQUEST_METHOD: POST >SCRIPT_NAME: >SERVER_NAME: localhost >SERVER_PORT: 80 >SERVER_PROTOCOL: HTTP/1.0 >paste.testing: True >paste.testing_variables: {} >paste.throw_errors: True >webob._parsed_query_vars: (GET([]), '') >wsgi.errors: <webtest.lint.ErrorWrapper object at 0xf4aec48c> >wsgi.input: <webtest.lint.InputWrapper object at 0xf4aec2ac> >wsgi.multiprocess: False >wsgi.multithread: False >wsgi.run_once: False >wsgi.url_scheme: 'http' >wsgi.version: (1, 0) >-- Body ---------- >foobar >Actual response (has 'foobar') >Response: 200 OK >Content-Type: text/plain >CONTENT_LENGTH: 6 >CONTENT_TYPE: application/x-www-form-urlencoded >HTTP_HOST: localhost:80 >PATH_INFO: / >QUERY_STRING: >REQUEST_METHOD: POST >SCRIPT_NAME: >SERVER_NAME: localhost >SERVER_PORT: 80 >SERVER_PROTOCOL: HTTP/1.0 >paste.testing: True >paste.testing_variables: {} >paste.throw_errors: True >webob._parsed_query_vars: (GET([]), '') >wsgi.errors: <webtest.lint.ErrorWrapper object at 0xf4aec48c> >wsgi.input: <webtest.lint.InputWrapper object at 0xf4aec2ac> >wsgi.multiprocess: False >wsgi.multithread: False >wsgi.run_once: False >wsgi.url_scheme: 'http' >wsgi.version: (1, 0) >-- Body ---------- >foobar >ok >test_no_form (tests.test_response.TestResponse) ... ok >test_one_forms (tests.test_response.TestResponse) ... ok >test_referer (tests.test_response.TestResponse) ... ok >test_repr (tests.test_response.TestResponse) ... ok >test_showbrowser (tests.test_response.TestResponse) ... ok >test_testbody (tests.test_response.TestResponse) ... ok >test_too_many_forms (tests.test_response.TestResponse) ... ok >test_unicode (tests.test_response.TestResponse) ... ok >test_unicode_normal_body (tests.test_response.TestResponse) ... ok >test_xml (tests.test_response.TestResponse) ... ok >test_xml_attribute (tests.test_response.TestResponse) ... ok >test_raises (tests.test_sel.TestSelenium) ... ok >test_nodefault (tests.test_utils.NoDefaultTest) ... ok >test_encode_params_NoDefault (tests.test_utils.encode_paramsTest) ... ok >test_encode_params_None (tests.test_utils.encode_paramsTest) ... ok >test_encode_params_charset_utf8 (tests.test_utils.encode_paramsTest) ... ok >test_encode_params_dict_or_list (tests.test_utils.encode_paramsTest) ... ok >test_encode_params_no_charset (tests.test_utils.encode_paramsTest) ... ok >test_json_method_doc (tests.test_utils.json_methodTest) ... ok >test_json_method_name (tests.test_utils.json_methodTest) ... ok >test_json_method_request_calls (tests.test_utils.json_methodTest) ... ok >test_json_method_request_respects_content_type_argument (tests.test_utils.json_methodTest) ... ok >test_make_pattern_None (tests.test_utils.make_patternTest) ... ok >test_make_pattern_bytes (tests.test_utils.make_patternTest) ... ok >test_make_pattern_function (tests.test_utils.make_patternTest) ... ok >test_make_pattern_invalid (tests.test_utils.make_patternTest) ... ok >test_make_pattern_regex (tests.test_utils.make_patternTest) ... ok >test_stringify_binary (tests.test_utils.stringifyTest) ... ok >test_stringify_other (tests.test_utils.stringifyTest) ... ok >test_stringify_text (tests.test_utils.stringifyTest) ... ok >---------------------------------------------------------------------- >Ran 204 tests in 4.730s >OK (SKIP=2) >~/build/BUILD/WebTest-2.0.29 >Processing files: python2-webtest-2.0.29-7.fc29.noarch >Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.OqfksS >+ popd >+ exit 0 >error: File not found: /builddir/build/BUILDROOT/python-webtest-2.0.29-7.fc29.noarch/webtest >error: File not found: /builddir/build/BUILDROOT/python-webtest-2.0.29-7.fc29.noarch/*.egg-info >+ umask 022 >+ cd /builddir/build/BUILD >+ cd WebTest-2.0.29 >+ DOCDIR=/builddir/build/BUILDROOT/python-webtest-2.0.29-7.fc29.noarch/usr/share/doc/python2-webtest >+ export LC_ALL=C >+ LC_ALL=C >+ export DOCDIR >+ /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-webtest-2.0.29-7.fc29.noarch/usr/share/doc/python2-webtest >+ cp -pr docs/Makefile docs/api.rst docs/changelog.rst docs/conf.py docs/conf.pyc docs/contributing.rst docs/debugapp.rst docs/form.html docs/forms.rst docs/forms_fixt.py docs/forms_fixt.pyc docs/http.rst docs/index.rst docs/index_fixt.py docs/index_fixt.pyc docs/license.rst docs/testapp.rst docs/testapp_fixt.py docs/testapp_fixt.pyc docs/testresponse.rst docs/testresponse_fixt.py docs/testresponse_fixt.pyc docs/webtest.rst /builddir/build/BUILDROOT/python-webtest-2.0.29-7.fc29.noarch/usr/share/doc/python2-webtest >+ exit 0 >RPM build errors: > File not found: /builddir/build/BUILDROOT/python-webtest-2.0.29-7.fc29.noarch/webtest > File not found: /builddir/build/BUILDROOT/python-webtest-2.0.29-7.fc29.noarch/*.egg-info >Child return code was: 1 >EXCEPTION: [Error()] >Traceback (most recent call last): > File "/usr/lib/python3.6/site-packages/mockbuild/trace_decorator.py", line 89, in trace > result = func(*args, **kw) > File "/usr/lib/python3.6/site-packages/mockbuild/util.py", line 582, in do > raise exception.Error("Command failed. See logs for output.\n # %s" % (command,), child.returncode) >mockbuild.exception.Error: Command failed. See logs for output. > # bash --login -c /usr/bin/rpmbuild -bb --target noarch --nodeps /builddir/build/SPECS/python-webtest.spec
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 1605988
: 1467037 |
1467038
|
1467039