build [cartservice] failed: exit status 1. Docker build ran into internal error. Please retry.
See original GitHub issue skaffold run
failed on my laptop(MacOS/minikube v1.23.1), how to debug and fix?
Issue Analytics
- State:
- Created a year ago
- Comments:8 (1 by maintainers)
Top Results From Across the Web
Docker build fails with re-exec error: exit status 1
docker build fails with re-exec error: exit status 1: msg=“hcsshim::ImportLayer failed in Win32: The system cannot find the path specified.
Read more >Why am I getting this error: ERROR [internal] load metadata
I'm using Minikube. Is there a Minikube - or Docker - registry that could try? If so, what would I need to change...
Read more >Enabling Docker Layer Caching - CircleCI
DLC caches the individual layers of any Docker images built during your CircleCI jobs, and then reuses unchanged image layers on subsequent CircleCI...
Read more >Error codes for Visual Studio Container Tools - Microsoft Learn
Information and troubleshooting suggestions for the error codes and error messages used by Visual Studio Container Tools.
Read more >kind – Known Issues - Kubernetes
make: *** [quick-release-images] Error 1 ERRO[08:30:54] Failed to build Kubernetes: failed to build images: exit status 2 Error: error building node image: ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I cannot confirm that, it seems that building
cartservice
is canceled due to the failure of buildingrecommendationservice
. More logs here:Step 2/11 : RUN apt-get update -qqy && apt-get -qqy install wget g++ && rm -rf /var/lib/apt/lists/* ---> Running in 2d8801caa162 E: Failed to fetch http://deb.debian.org/debian/pool/main/f/fonts-dejavu/fonts-dejavu-core_2.37-2_all.deb 502 Bad Gateway [IP: 199.232.46.132 80] E: Failed to fetch http://deb.debian.org/debian/pool/main/libm/libmd/libmd0_1.0.3-3_arm64.deb 502 Bad Gateway [IP: 199.232.46.132 80] E: Failed to fetch http://deb.debian.org/debian/pool/main/libp/libpng1.6/libpng16-16_1.6.37-3_arm64.deb 502 Bad Gateway [IP: 199.232.46.132 80] E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? The command '/bin/sh -c apt-get update -qqy && apt-get -qqy install wget g++ && rm -rf /var/lib/apt/lists/*' returned a non-zero code: 100 ....... Build [cartservice] was canceled Building [frontend]... Target platforms: [linux/arm64] Build [frontend] was canceled build [recommendationservice] failed: exit status 100. Docker build ran into internal error. Please retry. If this keeps happening, please open an issue..
Hello @mathieu-benoit , sorry for the late, still didn’t work but it seems that
recommendationservice
went wrong this time. The error isbuild [recommendationservice] failed: exit status 100. Docker build ran into internal error. Please retry. If this keeps happening, please open an issue..
. As for these questions:Does it use Apple’s M1 chip? - Yes More specifically, what is the output you see when you run uname -a? -
Darwin FrancisdeMacBook-Air.local 21.5.0 Darwin Kernel Version 21.5.0: Tue Apr 26 21:08:29 PDT 2022; root:xnu-8020.121.3~4/RELEASE_ARM64_T8101 arm64
Also, are you sure your Docker daemon was running when you ran skaffold ? - I’m sure Docker is runningVersion: the lastest version on
main
branch