Advertisement
Guest User

Untitled

a guest
Aug 14th, 2014
238
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. # morph build trove-system-x86_64.morph
  2. 2014-08-14 15:15:45 Starting build 29b3e292f5054256bcb12c7f4d3a913f
  3. 2014-08-14 15:15:45 Collecting morphologies involved in building trove-system-x86_64.morph from master
  4. 2014-08-14 15:15:47 Building file:///src/wsredbox-ct-mcr-1/master/baserock/baserock/definitions refs/heads/ct-mcr-1/builds/07718fd5523d49ae907b32b3ffa7be49/9dee6f25dfe345c69710eb27571eceb5 trove-system-x86_64.morph
  5. 2014-08-14 15:15:47 Deciding on task order
  6. ERROR: Field comments not allowed in morphology string
  7.  
  8.  
  9.  
  10.  
  11. with --log-level=debug:
  12.  
  13.  
  14. 2014-08-14 15:17:39 DEBUG Expansion of upstream:attr for pullpat yielded: git://ct-mcr-1.ducie.codethink.co.uk/delta/attr
  15. 2014-08-14 15:17:39 DEBUG Expansion of upstream:attr for pullpat yielded: git://ct-mcr-1.ducie.codethink.co.uk/delta/attr
  16. 2014-08-14 15:17:39 DEBUG Resolved upstream:attr be4a3c1d50981d2cbbe2cfb55498cac51909c37f via remote repo cache
  17. 2014-08-14 15:17:39 DEBUG Expansion of upstream:attr for pullpat yielded: git://ct-mcr-1.ducie.codethink.co.uk/delta/attr
  18. 2014-08-14 15:17:39 DEBUG Retrieving upstream:attr be4a3c1d50981d2cbbe2cfb55498cac51909c37f attr.morph from the remote git cache.
  19. 2014-08-14 15:17:39 DEBUG Expansion of upstream:attr for pullpat yielded: git://ct-mcr-1.ducie.codethink.co.uk/delta/attr
  20. 2014-08-14 15:17:39 CRITICAL Traceback (most recent call last):
  21. File "/usr/lib/python2.7/site-packages/cliapp/app.py", line 190, in _run
  22. self.process_args(args)
  23. File "/src/morph/morphlib/app.py", line 263, in process_args
  24. cliapp.Application.process_args(self, args)
  25. File "/usr/lib/python2.7/site-packages/cliapp/app.py", line 539, in process_args
  26. method(args[1:])
  27. File "/src/morph/morphlib/plugins/build_plugin.py", line 193, in build
  28. build_command.build([repo, ref, system_filename])
  29. File "/src/morph/morphlib/buildcommand.py", line 60, in build
  30. srcpool = self.create_source_pool(repo_name, ref, filename)
  31. File "/src/morph/morphlib/buildcommand.py", line 93, in create_source_pool
  32. self.lrc, self.rrc, repo_name, ref, filename)
  33. File "/src/morph/morphlib/app.py", line 299, in create_source_pool
  34. visit=add_to_pool)
  35. File "/src/morph/morphlib/app.py", line 406, in traverse_morphs
  36. resolved_morphologies[key] = morph_factory.get_morphology(*key)
  37. File "/src/morph/morphlib/morphologyfactory.py", line 93, in get_morphology
  38. morphology = self._load_morphology(reponame, sha1, filename)
  39. File "/src/morph/morphlib/morphologyfactory.py", line 72, in _load_morphology
  40. morph = loader.load_from_string(text)
  41. File "/src/morph/morphlib/morphloader.py", line 408, in load_from_string
  42. self.validate(m)
  43. File "/src/morph/morphlib/morphloader.py", line 453, in validate
  44. self._deny_unknown_fields(required + allowed, morph)
  45. File "/src/morph/morphlib/morphloader.py", line 663, in _deny_unknown_fields
  46. raise InvalidFieldError(field, morphology.filename)
  47. InvalidFieldError: Field comments not allowed in morphology string
  48.  
  49. ERROR: Field comments not allowed in morphology string
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement