Advertisement
Guest User

Untitled

a guest
Apr 25th, 2024
34
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.59 KB | None | 0 0
  1. Building image docker.io/overhangio/openedx:17.0.4-indigo
  2. docker buildx build --tag=docker.io/overhangio/openedx:17.0.4-indigo --output=type=docker --cache-from=type=registry,ref=docker.io/overhangio/openedx:17.0.4-indigo-cache /home/edx/.local/share/tutor/env/build/openedx
  3. #0 building with "default" instance using docker driver
  4.  
  5. #1 [internal] load build definition from Dockerfile
  6. #1 transferring dockerfile: 11.49kB done
  7. #1 DONE 0.0s
  8.  
  9. #2 resolve image config for docker-image://docker.io/docker/dockerfile:1
  10. #2 DONE 1.8s
  11.  
  12. #3 docker-image://docker.io/docker/dockerfile:1@sha256:dbbd5e059e8a07ff7ea6233b213b36aa516b4c53c645f1817a4dd18b83cbea56
  13. #3 CACHED
  14.  
  15. #4 [internal] load metadata for docker.io/library/ubuntu:20.04
  16. #4 DONE 1.6s
  17.  
  18. #5 [internal] load metadata for docker.io/powerman/dockerize:0.19.0
  19. #5 DONE 1.6s
  20.  
  21. #6 [internal] load .dockerignore
  22. #6 transferring context: 2B done
  23. #6 DONE 0.0s
  24.  
  25. #7 importing cache manifest from docker.io/overhangio/openedx:17.0.4-indigo-cache
  26. #7 ...
  27.  
  28. #8 [internal] load build context
  29. #8 DONE 0.0s
  30.  
  31. #9 FROM docker.io/powerman/dockerize:0.19.0@sha256:a34158d699e065609fc845e7cdc1e070f185afdbca317fe4931aaea04818f8bf
  32. #9 DONE 0.0s
  33.  
  34. #10 [minimal 1/2] FROM docker.io/library/ubuntu:20.04@sha256:71b82b8e734f5cd0b3533a16f40ca1271f28d87343972bb4cd6bd6c38f1bd38e
  35. #10 DONE 0.0s
  36.  
  37. #11 [locales 1/2] ADD --keep-git-dir=true https://github.com/openedx/openedx-i18n.git#release/quince /tmp/openedx-i18n
  38. #11 0.638 690c2e59973aaee0a346d9393737057dc718fbcd refs/heads/release/quince
  39. #11 DONE 0.6s
  40.  
  41. #7 importing cache manifest from docker.io/overhangio/openedx:17.0.4-indigo-cache
  42. #7 inferred cache manifest type: application/vnd.oci.image.index.v1+json done
  43. #7 DONE 2.6s
  44.  
  45. #9 FROM docker.io/powerman/dockerize:0.19.0@sha256:a34158d699e065609fc845e7cdc1e070f185afdbca317fe4931aaea04818f8bf
  46. #9 CACHED
  47.  
  48. #12 [locales 1/2] ADD --keep-git-dir=true https://github.com/openedx/openedx-i18n.git#release/quince /tmp/openedx-i18n
  49. #12 CACHED
  50.  
  51. #13 [minimal 2/2] RUN --mount=type=cache,target=/var/cache/apt,sharing=locked --mount=type=cache,target=/var/lib/apt,sharing=locked
  52. apt update && apt install -y build-essential curl git language-pack-en
  53. #13 CACHED
  54.  
  55. #8 [internal] load build context
  56. #8 transferring context: 3.52MB 0.2s done
  57. #8 DONE 0.2s
  58.  
  59. #14 [python 1/4] RUN --mount=type=cache,target=/var/cache/apt,sharing=locked --mount=type=cache,target=/var/lib/apt,sharing=locked
  60. apt update && apt install -y libssl-dev zlib1g-dev libbz2-dev libreadline-dev libsqlite3-dev wget curl llvm libncurses5-dev libncursesw5-dev xz-utils tk-dev libffi-dev liblzma-dev python-openssl git
  61. #14 ...
  62.  
  63.  
  64. #15 [locales 2/2] RUN mkdir --parents /openedx/locale && mv /tmp/openedx-i18n/edx-platform/locale /openedx/locale/contrib && rm -rf /tmp/openedx-i18n/
  65. #15 0.360 mv: cannot remove '/tmp/openedx-i18n/edx-platform/locale/fr_CA/LC_MESSAGES': Invalid argument
  66. #15 0.377 mv: cannot remove '/tmp/openedx-i18n/edx-platform/locale/es_ES/LC_MESSAGES': Invalid argument
  67. #15 0.377 mv: cannot remove '/tmp/openedx-i18n/edx-platform/locale/hr/LC_MESSAGES': Invalid argument
  68. #15 0.377 mv: cannot remove '/tmp/openedx-i18n/edx-platform/locale/sv/LC_MESSAGES': Invalid argument
  69. #15 0.377 mv: cannot remove '/tmp/openedx-i18n/edx-platform/locale/fa_IR/LC_MESSAGES': Invalid argument
  70. #15 0.377 mv: cannot remove '/tmp/openedx-i18n/edx-platform/locale/ro/LC_MESSAGES': Invalid argument
  71. #15 ERROR: process "/bin/sh -c mkdir --parents /openedx/locale && mv /tmp/openedx-i18n/edx-platform/locale /openedx/locale/contrib && rm -rf /tmp/openedx-i18n/" did not complete successfully: exit code: 1
  72.  
  73. #16 [production 1/30] RUN --mount=type=cache,target=/var/cache/apt,sharing=locked --mount=type=cache,target=/var/lib/apt,sharing=locked apt update && apt install -y gettext gfortran graphviz graphviz-dev libffi-dev libfreetype6-dev libgeos-dev libjpeg8-dev liblapack-dev libmysqlclient-dev libpng-dev libsqlite3-dev libxmlsec1-dev lynx mysql-client ntp pkg-config rdfind
  74. #16 0.514
  75. #16 0.514 WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
  76. #16 0.514
  77. #16 1.169 Get:1 http://security.ubuntu.com/ubuntu focal-security InRelease [114 kB]
  78. #16 1.226 Hit:2 http://archive.ubuntu.com/ubuntu focal InRelease
  79. #16 1.544 Get:3 http://archive.ubuntu.com/ubuntu focal-updates InRelease [114 kB]
  80. #16 2.457 Get:4 http://security.ubuntu.com/ubuntu focal-security/universe amd64 Packages [1,200 kB]
  81. #16 CANCELED
  82.  
  83. #14 [python 1/4] RUN --mount=type=cache,target=/var/cache/apt,sharing=locked --mount=type=cache,target=/var/lib/apt,sharing=locked
  84. apt update && apt install -y libssl-dev zlib1g-dev libbz2-dev libreadline-dev libsqlite3-dev wget curl llvm libncurses5-dev libncursesw5-dev xz-utils tk-dev libffi-dev liblzma-dev python-openssl git
  85. #14 CANCELED
  86.  
  87. #17 [code 1/4] RUN mkdir -p /openedx/edx-platform && git clone https://github.com/openedx/edx-platform.git --branch open-release/quince.3 --depth 1 /openedx/edx-platform
  88. #17 0.408 Cloning into '/openedx/edx-platform'...
  89. #17 CANCELED
  90. ------
  91. > [locales 2/2] RUN mkdir --parents /openedx/locale && mv /tmp/openedx-i18n/edx-platform/locale /openedx/locale/contrib && rm -rf /tmp/openedx-i18n/:
  92. 0.360 mv: cannot remove '/tmp/openedx-i18n/edx-platform/locale/fr_CA/LC_MESSAGES': Invalid argument
  93. 0.377 mv: cannot remove '/tmp/openedx-i18n/edx-platform/locale/es_ES/LC_MESSAGES': Invalid argument
  94. 0.377 mv: cannot remove '/tmp/openedx-i18n/edx-platform/locale/hr/LC_MESSAGES': Invalid argument
  95. 0.377 mv: cannot remove '/tmp/openedx-i18n/edx-platform/locale/sv/LC_MESSAGES': Invalid argument
  96. 0.377 mv: cannot remove '/tmp/openedx-i18n/edx-platform/locale/fa_IR/LC_MESSAGES': Invalid argument
  97. 0.377 mv: cannot remove '/tmp/openedx-i18n/edx-platform/locale/ro/LC_MESSAGES': Invalid argument
  98. ------
  99. Dockerfile:70
  100. --------------------
  101. 69 | ADD --keep-git-dir=true $OPENEDX_I18N_REPOSITORY#$OPENEDX_I18N_VERSION /tmp/openedx-i18n
  102. 70 | >>> RUN mkdir --parents /openedx/locale && \
  103. 71 | >>> mv /tmp/openedx-i18n/edx-platform/locale /openedx/locale/contrib && \
  104. 72 | >>> rm -rf /tmp/openedx-i18n/
  105. 73 |
  106. --------------------
  107. ERROR: failed to solve: process "/bin/sh -c mkdir --parents /openedx/locale && mv /tmp/openedx-i18n/edx-platform/locale /openedx/locale/contrib && rm -rf /tmp/openedx-i18n/" did not complete successfully: exit code: 1
  108. Error: Command failed with status 1: docker buildx build --tag=docker.io/overhangio/openedx:17.0.4-indigo --output=type=docker --cache-from=type=registry,ref=docker.io/overhangio/openedx:17.0.4-indigo-cache /home/edx/.local/share/tutor/env/build/openedx
  109.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement