Advertisement
evanjs

qemu mini system kernel panic

Feb 6th, 2020
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.87 KB | None | 0 0
  1. [ 0.000000] Linux version 4.19.98 (nixbld@localhost) (gcc version 9.2.0 (GCC)) #1-NixOS SMP Thu Jan 23 07:21:39 UTC 2020
  2. [ 0.000000] Command line: console=ttyS0,115200
  3. [ 0.000000] x86/fpu: x87 FPU will use FXSAVE
  4. [ 0.000000] BIOS-provided physical RAM map:
  5. [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable
  6. [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved
  7. [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved
  8. [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x0000000007fdffff] usable
  9. [ 0.000000] BIOS-e820: [mem 0x0000000007fe0000-0x0000000007ffffff] reserved
  10. [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved
  11. [ 0.000000] NX (Execute Disable) protection: active
  12. [ 0.000000] SMBIOS 2.8 present.
  13. [ 0.000000] DMI: QEMU Standard PC (i440FX + PIIX, 1996), BIOS rel-1.12.0-59-gc9ba5276e321-prebuilt.qemu.org 04/01/2014
  14. [ 0.000000] tsc: Fast TSC calibration using PIT
  15. [ 0.000000] tsc: Detected 3997.656 MHz processor
  16. [ 0.007849] last_pfn = 0x7fe0 max_arch_pfn = 0x400000000
  17. [ 0.008842] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT
  18. [ 0.020463] found SMP MP-table at [mem 0x000f5ab0-0x000f5abf]
  19. [ 0.021912] Scanning 1 areas for low memory corruption
  20. [ 0.025293] RAMDISK: [mem 0x0758f000-0x07fdffff]
  21. [ 0.025718] ACPI: Early table checksum verification disabled
  22. [ 0.026457] ACPI: RSDP 0x00000000000F58D0 000014 (v00 BOCHS )
  23. [ 0.026614] ACPI: RSDT 0x0000000007FE156F 000030 (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)
  24. [ 0.027066] ACPI: FACP 0x0000000007FE144B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)
  25. [ 0.027464] ACPI: DSDT 0x0000000007FE0040 00140B (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)
  26. [ 0.027530] ACPI: FACS 0x0000000007FE0000 000040
  27. [ 0.027583] ACPI: APIC 0x0000000007FE14BF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)
  28. [ 0.027612] ACPI: HPET 0x0000000007FE1537 000038 (v01 BOCHS BXPCHPET 00000001 BXPC 00000001)
  29. [ 0.029094] No NUMA configuration found
  30. [ 0.029119] Faking a node at [mem 0x0000000000000000-0x0000000007fdffff]
  31. [ 0.029610] NODE_DATA(0) allocated [mem 0x0758b000-0x0758efff]
  32. [ 0.031474] Zone ranges:
  33. [ 0.031525] DMA [mem 0x0000000000001000-0x0000000000ffffff]
  34. [ 0.031562] DMA32 [mem 0x0000000001000000-0x0000000007fdffff]
  35. [ 0.031573] Normal empty
  36. [ 0.031592] Movable zone start for each node
  37. [ 0.031622] Early memory node ranges
  38. [ 0.031650] node 0: [mem 0x0000000000001000-0x000000000009efff]
  39. [ 0.031666] node 0: [mem 0x0000000000100000-0x0000000007fdffff]
  40. [ 0.031935] Reserved but unavailable: 98 pages
  41. [ 0.032060] Initmem setup node 0 [mem 0x0000000000001000-0x0000000007fdffff]
  42. [ 0.035917] ACPI: PM-Timer IO Port: 0x608
  43. [ 0.036272] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])
  44. [ 0.036568] IOAPIC[0]: apic_id 0, version 32, address 0xfec00000, GSI 0-23
  45. [ 0.036667] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
  46. [ 0.036876] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)
  47. [ 0.036907] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
  48. [ 0.036983] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)
  49. [ 0.036996] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)
  50. [ 0.037158] Using ACPI (MADT) for SMP configuration information
  51. [ 0.037202] ACPI: HPET id: 0x8086a201 base: 0xfed00000
  52. [ 0.037512] smpboot: Allowing 1 CPUs, 0 hotplug CPUs
  53. [ 0.038144] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
  54. [ 0.038184] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]
  55. [ 0.038209] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]
  56. [ 0.038218] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]
  57. [ 0.038306] [mem 0x08000000-0xfffbffff] available for PCI devices
  58. [ 0.038335] Booting paravirtualized kernel on bare hardware
  59. [ 0.038593] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns
  60. [ 0.655491] random: get_random_bytes called from start_kernel+0x91/0x4d2 with crng_init=0
  61. [ 0.656107] setup_percpu: NR_CPUS:384 nr_cpumask_bits:384 nr_cpu_ids:1 nr_node_ids:1
  62. [ 0.662341] percpu: Embedded 44 pages/cpu s142424 r8192 d29608 u2097152
  63. [ 0.664302] Built 1 zonelists, mobility grouping on. Total pages: 32105
  64. [ 0.664321] Policy zone: DMA32
  65. [ 0.664456] Kernel command line: console=ttyS0,115200
  66. [ 0.669909] Memory: 97084K/130552K available (10252K kernel code, 1140K rwdata, 1900K rodata, 1452K init, 752K bss, 33468K reserved, 0K cma-reserved)
  67. [ 0.673315] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
  68. [ 0.673988] ftrace: allocating 28671 entries in 112 pages
  69. [ 0.768031] rcu: Hierarchical RCU implementation.
  70. [ 0.768125] rcu: RCU event tracing is enabled.
  71. [ 0.768154] rcu: RCU restricting CPUs from NR_CPUS=384 to nr_cpu_ids=1.
  72. [ 0.768236] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=1
  73. [ 0.781824] NR_IRQS: 24832, nr_irqs: 256, preallocated irqs: 16
  74. [ 0.788646] Console: colour VGA+ 80x25
  75. [ 0.800562] console [ttyS0] enabled
  76. [ 0.801285] ACPI: Core revision 20180810
  77. [ 0.805419] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604467 ns
  78. [ 0.806865] APIC: Switch to symmetric I/O mode setup
  79. [ 0.812825] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
  80. [ 0.817521] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x733f6abc2d5, max_idle_ns: 881590421263 ns
  81. [ 0.818973] Calibrating delay loop (skipped), value calculated using timer frequency.. 7995.31 BogoMIPS (lpj=3997656)
  82. [ 0.820415] pid_max: default: 32768 minimum: 301
  83. [ 0.821267] Security Framework initialized
  84. [ 0.821440] Yama: becoming mindful.
  85. [ 0.823412] AppArmor: AppArmor initialized
  86. [ 0.824269] Dentry cache hash table entries: 16384 (order: 5, 131072 bytes)
  87. [ 0.824549] Inode-cache hash table entries: 8192 (order: 4, 65536 bytes)
  88. [ 0.824841] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)
  89. [ 0.825022] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)
  90. [ 0.837849] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0
  91. [ 0.837985] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0
  92. [ 0.838211] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
  93. [ 0.838455] Spectre V2 : Spectre mitigation: LFENCE not serializing, switching to generic retpoline
  94. [ 0.838648] Spectre V2 : Mitigation: Full generic retpoline
  95. [ 0.838765] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
  96. [ 0.839030] Speculative Store Bypass: Vulnerable
  97. [ 1.027671] Freeing SMP alternatives memory: 24K
  98. [ 1.064140] random: fast init done
  99. [ 1.145973] smpboot: CPU0: AMD QEMU Virtual CPU version 2.5+ (family: 0x6, model: 0x6, stepping: 0x3)
  100. [ 1.149628] Performance Events: PMU not available due to virtualization, using software events only.
  101. [ 1.151220] rcu: Hierarchical SRCU implementation.
  102. [ 1.155553] smp: Bringing up secondary CPUs ...
  103. [ 1.155713] smp: Brought up 1 node, 1 CPU
  104. [ 1.155824] smpboot: Max logical packages: 1
  105. [ 1.156002] smpboot: Total of 1 processors activated (7995.31 BogoMIPS)
  106. [ 1.164736] devtmpfs: initialized
  107. [ 1.167268] x86/mm: Memory block size: 128MB
  108. [ 1.170822] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
  109. [ 1.171232] futex hash table entries: 256 (order: 2, 16384 bytes)
  110. [ 1.174371] pinctrl core: initialized pinctrl subsystem
  111. [ 1.187163] NET: Registered protocol family 16
  112. [ 1.189493] audit: initializing netlink subsys (disabled)
  113. [ 1.192883] cpuidle: using governor menu
  114. [ 1.194220] audit: type=2000 audit(1581019031.383:1): state=initialized audit_enabled=0 res=1
  115. [ 1.194653] ACPI: bus type PCI registered
  116. [ 1.194815] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
  117. [ 1.196197] PCI: Using configuration type 1 for base access
  118. [ 1.209058] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
  119. [ 1.212780] ACPI: Added _OSI(Module Device)
  120. [ 1.212897] ACPI: Added _OSI(Processor Device)
  121. [ 1.212988] ACPI: Added _OSI(3.0 _SCP Extensions)
  122. [ 1.213121] ACPI: Added _OSI(Processor Aggregator Device)
  123. [ 1.213346] ACPI: Added _OSI(Linux-Dell-Video)
  124. [ 1.213467] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
  125. [ 1.226300] ACPI: 1 ACPI AML tables successfully acquired and loaded
  126. [ 1.238113] ACPI: Interpreter enabled
  127. [ 1.238928] ACPI: (supports S0 S3 S4 S5)
  128. [ 1.239022] ACPI: Using IOAPIC for interrupt routing
  129. [ 1.239486] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
  130. [ 1.240973] ACPI: Enabled 2 GPEs in block 00 to 0F
  131. [ 1.265973] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
  132. [ 1.266423] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]
  133. [ 1.266748] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM
  134. [ 1.267286] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.
  135. [ 1.271288] acpiphp: Slot [3] registered
  136. [ 1.271622] acpiphp: Slot [4] registered
  137. [ 1.271846] acpiphp: Slot [5] registered
  138. [ 1.272127] acpiphp: Slot [6] registered
  139. [ 1.272381] acpiphp: Slot [7] registered
  140. [ 1.272589] acpiphp: Slot [8] registered
  141. [ 1.272767] acpiphp: Slot [9] registered
  142. [ 1.273040] acpiphp: Slot [10] registered
  143. [ 1.273274] acpiphp: Slot [11] registered
  144. [ 1.273526] acpiphp: Slot [12] registered
  145. [ 1.273707] acpiphp: Slot [13] registered
  146. [ 1.273871] acpiphp: Slot [14] registered
  147. [ 1.274071] acpiphp: Slot [15] registered
  148. [ 1.274235] acpiphp: Slot [16] registered
  149. [ 1.274416] acpiphp: Slot [17] registered
  150. [ 1.274585] acpiphp: Slot [18] registered
  151. [ 1.274756] acpiphp: Slot [19] registered
  152. [ 1.274930] acpiphp: Slot [20] registered
  153. [ 1.275068] acpiphp: Slot [21] registered
  154. [ 1.275239] acpiphp: Slot [22] registered
  155. [ 1.275427] acpiphp: Slot [23] registered
  156. [ 1.275615] acpiphp: Slot [24] registered
  157. [ 1.275797] acpiphp: Slot [25] registered
  158. [ 1.276077] acpiphp: Slot [26] registered
  159. [ 1.276266] acpiphp: Slot [27] registered
  160. [ 1.276439] acpiphp: Slot [28] registered
  161. [ 1.276608] acpiphp: Slot [29] registered
  162. [ 1.276787] acpiphp: Slot [30] registered
  163. [ 1.277014] acpiphp: Slot [31] registered
  164. [ 1.277297] PCI host bridge to bus 0000:00
  165. [ 1.277482] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]
  166. [ 1.277633] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]
  167. [ 1.277776] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
  168. [ 1.277923] pci_bus 0000:00: root bus resource [mem 0x08000000-0xfebfffff window]
  169. [ 1.277990] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]
  170. [ 1.278214] pci_bus 0000:00: root bus resource [bus 00-ff]
  171. [ 1.284023] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]
  172. [ 1.284199] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]
  173. [ 1.284362] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]
  174. [ 1.284584] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]
  175. [ 1.286510] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI
  176. [ 1.286682] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB
  177. [ 1.297435] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)
  178. [ 1.298119] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)
  179. [ 1.299396] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)
  180. [ 1.300203] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)
  181. [ 1.300524] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)
  182. [ 1.306873] pci 0000:00:02.0: vgaarb: setting as boot VGA device
  183. [ 1.306973] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
  184. [ 1.307027] pci 0000:00:02.0: vgaarb: bridge control possible
  185. [ 1.307222] vgaarb: loaded
  186. [ 1.309376] PCI: Using ACPI for IRQ routing
  187. [ 1.315560] NetLabel: Initializing
  188. [ 1.315748] NetLabel: domain hash size = 128
  189. [ 1.315887] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO
  190. [ 1.317222] NetLabel: unlabeled traffic allowed by default
  191. [ 1.320290] HPET: 3 timers in total, 0 timers will be used for per-cpu timer
  192. [ 1.320750] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
  193. [ 1.320902] hpet0: 3 comparators, 64-bit 100.000000 MHz counter
  194. [ 1.326657] clocksource: Switched to clocksource tsc-early
  195. [ 1.393653] VFS: Disk quotas dquot_6.6.0
  196. [ 1.393939] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
  197. [ 1.396988] AppArmor: AppArmor Filesystem Enabled
  198. [ 1.397811] pnp: PnP ACPI init
  199. [ 1.403534] pnp: PnP ACPI: found 6 devices
  200. [ 1.421780] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
  201. [ 1.423091] NET: Registered protocol family 2
  202. [ 1.427971] tcp_listen_portaddr_hash hash table entries: 256 (order: 0, 4096 bytes)
  203. [ 1.428217] TCP established hash table entries: 1024 (order: 1, 8192 bytes)
  204. [ 1.428619] TCP bind hash table entries: 1024 (order: 2, 16384 bytes)
  205. [ 1.428827] TCP: Hash tables configured (established 1024 bind 1024)
  206. [ 1.429701] UDP hash table entries: 256 (order: 1, 8192 bytes)
  207. [ 1.429945] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)
  208. [ 1.431457] NET: Registered protocol family 1
  209. [ 1.432000] NET: Registered protocol family 44
  210. [ 1.432461] pci 0000:00:01.0: PIIX3: Enabling Passive Release
  211. [ 1.432769] pci 0000:00:00.0: Limiting direct PCI/PCI transfers
  212. [ 1.433027] pci 0000:00:01.0: Activating ISA DMA hang workarounds
  213. [ 1.433610] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
  214. [ 1.437616] Trying to unpack rootfs image as initramfs...
  215. [ 2.332227] Freeing initrd memory: 10564K
  216. [ 2.333745] Scanning for low memory corruption every 60 seconds
  217. [ 2.338166] Initialise system trusted keyrings
  218. [ 2.339246] workingset: timestamp_bits=40 max_order=15 bucket_order=0
  219. [ 2.348937] zbud: loaded
  220. [ 2.359477] Key type asymmetric registered
  221. [ 2.359635] Asymmetric key parser 'x509' registered
  222. [ 2.359896] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 250)
  223. [ 2.360567] io scheduler noop registered
  224. [ 2.360683] io scheduler deadline registered
  225. [ 2.361280] io scheduler cfq registered (default)
  226. [ 2.361410] io scheduler mq-deadline registered
  227. [ 2.361509] io scheduler kyber registered
  228. [ 2.365616] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
  229. [ 2.387813] 00:05: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
  230. [ 2.419937] brd: module loaded
  231. [ 2.422481] mce: Using 10 MCE banks
  232. [ 2.422958] sched_clock: Marking stable (2399123194, 22900811)->(2434111824, -12087819)
  233. [ 2.425329] registered taskstats version 1
  234. [ 2.425462] Loading compiled-in X.509 certificates
  235. [ 2.426322] zswap: loaded using pool lzo/zbud
  236. [ 2.428186] AppArmor: AppArmor sha1 policy hashing enabled
  237. [ 2.481474] Freeing unused kernel image memory: 1452K
  238. [ 2.484387] Write protecting the kernel read-only data: 14336k
  239. [ 2.487463] Freeing unused kernel image memory: 2012K
  240. [ 2.487866] Freeing unused kernel image memory: 148K
  241. [ 2.488126] Run /init as init process
  242. [ 2.730513] Kernel panic - not syncing: Attempted to kill init! exitcode=0x00000000
  243. [ 2.730513]
  244. [ 2.731742] CPU: 0 PID: 1 Comm: init Not tainted 4.19.98 #1-NixOS
  245. [ 2.731924] Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS rel-1.12.0-59-gc9ba5276e321-prebuilt.qemu.org 04/01/2014
  246. [ 2.732238] Call Trace:
  247. [ 2.733282] dump_stack+0x66/0x90
  248. [ 2.733399] panic+0xe7/0x23b
  249. [ 2.733484] do_exit.cold+0x33/0x81
  250. [ 2.733573] ? vfs_read+0x9d/0x150
  251. [ 2.733654] do_group_exit+0x3a/0xa0
  252. [ 2.733746] __x64_sys_exit_group+0x14/0x20
  253. [ 2.733855] do_syscall_64+0x4e/0x100
  254. [ 2.733941] entry_SYSCALL_64_after_hwframe+0x44/0xa9
  255. [ 2.734285] RIP: 0033:0x7f5489a06736
  256. [ 2.734504] Code: 00 00 00 be 3c 00 00 00 eb 19 66 2e 0f 1f 84 00 00 00 00 00 89 d7 89 f0 0f 05 48 3d 00 f0 ff ff 77 22 f4 89 d7 44 89 c0 0f 05 <48> 3d 00 f0 ff ff 76 e2 f7 d8 64 41 89 01 eb da 66 2e 0f 1f 84 00
  257. [ 2.734926] RSP: 002b:00007ffc4e55d9f8 EFLAGS: 00000246 ORIG_RAX: 00000000000000e7
  258. [ 2.735192] RAX: ffffffffffffffda RBX: 0000000001b9a260 RCX: 00007f5489a06736
  259. [ 2.735347] RDX: 0000000000000000 RSI: 000000000000003c RDI: 0000000000000000
  260. [ 2.735498] RBP: 00007ffc4e55dd98 R08: 00000000000000e7 R09: ffffffffffffff80
  261. [ 2.735647] R10: 0000000000000000 R11: 0000000000000246 R12: 00007ffc4e55dd90
  262. [ 2.735807] R13: 00007ffc4e55dd80 R14: 0000000000000002 R15: 0000000000000000
  263. [ 2.736458] Kernel Offset: 0x1c600000 from 0xffffffff81000000 (relocation range: 0xffffffff80000000-0xffffffffbfffffff)
  264. [ 2.736853] ---[ end Kernel panic - not syncing: Attempted to kill init! exitcode=0x00000000
  265. [ 2.736853] ]---
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement