fen
fen
Hey @glycerin-ce, I've been poking at this a bit and looking through the logs you posted and to me it looks like an issue of docker not properly accessing the...
Based on comment history it looks like this one is still awaiting @jacobweinstock to prioritize and review. Assigning failing test label based on description
Just to confirm I am having the same issue. Since it seems to be floating around the guest additions I will probably just exclude them from the build on my...
Confirmed that removing Guest Additions from the upload fixes the problem. In vbox-2012r2.json made the changes to the variables section: ``` "guest_additions_mode": "upload", ``` to: ``` "guest_additions_mode": "disable", ``` This...