panther75

pae build error

Jan 26th, 2023
322
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.16 KB | None | 0 0
  1. C:\Users\panther\Desktop\pa>docker build -t pae .
  2. Sending build context to Docker daemon 50.69kB
  3. Step 1/19 : FROM python:3.10-alpine as base
  4. 3.10-alpine: Pulling from library/python
  5. 8921db27df28: Pull complete
  6. 3fd9832a787c: Pull complete
  7. 818e44bc835b: Pull complete
  8. 995b7e96d630: Pull complete
  9. 7f6522bfcc77: Pull complete
  10. Digest: sha256:da5ab5e911253dfb1a73b10766d7688bab6b2533fce12bb4b7193d8fe836f105
  11. Status: Downloaded newer image for python:3.10-alpine
  12. ---> bf79c40cb7ad
  13. Step 2/19 : ENV PYTHONFAULTHANDLER=1 PYTHONHASHSEED=random PYTHONUNBUFFERED=1
  14. ---> [Warning] The requested image's platform (linux/amd64) does not match the detected host platform (windows/amd64) and no specific platform was requested
  15. ---> Running in e550c11b74eb
  16. Removing intermediate container e550c11b74eb
  17. ---> 76302e416a78
  18. Step 3/19 : RUN apk update && apk add --no-cache gcc g++ libffi-dev unixodbc-dev
  19. ---> [Warning] The requested image's platform (linux/amd64) does not match the detected host platform (windows/amd64) and no specific platform was requested
  20. ---> Running in dae335501897
  21. fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz
  22. fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz
  23. v3.17.1-138-g21b66a981e [https://dl-cdn.alpinelinux.org/alpine/v3.17/main]
  24. v3.17.1-139-g9abcf68892 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community]
  25. OK: 17814 distinct packages available
  26. fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz
  27. fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz
  28. (1/19) Installing libgcc (12.2.1_git20220924-r4)
  29. (2/19) Installing libstdc++ (12.2.1_git20220924-r4)
  30. (3/19) Installing libstdc++-dev (12.2.1_git20220924-r4)
  31. (4/19) Installing binutils (2.39-r2)
  32. (5/19) Installing libgomp (12.2.1_git20220924-r4)
  33. (6/19) Installing libatomic (12.2.1_git20220924-r4)
  34. (7/19) Installing gmp (6.2.1-r2)
  35. (8/19) Installing isl25 (0.25-r0)
  36. (9/19) Installing mpfr4 (4.1.0-r0)
  37. (10/19) Installing mpc1 (1.2.1-r1)
  38. (11/19) Installing gcc (12.2.1_git20220924-r4)
  39. (12/19) Installing musl-dev (1.2.3-r4)
  40. (13/19) Installing libc-dev (0.7.2-r3)
  41. (14/19) Installing g++ (12.2.1_git20220924-r4)
  42. (15/19) Installing linux-headers (5.19.5-r0)
  43. (16/19) Installing pkgconf (1.9.4-r0)
  44. (17/19) Installing libffi-dev (3.4.4-r0)
  45. (18/19) Installing unixodbc (2.3.11-r0)
  46. (19/19) Installing unixodbc-dev (2.3.11-r0)
  47. Executing busybox-1.35.0-r29.trigger
  48. OK: 253 MiB in 56 packages
  49. The command '/bin/sh -c apk update && apk add --no-cache gcc g++ libffi-dev unixodbc-dev' returned a non-zero code: 4294967295: failed to shutdown container: container dae335501897e36e0f92fe72fdd3efbed96808641a05138899236d72ed6db456 encountered an error during hcsshim::System::waitBackground: failure in a Windows system call: The virtual machine or container with the specified identifier is not running. (0xc0370110): subsequent terminate failed container dae335501897e36e0f92fe72fdd3efbed96808641a05138899236d72ed6db456 encountered an error during hcsshim::System::waitBackground: failure in a Windows system call: The virtual machine or container with the specified identifier is not running. (0xc0370110)
Tags: DFGD
Advertisement
Add Comment
Please, Sign In to add comment