Advertisement
Guest User

Untitled

a guest
Oct 29th, 2014
286
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.67 KB | None | 0 0
  1. ==========================================================
  2. == Error Message =========================================
  3. ==========================================================
  4. 2014-10-29 11:26:58 [Build 157/160] [java/ant] Running build-commands
  5. ERROR: /src/cache/artifacts/5e4df1942bd8445700495a06893ad7efbc308e9089e3d3e11192a8fe11311a1d.chunk.java/tmpkIPa2C: No such file or directory
  6.  
  7. ===========================================================
  8. == LOG ====================================================
  9. ===========================================================
  10. 2014-10-29 11:37:53 CRITICAL Traceback (most recent call last):
  11. File "/usr/lib/python2.7/site-packages/cliapp/app.py", line 190, in _run
  12. self.process_args(args)
  13. File "/src/morph/morphlib/app.py", line 267, in process_args
  14. cliapp.Application.process_args(self, args)
  15. File "/usr/lib/python2.7/site-packages/cliapp/app.py", line 539, in process_args
  16. method(args[1:])
  17. File "/src/morph/morphlib/plugins/build_plugin.py", line 193, in build
  18. build_command.build([repo, ref, system_filename])
  19. File "/src/morph/morphlib/buildcommand.py", line 65, in build
  20. self.build_in_order(root_artifact)
  21. File "/src/morph/morphlib/buildcommand.py", line 275, in build_in_order
  22. self.cache_or_build_source(s, build_env)
  23. File "/src/morph/morphlib/buildcommand.py", line 295, in cache_or_build_source
  24. self.build_source(source, build_env)
  25. File "/src/morph/morphlib/buildcommand.py", line 355, in build_source
  26. self.build_and_cache(staging_area, source, setup_mounts)
  27. File "/src/morph/morphlib/buildcommand.py", line 531, in build_and_cache
  28. return builder.build_and_cache(source)
  29. File "/src/morph/morphlib/builder2.py", line 728, in build_and_cache
  30. built_artifacts = o.build_and_cache()
  31. File "/src/morph/morphlib/builder2.py", line 331, in build_and_cache
  32. built_artifacts = self.assemble_chunk_artifacts(destdir)
  33. File "/src/morph/morphlib/builder2.py", line 481, in assemble_chunk_artifacts
  34. with self.local_artifact_cache.put(chunk_artifact) as f:
  35. File "/src/morph/morphlib/localartifactcache.py", line 53, in put
  36. return morphlib.savefile.SaveFile(filename, mode='w')
  37. File "/src/morph/morphlib/savefile.py", line 49, in __init__
  38. fd, self._savefile_tempname = tempfile.mkstemp(dir=dirname)
  39. File "/usr/lib/python2.7/tempfile.py", line 293, in mkstemp
  40. return _mkstemp_inner(dir, prefix, suffix, flags)
  41. File "/usr/lib/python2.7/tempfile.py", line 228, in _mkstemp_inner
  42. fd = _os.open(file, flags, 0600)
  43. OSError: [Errno 2] No such file or directory: '/src/cache/artifacts/5e4df1942bd8445700495a06893ad7efbc308e9089e3d3e11192a8fe11311a1d.chunk.java/tmpiaGtKs'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement