Circle Ci test failing locally

I was trying to execute a circle job locally by using the following command

“circleci local execute --job JOB_NAME”

After I ran my job It was throwing an error of this kind

Build-agent version 1.0.13455-a66ea3ac (2019-08-12T21:51:13+0000)
Docker Engine Version: 19.03.1
Kernel Version: Linux 0d77d2875fb5 4.9.184-linuxkit #1 SMP Tue Jul 2 22:58:16 UTC 2019 x86_64 Linux
Starting container circleci/classic:201808-01
image cache not found on this host, downloading circleci/classic:201808-01

Error pulling image circleci/classic:201808-01: Error response from daemon: pull access denied for circleci/classic, repository does not exist or may require ‘docker login’: denied: requested access to the resource is denied… retrying
image cache not found on this host, downloading circleci/classic:201808-01

Error:
Error response from daemon: pull access denied for circleci/classic, repository does not exist or may require ‘docker login’: denied: requested access to the resource is denied

Step failed
Task failed
Error: Error response from daemon: pull access denied for circleci/classic, repository does not exist or may require ‘docker login’: denied: requested access to the resource is denied

Any help would be appreciated Thanks.

Based on the error, it looks like your configuration may be specifying the circleci/classic:201808-01 image to be used with the docker exectuor. However, circleci/classic:201808-01 can only be used with machine executor jobs. Could you try changing your configuration accordingly?