-
Notifications
You must be signed in to change notification settings - Fork 24
/
django__django-13768.SWE-bench_Lite_golden.eval.log
86 lines (76 loc) · 5.35 KB
/
django__django-13768.SWE-bench_Lite_golden.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
[django__django__3.2] [django__django-13768] Task Metadata:
- Instance ID: django__django-13768
- Testbed: django__django__3.2
- Evaluation Model: SWE-bench_Lite_golden
- 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": 900}
[django__django__3.2] [django__django-13768] Std. Output:
Testing against Django installed in '/opt/django__django/django' with up to 128 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) ... ok
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
----------------------------------------------------------------------
Ran 19 tests in 0.274s
OK
[django__django__3.2] [django__django-13768] Return Code: 0
>>>>> All Tests Passed
[django__django__3.2] [django__django-13768] Test script run successful