Advertisement
Guest User

Untitled

a guest
Sep 23rd, 2019
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.55 KB | None | 0 0
  1. clear; /Applications/Divio.app/Contents/Resources/app.asar.unpacked/build/resources/run b2964c18705692bd7525c4f46494eb2ff290761c088a3f920614ba7015531fd8
  2. Last login: Mon Sep 23 18:20:33 on ttys003
  3. David-MacBook-Pro:~ davidkrcil$ clear; /Applications/Divio.app/Contents/Resources/app.asar.unpacked/build/resources/run b2964c18705692bd7525c4f46494eb2ff290761c088a3f920614ba7015531fd8
  4.  
  5.  
  6.  
  7.  
  8.  
  9.  
  10.  
  11.  
  12.  
  13.  
  14.  
  15.  
  16.  
  17.  
  18.  
  19.  
  20.  
  21.  
  22. Creating workspace
  23.  
  24. cloning project repository
  25. Cloning into '/Users/davidkrcil/python/divioNew/firstfilter-migracena111'...
  26. Locking the website...
  27. remote: Counting objects: 6799, done.
  28. remote: Compressing objects: 100% (3032/3032), done.
  29. Unlocking the website...(4760/6799), 15.14 MiB | 930.00 KiB/s
  30. remote: Total 6799 (delta 4015), reused 5833 (delta 3344)
  31. Receiving objects: 100% (6799/6799), 17.17 MiB | 925.00 KiB/s, done.
  32. Resolving deltas: 100% (4015/4015), done.
  33. Checking out files: 100% (2120/2120), done.
  34. downloading remote docker images
  35. Pulling db ... done
  36. Pulling web ... done
  37. building local docker images
  38. db uses an image, skipping
  39. Building web
  40. Traceback (most recent call last):
  41. File "/usr/local/lib/python3.6/site-packages/docker/utils/build.py", line 97, in create_archive
  42. t.addfile(i, f)
  43. File "/usr/local/lib/python3.6/tarfile.py", line 1977, in addfile
  44. copyfileobj(fileobj, self.fileobj, tarinfo.size, bufsize=bufsize)
  45. File "/usr/local/lib/python3.6/tarfile.py", line 251, in copyfileobj
  46. dst.write(buf)
  47. File "/usr/local/lib/python3.6/tempfile.py", line 483, in func_wrapper
  48. return func(*args, **kwargs)
  49. OSError: [Errno 28] No space left on device
  50.  
  51. During handling of the above exception, another exception occurred:
  52.  
  53. Traceback (most recent call last):
  54. File "/usr/local/bin/docker-compose", line 11, in <module>
  55. sys.exit(main())
  56. File "/usr/local/lib/python3.6/site-packages/compose/cli/main.py", line 71, in main
  57. command()
  58. File "/usr/local/lib/python3.6/site-packages/compose/cli/main.py", line 127, in perform_command
  59. handler(command, command_options)
  60. File "/usr/local/lib/python3.6/site-packages/compose/cli/main.py", line 287, in build
  61. parallel_build=options.get('--parallel', False),
  62. File "/usr/local/lib/python3.6/site-packages/compose/project.py", line 384, in build
  63. build_service(service)
  64. File "/usr/local/lib/python3.6/site-packages/compose/project.py", line 366, in build_service
  65. service.build(no_cache, pull, force_rm, memory, build_args, gzip)
  66. File "/usr/local/lib/python3.6/site-packages/compose/service.py", line 1082, in build
  67. platform=self.platform,
  68. File "/usr/local/lib/python3.6/site-packages/docker/api/build.py", line 159, in build
  69. path, exclude=exclude, dockerfile=dockerfile, gzip=gzip
  70. File "/usr/local/lib/python3.6/site-packages/docker/utils/build.py", line 31, in tar
  71. root=root, fileobj=fileobj, gzip=gzip, extra_files=extra_files
  72. File "/usr/local/lib/python3.6/site-packages/docker/utils/build.py", line 100, in create_archive
  73. 'Can not read file in context: {}'.format(full_path)
  74. OSError: Can not read file in context: /Users/davidkrcil/python/divioNew/firstfilter-migracena111/.git/index
  75. --------------------------------------------------------------------------------
  76. There was an error trying to run a command. This is most likely
  77. not an issue with divio-cli, but the called program itself.
  78. Try checking the output of the command above.
  79. The command was:
  80. docker-compose -f /Users/davidkrcil/python/divioNew/firstfilter-migracena111/docker-compose.yml build
  81.  
  82. divio@app-1.0.0-beta.11 /Users/davidkrcil/python/divioNew
  83. $
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement