-
Notifications
You must be signed in to change notification settings - Fork 24
/
django__django-16139.gpt-4-0125-preview.eval.log
220 lines (210 loc) · 15 KB
/
django__django-16139.gpt-4-0125-preview.eval.log
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
[django__django__4.2] [django__django-16139] Task Metadata:
- Instance ID: django__django-16139
- Testbed: django__django__4.2
- Evaluation Model: gpt-4-0125-preview
- Python version: Python 3.9.19
[django__django__4.2] [django__django-16139] Command: git -c advice.detachedHead=false checkout d559cb02da30f74debbb1fc3a46de0df134d2d80
[django__django__4.2] [django__django-16139] Subprocess args: {"cwd": "/opt/django__django", "check": true, "shell": false, "universal_newlines": true, "stdout": -1, "stderr": -2}
[django__django__4.2] [django__django-16139] Std. Output:
Previous HEAD position was 0fbdb9784d Fixed #23718 -- Doc'd that test mirrors require TransactionTestCase.
HEAD is now at d559cb02da Refs #19215 -- Fixed admin_widgets tests if Pillow isn't installed.
[django__django__4.2] [django__django-16139] Return Code: 0
[django__django__4.2] [django__django-16139] Command: git apply -v /opt/temp_django__django-16139_pred_try.patch
[django__django__4.2] [django__django-16139] Subprocess args: {"cwd": "/opt/django__django", "check": false, "shell": false, "universal_newlines": true, "stdout": -1, "stderr": -2}
[django__django__4.2] [django__django-16139] Std. Output:
Checking patch django/contrib/auth/forms.py...
Applied patch django/contrib/auth/forms.py cleanly.
[django__django__4.2] [django__django-16139] Return Code: 0
[django__django__4.2] [django__django-16139] Apply patch successful (pred_try)
>>>>> Applied Patch (pred_try)
[django__django__4.2] [django__django-16139] Command: git apply -v -R /opt/temp_django__django-16139_pred_try.patch
[django__django__4.2] [django__django-16139] Subprocess args: {"cwd": "/opt/django__django", "check": false, "shell": false, "universal_newlines": true, "stdout": -1, "stderr": -2}
[django__django__4.2] [django__django-16139] Std. Output:
Checking patch django/contrib/auth/forms.py...
Applied patch django/contrib/auth/forms.py cleanly.
[django__django__4.2] [django__django-16139] Return Code: 0
[django__django__4.2] [django__django-16139] Revert patch successful (pred_try)
>>>>> Applied Patch (pred_try)
[django__django__4.2] [django__django-16139] Command: git apply -v /opt/temp_django__django-16139_pred.patch
[django__django__4.2] [django__django-16139] Subprocess args: {"cwd": "/opt/django__django", "check": false, "shell": false, "universal_newlines": true, "stdout": -1, "stderr": -2}
[django__django__4.2] [django__django-16139] Std. Output:
Checking patch django/contrib/auth/forms.py...
Applied patch django/contrib/auth/forms.py cleanly.
[django__django__4.2] [django__django-16139] Return Code: 0
[django__django__4.2] [django__django-16139] Apply patch successful (pred)
>>>>> Applied Patch (pred)
[django__django__4.2] [django__django-16139] Command: git apply -v /opt/temp_django__django-16139_test.patch
[django__django__4.2] [django__django-16139] Subprocess args: {"cwd": "/opt/django__django", "check": false, "shell": false, "universal_newlines": true, "stdout": -1, "stderr": -2}
[django__django__4.2] [django__django-16139] Std. Output:
Checking patch tests/auth_tests/test_forms.py...
Applied patch tests/auth_tests/test_forms.py cleanly.
[django__django__4.2] [django__django-16139] Return Code: 0
[django__django__4.2] [django__django-16139] Apply patch successful (test)
>>>>> Applied Patch (test)
Test Script: ./tests/runtests.py --verbosity 2 auth_tests.test_forms;
[django__django__4.2] [django__django-16139] Command: ./tests/runtests.py --verbosity 2 auth_tests.test_forms
[django__django__4.2] [django__django-16139] Subprocess args: {"cwd": "/opt/django__django", "check": false, "shell": false, "universal_newlines": true, "stdout": -1, "stderr": -2, "timeout": 1800}
[django__django__4.2] [django__django-16139] Std. Output:
Creating test database for alias 'default' ('file:memorydb_default?mode=memory&cache=shared')...
Testing against Django installed in '/opt/django__django/django' with up to 12 processes
Importing application auth_tests
Found 87 test(s).
Skipping setup of unused database(s): other.
Operations to perform:
Synchronize unmigrated apps: auth, auth_tests, contenttypes, messages, sessions, staticfiles
Apply all migrations: admin, sites
Synchronizing apps without migrations:
Creating tables...
Creating table django_content_type
Creating table auth_permission
Creating table auth_group
Creating table auth_user
Creating table django_session
Creating table auth_tests_customuser
Creating table auth_tests_customuserwithoutisactivefield
Creating table auth_tests_extensionuser
Creating table auth_tests_custompermissionsuser
Creating table auth_tests_customusernonuniqueusername
Creating table auth_tests_isactivetestuser1
Creating table auth_tests_minimaluser
Creating table auth_tests_nopassworduser
Creating table auth_tests_concrete
Creating table auth_tests_uuiduser
Creating table auth_tests_customemailfield
Creating table auth_tests_email
Creating table auth_tests_customuserwithfk
Creating table auth_tests_integerusernameuser
Creating table auth_tests_userwithdisabledlastloginfield
Creating table auth_tests_organization
Creating table auth_tests_customuserwithm2m
Creating table auth_tests_customuserwithm2mthrough
Creating table auth_tests_membership
Creating table auth_tests_customuserwithuniqueconstraint
Running deferred SQL...
Running migrations:
Applying admin.0001_initial... OK
Applying admin.0002_logentry_remove_auto_add... OK
Applying admin.0003_logentry_add_action_flag_choices... OK
Applying sites.0001_initial... OK
Applying sites.0002_alter_domain_unique... OK
Cloning test database for alias 'default' ('file:memorydb_default?mode=memory&cache=shared')...
Cloning test database for alias 'default' ('file:memorydb_default?mode=memory&cache=shared')...
Cloning test database for alias 'default' ('file:memorydb_default?mode=memory&cache=shared')...
Cloning test database for alias 'default' ('file:memorydb_default?mode=memory&cache=shared')...
Cloning test database for alias 'default' ('file:memorydb_default?mode=memory&cache=shared')...
Cloning test database for alias 'default' ('file:memorydb_default?mode=memory&cache=shared')...
Cloning test database for alias 'default' ('file:memorydb_default?mode=memory&cache=shared')...
Cloning test database for alias 'default' ('file:memorydb_default?mode=memory&cache=shared')...
System check identified no issues (0 silenced).
test_field_order (auth_tests.test_forms.PasswordChangeFormTest) ... ok
test_html_autocomplete_attributes (auth_tests.test_forms.PasswordChangeFormTest) ... ok
test_incorrect_password (auth_tests.test_forms.PasswordChangeFormTest) ... ok
test_password_verification (auth_tests.test_forms.PasswordChangeFormTest) ... ok
test_password_whitespace_not_stripped (auth_tests.test_forms.PasswordChangeFormTest) ... ok
test_success (auth_tests.test_forms.PasswordChangeFormTest) ... ok
test_html_autocomplete_attributes (auth_tests.test_forms.AdminPasswordChangeFormTest) ... ok
test_missing_passwords (auth_tests.test_forms.AdminPasswordChangeFormTest) ... ok
test_non_matching_passwords (auth_tests.test_forms.AdminPasswordChangeFormTest) ... ok
test_one_password (auth_tests.test_forms.AdminPasswordChangeFormTest) ... ok
test_password_whitespace_not_stripped (auth_tests.test_forms.AdminPasswordChangeFormTest) ... ok
test_success (auth_tests.test_forms.AdminPasswordChangeFormTest) ... ok
test_bug_19349_render_with_none_value (auth_tests.test_forms.ReadOnlyPasswordHashTest) ... ok
test_label (auth_tests.test_forms.ReadOnlyPasswordHashTest)
ReadOnlyPasswordHashWidget doesn't contain a for attribute in the ... ok
test_readonly_field_has_changed (auth_tests.test_forms.ReadOnlyPasswordHashTest) ... ok
test_render (auth_tests.test_forms.ReadOnlyPasswordHashTest) ... ok
test_help_text_translation (auth_tests.test_forms.SetPasswordFormTest) ... ok
test_html_autocomplete_attributes (auth_tests.test_forms.SetPasswordFormTest) ... ok
test_no_password (auth_tests.test_forms.SetPasswordFormTest) ... ok
test_password_verification (auth_tests.test_forms.SetPasswordFormTest) ... ok
test_password_whitespace_not_stripped (auth_tests.test_forms.SetPasswordFormTest) ... ok
test_success (auth_tests.test_forms.SetPasswordFormTest) ... ok
test_validates_password (auth_tests.test_forms.SetPasswordFormTest) ... ok
test_both_passwords (auth_tests.test_forms.UserCreationFormTest) ... ok
test_custom_form (auth_tests.test_forms.UserCreationFormTest) ... ok
test_custom_form_hidden_username_field (auth_tests.test_forms.UserCreationFormTest) ... ok
test_custom_form_with_different_username_field (auth_tests.test_forms.UserCreationFormTest) ... ok
test_duplicate_normalized_unicode (auth_tests.test_forms.UserCreationFormTest)
To prevent almost identical usernames, visually identical but differing ... ok
test_html_autocomplete_attributes (auth_tests.test_forms.UserCreationFormTest) ... ok
test_invalid_data (auth_tests.test_forms.UserCreationFormTest) ... ok
test_normalize_username (auth_tests.test_forms.UserCreationFormTest) ... ok
test_password_help_text (auth_tests.test_forms.UserCreationFormTest) ... ok
test_password_verification (auth_tests.test_forms.UserCreationFormTest) ... ok
test_password_whitespace_not_stripped (auth_tests.test_forms.UserCreationFormTest) ... ok
test_success (auth_tests.test_forms.UserCreationFormTest) ... ok
test_unicode_username (auth_tests.test_forms.UserCreationFormTest) ... ok
test_user_already_exists (auth_tests.test_forms.UserCreationFormTest) ... ok
test_user_create_form_validates_password_with_all_data (auth_tests.test_forms.UserCreationFormTest)
UserCreationForm password validation uses all of the form's data. ... ok
test_username_field_autocapitalize_none (auth_tests.test_forms.UserCreationFormTest) ... ok
test_validates_password (auth_tests.test_forms.UserCreationFormTest) ... ok
test_custom_login_allowed_policy (auth_tests.test_forms.AuthenticationFormTest) ... ok
test_get_invalid_login_error (auth_tests.test_forms.AuthenticationFormTest) ... ok
test_html_autocomplete_attributes (auth_tests.test_forms.AuthenticationFormTest) ... ok
test_inactive_user (auth_tests.test_forms.AuthenticationFormTest) ... ok
test_inactive_user_i18n (auth_tests.test_forms.AuthenticationFormTest) ... ok
test_inactive_user_incorrect_password (auth_tests.test_forms.AuthenticationFormTest)
An invalid login doesn't leak the inactive status of a user. ... ok
test_integer_username (auth_tests.test_forms.AuthenticationFormTest) ... ok
test_invalid_username (auth_tests.test_forms.AuthenticationFormTest) ... ok
test_login_failed (auth_tests.test_forms.AuthenticationFormTest) ... ok
test_no_password (auth_tests.test_forms.AuthenticationFormTest) ... ok
test_password_whitespace_not_stripped (auth_tests.test_forms.AuthenticationFormTest) ... ok
test_success (auth_tests.test_forms.AuthenticationFormTest) ... ok
test_unicode_username (auth_tests.test_forms.AuthenticationFormTest) ... ok
test_username_field_autocapitalize_none (auth_tests.test_forms.AuthenticationFormTest) ... ok
test_username_field_label (auth_tests.test_forms.AuthenticationFormTest) ... ok
test_username_field_label_empty_string (auth_tests.test_forms.AuthenticationFormTest) ... ok
test_username_field_label_not_set (auth_tests.test_forms.AuthenticationFormTest) ... ok
test_username_field_max_length_defaults_to_254 (auth_tests.test_forms.AuthenticationFormTest) ... ok
test_username_field_max_length_matches_user_model (auth_tests.test_forms.AuthenticationFormTest) ... ok
test_cleaned_data (auth_tests.test_forms.PasswordResetFormTest) ... ok
test_custom_email_constructor (auth_tests.test_forms.PasswordResetFormTest) ... ok
test_custom_email_field (auth_tests.test_forms.PasswordResetFormTest) ... ok
test_custom_email_subject (auth_tests.test_forms.PasswordResetFormTest) ... ok
test_html_autocomplete_attributes (auth_tests.test_forms.PasswordResetFormTest) ... ok
test_inactive_user (auth_tests.test_forms.PasswordResetFormTest)
Inactive user cannot receive password reset email. ... ok
test_invalid_email (auth_tests.test_forms.PasswordResetFormTest) ... ok
test_nonexistent_email (auth_tests.test_forms.PasswordResetFormTest)
Test nonexistent email address. This should not fail because it would ... ok
test_preserve_username_case (auth_tests.test_forms.PasswordResetFormTest)
Preserve the case of the user name (before the @ in the email address) ... ok
test_save_html_email_template_name (auth_tests.test_forms.PasswordResetFormTest)
Test the PasswordResetForm.save() method with html_email_template_name ... ok
test_save_plaintext_email (auth_tests.test_forms.PasswordResetFormTest)
Test the PasswordResetForm.save() method with no html_email_template_name ... ok
test_unusable_password (auth_tests.test_forms.PasswordResetFormTest) ... ok
test_user_email_domain_unicode_collision (auth_tests.test_forms.PasswordResetFormTest) ... ok
test_user_email_domain_unicode_collision_nonexistent (auth_tests.test_forms.PasswordResetFormTest) ... ok
test_user_email_unicode_collision (auth_tests.test_forms.PasswordResetFormTest) ... ok
test_user_email_unicode_collision_nonexistent (auth_tests.test_forms.PasswordResetFormTest) ... ok
test_bug_14242 (auth_tests.test_forms.UserChangeFormTest) ... ok
test_bug_17944_empty_password (auth_tests.test_forms.UserChangeFormTest) ... ok
test_bug_17944_unknown_password_algorithm (auth_tests.test_forms.UserChangeFormTest) ... ok
test_bug_17944_unmanageable_password (auth_tests.test_forms.UserChangeFormTest) ... ok
test_bug_19133 (auth_tests.test_forms.UserChangeFormTest)
The change form does not return the password value ... ok
test_bug_19349_bound_password_field (auth_tests.test_forms.UserChangeFormTest) ... ok
test_custom_form (auth_tests.test_forms.UserChangeFormTest) ... ok
test_link_to_password_reset_in_helptext_via_to_field (auth_tests.test_forms.UserChangeFormTest) ... ok
test_password_excluded (auth_tests.test_forms.UserChangeFormTest) ... ok
test_unusable_password (auth_tests.test_forms.UserChangeFormTest) ... ok
test_username_field_autocapitalize_none (auth_tests.test_forms.UserChangeFormTest) ... ok
test_username_validity (auth_tests.test_forms.UserChangeFormTest) ... ok
----------------------------------------------------------------------
Ran 87 tests in 0.388s
OK
Destroying test database for alias 'default' ('file:memorydb_default?mode=memory&cache=shared')...
Destroying test database for alias 'default' ('file:memorydb_default?mode=memory&cache=shared')...
Destroying test database for alias 'default' ('file:memorydb_default?mode=memory&cache=shared')...
Destroying test database for alias 'default' ('file:memorydb_default?mode=memory&cache=shared')...
Destroying test database for alias 'default' ('file:memorydb_default?mode=memory&cache=shared')...
Destroying test database for alias 'default' ('file:memorydb_default?mode=memory&cache=shared')...
Destroying test database for alias 'default' ('file:memorydb_default?mode=memory&cache=shared')...
Destroying test database for alias 'default' ('file:memorydb_default?mode=memory&cache=shared')...
Destroying test database for alias 'default' ('file:memorydb_default?mode=memory&cache=shared')...
[django__django__4.2] [django__django-16139] Return Code: 0
>>>>> All Tests Passed
[django__django__4.2] [django__django-16139] Test script run successful