Commit 4ca8859
Arjun Sreedharan
brats: increase disk size
brats on the newly introduced Python 3.11 line are failing during
app start time with "no disk space" error.
[CELL/0] OUT Downloading droplet...
[CELL/0] ERR Copying droplet into the container failed: stream-in: nstar: error streaming in: exit status 2. Output: tar:
./deps/0/python/lib/python3.11/site-packages/setuptools/_vendor/pyparsing/__pycache__/util.cpython-311.pyc:
Cannot open: No space left on device
[CELL/0] ERR tar: ./deps/0/python/lib/python3.11/site-packages/setuptools/_vendor/pyparsing/__pycache__/core.cpython-311.pyc: Cannot open: No space left on device
[CELL/0] ERR tar: ./deps/0/python/lib/python3.11/site-packages/setuptools/_vendor/pyparsing/__pycache__/__init__.cpython-311.pyc: Cannot open: No space left on device
[CELL/0] ERR tar: ./deps/0/python/lib/python3.11/site-packages/setuptools/_vendor/pyparsing/common.py: Cannot open: No space left on device
[CELL/0] ERR tar: ./deps/0/python/lib/python3.11/site-packages/setuptools/_vendor/pyparsing/helpers.py: Cannot open: No space left on device
[CELL/0] ERR tar: ./deps/0/python/lib/python3.11/site-packages/setuptools/_vendor/pyparsing/exceptions.py: Cannot open: No space left on device
[CELL/0] OUT Cell 3285ddf7-a17d-4e7f-9501-b983c03b2737 stopping instance ab52cba8-e99a-4147-5fae-ea43
[CELL/0] OUT Cell 3285ddf7-a17d-4e7f-9501-b983c03b2737 destroying container for instance ab52cba8-e99a-4147-5fae-ea43
[API/1] OUT Process has crashed with type: "web"1 parent 5b4f665 commit 4ca8859
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| |||
0 commit comments