Skip to content

Instantly share code, notes, and snippets.

@evanphx
Created March 14, 2021 01:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save evanphx/84bf822a6f2ab53a7f1e2e784e2e7203 to your computer and use it in GitHub Desktop.
Save evanphx/84bf822a6f2ab53a7f1e2e784e2e7203 to your computer and use it in GitHub Desktop.
2021-03-14T01:46:24.752Z 5a1426a7 lax [info] Starting instance
2021-03-14T01:46:24.797Z 5a1426a7 lax [info] Configuring virtual machine
2021-03-14T01:46:24.799Z 5a1426a7 lax [info] Pulling container image
2021-03-14T01:46:27.320Z 5a1426a7 lax [info] Unpacking image
2021-03-14T01:46:28.566Z 5a1426a7 lax [info] Preparing kernel init
2021-03-14T01:46:29.025Z 5a1426a7 lax [info] Configuring firecracker
2021-03-14T01:46:29.106Z 5a1426a7 lax [info] Starting virtual machine
2021-03-14T01:46:29.313Z 5a1426a7 lax [info] Starting init (commit: c1dec69)...
2021-03-14T01:46:29.335Z 5a1426a7 lax [info] Running: `/goapp/app` as root
2021-03-14T01:46:34.361Z 5a1426a7 lax [info] Error: UnhandledIoError(Os { code: 8, kind: Other, message: "Exec format error" })
2021-03-14T01:46:34.362Z 5a1426a7 lax [info] [ 5.100326] request_module: modprobe binfmt-464c cannot be processed, kmod busy with 50 threads for more than 5 seconds now
2021-03-14T01:46:34.363Z 5a1426a7 lax [info] [ 5.111060] Kernel panic - not syncing: Attempted to kill init! exitcode=0x00000100
2021-03-14T01:46:34.364Z 5a1426a7 lax [info] [ 5.113999] Call Trace:
2021-03-14T01:46:34.364Z 5a1426a7 lax [info] [ 5.113352] CPU: 0 PID: 1 Comm: init Not tainted 5.9.15 #1
2021-03-14T01:46:34.365Z 5a1426a7 lax [info] [ 5.115104] do_exit+0x94d/0xb30
2021-03-14T01:46:34.365Z 5a1426a7 lax [info] [ 5.114724] panic+0xf3/0x2a1
2021-03-14T01:46:34.365Z 5a1426a7 lax [info] [ 5.114313] dump_stack+0x5e/0x74
2021-03-14T01:46:34.366Z 5a1426a7 lax [info] [ 5.115961] do_group_exit+0x3e/0xa0
2021-03-14T01:46:34.366Z 5a1426a7 lax [info] [ 5.115517] ? __vm_munmap+0x93/0xd0
2021-03-14T01:46:34.367Z 5a1426a7 lax [info] [ 5.116914] do_syscall_64+0x37/0x50
2021-03-14T01:46:34.367Z 5a1426a7 lax [info] [ 5.116416] __x64_sys_exit_group+0x13/0x20
2021-03-14T01:46:34.368Z 5a1426a7 lax [info] [ 5.117921] RIP: 0033:0x6cbdb6
2021-03-14T01:46:34.368Z 5a1426a7 lax [info] [ 5.117340] entry_SYSCALL_64_after_hwframe+0x44/0xa9
2021-03-14T01:46:34.370Z 5a1426a7 lax [info] [ 5.118296] Code: eb ef 48 8b 76 28 e9 75 05 00 00 64 48 8b 04 25 00 00 00 00 48 8b b0 b0 00 00 00 e9 af ff ff ff 48 63 ff b8 e7 00 00 00 0f 05 <ba> 3c 00 00 00 48 89 d0 0f 05 eb f9 66 2e 0f 1f 84 00 00 00 00 00
2021-03-14T01:46:34.371Z 5a1426a7 lax [info] [ 5.120550] RSP: 002b:00007ffcbd86d9a8 EFLAGS: 00000246 ORIG_RAX: 00000000000000e7
2021-03-14T01:46:34.372Z 5a1426a7 lax [info] [ 5.121429] RAX: ffffffffffffffda RBX: 000000000050c2e0 RCX: 00000000006cbdb6
2021-03-14T01:46:34.373Z 5a1426a7 lax [info] [ 5.122342] RDX: 0000000000000000 RSI: 0000000000000000 RDI: 0000000000000001
2021-03-14T01:46:34.374Z 5a1426a7 lax [info] [ 5.123356] RBP: 0000000000000001 R08: 0000000000000000 R09: 0000000000000000
2021-03-14T01:46:34.375Z 5a1426a7 lax [info] [ 5.124178] R10: 0000000000000000 R11: 0000000000000246 R12: 00007ffcbd86da08
2021-03-14T01:46:34.376Z 5a1426a7 lax [info] [ 5.125941] Kernel Offset: disabled
2021-03-14T01:46:34.376Z 5a1426a7 lax [info] [ 5.125008] R13: 00007ffcbd86da18 R14: 0000000000000000 R15: 0000000000000000
2021-03-14T01:46:34.377Z 5a1426a7 lax [info] [ 5.126431] Rebooting in 1 seconds..
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment