The New Hugo Version 0.56 - Errors Showing up on hugo server -D

I noticed after updating my Hugo to 0.56. I get this error on hugo server -D. It eventually loads but shows errors and warnings.

WARN 2019/08/05 06:26:46 found no layout file for “HTML” for “page”: You should create a template file which matches Hugo Layouts Lookup Rules for this combination.
WARN 2019/08/05 06:26:46 found no layout file for “HTML” for “page”: You should create a template file which matches Hugo Layouts Lookup Rules for this combination.
WARN 2019/08/05 06:26:46 Page’s .URL is deprecated and will be removed in a future release. Use .Permalink or .RelPermalink. If what you want is the front matter URL value, use .Params.url.
WARN 2019/08/05 06:26:46 found no layout file for “HTML” for “page”: You should create a template file which matches Hugo Layouts Lookup Rules for this combination.
WARN 2019/08/05 06:26:46 found no layout file for “HTML” for “page”: You should create a template file which matches Hugo Layouts Lookup Rules for this combination.
WARN 2019/08/05 06:26:46 found no layout file for “HTML” for “section”: You should create a template file which matches Hugo Layouts Lookup Rules for this combination.
WARN 2019/08/05 06:26:46 found no layout file for “HTML” for “page”: You should create a template file which matches Hugo Layouts Lookup Rules for this combination.
WARN 2019/08/05 06:26:46 found no layout file for “HTML” for “page”: You should create a template file which matches Hugo Layouts Lookup Rules for this combination.
WARN 2019/08/05 06:26:46 found no layout file for “HTML” for “page”: You should create a template file which matches Hugo Layouts Lookup Rules for this combination.
WARN 2019/08/05 06:26:46 found no layout file for “HTML” for “page”: You should create a template file which matches Hugo Layouts Lookup Rules for this combination.
WARN 2019/08/05 06:26:46 found no layout file for “HTML” for “page”: You should create a template file which matches Hugo Layouts Lookup Rules for this combination.
WARN 2019/08/05 06:26:46 found no layout file for “HTML” for “taxonomyTerm”: You should create a template file which matches Hugo Layouts Lookup Rules for this combination.
WARN 2019/08/05 06:26:46 found no layout file for “HTML” for “taxonomyTerm”: You should create a template file which matches Hugo Layouts Lookup Rules for this combination.

Is anyone going through same issue?

I only see warnings, no errors.
And as far as the warnings, did you do the steps they mentioned?