Build Stage is Taking Longer time than Natural and getting failed

After a successful commit of code. I just started with Build a pipeline. The Build action is taking longer time than natural, Atlast it failed. I just verified with Logs, the supported image is not downloading.

Please suggest how to resolve it.
Here is the Log:

e[32;1m$ if [[ -z “$CI_COMMIT_TAG” ]]; then # collapsed multi-line commande[0;m
e[32;1m$ /build/build.she[0;m
Logging in to GitLab Container Registry with CI credentials…
WARNING! Your password will be stored unencrypted in /root/.docker/config.json.
Configure a credential helper to remove this warning. See

Login Succeeded
Building Dockerfile-based application…
Attempting to pull a previously built image for use with --cache-from…
Error response from daemon: manifest for registry.gitlab.com/bf-team/miscellaneous-micro-service/master:0000000000000000000000000000000000000000 not found: manifest unknown: manifest unknown
registry.gitlab.com/bf-team/miscellaneous-micro-service/master:latest
Sending build context to Docker daemon 375.8kB

Step 1/7 : FROM maven:3-jdk-8-alpine
3-jdk-8-alpine: Pulling from library/maven
e7c96db7181b: Already exists
f910a506b6cb: Already exists
c2274a1a0e27: Already exists
e4ef40f76983: Already exists
9d14ff8d6dec: Already exists
35df3984e884: Already exists
b3fdc3f660bf: Already exists
Digest: sha256:16691dc7e18e5311ee7ae38b40dcf98ee1cfe4a487fdd0e57bfef76a0415034a
Status: Downloaded newer image for maven:3-jdk-8-alpine
—> 7445f83cd169
Step 2/7 : WORKDIR /usr/src/app
—> Using cache
—> 7ce4b05229d7
Step 3/7 : COPY . /usr/src/app
—> e5fd8162d69e
Step 4/7 : RUN mvn package
—> Running in b99cd03ce12a
[INFO] Scanning for projects…
Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/boot/spring-boot-starter-parent/2.4.0/spring-boot-starter-parent-2.4.0.pom
section_end:1632674483:step_script
e[0Ke[31;1mERROR: Job failed: execution took longer than 1h0m0s seconds
e[0;me[32;1m$ if [[ -z “$CI_COMMIT_TAG” ]]; then # collapsed multi-line commande[0;m
e[32;1m$ /build/build.she[0;m
Logging in to GitLab Container Registry with CI credentials…
WARNING! Your password will be stored unencrypted in /root/.docker/config.json.
Configure a credential helper to remove this warning. See
docker login | Docker Documentation

Login Succeeded
Building Dockerfile-based application…
Attempting to pull a previously built image for use with --cache-from…
Error response from daemon: manifest for registry.gitlab.com/bf-team/miscellaneous-micro-service/master:0000000000000000000000000000000000000000 not found: manifest unknown: manifest unknown
registry.gitlab.com/bf-team/miscellaneous-micro-service/master:latest
Sending build context to Docker daemon 375.8kB

Step 1/7 : FROM maven:3-jdk-8-alpine
3-jdk-8-alpine: Pulling from library/maven
e7c96db7181b: Already exists
f910a506b6cb: Already exists
c2274a1a0e27: Already exists
e4ef40f76983: Already exists
9d14ff8d6dec: Already exists
35df3984e884: Already exists
b3fdc3f660bf: Already exists
Digest: sha256:16691dc7e18e5311ee7ae38b40dcf98ee1cfe4a487fdd0e57bfef76a0415034a
Status: Downloaded newer image for maven:3-jdk-8-alpine
—> 7445f83cd169
Step 2/7 : WORKDIR /usr/src/app
—> Using cache
—> 7ce4b05229d7
Step 3/7 : COPY . /usr/src/app
—> e5fd8162d69e
Step 4/7 : RUN mvn package
—> Running in b99cd03ce12a
[INFO] Scanning for projects…
Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/boot/spring-boot-starter-parent/2.4.0/spring-boot-starter-parent-2.4.0.pom
section_end:1632674483:step_script
e[0Ke[31;1mERROR: Job failed: execution took longer than 1h0m0s seconds
e[0;m

I think this is probably related to an active incident