Advertisement
Guest User

Untitled

a guest
Sep 24th, 2012
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.98 KB | None | 0 0
  1. linux64 xm create -c /var/tmp/build.xen.conf-Iwd264haD name=build_1 disk=file:/var/cache/obs/worker/root_1/root,hda1,w disk=file:/var/cache/obs/worker/root_1/swap,hda2,w extra=quiet init=/.build/initscript_qemu_vm elevator=noop panic=1 console=ttyS0 rw
  2. Using config file "/var/tmp/build.xen.conf-Iwd264haD".
  3. Started domain build_1 (id=19699)
  4. [ 0.236680] PCI: Fatal: No config space access function found
  5. [ 0.300029] i8042.c: No controller found.
  6. [ 0.301180] /usr/src/packages/BUILD/kernel-xen-2.6.37.6/linux-2.6.37/drivers/rtc/hctosys.c: unable to open rtc device (rtc0)
  7. doing fast boot
  8. Creating device nodes with udev
  9. Trying manual resume from /dev/disk/by-label/swap
  10. Trying manual resume from /dev/disk/by-label/swap
  11. Waiting for device /dev/hda1 to appear: ok
  12. fsck from util-linux 2.19
  13. [/sbin/fsck.ext4 (1) -- /] fsck.ext4 -a /dev/hda1
  14. /dev/hda1: Superblock last mount time is in the future.
  15. (by less than a day, probably due to the hardware clock being incorrectly set) FIXED.
  16. /dev/hda1: Superblock last write time is in the future.
  17. (by less than a day, probably due to the hardware clock being incorrectly set). FIXED.
  18. /dev/hda1: clean, 10511/784896 files, 252169/3134976 blocks
  19. fsck succeeded. Mounting root device read-only.
  20. Mounting root /dev/hda1
  21. mount -o ro -t ext4 /dev/hda1 /root
  22. mount: proc already mounted
  23. qemu: uncaught target signal 11 (Segmentation fault) - core dumped
  24. ARCHITECTURE PERSONALITY IS UNKNOWN
  25. qemu: uncaught target signal 11 (Segmentation fault) - core dumped
  26. /.build/build: line 272: 152 Segmentation fault exit 1
  27. qemu: uncaught target signal 11 (Segmentation fault) - core dumped
  28. /.build/build: line 272: 153 Segmentation fault exit 1
  29. 154 | exit 1
  30. /.build/build: line 272: 155 Segmentation fault exit 1
  31. /.build/build: line 272: 156 Segmentation fault exit 1
  32. /.build/build: line 272: 157 Segmentation fault exit 1
  33. [ 0.784377] Kernel panic - not syncing: Attempted to kill init!
  34. [ 0.784384] Pid: 1, comm: initscript_qemu Not tainted 2.6.37.6-0.9-xen #1
  35. [ 0.784386] Call Trace:
  36. [ 0.784399] [<ffffffff800094a6>] dump_trace+0x76/0x1a0
  37. [ 0.784405] [<ffffffff80488a22>] dump_stack+0x69/0x6f
  38. [ 0.784409] [<ffffffff80488aef>] panic+0x92/0x1c5
  39. [ 0.784416] [<ffffffff8004627a>] forget_original_parent+0x29a/0x2b0
  40. [ 0.784421] [<ffffffff800462a0>] exit_notify+0x10/0x1a0
  41. [ 0.784425] [<ffffffff80046d0c>] do_exit+0x1bc/0x3d0
  42. [ 0.784429] [<ffffffff800470e2>] do_group_exit+0x52/0x100
  43. [ 0.784433] [<ffffffff800471a2>] sys_exit_group+0x12/0x20
  44. [ 0.784438] [<ffffffff80007448>] system_call_fastpath+0x16/0x1b
  45. [ 0.784444] [<00000000004ac7e8>] 0x4ac7e8
  46. No buildstatus set, either the packager broke the base system (glibc/bash/perl) or the build host has a kernel or hardware problem, OBS server will retry...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement