palvarez89

Untitled

May 21st, 2014
203
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.31 KB | None | 0 0
  1. 2014-05-21 11:23:27 [Build 884/884] [trove-system-x86_64-rootfs] Building system trove-system-x86_64
  2. 2014-05-21 11:23:47 [Build 884/884] [trove-system-x86_64-rootfs] Overlaps in system artifact trove-system-x86_64-rootfs detected
  3. 2014-05-21 11:25:12 [Build 884/884] [trove-system-x86_64-rootfs] Error while building system
  4. Traceback (most recent call last):
  5. File "/src/cliapp/cliapp/app.py", line 190, in _run
  6. self.process_args(args)
  7. File "/src/morph/morphlib/app.py", line 260, in process_args
  8. cliapp.Application.process_args(self, args)
  9. File "/src/cliapp/cliapp/app.py", line 539, in process_args
  10. method(args[1:])
  11. File "/src/morph/morphlib/plugins/build_plugin.py", line 190, in build
  12. system_name])
  13. File "/src/morph/morphlib/buildcommand.py", line 63, in build
  14. self.build_in_order(root_artifact)
  15. File "/src/morph/morphlib/buildcommand.py", line 291, in build_in_order
  16. self.build_artifact(a, build_env)
  17. File "/src/morph/morphlib/buildcommand.py", line 345, in build_artifact
  18. self.build_and_cache(staging_area, artifact, setup_mounts)
  19. File "/src/morph/morphlib/buildcommand.py", line 478, in build_and_cache
  20. return builder.build_and_cache(artifact)
  21. File "/src/morph/morphlib/builder2.py", line 786, in build_and_cache
  22. built_artifacts = o.build_and_cache()
  23. File "/src/morph/morphlib/builder2.py", line 589, in build_and_cache
  24. self.unpack_strata(fs_root)
  25. File "/src/morph/morphlib/builder2.py", line 671, in unpack_strata
  26. self.unpack_one_stratum(stratum_artifact, path)
  27. File "/src/morph/morphlib/builder2.py", line 628, in unpack_one_stratum
  28. morphlib.bins.unpack_binary_from_file(chunk_file, target)
  29. File "/src/morph/morphlib/bins.py", line 179, in unpack_binary_from_file
  30. tf.extractall(path=dirname)
  31. File "/usr/lib/python2.7/tarfile.py", line 2046, in extractall
  32. self.extract(tarinfo, path)
  33. File "/usr/lib/python2.7/tarfile.py", line 2083, in extract
  34. self._extract_member(tarinfo, os.path.join(path, tarinfo.name))
  35. File "/usr/lib/python2.7/tarfile.py", line 2173, in _extract_member
  36. self.chown(tarinfo, targetpath)
  37. File "/usr/lib/python2.7/tarfile.py", line 2285, in chown
  38. raise ExtractError("could not change owner")
  39. ExtractError: could not change owner
  40. Command exited with non-zero status 1
  41. real 2m 34.86s
  42. user 0m 24.47s
Advertisement
Add Comment
Please, Sign In to add comment