-
Notifications
You must be signed in to change notification settings - Fork 24
/
django__django-13768.gpt-4-0125-preview.eval.log
107 lines (95 loc) · 6.67 KB
/
django__django-13768.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
[django__django__3.2] [django__django-13768] Task Metadata:
- Instance ID: django__django-13768
- Testbed: django__django__3.2
- Evaluation Model: gpt-4-0125-preview
- Python version: Python 3.6.15
[django__django__3.2] [django__django-13768] Command: git -c advice.detachedHead=false checkout 965d2d95c630939b53eb60d9c169f5dfc77ee0c6
[django__django__3.2] [django__django-13768] Subprocess args: {"cwd": "/opt/django__django", "check": true, "shell": false, "universal_newlines": true, "stdout": -1, "stderr": -2}
[django__django__3.2] [django__django-13768] Std. Output:
Previous HEAD position was 65dfb06a1a [3.2.x] Fixed #32648 -- Fixed VariableDoesNotExist rendering sitemaps template.
HEAD is now at 965d2d95c6 Fixed typo in tests/servers/tests.py.
[django__django__3.2] [django__django-13768] Return Code: 0
[django__django__3.2] [django__django-13768] Command: git apply -v /opt/temp_django__django-13768_pred_try.patch
[django__django__3.2] [django__django-13768] Subprocess args: {"cwd": "/opt/django__django", "check": false, "shell": false, "universal_newlines": true, "stdout": -1, "stderr": -2}
[django__django__3.2] [django__django-13768] Std. Output:
Checking patch django/dispatch/dispatcher.py...
Applied patch django/dispatch/dispatcher.py cleanly.
[django__django__3.2] [django__django-13768] Return Code: 0
[django__django__3.2] [django__django-13768] Apply patch successful (pred_try)
>>>>> Applied Patch (pred_try)
[django__django__3.2] [django__django-13768] Command: git apply -v -R /opt/temp_django__django-13768_pred_try.patch
[django__django__3.2] [django__django-13768] Subprocess args: {"cwd": "/opt/django__django", "check": false, "shell": false, "universal_newlines": true, "stdout": -1, "stderr": -2}
[django__django__3.2] [django__django-13768] Std. Output:
Checking patch django/dispatch/dispatcher.py...
Applied patch django/dispatch/dispatcher.py cleanly.
[django__django__3.2] [django__django-13768] Return Code: 0
[django__django__3.2] [django__django-13768] Revert patch successful (pred_try)
>>>>> Applied Patch (pred_try)
[django__django__3.2] [django__django-13768] Command: git apply -v /opt/temp_django__django-13768_pred.patch
[django__django__3.2] [django__django-13768] Subprocess args: {"cwd": "/opt/django__django", "check": false, "shell": false, "universal_newlines": true, "stdout": -1, "stderr": -2}
[django__django__3.2] [django__django-13768] Std. Output:
Checking patch django/dispatch/dispatcher.py...
Applied patch django/dispatch/dispatcher.py cleanly.
[django__django__3.2] [django__django-13768] Return Code: 0
[django__django__3.2] [django__django-13768] Apply patch successful (pred)
>>>>> Applied Patch (pred)
[django__django__3.2] [django__django-13768] Command: git apply -v /opt/temp_django__django-13768_test.patch
[django__django__3.2] [django__django-13768] Subprocess args: {"cwd": "/opt/django__django", "check": false, "shell": false, "universal_newlines": true, "stdout": -1, "stderr": -2}
[django__django__3.2] [django__django-13768] Std. Output:
Checking patch tests/dispatch/tests.py...
Applied patch tests/dispatch/tests.py cleanly.
[django__django__3.2] [django__django-13768] Return Code: 0
[django__django__3.2] [django__django-13768] Apply patch successful (test)
>>>>> Applied Patch (test)
Test Script: ./tests/runtests.py --verbosity 2 dispatch.tests;
[django__django__3.2] [django__django-13768] Command: ./tests/runtests.py --verbosity 2 dispatch.tests
[django__django__3.2] [django__django-13768] Subprocess args: {"cwd": "/opt/django__django", "check": false, "shell": false, "universal_newlines": true, "stdout": -1, "stderr": -2, "timeout": 1800}
[django__django__3.2] [django__django-13768] Std. Output:
Testing against Django installed in '/opt/django__django/django' with up to 12 processes
Importing application dispatch
Skipping setup of unused database(s): default, other.
System check identified no issues (0 silenced).
test_receiver_signal_list (dispatch.tests.ReceiverTestCase) ... ok
test_receiver_single_signal (dispatch.tests.ReceiverTestCase) ... ok
test_cached_garbaged_collected (dispatch.tests.DispatcherTests) ... ok
test_cannot_connect_no_kwargs (dispatch.tests.DispatcherTests) ... ok
test_cannot_connect_non_callable (dispatch.tests.DispatcherTests) ... ok
test_disconnection (dispatch.tests.DispatcherTests) ... ok
test_garbage_collected (dispatch.tests.DispatcherTests) ... ok
test_has_listeners (dispatch.tests.DispatcherTests) ... ok
test_multiple_registration (dispatch.tests.DispatcherTests) ... ok
test_send (dispatch.tests.DispatcherTests) ... ok
test_send_connected_no_sender (dispatch.tests.DispatcherTests) ... ok
test_send_different_no_sender (dispatch.tests.DispatcherTests) ... ok
test_send_no_receivers (dispatch.tests.DispatcherTests) ... ok
test_send_robust_fail (dispatch.tests.DispatcherTests) ... FAIL
test_send_robust_ignored_sender (dispatch.tests.DispatcherTests) ... ok
test_send_robust_no_receivers (dispatch.tests.DispatcherTests) ... ok
test_send_robust_success (dispatch.tests.DispatcherTests) ... ok
test_uid_registration (dispatch.tests.DispatcherTests) ... ok
test_values_returned_by_disconnection (dispatch.tests.DispatcherTests) ... ok
======================================================================
FAIL: test_send_robust_fail (dispatch.tests.DispatcherTests)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/opt/pyenv/versions/3.6.15/lib/python3.6/unittest/case.py", line 59, in testPartExecutor
yield
File "/opt/pyenv/versions/3.6.15/lib/python3.6/unittest/case.py", line 605, in run
testMethod()
File "/opt/django__django/tests/dispatch/tests.py", line 180, in test_send_robust_fail
'Error calling '
File "/opt/pyenv/versions/3.6.15/lib/python3.6/unittest/case.py", line 829, in assertEqual
assertion_func(first, second, msg=msg)
File "/opt/pyenv/versions/3.6.15/lib/python3.6/unittest/case.py", line 1203, in assertMultiLineEqual
self.fail(self._formatMessage(msg, standardMsg))
File "/opt/pyenv/versions/3.6.15/lib/python3.6/unittest/case.py", line 670, in fail
raise self.failureException(msg)
AssertionError: 'Exception raised by signal receiver: <func[72 chars]5f0>' != 'Error calling DispatcherTests.test_send_ro[51 chars]his)'
- Exception raised by signal receiver: <function DispatcherTests.test_send_robust_fail.<locals>.fails at 0x74b1708075f0>
+ Error calling DispatcherTests.test_send_robust_fail.<locals>.fails in Signal.send_robust() (this)
----------------------------------------------------------------------
Ran 19 tests in 0.461s
FAILED (failures=1)
[django__django__3.2] [django__django-13768] Return Code: 1
>>>>> Some Tests Failed
[django__django__3.2] [django__django-13768] Test script run successful