Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ==========================================================
- == Error Message =========================================
- ==========================================================
- 2014-10-29 11:26:58 [Build 157/160] [java/ant] Running build-commands
- ERROR: /src/cache/artifacts/5e4df1942bd8445700495a06893ad7efbc308e9089e3d3e11192a8fe11311a1d.chunk.java/tmpkIPa2C: No such file or directory
- ===========================================================
- == LOG ====================================================
- ===========================================================
- 2014-10-29 11:37:53 CRITICAL Traceback (most recent call last):
- File "/usr/lib/python2.7/site-packages/cliapp/app.py", line 190, in _run
- self.process_args(args)
- File "/src/morph/morphlib/app.py", line 267, in process_args
- cliapp.Application.process_args(self, args)
- File "/usr/lib/python2.7/site-packages/cliapp/app.py", line 539, in process_args
- method(args[1:])
- File "/src/morph/morphlib/plugins/build_plugin.py", line 193, in build
- build_command.build([repo, ref, system_filename])
- File "/src/morph/morphlib/buildcommand.py", line 65, in build
- self.build_in_order(root_artifact)
- File "/src/morph/morphlib/buildcommand.py", line 275, in build_in_order
- self.cache_or_build_source(s, build_env)
- File "/src/morph/morphlib/buildcommand.py", line 295, in cache_or_build_source
- self.build_source(source, build_env)
- File "/src/morph/morphlib/buildcommand.py", line 355, in build_source
- self.build_and_cache(staging_area, source, setup_mounts)
- File "/src/morph/morphlib/buildcommand.py", line 531, in build_and_cache
- return builder.build_and_cache(source)
- File "/src/morph/morphlib/builder2.py", line 728, in build_and_cache
- built_artifacts = o.build_and_cache()
- File "/src/morph/morphlib/builder2.py", line 331, in build_and_cache
- built_artifacts = self.assemble_chunk_artifacts(destdir)
- File "/src/morph/morphlib/builder2.py", line 481, in assemble_chunk_artifacts
- with self.local_artifact_cache.put(chunk_artifact) as f:
- File "/src/morph/morphlib/localartifactcache.py", line 53, in put
- return morphlib.savefile.SaveFile(filename, mode='w')
- File "/src/morph/morphlib/savefile.py", line 49, in __init__
- fd, self._savefile_tempname = tempfile.mkstemp(dir=dirname)
- File "/usr/lib/python2.7/tempfile.py", line 293, in mkstemp
- return _mkstemp_inner(dir, prefix, suffix, flags)
- File "/usr/lib/python2.7/tempfile.py", line 228, in _mkstemp_inner
- fd = _os.open(file, flags, 0600)
- 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