Kitchen::ActionFailed - Unrecognized archive format

I have integrated by chef cookbook repository with Jenkins to perform Jenkins build.
Here, Jenkins build is performed on OpenStack.

My Gemfile looks like :
group :integration do
gem ‘kitchen-inspec’
gem ‘kitchen-openstack’
gem ‘kitchen-vagrant’
gem ‘test-kitchen’
end

Issue is Jenkins build is throwing the error :
[default-ol-69] >>>>>> ------Exception-------
[default-ol-69] >>>>>> Class: Kitchen::ActionFailed
[default-ol-69] >>>>>> Message: 1 actions failed.
[default-ol-69] >>>>>> Failed to complete #converge action: [Unrecognized archive format] on default-ol-69
[default-ol-69] >>>>>> ----------------------
[default-ol-69] >>>>>> Please see .kitchen/logs/kitchen.log for more details
[default-ol-69] >>>>>> Also try running kitchen diagnose --all for configuration
[Pipeline] [default-ol-69] }

It was all working fine and this issue occurred out of blue.

I tried to look for the resolution, but couldn’t find it on web.

Have any of you faced this issue. Is this due to any configuration error, or is it a bug.

Run with -l debug to see the full error trace.

Can we enable debug mode with Jenkins.

Regards

That is not a question that has an answer. Jenkins does what you tell it.