Help trying to install Plone with vagrant on my Ubuntu 16.04

I'm trying to install Plone with vagrant on my Ubuntu 16.04 machine.
Also, I have successfully installed vagrant and VirtualBox in my machine, but when I'm doing vagrant up in my "training" directory, it's giving me this error.

Please help !!

Can you post that log file that it refers to? My guess is that you might need to enable virtualization in your BIOS.

@calvinhp

Here is the content of the folder named 'training' in my system.

btw, via log file did you meant to send the whole folder named 'training' or something else. Plz, tell me.

Yes, can you attach the file to the post so I can review it?

/var/lib/dkms/vboxhost/4/2/38/build/make.log or /var/log/vbox-install.log

log file is available here : Uninstalling modules from DKMS removing old DKMS module vboxhost version 5.0 - Pastebin.com

And below is error raised while starting virtualbox.

WARNING: The vboxdrv kernel module is not loaded. Either there is no module
available for the current kernel (4.13.0-32-generic) or it failed to
load. Please recompile the kernel module and install it by

       sudo /sbin/rcvboxdrv setup

     You will not be able to start VMs until this problem is fixed.

Above Warning is coming when I am typing "virtualbox" in terminal.