Render Read-only file system (os error 30) [closed]

Log

Oct 21 08:43:32 PM  ==> Checking out commit 0e3d7381aeab986128529598acc86e8d822d40b2 in branch main
Oct 21 08:43:37 PM  ==> Using Node version 14.17.0 (default)
Oct 21 08:43:37 PM  ==> Docs on specifying a Node version: https://render.com/docs/node-version
Oct 21 08:43:37 PM  ==> Using Python version 3.7.10 (default)
Oct 21 08:43:37 PM  ==> Docs on specifying a Python version: https://render.com/docs/python-version
Oct 21 08:43:41 PM  ==> Using Poetry version 1.1.14 (default)
Oct 21 08:43:41 PM  ==> Docs on specifying a Poetry version: https://render.com/docs/poetry-version
Oct 21 08:43:41 PM  ==> Running build command 'pip install -r requirements.txt'...
Oct 21 08:43:42 PM  Collecting Flask==2.0.3
Oct 21 08:43:42 PM    Downloading Flask-2.0.3-py3-none-any.whl (95 kB)
Oct 21 08:43:42 PM  Collecting Open_Tamil==1.1
Oct 21 08:43:42 PM    Downloading Open-Tamil-1.1.tar.gz (2.6 MB)
Oct 21 08:43:43 PM  Collecting tamilspellchecker==0.10
Oct 21 08:43:43 PM    Downloading tamilspellchecker-0.10.tar.gz (34.4 MB)
Oct 21 08:43:48 PM  Collecting wiktionaryparser==0.0.97
Oct 21 08:43:48 PM    Downloading wiktionaryparser-0.0.97-py3-none-any.whl (19 kB)
Oct 21 08:43:48 PM  Collecting itsdangerous>=2.0
Oct 21 08:43:48 PM    Downloading itsdangerous-2.1.2-py3-none-any.whl (15 kB)
Oct 21 08:43:48 PM  Collecting click>=7.1.2
Oct 21 08:43:48 PM    Downloading click-8.1.7-py3-none-any.whl (97 kB)
Oct 21 08:43:48 PM  Collecting Jinja2>=3.0
Oct 21 08:43:48 PM    Downloading Jinja2-3.1.2-py3-none-any.whl (133 kB)
Oct 21 08:43:48 PM  Collecting Werkzeug>=2.0
Oct 21 08:43:48 PM    Downloading Werkzeug-2.2.3-py3-none-any.whl (233 kB)
Oct 21 08:43:49 PM  Collecting bitarray>=1.2.2
Oct 21 08:43:49 PM    Downloading bitarray-2.8.2-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (277 kB)
Oct 21 08:43:49 PM  Collecting jellyfish>=0.7.2
Oct 21 08:43:49 PM    Downloading jellyfish-1.0.1.tar.gz (363 kB)
Oct 21 08:43:49 PM    Installing build dependencies: started
Oct 21 08:43:52 PM    Installing build dependencies: finished with status 'done'
Oct 21 08:43:52 PM    Getting requirements to build wheel: started
Oct 21 08:43:52 PM    Getting requirements to build wheel: finished with status 'done'
Oct 21 08:43:52 PM      Preparing wheel metadata: started
Oct 21 08:43:52 PM      Preparing wheel metadata: finished with status 'error'
Oct 21 08:43:52 PM      ERROR: Command errored out with exit status 1:
Oct 21 08:43:52 PM       command: /opt/render/project/src/.venv/bin/python /opt/render/project/src/.venv/lib/python3.7/site-packages/pip/_vendor/pep517/_in_process.py prepare_metadata_for_build_wheel /tmp/tmpmspfay5_
Oct 21 08:43:52 PM           cwd: /tmp/pip-install-c1juh1hg/jellyfish
Oct 21 08:43:52 PM      Complete output (13 lines):
Oct 21 08:43:52 PM      error: failed to get `ahash` as a dependency of package `jellyfish v1.0.1 (/tmp/pip-install-c1juh1hg/jellyfish)`
Oct 21 08:43:52 PM  
Oct 21 08:43:52 PM      Caused by:
Oct 21 08:43:52 PM        failed to create directory `/usr/local/cargo/registry/index/github.com-1ecc6299db9ec823`
Oct 21 08:43:52 PM  
Oct 21 08:43:52 PM      Caused by:
Oct 21 08:43:52 PM        Read-only file system (os error 30)
Oct 21 08:43:52 PM      💥 maturin failed
Oct 21 08:43:52 PM        Caused by: Cargo metadata failed. Does your crate compile with `cargo build`?
Oct 21 08:43:52 PM        Caused by: `cargo metadata` exited with an error:
Oct 21 08:43:52 PM      Error running maturin: Command '['maturin', 'pep517', 'write-dist-info', '--metadata-directory', '/tmp/pip-modern-metadata-f6w5sm79', '--interpreter', '/opt/render/project/src/.venv/bin/python']' returned non-zero exit status 1.
Oct 21 08:43:52 PM      Checking for Rust toolchain....
Oct 21 08:43:52 PM      Running `maturin pep517 write-dist-info --metadata-directory /tmp/pip-modern-metadata-f6w5sm79 --interpreter /opt/render/project/src/.venv/bin/python`
Oct 21 08:43:52 PM      ----------------------------------------
Oct 21 08:43:52 PM  ERROR: Command errored out with exit status 1: /opt/render/project/src/.venv/bin/python /opt/render/project/src/.venv/lib/python3.7/site-packages/pip/_vendor/pep517/_in_process.py prepare_metadata_for_build_wheel /tmp/tmpmspfay5_ Check the logs for full command output.
Oct 21 08:43:53 PM  WARNING: You are using pip version 20.1.1; however, version 23.3.1 is available.
Oct 21 08:43:53 PM  You should consider upgrading via the '/opt/render/project/src/.venv/bin/python -m pip install --upgrade pip' command.
Oct 21 08:43:53 PM  ==> Build failed 😞

Repo link: https://github.com/SmartManoj/IlakkiyaCheq

Asked in the render community 20 hours ago. Still pending.

  • 2

    Stack Overflow posts have to be self contained,

    – 

  • 1

    Your question should be short and self-contained for SO. Even beyond the rules of this community, you’ll have more luck getting help in general if you provide more context than “here’s a log, please debug it for me”

    – 

Leave a Comment