Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

check panic during provision #3119

Merged
merged 1 commit into from
Jan 19, 2024
Merged

check panic during provision #3119

merged 1 commit into from
Jan 19, 2024

Conversation

LiliDeng
Copy link
Collaborator

No description provided.

@LiliDeng
Copy link
Collaborator Author

before

deployment failed. LisaException: OSProvisioningTimedOut: OS Provisioning for VM 'name' did not finish in the allotted time. The VM may still finish provisioning successfully. Please check provisioning state later. For details on how to check current provisioning state of Windows VMs, refer to https://aka.ms/WindowsVMLifecycle and Linux VMs, refer to https://aka.ms/LinuxVMLifecycle.

after

deployment failed. KernelPanicException: provision found panic in serial log: ['Synchronous Exception at 0x000000003FD04000\r']

@LiliDeng
Copy link
Collaborator Author

LiliDeng commented Jan 4, 2024

@squirrelsc please help check when you have time, it can give detailed reason if provision for panic, thanks!

lisa/util/__init__.py Outdated Show resolved Hide resolved
@squirrelsc
Copy link
Member

before

deployment failed. LisaException: OSProvisioningTimedOut: OS Provisioning for VM 'name' did not finish in the allotted time. The VM may still finish provisioning successfully. Please check provisioning state later. For details on how to check current provisioning state of Windows VMs, refer to https://aka.ms/WindowsVMLifecycle and Linux VMs, refer to https://aka.ms/LinuxVMLifecycle.

after

deployment failed. KernelPanicException: provision found panic in serial log: ['Synchronous Exception at 0x000000003FD04000\r']

"OSProvisioningTimedOut" should be in the error message too. So we know the provisioning is timed out, and we found kernel panic.

deployment failed. LisaException: OSProvisioningTimedOut: KernelPanicException: provision found panic in serial log: ['Synchronous Exception at 0x000000003FD04000\r']

@LiliDeng LiliDeng force-pushed the lildeng/fix_12_25_001 branch 2 times, most recently from 07d1c57 to 92b6f94 Compare January 18, 2024 11:36
@LiliDeng
Copy link
Collaborator Author

current exception message

deployment failed. LisaException: OSProvisioningTimedOut: KernelPanicException: provision found panic in serial log: ['Synchronous Exception at 0x000000003FD04000\r']

@LiliDeng LiliDeng merged commit ec16e8a into main Jan 19, 2024
45 checks passed
@LiliDeng LiliDeng deleted the lildeng/fix_12_25_001 branch January 19, 2024 07:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants