You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
right after kitchen init, using the default .kitchen.yml file, or when changing the name of the OS to debian, debian-8, debian-8.4 and others that used to work, kitchen fails to start (kitchen create) with the error URL not found
Kitchen Version
TestKitchenversion1.19.2
ChefDK Version
If you are running test-kitchen via ChefDK, chef --version will provide additional relevent version details.
If you are not using test-kitchen via ChefDK, please provide the output of ruby --version.
ruby2.3.3p222(2016-11-21)[x86_64-linux-gnu]
Platform Version
Tell us which Operating System distribution and version test-kitchen is running on.
ubuntu mate
Replication Case
trying to create a kitchen with the following name under "platform" in the .kitchen.yml file:
name: ubuntu-14.04
Kitchen Output
The relevant output of the test-kitchen run or a link to a gist of the entire run, if there is one.
The debug output (kitchen -l debug) may be useful, but please link to a gist, or truncate it.
Please do not paste the full run out put here. If the full output would be useful, link to it in a gist.
----->StartingKitchen(v1.19.2)
----->Creating <default-ubuntu-1404>...
Bringingmachine'default'upwith'virtualbox'provider...
==> default: Box'bento/ubuntu-14.04'could not befound.Attemptingtofindandinstall...
default: BoxProvider: virtualboxdefault: BoxVersion: >= 0Thebox'bento/ubuntu-14.04'could not befoundorcould not beaccessedintheremotecatalog.IfthisisaprivateboxonHashiCorp's Atlas, please verify you'reloggedinvia`vagrant login`.Also,pleasedouble-checkthename.TheexpandedURLanderrormessageareshownbelow:
URL: ["https://atlas.hashicorp.com/bento/ubuntu-14.04"]Error: TherequestedURLreturnederror: 404NotFound
>>>>>> ------Exception-------
>>>>>> Class: Kitchen::ActionFailed
>>>>>> Message: 1actionsfailed.
>>>>>> Failedtocomplete#create action: [Expected process to exit with [0], but received '1'
---- Beginoutputofvagrantup --no-provision --providervirtualbox ----
STDOUT: Bringingmachine'default'upwith'virtualbox'provider...
==> default: Box'bento/ubuntu-14.04'could not befound.Attemptingtofindandinstall...
default: BoxProvider: virtualboxdefault: BoxVersion: >= 0STDERR: Thebox'bento/ubuntu-14.04'could not befoundorcould not beaccessedintheremotecatalog.IfthisisaprivateboxonHashiCorp's Atlas, please verify you'reloggedinvia`vagrant login`.Also,pleasedouble-checkthename.TheexpandedURLanderrormessageareshownbelow:
URL: ["https://atlas.hashicorp.com/bento/ubuntu-14.04"]Error: TherequestedURLreturnederror: 404NotFound
---- Endoutputofvagrantup --no-provision --providervirtualbox ----
Ranvagrantup --no-provision --providervirtualboxreturned1]ondefault-ubuntu-1404
>>>>>> ----------------------
>>>>>> Pleasesee.kitchen/logs/kitchen.logformoredetails
>>>>>> Alsotryrunning`kitchen diagnose --all`forconfiguration
Kitchen Diagnose
Please include the output of kitchen diagnose --all or kitchen diagnose --loader (if the first failed). This can be helpful in troubleshooting, so please include it in a gist.
This repository is for core issues with the Test-Kitchen framework, so if the issue is with a plugin you may be referred to file the issue with the appropriate plugin.
The text was updated successfully, but these errors were encountered:
This isn't a test-kitchen, nor a kitchen-vagrant issue - your installed version of Vagrant is so old it's unaware of the domain change from Atlas -> Vagrant Cloud. Please update the Vagrant version.
Description
right after kitchen init, using the default .kitchen.yml file, or when changing the name of the OS to debian, debian-8, debian-8.4 and others that used to work, kitchen fails to start (kitchen create) with the error URL not found
Kitchen Version
ChefDK Version
If you are running test-kitchen via ChefDK,
chef --version
will provide additional relevent version details.Ruby Version
If you are not using test-kitchen via ChefDK, please provide the output of ruby --version.
Platform Version
Tell us which Operating System distribution and version test-kitchen is running on.
ubuntu mate
Replication Case
trying to create a kitchen with the following name under "platform" in the .kitchen.yml file:
Kitchen Output
The relevant output of the test-kitchen run or a link to a gist of the entire run, if there is one.
The debug output (kitchen -l debug) may be useful, but please link to a gist, or truncate it.
Please do not paste the full run out put here. If the full output would be useful, link to it in a gist.
Kitchen Diagnose
Please include the output of
kitchen diagnose --all
orkitchen diagnose --loader
(if the first failed). This can be helpful in troubleshooting, so please include it in a gist.NOTE:
This repository is for core issues with the Test-Kitchen framework, so if the issue is with a plugin you may be referred to file the issue with the appropriate plugin.
The text was updated successfully, but these errors were encountered: