Advertisement
Guest User

Untitled

a guest
Oct 30th, 2014
144
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 2.69 KB | None | 0 0
  1. Running /usr/bin/metro -d multi: yes target/build: funtoo-current target/subarch: generic_64 target/version: 2014-10-26 multi/mode: full
  2. Debug: collected: /root/git/metro/etc/metro.conf
  3. Debug: collected: /root/git/metro/etc/builds/funtoo-current/build.conf
  4. Debug: collected: /root/git/metro/subarch/generic_64.spec
  5. Debug: collected: /root/git/metro/features/probe.conf
  6. Debug: collected: /root/git/metro/etc/fslayouts/funtoo/layout.conf
  7. Debug: collected: /root/git/metro/etc/multi-targets/full
  8. Debug: collected: /root/git/metro/etc/multi-targets/strategy/seed/stage3
  9. Debug: collected: /root/git/metro/etc/metro.conf
  10. Debug: collected: /root/git/metro/etc/builds/funtoo-current/build.conf
  11. Debug: collected: /root/git/metro/subarch/generic_64.spec
  12. Debug: collected: /root/git/metro/features/probe.conf
  13. Debug: collected: /root/git/metro/targets/gentoo/snapshot.spec
  14. Debug: collected: /root/git/metro/etc/fslayouts/funtoo/layout.conf
  15. Debug: collected: /root/git/metro/etc/multi-targets/full
  16. Debug: collected: /root/git/metro/targets/gentoo/snapshot/source/git
  17. Debug: collected: /root/git/metro/targets/gentoo/snapshot/type/live
  18. Debug: collected: /root/git/metro/targets/gentoo/snapshot/common.spec
  19. Debug: collected: /root/git/metro/etc/multi-targets/strategy/seed/stage3
  20. Debug: collected: /root/git/metro/targets/gentoo/snapshot/global.spec
  21. Running target snapshot with class snapshot
  22. Cleaning up /var/tmp/metro/work/funtoo-current/portage-2014-10-26...
  23. Executing "/bin/rm -rf /var/tmp/metro/work/funtoo-current/portage-2014-10-26"...
  24. Executing "/usr/bin/install -d -m 0700 -g root -o root /var/tmp/metro"...
  25. Executing "/usr/bin/install -d -m 0700 -g root -o root /var/tmp/metro/work/funtoo-current/portage-2014-10-26"...
  26. run_script: running steps/run...
  27. Already on 'funtoo.org'
  28. Your branch is up-to-date with 'origin/funtoo.org'.
  29. Performing git pull...
  30. error: pathspec 'origin/master' did not match any file(s) known to git.
  31. couldn't check out branch origin/master for tarball
  32. Traceback (most recent call last):
  33.  File "/usr/bin/metro", line 212, in <module>
  34.    Metro().run()
  35.  File "/usr/bin/metro", line 105, in run
  36.    self.run_targets(targetlist, args)
  37.  File "/usr/bin/metro", line 190, in run_targets
  38.    target.run()
  39.  File "/root/git/metro/modules/targets/snapshot.py", line 9, in run
  40.    BaseTarget.run(self)
  41.  File "/root/git/metro/modules/targets/base.py", line 26, in run
  42.    self.run_script("steps/run")
  43.  File "/root/git/metro/modules/targets/base.py", line 69, in run_script
  44.    raise MetroError("Command failure (key %s, return value %s) : %s" % (key, repr(retval), " ".join(cmds)))
  45. catalyst_support.MetroError: Command failure (key steps/run, return value 1) : /var/tmp/metro/pid/29797
  46. build failure
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement