-
Notifications
You must be signed in to change notification settings - Fork 24
/
django__django-12453.gpt-4-0125-preview.eval.log
114 lines (104 loc) · 6.76 KB
/
django__django-12453.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
[django__django__3.1] [django__django-12453] Task Metadata:
- Instance ID: django__django-12453
- Testbed: django__django__3.1
- Evaluation Model: gpt-4-0125-preview
- Python version: Python 3.6.15
[django__django__3.1] [django__django-12453] Command: git -c advice.detachedHead=false checkout b330b918e979ea39a21d47b61172d112caf432c3
[django__django__3.1] [django__django-12453] Subprocess args: {"cwd": "/opt/django__django", "check": true, "shell": false, "universal_newlines": true, "stdout": -1, "stderr": -2}
[django__django__3.1] [django__django-12453] Std. Output:
Previous HEAD position was 0668164b4a Fixed E128, E741 flake8 warnings.
HEAD is now at b330b918e9 Removed unused and incorrect PossessedCar.__str__() method in test_utils.
[django__django__3.1] [django__django-12453] Return Code: 0
[django__django__3.1] [django__django-12453] Command: git apply -v /opt/temp_django__django-12453_pred_try.patch
[django__django__3.1] [django__django-12453] Subprocess args: {"cwd": "/opt/django__django", "check": false, "shell": false, "universal_newlines": true, "stdout": -1, "stderr": -2}
[django__django__3.1] [django__django-12453] Std. Output:
Checking patch django/db/backends/base/creation.py...
Applied patch django/db/backends/base/creation.py cleanly.
[django__django__3.1] [django__django-12453] Return Code: 0
[django__django__3.1] [django__django-12453] Apply patch successful (pred_try)
>>>>> Applied Patch (pred_try)
[django__django__3.1] [django__django-12453] Command: git apply -v -R /opt/temp_django__django-12453_pred_try.patch
[django__django__3.1] [django__django-12453] Subprocess args: {"cwd": "/opt/django__django", "check": false, "shell": false, "universal_newlines": true, "stdout": -1, "stderr": -2}
[django__django__3.1] [django__django-12453] Std. Output:
Checking patch django/db/backends/base/creation.py...
Applied patch django/db/backends/base/creation.py cleanly.
[django__django__3.1] [django__django-12453] Return Code: 0
[django__django__3.1] [django__django-12453] Revert patch successful (pred_try)
>>>>> Applied Patch (pred_try)
[django__django__3.1] [django__django-12453] Command: git apply -v /opt/temp_django__django-12453_pred.patch
[django__django__3.1] [django__django-12453] Subprocess args: {"cwd": "/opt/django__django", "check": false, "shell": false, "universal_newlines": true, "stdout": -1, "stderr": -2}
[django__django__3.1] [django__django-12453] Std. Output:
Checking patch django/db/backends/base/creation.py...
Applied patch django/db/backends/base/creation.py cleanly.
[django__django__3.1] [django__django-12453] Return Code: 0
[django__django__3.1] [django__django-12453] Apply patch successful (pred)
>>>>> Applied Patch (pred)
[django__django__3.1] [django__django-12453] Command: git apply -v /opt/temp_django__django-12453_test.patch
[django__django__3.1] [django__django-12453] Subprocess args: {"cwd": "/opt/django__django", "check": false, "shell": false, "universal_newlines": true, "stdout": -1, "stderr": -2}
[django__django__3.1] [django__django-12453] Std. Output:
Checking patch tests/backends/base/test_creation.py...
Checking patch tests/backends/models.py...
Applied patch tests/backends/base/test_creation.py cleanly.
Applied patch tests/backends/models.py cleanly.
[django__django__3.1] [django__django-12453] Return Code: 0
[django__django__3.1] [django__django-12453] Apply patch successful (test)
>>>>> Applied Patch (test)
Test Script: ./tests/runtests.py --verbosity 2 backends.base.test_creation backends.models;
[django__django__3.1] [django__django-12453] Command: ./tests/runtests.py --verbosity 2 backends.base.test_creation backends.models
[django__django__3.1] [django__django-12453] Subprocess args: {"cwd": "/opt/django__django", "check": false, "shell": false, "universal_newlines": true, "stdout": -1, "stderr": -2, "timeout": 1800}
[django__django__3.1] [django__django-12453] Std. Output:
Testing against Django installed in '/opt/django__django/django' with up to 12 processes
Importing application backends
Skipping setup of unused database(s): other.
Operations to perform:
Synchronize unmigrated apps: auth, backends, 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 backends_square
Creating table backends_person
Creating table backends_schoolclass
Creating table backends_verylongmodelnamezzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz
Creating table backends_tag
Creating table CaseSensitive_Post
Creating table backends_reporter
Creating table backends_article
Creating table backends_item
Creating table backends_object
Creating table backends_objectreference
Creating table backends_rawdata
Creating table backends_author
Creating table backends_book
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
System check identified no issues (0 silenced).
Creating 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')...
test_custom_test_name (backends.base.test_creation.TestDbSignatureTests) ... ok
test_custom_test_name_with_test_prefix (backends.base.test_creation.TestDbSignatureTests) ... ok
test_default_name (backends.base.test_creation.TestDbSignatureTests) ... ok
test_migrate_test_setting_false (backends.base.test_creation.TestDbCreationTests) ... ok
test_migrate_test_setting_true (backends.base.test_creation.TestDbCreationTests) ... ok
test_circular_reference (backends.base.test_creation.TestDeserializeDbFromString) ... ok
----------------------------------------------------------------------
Ran 6 tests in 0.161s
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')...
[django__django__3.1] [django__django-12453] Return Code: 0
>>>>> All Tests Passed
[django__django__3.1] [django__django-12453] Test script run successful