Skip to content

sidecar error in master #1392

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
sanderegg opened this issue Mar 17, 2020 · 1 comment
Closed

sidecar error in master #1392

sanderegg opened this issue Mar 17, 2020 · 1 comment
Assignees
Labels
bug buggy, it does not work as expected
Milestone

Comments

@sanderegg
Copy link
Member

https://osparc01.speag.com/graylog/messages/graylog_8/56d64b10-6823-11ea-81d6-0242ac140004

to be checked once the sidecar refactoring is done

message
ERROR: [2020-03-17 07:45:57,612/ForkPoolWorker-1] [trace.py:256] Task comp.task[66aeef9c-ee2b-4f85-bd58-27f4b6de3f64] raised unexpected: FileNotFoundError(2, "No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/scu']")
Traceback (most recent call last):
  File "/usr/local/lib/python3.6/site-packages/celery/app/trace.py", line 385, in trace_task
    R = retval = fun(*args, **kwargs)
  File "/usr/local/lib/python3.6/site-packages/celery/app/trace.py", line 648, in __protected_call__
    return self.run(*args, **kwargs)
  File "/usr/local/lib/python3.6/site-packages/sidecar/tasks.py", line 9, in pipeline
    from .core import SIDECAR
  File "/usr/local/lib/python3.6/site-packages/sidecar/core.py", line 17, in <module>
    from simcore_sdk import node_ports, node_data
  File "/usr/local/lib/python3.6/site-packages/simcore_sdk/node_ports/__init__.py", line 5, in <module>
    from ._item import Item as Port
  File "/usr/local/lib/python3.6/site-packages/simcore_sdk/node_ports/_item.py", line 5, in <module>
    from . import config, data_items_utils, exceptions, filemanager
  File "/usr/local/lib/python3.6/site-packages/simcore_sdk/node_ports/data_items_utils.py", line 31, in <module>
    _INTERNAL_DIR = Path(tempfile.gettempdir(), "simcorefiles")
  File "/usr/local/lib/python3.6/tempfile.py", line 298, in gettempdir
    tempdir = _get_default_tempdir()
  File "/usr/local/lib/python3.6/tempfile.py", line 233, in _get_default_tempdir
    dirlist)
FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/scu']
@sanderegg sanderegg added the bug buggy, it does not work as expected label Mar 17, 2020
@sanderegg sanderegg added this to the Dim Sum milestone Mar 17, 2020
@sanderegg sanderegg self-assigned this Mar 17, 2020
sanderegg added a commit that referenced this issue Mar 28, 2020
async sidecar (#1392 )
maintenance pytest-simcore
docker build-kit/X
@sanderegg
Copy link
Member Author

happens when the nodes hard-drive are full

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug buggy, it does not work as expected
Projects
None yet
Development

No branches or pull requests

1 participant