Advertisement
iruindegi

gitlab-ci log

Aug 2nd, 2023 (edited)
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 36.07 KB | None | 0 0
  1. Running with gitlab-runner 16.2.0 (782e15da)
  2.  on Dokcer build egiteko Symfony aplikazioetan u_zs_Zni, system ID: s_06ad0895bb86
  3. section_start:1690924827:prepare_executor
  4. Preparing the "docker" executor
  5. Using Docker executor with image docker@sha256:c8bb6fa5388b56304dd770c4bc0478de81ce18540173b1a589178c0d31bfce90 ...
  6. Starting service docker:dind ...
  7. Pulling docker image docker:dind@sha256:c8bb6fa5388b56304dd770c4bc0478de81ce18540173b1a589178c0d31bfce90 ...
  8. Using docker image sha256:a0ea606aec782052e886db5032f90c3f6cd23a8af9163f4696fd72e3204eea30 for docker:dind@sha256:c8bb6fa5388b56304dd770c4bc0478de81ce18540173b1a589178c0d31bfce90 with digest docker@sha256:c8bb6fa5388b56304dd770c4bc0478de81ce18540173b1a589178c0d31bfce90 ...
  9. Waiting for services to be up and running (timeout 30 seconds)...
  10. Pulling docker image docker@sha256:c8bb6fa5388b56304dd770c4bc0478de81ce18540173b1a589178c0d31bfce90 ...
  11. Using docker image sha256:a0ea606aec782052e886db5032f90c3f6cd23a8af9163f4696fd72e3204eea30 for docker@sha256:c8bb6fa5388b56304dd770c4bc0478de81ce18540173b1a589178c0d31bfce90 with digest docker@sha256:c8bb6fa5388b56304dd770c4bc0478de81ce18540173b1a589178c0d31bfce90 ...
  12. section_end:1690924858:prepare_executor
  13. section_start:1690924858:prepare_script
  14. Preparing environment
  15. Running on runner-uzszni-project-42-concurrent-0 via git...
  16. section_end:1690924861:prepare_script
  17. section_start:1690924861:get_sources
  18. Getting source from Git repository
  19. Fetching changes with git depth set to 20...
  20. Reinitialized existing Git repository in /builds/garapenak/symfony/auki2be/.git/
  21. Checking out 46638029 as detached HEAD (ref is main)...
  22.  
  23. Skipping Git submodules setup
  24. section_end:1690924867:get_sources
  25. section_start:1690924867:step_script
  26. Executing "step_script" stage of the job script
  27. Using docker image sha256:a0ea606aec782052e886db5032f90c3f6cd23a8af9163f4696fd72e3204eea30 for docker@sha256:c8bb6fa5388b56304dd770c4bc0478de81ce18540173b1a589178c0d31bfce90 with digest docker@sha256:c8bb6fa5388b56304dd770c4bc0478de81ce18540173b1a589178c0d31bfce90 ...
  28. $ docker info
  29. Client:
  30. Context: default
  31. Debug Mode: false
  32. Plugins:
  33. buildx: Docker Buildx (Docker Inc., v0.10.2)
  34. compose: Docker Compose (Docker Inc., v2.15.1)
  35.  
  36. Server:
  37. Containers: 0
  38. Running: 0
  39. Paused: 0
  40. Stopped: 0
  41. Images: 0
  42. Server Version: 20.10.23
  43. Storage Driver: overlay2
  44. Backing Filesystem: extfs
  45. Supports d_type: true
  46. Native Overlay Diff: true
  47. userxattr: false
  48. Logging Driver: json-file
  49. Cgroup Driver: cgroupfs
  50. Cgroup Version: 2
  51. Plugins:
  52. Volume: local
  53. Network: bridge host ipvlan macvlan null overlay
  54. Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
  55. Swarm: inactive
  56. Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc
  57. Default Runtime: runc
  58. Init Binary: docker-init
  59. containerd version: 5b842e528e99d4d4c1686467debf2bd4b88ecd86
  60. runc version: v1.1.4-0-g5fd4c4d1
  61. init version: de40ad0
  62. Security Options:
  63. apparmor
  64. seccomp
  65. Profile: default
  66. cgroupns
  67. Kernel Version: 5.15.0-78-generic
  68. Operating System: Alpine Linux v3.17 (containerized)
  69. OSType: linux
  70. Architecture: x86_64
  71. CPUs: 4
  72. Total Memory: 7.751GiB
  73. Name: 1a1b07541a57
  74. ID: 5LD5:HCOJ:PDJX:PIFS:AOTY:YDA5:63O7:ON7H:7WCN:BKDO:Y72H:A2H6
  75. Docker Root Dir: /var/lib/docker
  76. Debug Mode: false
  77. Registry: https://index.docker.io/v1/
  78. Labels:
  79. Experimental: false
  80. Insecure Registries:
  81. 127.0.0.0/8
  82. Live Restore Enabled: false
  83. Product License: Community Engine
  84.  
  85. WARNING: API is accessible on http://0.0.0.0:2375 without encryption.
  86. Access to the remote API is equivalent to root access on the host. Refer
  87. to the 'Docker daemon attack surface' section in the documentation for
  88. more information: https://docs.docker.com/go/attack-surface/
  89. $ echo "Variable CI_REGISTRY_IMAGE:"
  90. Variable CI_REGISTRY_IMAGE:
  91. $ echo "$CI_REGISTRY_IMAGE:latest"
  92. registry.mydomain.net:5005/garapenak/symfony/auki2be:latest
  93. $ echo "Variable IMAGE_TAG"
  94. Variable IMAGE_TAG
  95. $ echo "$IMAGE_TAG"
  96. registry.mydomain.net:5005/garapenak/symfony/auki2be:main
  97. $ echo "Variable CI_COMMIT_REF_SLUG"
  98. Variable CI_COMMIT_REF_SLUG
  99. $ echo "$CI_COMMIT_REF_SLUG"
  100. main
  101. $ echo "$REGISTRY_HOST"
  102. registry.mydomain.net:5000
  103. $ echo "$CI_PROJECT_PATH"
  104. garapenak/symfony/auki2be
  105. $ docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD registry.mydomain.net:5000
  106. WARNING! Using --password via the CLI is insecure. Use --password-stdin.
  107. Login Succeeded
  108. WARNING! Your password will be stored unencrypted in /root/.docker/config.json.
  109. Configure a credential helper to remove this warning. See
  110. https://docs.docker.com/engine/reference/commandline/login/#credentials-store
  111.  
  112. $ docker build -t registry.mydomain.net:5000/garapenak/symfony/auki2be -f docker/php/Dockerfile-prod .
  113. Sending build context to Docker daemon 1.844MB
  114.  
  115. Step 1/13 : FROM ikerib/base:8.2
  116. 8.2: Pulling from ikerib/base
  117. 91d30c5bc195: Pulling fs layer
  118. 5f977684c532: Pulling fs layer
  119. 0f96bd6a4095: Pulling fs layer
  120. 9b846eb5992b: Pulling fs layer
  121. 5c9cce3044c7: Pulling fs layer
  122. fa3c32a69548: Pulling fs layer
  123. 4dbbee3bd2d9: Pulling fs layer
  124. d567034d8891: Pulling fs layer
  125. 0f55217d3940: Pulling fs layer
  126. 5da2c9fa439b: Pulling fs layer
  127. ede6befa9cee: Pulling fs layer
  128. 5d75f6b3c81b: Pulling fs layer
  129. d3db7b90bc86: Pulling fs layer
  130. 05c37ebb15f9: Pulling fs layer
  131. f56b58d6f27d: Pulling fs layer
  132. 7f487b23439b: Pulling fs layer
  133. 2570210b6d26: Pulling fs layer
  134. 45c7131a045c: Pulling fs layer
  135. e475b213a2a5: Pulling fs layer
  136. 4442c92d0991: Pulling fs layer
  137. 48e2970a3d4f: Pulling fs layer
  138. ca749a12bbf0: Pulling fs layer
  139. 242389cb3fbd: Pulling fs layer
  140. 82f311431ca6: Pulling fs layer
  141. c9ef8fa66872: Pulling fs layer
  142. d211d78ce636: Pulling fs layer
  143. 949e2dfea532: Pulling fs layer
  144. 5d94c35d2f4c: Pulling fs layer
  145. 7d112fffa2df: Pulling fs layer
  146. 4f4fb700ef54: Pulling fs layer
  147. 233880308859: Pulling fs layer
  148. ede6befa9cee: Waiting
  149. ecff1ad1ba95: Pulling fs layer
  150. 5d75f6b3c81b: Waiting
  151. d3db7b90bc86: Waiting
  152. 05c37ebb15f9: Waiting
  153. 4442c92d0991: Waiting
  154. 48e2970a3d4f: Waiting
  155. f56b58d6f27d: Waiting
  156. ca749a12bbf0: Waiting
  157. 7f487b23439b: Waiting
  158. 242389cb3fbd: Waiting
  159. 2570210b6d26: Waiting
  160. 82f311431ca6: Waiting
  161. c9ef8fa66872: Waiting
  162. d211d78ce636: Waiting
  163. 45c7131a045c: Waiting
  164. e475b213a2a5: Waiting
  165. 949e2dfea532: Waiting
  166. 5d94c35d2f4c: Waiting
  167. 7d112fffa2df: Waiting
  168. 4f4fb700ef54: Waiting
  169. 233880308859: Waiting
  170. ecff1ad1ba95: Waiting
  171. fa3c32a69548: Waiting
  172. 4dbbee3bd2d9: Waiting
  173. d567034d8891: Waiting
  174. 0f55217d3940: Waiting
  175. 5da2c9fa439b: Waiting
  176. 9b846eb5992b: Waiting
  177. 5c9cce3044c7: Waiting
  178. 0f96bd6a4095: Verifying Checksum
  179. 0f96bd6a4095: Download complete
  180. 5f977684c532: Verifying Checksum
  181. 5f977684c532: Download complete
  182. 91d30c5bc195: Verifying Checksum
  183. 91d30c5bc195: Download complete
  184. 9b846eb5992b: Verifying Checksum
  185. 9b846eb5992b: Download complete
  186. 91d30c5bc195: Pull complete
  187. fa3c32a69548: Verifying Checksum
  188. fa3c32a69548: Download complete
  189. 5f977684c532: Pull complete
  190. 0f96bd6a4095: Pull complete
  191. 5c9cce3044c7: Verifying Checksum
  192. 5c9cce3044c7: Download complete
  193. 9b846eb5992b: Pull complete
  194. d567034d8891: Verifying Checksum
  195. d567034d8891: Download complete
  196. 4dbbee3bd2d9: Verifying Checksum
  197. 4dbbee3bd2d9: Download complete
  198. 5c9cce3044c7: Pull complete
  199. 0f55217d3940: Verifying Checksum
  200. 0f55217d3940: Download complete
  201. fa3c32a69548: Pull complete
  202. 5da2c9fa439b: Verifying Checksum
  203. 5da2c9fa439b: Download complete
  204. ede6befa9cee: Verifying Checksum
  205. ede6befa9cee: Download complete
  206. 5d75f6b3c81b: Verifying Checksum
  207. 5d75f6b3c81b: Download complete
  208. 05c37ebb15f9: Verifying Checksum
  209. 05c37ebb15f9: Download complete
  210. f56b58d6f27d: Verifying Checksum
  211. f56b58d6f27d: Download complete
  212. 4dbbee3bd2d9: Pull complete
  213. 7f487b23439b: Verifying Checksum
  214. 7f487b23439b: Download complete
  215. d567034d8891: Pull complete
  216. 2570210b6d26: Verifying Checksum
  217. 2570210b6d26: Download complete
  218. 0f55217d3940: Pull complete
  219. 5da2c9fa439b: Pull complete
  220. e475b213a2a5: Download complete
  221. ede6befa9cee: Pull complete
  222. 5d75f6b3c81b: Pull complete
  223. 45c7131a045c: Verifying Checksum
  224. 45c7131a045c: Download complete
  225. 4442c92d0991: Verifying Checksum
  226. 4442c92d0991: Download complete
  227. 48e2970a3d4f: Verifying Checksum
  228. 48e2970a3d4f: Download complete
  229. ca749a12bbf0: Verifying Checksum
  230. ca749a12bbf0: Download complete
  231. 242389cb3fbd: Verifying Checksum
  232. 242389cb3fbd: Download complete
  233. 82f311431ca6: Verifying Checksum
  234. 82f311431ca6: Download complete
  235. d3db7b90bc86: Verifying Checksum
  236. d3db7b90bc86: Download complete
  237. c9ef8fa66872: Verifying Checksum
  238. c9ef8fa66872: Download complete
  239. 949e2dfea532: Verifying Checksum
  240. 949e2dfea532: Download complete
  241. 5d94c35d2f4c: Verifying Checksum
  242. 5d94c35d2f4c: Download complete
  243. 7d112fffa2df: Verifying Checksum
  244. 7d112fffa2df: Download complete
  245. d211d78ce636: Verifying Checksum
  246. d211d78ce636: Download complete
  247. 4f4fb700ef54: Verifying Checksum
  248. 4f4fb700ef54: Download complete
  249. 233880308859: Verifying Checksum
  250. 233880308859: Download complete
  251. ecff1ad1ba95: Verifying Checksum
  252. ecff1ad1ba95: Download complete
  253. d3db7b90bc86: Pull complete
  254. 05c37ebb15f9: Pull complete
  255. f56b58d6f27d: Pull complete
  256. 7f487b23439b: Pull complete
  257. 2570210b6d26: Pull complete
  258. 45c7131a045c: Pull complete
  259. e475b213a2a5: Pull complete
  260. 4442c92d0991: Pull complete
  261. 48e2970a3d4f: Pull complete
  262. ca749a12bbf0: Pull complete
  263. 242389cb3fbd: Pull complete
  264. 82f311431ca6: Pull complete
  265. c9ef8fa66872: Pull complete
  266. d211d78ce636: Pull complete
  267. 949e2dfea532: Pull complete
  268. 5d94c35d2f4c: Pull complete
  269. 7d112fffa2df: Pull complete
  270. 4f4fb700ef54: Pull complete
  271. 233880308859: Pull complete
  272. ecff1ad1ba95: Pull complete
  273. Digest: sha256:e3edb2c8bb886589c016268bddaf555a59b7d68dbc3da651c965d85a5d03d036
  274. Status: Downloaded newer image for ikerib/base:8.2
  275. ---> 0414ffd00d58
  276. Step 2/13 : ARG USER_ID=0
  277. ---> Running in 4e0e5b1304ba
  278. Removing intermediate container 4e0e5b1304ba
  279. ---> cf2e194a28dc
  280. Step 3/13 : ARG GROUP_ID=0
  281. ---> Running in eec2723785dc
  282. Removing intermediate container eec2723785dc
  283. ---> 7d45e7da4e5e
  284. Step 4/13 : ARG DOCKER_TIMEZONE=${DOCKER_TIMEZONE}
  285. ---> Running in 4fed386694e3
  286. Removing intermediate container 4fed386694e3
  287. ---> d9b0fc80c93b
  288. Step 5/13 : ARG FOSJSDUMP=0
  289. ---> Running in 6d985db72356
  290. Removing intermediate container 6d985db72356
  291. ---> e3ce79a68261
  292. Step 6/13 : RUN echo "${DOCKER_TIMEZONE}" > /etc/timezone
  293. ---> Running in 54b78643fa66
  294. Removing intermediate container 54b78643fa66
  295. ---> 5a9f77db810f
  296. Step 7/13 : WORKDIR /usr/src/app
  297. ---> Running in ef66fd1704fe
  298. Removing intermediate container ef66fd1704fe
  299. ---> e183febcd996
  300. Step 8/13 : COPY . /usr/src/app
  301. ---> 474b12f5681b
  302. Step 9/13 : RUN composer install --no-scripts --prefer-dist --no-interaction --optimize-autoloader
  303. ---> Running in 9cf22d0b477a
  304. Installing dependencies from lock file (including require-dev)
  305. Verifying lock file contents can be installed on current platform.
  306. Package operations: 151 installs, 0 updates, 0 removals
  307.  - Downloading symfony/flex (v2.3.1)
  308.  - Downloading symfony/runtime (v6.3.1)
  309.  - Downloading willdurand/negotiation (3.1.0)
  310.  - Downloading psr/link (2.0.1)
  311.  - Downloading symfony/web-link (v6.3.0)
  312.  - Downloading symfony/serializer (v6.3.1)
  313.  - Downloading symfony/polyfill-mbstring (v1.27.0)
  314.  - Downloading symfony/polyfill-intl-normalizer (v1.27.0)
  315.  - Downloading symfony/polyfill-intl-grapheme (v1.27.0)
  316.  - Downloading symfony/string (v6.3.0)
  317.  - Downloading symfony/property-info (v6.3.0)
  318.  - Downloading symfony/deprecation-contracts (v3.3.0)
  319.  - Downloading symfony/property-access (v6.3.0)
  320.  - Downloading symfony/polyfill-php83 (v1.27.0)
  321.  - Downloading symfony/http-foundation (v6.3.1)
  322.  - Downloading psr/event-dispatcher (1.0.0)
  323.  - Downloading symfony/event-dispatcher-contracts (v3.3.0)
  324.  - Downloading symfony/event-dispatcher (v6.3.0)
  325.  - Downloading symfony/var-dumper (v6.3.1)
  326.  - Downloading psr/log (3.0.0)
  327.  - Downloading symfony/error-handler (v6.3.0)
  328.  - Downloading symfony/http-kernel (v6.3.1)
  329.  - Downloading psr/container (2.0.2)
  330.  - Downloading psr/cache (3.0.0)
  331.  - Downloading doctrine/inflector (2.0.8)
  332.  - Downloading api-platform/core (v3.1.12)
  333.  - Downloading behat/transliterator (v1.5.0)
  334.  - Downloading doctrine/deprecations (v1.1.1)
  335.  - Downloading doctrine/lexer (2.1.0)
  336.  - Downloading doctrine/annotations (2.0.1)
  337.  - Downloading symfony/service-contracts (v3.3.0)
  338.  - Downloading doctrine/event-manager (2.0.0)
  339.  - Downloading doctrine/persistence (3.2.0)
  340.  - Downloading symfony/doctrine-bridge (v6.3.1)
  341.  - Downloading symfony/var-exporter (v6.3.0)
  342.  - Downloading symfony/dependency-injection (v6.3.1)
  343.  - Downloading symfony/console (v6.3.0)
  344.  - Downloading symfony/filesystem (v6.3.1)
  345.  - Downloading symfony/config (v6.3.0)
  346.  - Downloading doctrine/instantiator (2.0.0)
  347.  - Downloading doctrine/cache (2.2.0)
  348.  - Downloading doctrine/dbal (3.6.5)
  349.  - Downloading doctrine/common (3.4.3)
  350.  - Downloading doctrine/collections (2.1.3)
  351.  - Downloading doctrine/orm (2.15.4)
  352.  - Downloading symfony/routing (v6.3.1)
  353.  - Downloading symfony/finder (v6.3.0)
  354.  - Downloading symfony/cache-contracts (v3.3.0)
  355.  - Downloading symfony/cache (v6.3.1)
  356.  - Downloading symfony/framework-bundle (v6.3.1)
  357.  - Downloading doctrine/sql-formatter (1.1.3)
  358.  - Downloading doctrine/doctrine-bundle (2.10.1)
  359.  - Downloading doctrine/data-fixtures (1.6.6)
  360.  - Downloading doctrine/doctrine-fixtures-bundle (3.4.4)
  361.  - Downloading symfony/stopwatch (v6.3.0)
  362.  - Downloading doctrine/migrations (3.6.0)
  363.  - Downloading doctrine/doctrine-migrations-bundle (3.2.4)
  364.  - Downloading guzzlehttp/promises (2.0.0)
  365.  - Downloading ralouphie/getallheaders (3.0.3)
  366.  - Downloading psr/http-message (2.0)
  367.  - Downloading psr/http-factory (1.0.2)
  368.  - Downloading guzzlehttp/psr7 (2.5.0)
  369.  - Downloading paragonie/random_compat (v9.99.100)
  370.  - Downloading psr/http-client (1.0.2)
  371.  - Downloading guzzlehttp/guzzle (7.7.0)
  372.  - Downloading league/oauth2-client (2.7.0)
  373.  - Downloading ikerib/giltza-oauth2 (1.0)
  374.  - Downloading knpuniversity/oauth2-client-bundle (v2.15.0)
  375.  - Downloading nelmio/cors-bundle (2.3.1)
  376.  - Downloading webmozart/assert (1.11.0)
  377.  - Downloading phpstan/phpdoc-parser (1.23.0)
  378.  - Downloading phpdocumentor/reflection-common (2.2.0)
  379.  - Downloading phpdocumentor/type-resolver (1.7.2)
  380.  - Downloading phpdocumentor/reflection-docblock (5.3.0)
  381.  - Downloading sebastian/version (3.0.2)
  382.  - Downloading sebastian/type (3.2.1)
  383.  - Downloading sebastian/resource-operations (3.0.3)
  384.  - Downloading sebastian/recursion-context (4.0.5)
  385.  - Downloading sebastian/object-reflector (2.0.4)
  386.  - Downloading sebastian/object-enumerator (4.0.4)
  387.  - Downloading sebastian/global-state (5.0.5)
  388.  - Downloading sebastian/exporter (4.0.5)
  389.  - Downloading sebastian/environment (5.1.5)
  390.  - Downloading sebastian/diff (4.0.5)
  391.  - Downloading sebastian/comparator (4.0.8)
  392.  - Downloading sebastian/code-unit (1.0.8)
  393.  - Downloading sebastian/cli-parser (1.0.1)
  394.  - Downloading phpunit/php-timer (5.0.3)
  395.  - Downloading phpunit/php-text-template (2.0.4)
  396.  - Downloading phpunit/php-invoker (3.1.1)
  397.  - Downloading phpunit/php-file-iterator (3.0.6)
  398.  - Downloading theseer/tokenizer (1.2.1)
  399.  - Downloading nikic/php-parser (v4.16.0)
  400.  - Downloading sebastian/lines-of-code (1.0.3)
  401.  - Downloading sebastian/complexity (2.0.2)
  402.  - Downloading sebastian/code-unit-reverse-lookup (2.0.3)
  403.  - Downloading phpunit/php-code-coverage (9.2.26)
  404.  - Downloading phar-io/version (3.2.1)
  405.  - Downloading phar-io/manifest (2.0.3)
  406.  - Downloading myclabs/deep-copy (1.11.1)
  407.  - Downloading phpunit/phpunit (9.6.10)
  408.  - Downloading psr/clock (1.0.0)
  409.  - Downloading gedmo/doctrine-extensions (v3.12.0)
  410.  - Downloading stof/doctrine-extensions-bundle (v1.8.0)
  411.  - Downloading masterminds/html5 (2.8.0)
  412.  - Downloading symfony/dom-crawler (v6.3.1)
  413.  - Downloading symfony/browser-kit (v6.3.0)
  414.  - Downloading symfony/css-selector (v6.3.0)
  415.  - Downloading twig/twig (v3.7.0)
  416.  - Downloading symfony/translation-contracts (v3.3.0)
  417.  - Downloading symfony/twig-bridge (v6.3.0)
  418.  - Downloading symfony/debug-bundle (v6.3.0)
  419.  - Downloading symfony/clock (v6.3.1)
  420.  - Downloading symfony/messenger (v6.3.1)
  421.  - Downloading symfony/doctrine-messenger (v6.3.1)
  422.  - Downloading symfony/dotenv (v6.3.0)
  423.  - Downloading symfony/expression-language (v6.3.0)
  424.  - Downloading symfony/http-client-contracts (v3.3.0)
  425.  - Downloading symfony/http-client (v6.3.1)
  426.  - Downloading symfony/intl (v6.3.1)
  427.  - Downloading symfony/options-resolver (v6.3.0)
  428.  - Downloading symfony/ldap (v6.3.0)
  429.  - Downloading symfony/polyfill-intl-idn (v1.27.0)
  430.  - Downloading symfony/mime (v6.3.0)
  431.  - Downloading egulias/email-validator (4.0.1)
  432.  - Downloading symfony/mailer (v6.3.0)
  433.  - Downloading symfony/process (v6.3.0)
  434.  - Downloading symfony/maker-bundle (v1.50.0)
  435.  - Downloading monolog/monolog (3.4.0)
  436.  - Downloading symfony/monolog-bridge (v6.3.1)
  437.  - Downloading symfony/monolog-bundle (v3.8.0)
  438.  - Downloading symfony/notifier (v6.3.0)
  439.  - Downloading symfony/phpunit-bridge (v6.3.1)
  440.  - Downloading symfony/polyfill-intl-icu (v1.27.0)
  441.  - Downloading symfony/rate-limiter (v6.3.0)
  442.  - Downloading symfony/password-hasher (v6.3.0)
  443.  - Downloading symfony/security-core (v6.3.0)
  444.  - Downloading symfony/security-http (v6.3.1)
  445.  - Downloading symfony/security-csrf (v6.3.0)
  446.  - Downloading symfony/security-bundle (v6.3.1)
  447.  - Downloading symfony/stimulus-bundle (v2.10.0)
  448.  - Downloading symfony/translation (v6.3.0)
  449.  - Downloading symfony/form (v6.3.0)
  450.  - Downloading symfony/ux-dropzone (v2.10.0)
  451.  - Downloading symfony/validator (v6.3.1)
  452.  - Downloading symfony/twig-bundle (v6.3.0)
  453.  - Downloading symfony/web-profiler-bundle (v6.3.1)
  454.  - Downloading symfony/asset (v6.3.0)
  455.  - Downloading symfony/webpack-encore-bundle (v2.0.1)
  456.  - Downloading symfony/yaml (v6.3.0)
  457.  - Downloading twig/extra-bundle (v3.7.0)
  458.  0/151 [>---------------------------] 0%
  459. 19/151 [===>------------------------] 12%
  460. 35/151 [======>---------------------] 23%
  461. 46/151 [========>-------------------] 30%
  462. 63/151 [===========>----------------] 41%
  463. 81/151 [===============>------------] 53%
  464. 94/151 [=================>----------] 62%
  465. 111/151 [====================>-------] 73%
  466. 122/151 [======================>-----] 80%
  467. 140/151 [=========================>--] 92%
  468. 151/151 [============================] 100%
  469.  - Installing symfony/flex (v2.3.1): Extracting archive
  470.  - Installing symfony/runtime (v6.3.1): Extracting archive
  471.  - Installing willdurand/negotiation (3.1.0): Extracting archive
  472.  - Installing psr/link (2.0.1): Extracting archive
  473.  - Installing symfony/web-link (v6.3.0): Extracting archive
  474.  - Installing symfony/serializer (v6.3.1): Extracting archive
  475.  - Installing symfony/polyfill-mbstring (v1.27.0): Extracting archive
  476.  - Installing symfony/polyfill-intl-normalizer (v1.27.0): Extracting archive
  477.  - Installing symfony/polyfill-intl-grapheme (v1.27.0): Extracting archive
  478.  - Installing symfony/string (v6.3.0): Extracting archive
  479.  - Installing symfony/property-info (v6.3.0): Extracting archive
  480.  - Installing symfony/deprecation-contracts (v3.3.0): Extracting archive
  481.  - Installing symfony/property-access (v6.3.0): Extracting archive
  482.  - Installing symfony/polyfill-php83 (v1.27.0): Extracting archive
  483.  - Installing symfony/http-foundation (v6.3.1): Extracting archive
  484. - Installing psr/event-dispatcher (1.0.0): Extracting archive
  485. - Installing symfony/event-dispatcher-contracts (v3.3.0): Extracting archive
  486. - Installing symfony/event-dispatcher (v6.3.0): Extracting archive
  487.  - Installing symfony/var-dumper (v6.3.1): Extracting archive
  488.  - Installing psr/log (3.0.0): Extracting archive
  489.  - Installing symfony/error-handler (v6.3.0): Extracting archive
  490.  - Installing symfony/http-kernel (v6.3.1): Extracting archive
  491.  - Installing psr/container (2.0.2): Extracting archive
  492.  - Installing psr/cache (3.0.0): Extracting archive
  493.  - Installing doctrine/inflector (2.0.8): Extracting archive
  494.  - Installing api-platform/core (v3.1.12): Extracting archive
  495.  - Installing behat/transliterator (v1.5.0): Extracting archive
  496.  - Installing doctrine/deprecations (v1.1.1): Extracting archive
  497.  - Installing doctrine/lexer (2.1.0): Extracting archive
  498.  - Installing doctrine/annotations (2.0.1): Extracting archive
  499.  - Installing symfony/service-contracts (v3.3.0): Extracting archive
  500.  - Installing doctrine/event-manager (2.0.0): Extracting archive
  501.  - Installing doctrine/persistence (3.2.0): Extracting archive
  502.  - Installing symfony/doctrine-bridge (v6.3.1): Extracting archive
  503.  - Installing symfony/var-exporter (v6.3.0): Extracting archive
  504.  - Installing symfony/dependency-injection (v6.3.1): Extracting archive
  505.  - Installing symfony/console (v6.3.0): Extracting archive
  506.  - Installing symfony/filesystem (v6.3.1): Extracting archive
  507.  - Installing symfony/config (v6.3.0): Extracting archive
  508.  - Installing doctrine/instantiator (2.0.0): Extracting archive
  509.  - Installing doctrine/cache (2.2.0): Extracting archive
  510.  - Installing doctrine/dbal (3.6.5): Extracting archive
  511.  - Installing doctrine/common (3.4.3): Extracting archive
  512.  - Installing doctrine/collections (2.1.3): Extracting archive
  513.  - Installing doctrine/orm (2.15.4): Extracting archive
  514.  - Installing symfony/routing (v6.3.1): Extracting archive
  515.  - Installing symfony/finder (v6.3.0): Extracting archive
  516.  - Installing symfony/cache-contracts (v3.3.0): Extracting archive
  517.  - Installing symfony/cache (v6.3.1): Extracting archive
  518.  - Installing symfony/framework-bundle (v6.3.1): Extracting archive
  519.  - Installing doctrine/sql-formatter (1.1.3): Extracting archive
  520.  - Installing doctrine/doctrine-bundle (2.10.1): Extracting archive
  521.  - Installing doctrine/data-fixtures (1.6.6): Extracting archive
  522.  - Installing doctrine/doctrine-fixtures-bundle (3.4.4): Extracting archive
  523.  - Installing symfony/stopwatch (v6.3.0): Extracting archive
  524.  - Installing doctrine/migrations (3.6.0): Extracting archive
  525.  - Installing doctrine/doctrine-migrations-bundle (3.2.4): Extracting archive
  526.  - Installing guzzlehttp/promises (2.0.0): Extracting archive
  527.  - Installing ralouphie/getallheaders (3.0.3): Extracting archive
  528.  - Installing psr/http-message (2.0): Extracting archive
  529.  - Installing psr/http-factory (1.0.2): Extracting archive
  530.  - Installing guzzlehttp/psr7 (2.5.0): Extracting archive
  531.  - Installing paragonie/random_compat (v9.99.100): Extracting archive
  532.  - Installing psr/http-client (1.0.2): Extracting archive
  533.  - Installing guzzlehttp/guzzle (7.7.0): Extracting archive
  534.  - Installing league/oauth2-client (2.7.0): Extracting archive
  535.  - Installing ikerib/giltza-oauth2 (1.0): Extracting archive
  536.  - Installing knpuniversity/oauth2-client-bundle (v2.15.0): Extracting archive
  537.  - Installing nelmio/cors-bundle (2.3.1): Extracting archive
  538.  - Installing webmozart/assert (1.11.0): Extracting archive
  539.  - Installing phpstan/phpdoc-parser (1.23.0): Extracting archive
  540.  - Installing phpdocumentor/reflection-common (2.2.0): Extracting archive
  541.  - Installing phpdocumentor/type-resolver (1.7.2): Extracting archive
  542.  - Installing phpdocumentor/reflection-docblock (5.3.0): Extracting archive
  543.  - Installing sebastian/version (3.0.2): Extracting archive
  544.  - Installing sebastian/type (3.2.1): Extracting archive
  545.  - Installing sebastian/resource-operations (3.0.3): Extracting archive
  546.  - Installing sebastian/recursion-context (4.0.5): Extracting archive
  547.  - Installing sebastian/object-reflector (2.0.4): Extracting archive
  548.  - Installing sebastian/object-enumerator (4.0.4): Extracting archive
  549.  - Installing sebastian/global-state (5.0.5): Extracting archive
  550.  - Installing sebastian/exporter (4.0.5): Extracting archive
  551.  - Installing sebastian/environment (5.1.5): Extracting archive
  552.  - Installing sebastian/diff (4.0.5): Extracting archive
  553.  - Installing sebastian/comparator (4.0.8): Extracting archive
  554.  - Installing sebastian/code-unit (1.0.8): Extracting archive
  555.  - Installing sebastian/cli-parser (1.0.1): Extracting archive
  556.  - Installing phpunit/php-timer (5.0.3): Extracting archive
  557.  - Installing phpunit/php-text-template (2.0.4): Extracting archive
  558.  - Installing phpunit/php-invoker (3.1.1): Extracting archive
  559.  - Installing phpunit/php-file-iterator (3.0.6): Extracting archive
  560.  - Installing theseer/tokenizer (1.2.1): Extracting archive
  561.  - Installing nikic/php-parser (v4.16.0): Extracting archive
  562.  - Installing sebastian/lines-of-code (1.0.3): Extracting archive
  563.  - Installing sebastian/complexity (2.0.2): Extracting archive
  564.  - Installing sebastian/code-unit-reverse-lookup (2.0.3): Extracting archive
  565.  - Installing phpunit/php-code-coverage (9.2.26): Extracting archive
  566.  - Installing phar-io/version (3.2.1): Extracting archive
  567.  - Installing phar-io/manifest (2.0.3): Extracting archive
  568.  - Installing myclabs/deep-copy (1.11.1): Extracting archive
  569.  - Installing phpunit/phpunit (9.6.10): Extracting archive
  570.  - Installing psr/clock (1.0.0): Extracting archive
  571.  - Installing gedmo/doctrine-extensions (v3.12.0): Extracting archive
  572.  - Installing stof/doctrine-extensions-bundle (v1.8.0): Extracting archive
  573.  - Installing masterminds/html5 (2.8.0): Extracting archive
  574.  - Installing symfony/dom-crawler (v6.3.1): Extracting archive
  575.  - Installing symfony/browser-kit (v6.3.0): Extracting archive
  576.  - Installing symfony/css-selector (v6.3.0): Extracting archive
  577.  - Installing twig/twig (v3.7.0): Extracting archive
  578.  - Installing symfony/translation-contracts (v3.3.0): Extracting archive
  579.  - Installing symfony/twig-bridge (v6.3.0): Extracting archive
  580.  - Installing symfony/debug-bundle (v6.3.0): Extracting archive
  581.  - Installing symfony/clock (v6.3.1): Extracting archive
  582.  - Installing symfony/messenger (v6.3.1): Extracting archive
  583.  - Installing symfony/doctrine-messenger (v6.3.1): Extracting archive
  584.  - Installing symfony/dotenv (v6.3.0): Extracting archive
  585.  - Installing symfony/expression-language (v6.3.0): Extracting archive
  586.  - Installing symfony/http-client-contracts (v3.3.0): Extracting archive
  587.  - Installing symfony/http-client (v6.3.1): Extracting archive
  588.  - Installing symfony/intl (v6.3.1): Extracting archive
  589.  - Installing symfony/options-resolver (v6.3.0): Extracting archive
  590.  - Installing symfony/ldap (v6.3.0): Extracting archive
  591.  - Installing symfony/polyfill-intl-idn (v1.27.0): Extracting archive
  592.  - Installing symfony/mime (v6.3.0): Extracting archive
  593.  - Installing egulias/email-validator (4.0.1): Extracting archive
  594.  - Installing symfony/mailer (v6.3.0): Extracting archive
  595.  - Installing symfony/process (v6.3.0): Extracting archive
  596.  - Installing symfony/maker-bundle (v1.50.0): Extracting archive
  597.  - Installing monolog/monolog (3.4.0): Extracting archive
  598.  - Installing symfony/monolog-bridge (v6.3.1): Extracting archive
  599.  - Installing symfony/monolog-bundle (v3.8.0): Extracting archive
  600.  - Installing symfony/notifier (v6.3.0): Extracting archive
  601.  - Installing symfony/phpunit-bridge (v6.3.1): Extracting archive
  602.  - Installing symfony/polyfill-intl-icu (v1.27.0): Extracting archive
  603.  - Installing symfony/rate-limiter (v6.3.0): Extracting archive
  604.  - Installing symfony/password-hasher (v6.3.0): Extracting archive
  605.  - Installing symfony/security-core (v6.3.0): Extracting archive
  606.  - Installing symfony/security-http (v6.3.1): Extracting archive
  607.  - Installing symfony/security-csrf (v6.3.0): Extracting archive
  608.  - Installing symfony/security-bundle (v6.3.1): Extracting archive
  609.  - Installing symfony/stimulus-bundle (v2.10.0): Extracting archive
  610.  - Installing symfony/translation (v6.3.0): Extracting archive
  611.  - Installing symfony/form (v6.3.0): Extracting archive
  612.  - Installing symfony/ux-dropzone (v2.10.0): Extracting archive
  613.  - Installing symfony/validator (v6.3.1): Extracting archive
  614.  - Installing symfony/twig-bundle (v6.3.0): Extracting archive
  615.  - Installing symfony/web-profiler-bundle (v6.3.1): Extracting archive
  616.  - Installing symfony/asset (v6.3.0): Extracting archive
  617.  - Installing symfony/webpack-encore-bundle (v2.0.1): Extracting archive
  618.  - Installing symfony/yaml (v6.3.0): Extracting archive
  619.  - Installing twig/extra-bundle (v3.7.0): Extracting archive
  620.  0/149 [>---------------------------] 0%
  621. 18/149 [===>------------------------] 12%
  622. 39/149 [=======>--------------------] 26%
  623. 47/149 [========>-------------------] 31%
  624. 65/149 [============>---------------] 43%
  625. 75/149 [==============>-------------] 50%
  626. 97/149 [==================>---------] 65%
  627. 109/149 [====================>-------] 73%
  628. 124/149 [=======================>----] 83%
  629. 138/149 [=========================>--] 92%
  630. 149/149 [============================] 100%
  631. Generating optimized autoload files
  632. 120 packages you are using are looking for funding.
  633. Use the `composer fund` command to find out more!
  634.  
  635. Run composer recipes at any time to see the status of your Symfony recipes.
  636.  
  637. Removing intermediate container 9cf22d0b477a
  638. ---> 522f3781a5ab
  639. Step 10/13 : RUN rm -fr node_modules && yarn install
  640. ---> Running in 298b3a7fb9d0
  641. yarn install v1.22.19
  642. [1/4] Resolving packages...
  643. [2/4] Fetching packages...
  644. [3/4] Linking dependencies...
  645. warning " > stimulus-use@0.52.0" has unmet peer dependency "hotkeys-js@>= 3".
  646. [4/4] Building fresh packages...
  647. Done in 37.47s.
  648. Removing intermediate container 298b3a7fb9d0
  649. ---> e07a56c51414
  650. Step 11/13 : USER www-data
  651. ---> Running in 658e4e0e22b7
  652. Removing intermediate container 658e4e0e22b7
  653. ---> 45a8d2399880
  654. Step 12/13 : EXPOSE 9000
  655. ---> Running in b1705be3c53f
  656. Removing intermediate container b1705be3c53f
  657. ---> 236ccec5f395
  658. Step 13/13 : CMD ["php-fpm"]
  659. ---> Running in 1387ca4c5e61
  660. Removing intermediate container 1387ca4c5e61
  661. ---> 07d6d1456555
  662. Successfully built 07d6d1456555
  663. Successfully tagged registry.mydomain.net:5000/garapenak/symfony/auki2be:latest
  664. $ docker push registry.mydomain.net:5000/garapenak/symfony/auki2be
  665. Using default tag: latest
  666. The push refers to repository [registry.mydomain.net:5000/garapenak/symfony/auki2be]
  667. c4142cb4c2af: Preparing
  668. 4a99c0e8503f: Preparing
  669. 4005614e0c58: Preparing
  670. 0caa96140b91: Preparing
  671. 5f70bf18a086: Preparing
  672. f06a80840f52: Preparing
  673. 8325ce830050: Preparing
  674. 5f70bf18a086: Preparing
  675. aa6b801cc9bf: Preparing
  676. f5aa8b5bf726: Preparing
  677. 967f8de139ee: Preparing
  678. e37b755ded28: Preparing
  679. 4d766ad94216: Preparing
  680. f06a80840f52: Waiting
  681. 8325ce830050: Waiting
  682. af4bc792e058: Preparing
  683. cd34f8cd74dd: Preparing
  684. aa6b801cc9bf: Waiting
  685. f5aa8b5bf726: Waiting
  686. 967f8de139ee: Waiting
  687. e37b755ded28: Waiting
  688. 4d766ad94216: Waiting
  689. af4bc792e058: Waiting
  690. b81154bae455: Preparing
  691. 25896a3817c6: Preparing
  692. 3e87ca3b858a: Preparing
  693. cd34f8cd74dd: Waiting
  694. 48fc8f27e7cf: Preparing
  695. fb4206e37f7c: Preparing
  696. 5f13f4352fb9: Preparing
  697. b81154bae455: Waiting
  698. e62a31f7b3d9: Preparing
  699. 25896a3817c6: Waiting
  700. 27ef8ecfe437: Preparing
  701. 67e499d59ca1: Preparing
  702. fe04035f53da: Preparing
  703. 047737b57372: Preparing
  704. 3e9f8be83e80: Preparing
  705. 3e87ca3b858a: Waiting
  706. 48fc8f27e7cf: Waiting
  707. 39c5a8b6eb52: Preparing
  708. 273e02c3a5b8: Preparing
  709. fb4206e37f7c: Waiting
  710. 45bd1043e775: Preparing
  711. 1535918ceb6b: Preparing
  712. 5f13f4352fb9: Waiting
  713. ac3ef2941ccb: Preparing
  714. e62a31f7b3d9: Waiting
  715. 613a68d2e09e: Preparing
  716. 27ef8ecfe437: Waiting
  717. f9f9b4e6a15e: Preparing
  718. 553e4156412c: Preparing
  719. 67e499d59ca1: Waiting
  720. f49baf47309a: Preparing
  721. 5bc340f6d4f5: Preparing
  722. fe04035f53da: Waiting
  723. 273e02c3a5b8: Waiting
  724. 047737b57372: Waiting
  725. 45bd1043e775: Waiting
  726. 3e9f8be83e80: Waiting
  727. 39c5a8b6eb52: Waiting
  728. 1535918ceb6b: Waiting
  729. f49baf47309a: Waiting
  730. ac3ef2941ccb: Waiting
  731. 5bc340f6d4f5: Waiting
  732. 613a68d2e09e: Waiting
  733. 553e4156412c: Waiting
  734. f9f9b4e6a15e: Waiting
  735. 5f70bf18a086: Layer already exists
  736. f06a80840f52: Layer already exists
  737. 8325ce830050: Layer already exists
  738. 0caa96140b91: Pushed
  739. aa6b801cc9bf: Layer already exists
  740. f5aa8b5bf726: Layer already exists
  741. 4005614e0c58: Pushed
  742. 967f8de139ee: Layer already exists
  743. e37b755ded28: Layer already exists
  744. 4d766ad94216: Layer already exists
  745. cd34f8cd74dd: Layer already exists
  746. af4bc792e058: Layer already exists
  747. b81154bae455: Layer already exists
  748. 25896a3817c6: Layer already exists
  749. 48fc8f27e7cf: Layer already exists
  750. 3e87ca3b858a: Layer already exists
  751. fb4206e37f7c: Layer already exists
  752. 5f13f4352fb9: Layer already exists
  753. e62a31f7b3d9: Layer already exists
  754. 27ef8ecfe437: Layer already exists
  755. 67e499d59ca1: Layer already exists
  756. 047737b57372: Layer already exists
  757. fe04035f53da: Layer already exists
  758. 3e9f8be83e80: Layer already exists
  759. 39c5a8b6eb52: Layer already exists
  760. 273e02c3a5b8: Layer already exists
  761. 45bd1043e775: Layer already exists
  762. 1535918ceb6b: Layer already exists
  763. ac3ef2941ccb: Layer already exists
  764. 613a68d2e09e: Layer already exists
  765. f9f9b4e6a15e: Layer already exists
  766. 553e4156412c: Layer already exists
  767. f49baf47309a: Layer already exists
  768. 5bc340f6d4f5: Layer already exists
  769. 4a99c0e8503f: Pushed
  770. c4142cb4c2af: Pushed
  771. latest: digest: sha256:113560fa0a6a6554e7ba946f1e524935a5c2f6636a9596b070d3d005a55a5675 size: 8068
  772. section_end:1690925007:step_script
  773. section_start:1690925007:cleanup_file_variables
  774. Cleaning up project directory and file based variables
  775. section_end:1690925009:cleanup_file_variables
  776. Job succeeded
Tags: gitlab
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement