Advertisement
Guest User

Untitled

a guest
Apr 17th, 2021
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.43 KB | None | 0 0
  1. + '[' '' ']'
  2. + '[' -e /opt/app/environment.yml ']'
  3. + echo 'no environment.yml'
  4. + '[' '' ']'
  5. + '[' git+https://github.com/dask/distributed ']'
  6. + echo 'EXTRA_PIP_PACKAGES environment variable found. Installing.'
  7. + /opt/conda/bin/pip install git+https://github.com/dask/distributed
  8. no environment.yml
  9. EXTRA_PIP_PACKAGES environment variable found. Installing.
  10. Collecting git+https://github.com/dask/distributed
  11. Cloning https://github.com/dask/distributed to /tmp/pip-req-build-04bg7a19
  12. Running command git clone -q https://github.com/dask/distributed /tmp/pip-req-build-04bg7a19
  13. Requirement already satisfied: click>=6.6 in /opt/conda/lib/python3.8/site-packages (from distributed==2021.4.0+17.g74a9aff7) (7.1.2)
  14. Requirement already satisfied: cloudpickle>=1.5.0 in /opt/conda/lib/python3.8/site-packages (from distributed==2021.4.0+17.g74a9aff7) (1.6.0)
  15. Requirement already satisfied: dask>=2021.03.0 in /opt/conda/lib/python3.8/site-packages (from distributed==2021.4.0+17.g74a9aff7) (2021.4.0)
  16. Requirement already satisfied: msgpack>=0.6.0 in /opt/conda/lib/python3.8/site-packages (from distributed==2021.4.0+17.g74a9aff7) (1.0.0)
  17. Requirement already satisfied: psutil>=5.0 in /opt/conda/lib/python3.8/site-packages (from distributed==2021.4.0+17.g74a9aff7) (5.7.3)
  18. Requirement already satisfied: sortedcontainers!=2.0.0,!=2.0.1 in /opt/conda/lib/python3.8/site-packages (from distributed==2021.4.0+17.g74a9aff7) (2.3.0)
  19. Requirement already satisfied: tblib>=1.6.0 in /opt/conda/lib/python3.8/site-packages (from distributed==2021.4.0+17.g74a9aff7) (1.7.0)
  20. Requirement already satisfied: toolz>=0.8.2 in /opt/conda/lib/python3.8/site-packages (from distributed==2021.4.0+17.g74a9aff7) (0.11.1)
  21. Requirement already satisfied: zict>=0.1.3 in /opt/conda/lib/python3.8/site-packages (from distributed==2021.4.0+17.g74a9aff7) (2.0.0)
  22. Requirement already satisfied: pyyaml in /opt/conda/lib/python3.8/site-packages (from distributed==2021.4.0+17.g74a9aff7) (5.1.2)
  23. Requirement already satisfied: setuptools in /opt/conda/lib/python3.8/site-packages (from distributed==2021.4.0+17.g74a9aff7) (49.6.0.post20210108)
  24. Requirement already satisfied: tornado>=6.0.3 in /opt/conda/lib/python3.8/site-packages (from distributed==2021.4.0+17.g74a9aff7) (6.1)
  25. Requirement already satisfied: partd>=0.3.10 in /opt/conda/lib/python3.8/site-packages (from dask>=2021.03.0->distributed==2021.4.0+17.g74a9aff7) (1.1.0)
  26. Requirement already satisfied: fsspec>=0.6.0 in /opt/conda/lib/python3.8/site-packages (from dask>=2021.03.0->distributed==2021.4.0+17.g74a9aff7) (0.8.7)
  27. Requirement already satisfied: locket in /opt/conda/lib/python3.8/site-packages (from partd>=0.3.10->dask>=2021.03.0->distributed==2021.4.0+17.g74a9aff7) (0.2.0)
  28. Requirement already satisfied: heapdict in /opt/conda/lib/python3.8/site-packages (from zict>=0.1.3->distributed==2021.4.0+17.g74a9aff7) (1.0.1)
  29. Building wheels for collected packages: distributed
  30. Building wheel for distributed (setup.py): started
  31. Building wheel for distributed (setup.py): finished with status 'done'
  32. Created wheel for distributed: filename=distributed-2021.4.0+17.g74a9aff7-py3-none-any.whl size=687372 sha256=d96a3ecbf96b981031a9cc93edc5bff1cf25d7fdadb741d57f86b8e0f26f2275
  33. Stored in directory: /tmp/pip-ephem-wheel-cache-fzau8bb5/wheels/07/f6/f2/6ea4e4452246d640aa82fd1151ee2053e71463f6386b31d6b1
  34. Successfully built distributed
  35. Installing collected packages: distributed
  36. Attempting uninstall: distributed
  37. Found existing installation: distributed 2021.4.0
  38. Uninstalling distributed-2021.4.0:
  39. Successfully uninstalled distributed-2021.4.0
  40. Successfully installed distributed-2021.4.0+17.g74a9aff7
  41. + exec dask-worker '$(DASK_SCHEDULER_ADDRESS)' --nthreads 1 --death-timeout 60 --memory-limit 1G
  42. Traceback (most recent call last):
  43. File "/opt/conda/bin/dask-worker", line 8, in <module>
  44. sys.exit(go())
  45. File "/opt/conda/lib/python3.8/site-packages/distributed/cli/dask_worker.py", line 462, in go
  46. main()
  47. File "/opt/conda/lib/python3.8/site-packages/click/core.py", line 829, in __call__
  48. return self.main(*args, **kwargs)
  49. File "/opt/conda/lib/python3.8/site-packages/click/core.py", line 782, in main
  50. rv = self.invoke(ctx)
  51. File "/opt/conda/lib/python3.8/site-packages/click/core.py", line 1066, in invoke
  52. return ctx.invoke(self.callback, **ctx.params)
  53. File "/opt/conda/lib/python3.8/site-packages/click/core.py", line 610, in invoke
  54. return callback(*args, **kwargs)
  55. File "/opt/conda/lib/python3.8/site-packages/distributed/cli/dask_worker.py", line 406, in main
  56. nannies = [
  57. File "/opt/conda/lib/python3.8/site-packages/distributed/cli/dask_worker.py", line 407, in <listcomp>
  58. t(
  59. File "/opt/conda/lib/python3.8/site-packages/distributed/nanny.py", line 219, in __init__
  60. host = get_ip(get_address_host(self.scheduler.address))
  61. File "/opt/conda/lib/python3.8/site-packages/distributed/comm/addressing.py", line 142, in get_address_host
  62. return backend.get_address_host(loc)
  63. File "/opt/conda/lib/python3.8/site-packages/distributed/comm/tcp.py", line 572, in get_address_host
  64. return parse_host_port(loc)[0]
  65. File "/opt/conda/lib/python3.8/site-packages/distributed/comm/addressing.py", line 90, in parse_host_port
  66. port = _default()
  67. File "/opt/conda/lib/python3.8/site-packages/distributed/comm/addressing.py", line 69, in _default
  68. raise ValueError("missing port number in address %r" % (address,))
  69. ValueError: missing port number in address '$(DASK_SCHEDULER_ADDRESS)'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement