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.62 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. Executing "/bin/rm -rf /var/tmp/metro/work/funtoo-current/portage-2014-10-26"...
  23. Executing "/usr/bin/install -d -m 0700 -g root -o root /var/tmp/metro"...
  24. Executing "/usr/bin/install -d -m 0700 -g root -o root /var/tmp/metro/work/funtoo-current/portage-2014-10-26"...
  25. run_script: running steps/run...
  26. Already on 'funtoo.org'
  27. Your branch is up-to-date with 'origin/funtoo.org'.
  28. Performing git pull...
  29. error: pathspec 'origin/master' did not match any file(s) known to git.
  30. couldn't check out branch origin/master for tarball
  31. Traceback (most recent call last):
  32.  File "/usr/bin/metro", line 212, in <module>
  33.    Metro().run()
  34.  File "/usr/bin/metro", line 105, in run
  35.    self.run_targets(targetlist, args)
  36.  File "/usr/bin/metro", line 190, in run_targets
  37.    target.run()
  38.  File "/root/git/metro/modules/targets/snapshot.py", line 9, in run
  39.    BaseTarget.run(self)
  40.  File "/root/git/metro/modules/targets/base.py", line 26, in run
  41.    self.run_script("steps/run")
  42.  File "/root/git/metro/modules/targets/base.py", line 69, in run_script
  43.    raise MetroError("Command failure (key %s, return value %s) : %s" % (key, repr(retval), " ".join(cmds)))
  44. catalyst_support.MetroError: Command failure (key steps/run, return value 1) : /var/tmp/metro/pid/29390
  45. build failure
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement