Advertisement
Guest User

nix-build qemu output

a guest
Mar 27th, 2019
196
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.12 KB | None | 0 0
  1. copying staging root to image...
  2. [ 0.000000] Linux version 4.16.0 (nixbld@) (gcc version 7.4.0 (GCC)) #1 Sun Mar 10 02:15:48 UTC 2019
  3. [ 0.000000] bootmem address range: 0x7fffe9c00000 - 0x7fffeffff000
  4. [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 25249
  5. [ 0.000000] Kernel command line: mem=100M virtio_mmio.device=292@0x1000000:1
  6. [ 0.000000] Dentry cache hash table entries: 16384 (order: 5, 131072 bytes)
  7. [ 0.000000] Inode-cache hash table entries: 8192 (order: 4, 65536 bytes)
  8. [ 0.000000] Memory available: 100760k/102396k RAM
  9. [ 0.000000] SLUB: HWalign=32, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
  10. [ 0.000000] NR_IRQS: 4096
  11. [ 0.000000] lkl: irqs initialized
  12. [ 0.000000] clocksource: lkl: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns
  13. [ 0.000000] lkl: time and timers initialized (irq2)
  14. [ 0.000003] pid_max: default: 4096 minimum: 301
  15. [ 0.000023] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)
  16. [ 0.000026] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)
  17. [ 0.005803] console [lkl_console0] enabled
  18. [ 0.005829] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
  19. [ 0.005834] xor: automatically using best checksumming function 8regs
  20. [ 0.005904] random: get_random_u32 called from bucket_table_alloc+0x89/0x250 with crng_init=0
  21. [ 0.005953] NET: Registered protocol family 16
  22. [ 0.171214] raid6: int64x1 gen() 4269 MB/s
  23. [ 0.342901] raid6: int64x1 xor() 2662 MB/s
  24. [ 0.514580] raid6: int64x2 gen() 5361 MB/s
  25. [ 0.686394] raid6: int64x2 xor() 3299 MB/s
  26. [ 0.857775] raid6: int64x4 gen() 4248 MB/s
  27. [ 1.029437] raid6: int64x4 xor() 2997 MB/s
  28. [ 1.201248] raid6: int64x8 gen() 4064 MB/s
  29. [ 1.292138] random: fast init done
  30. [ 1.372914] raid6: int64x8 xor() 2604 MB/s
  31. [ 1.372934] raid6: using algorithm int64x2 gen() 5361 MB/s
  32. [ 1.372936] raid6: .... xor() 3299 MB/s, rmw enabled
  33. [ 1.372940] raid6: using intx1 recovery algorithm
  34. [ 1.373101] clocksource: Switched to clocksource lkl
  35. [ 1.373263] NET: Registered protocol family 2
  36. [ 1.373440] tcp_listen_portaddr_hash hash table entries: 256 (order: 0, 4096 bytes)
  37. [ 1.373446] TCP established hash table entries: 1024 (order: 1, 8192 bytes)
  38. [ 1.373451] TCP bind hash table entries: 1024 (order: 1, 8192 bytes)
  39. [ 1.373474] TCP: Hash tables configured (established 1024 bind 1024)
  40. [ 1.373537] UDP hash table entries: 128 (order: 0, 4096 bytes)
  41. [ 1.373541] UDP-Lite hash table entries: 128 (order: 0, 4096 bytes)
  42. [ 1.373640] virtio-mmio: Registering device virtio-mmio.0 at 0x1000000-0x1000123, IRQ 1.
  43. [ 1.373982] workingset: timestamp_bits=62 max_order=15 bucket_order=0
  44. [ 1.374891] SGI XFS with ACLs, security attributes, no debug enabled
  45. [ 1.377845] io scheduler noop registered
  46. [ 1.377850] io scheduler deadline registered
  47. [ 1.377906] io scheduler cfq registered (default)
  48. [ 1.377909] io scheduler mq-deadline registered
  49. [ 1.377910] io scheduler kyber registered
  50. [ 1.377919] virtio-mmio virtio-mmio.0: Failed to enable 64-bit or 32-bit DMA. Trying to continue, but this might not work.
  51. [ 1.380526] virtio_blk virtio0: [vda] 8388608 512-byte logical blocks (4.29 GB/4.00 GiB)
  52. [ 1.380776] vda: vda1
  53. [ 1.381010] NET: Registered protocol family 10
  54. [ 1.381367] Segment Routing with IPv6
  55. [ 1.381386] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver
  56. [ 1.381665] Btrfs loaded, crc32c=crc32c-generic
  57. [ 1.381702] Warning: unable to open an initial console.
  58. [ 1.381716] This architecture does not have kernel memory protection.
  59. [ 1.382377] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts:
  60. [ 2.042954] random: crng init done
  61. [ 134.268710] reboot: Restarting system
  62. Could not access KVM kernel module: Permission denied
  63. qemu-system-x86_64: failed to initialize KVM: Permission denied
  64. builder for '/nix/store/bvapz42iyv546qfmrwrb7aqskqia7ja6-digital-ocean-image.drv' failed with exit code 1
  65. error: build of '/nix/store/bvapz42iyv546qfmrwrb7aqskqia7ja6-digital-ocean-image.drv' failed
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement