clearcontainers / jenkins

Used to store the Jenkins based CI configuration files - both for backup, re-creation and history etc.
Apache License 2.0
3 stars 4 forks source link

Jenkins claims no kvm kernel module and fails build #4

Closed jodh-intel closed 6 years ago

jodh-intel commented 7 years ago
08:17:02 ERROR: kernel module "kvm" (Kernel-based Virtual Machine) not found
08:17:02 Build step 'Execute shell' marked build as failure

From:

sboeuf commented 7 years ago

We have just figured that something changed inside the Ubuntu 16.04 LTS image provided by Azure. A custom kernel 4.11 has not CONFIG_KVM enabled, meaning there is no kvm support on this image. This is under investigation, we are gonna reach out the folks from Microsoft about that.

sboeuf commented 7 years ago

Issue is taken care of by Canonical team and tracked here: https://bugs.launchpad.net/ubuntu/+source/linux-azure/+bug/1718740 New image should be out in a week.

grahamwhaley commented 7 years ago

Excellent - thanks @sboeuf

sboeuf commented 7 years ago

Solved by uploading a good Ubuntu image to our Azure storage account, making Jenkins relying on it. I would keep this issue opened since there is still a fix for the Ubuntu image on Azure marketplace in the pipe.

jodh-intel commented 6 years ago

Closing as this problem was resolved months ago...