Running with gitlab-runner 14.10.0 (c6bb62f6)  on host01.shore.co.il 3LKZzAT_ section_start:1651921319:prepare_executor Preparing the "docker" executor Using Docker executor with image registry.shore.co.il/ci-images:docker ... Using locally found image version due to "if-not-present" pull policy Using docker image sha256:a91c150e1515bf457114de7c45cec7918bfd908ce8eb160341bbc4fd45b6c839 for registry.shore.co.il/ci-images:docker with digest registry.shore.co.il/ci-images@sha256:cf804a99dc947bf0f3da8672d66c84b4c5c807a02869b2c2e3a0e20b857774cb ... section_end:1651921325:prepare_executor section_start:1651921325:prepare_script Preparing environment Running on runner-3lkzzat-project-72-concurrent-0 via 0cb0e438677b... section_end:1651921326:prepare_script section_start:1651921326:get_sources Getting source from Git repository Fetching changes with git depth set to 50... Reinitialized existing Git repository in /builds/shore/web-proxy-docker/.git/ Checking out d8253d11 as host01... Removing docker.env Skipping Git submodules setup section_end:1651921329:get_sources section_start:1651921329:step_script Executing "step_script" stage of the job script Using docker image sha256:a91c150e1515bf457114de7c45cec7918bfd908ce8eb160341bbc4fd45b6c839 for registry.shore.co.il/ci-images:docker with digest registry.shore.co.il/ci-images@sha256:cf804a99dc947bf0f3da8672d66c84b4c5c807a02869b2c2e3a0e20b857774cb ... $ cd "${WORKDIR:-.}" $ if [ -n "${CI_COMMIT_TAG:-}" ] # collapsed multi-line command TAG=host01 $ docker-compose build --no-cache --parallel --pull vouch uses an image, skipping Building with native build. Learn about native build in Compose here: https://docs.docker.com/go/compose-native-build/ Flag '--parallel' is ignored when building with COMPOSE_DOCKER_CLI_BUILD=1 Building proxy ... Building proxy #2 [internal] load .dockerignore #2 sha256:4bd2af9435c869e5f71b3ce6bbcb9c02a6a6dd4eb08c9078fa329154cfc88e9b #2 ... #1 [internal] load build definition from Dockerfile #1 sha256:229b0dafb1d9341e395be6a132e2c0b7e39692b4d3f9592f7cea9e7b7ffb909a #1 transferring dockerfile: 1.25kB done #1 DONE 0.6s #2 [internal] load .dockerignore #2 sha256:4bd2af9435c869e5f71b3ce6bbcb9c02a6a6dd4eb08c9078fa329154cfc88e9b #2 transferring context: 68B done #2 DONE 0.5s #3 [internal] load metadata for docker.io/library/nginx:1.21.6-alpine #3 sha256:93f6bd236d55d735d2f9ad06b2aae293d99d985457d6a98b6a3d0e7a61d9bbd5 #3 DONE 2.1s #10 [1/6] FROM docker.io/library/nginx:1.21.6-alpine@sha256:5a0df7fb7c8c03e4158ae9974bfbd6a15da2bdfdeded4fb694367ec812325d31 #10 sha256:f0a8a1752065f97a6776ddb6c0b2ac8a30bb3bd0cb4843d232d017e4f5c58687 #10 CACHED #9 [internal] load build context #9 sha256:7d26b6890ce421ab5bf6e4172fe137756033b9b336c6afbf9fc0896ba0534aa2 #9 transferring context: 21.40kB 0.1s done #9 DONE 0.3s #4 [2/6] RUN rm -rf /etc/nginx/conf./* && chmod 777 /run && apk add --no-cache --update libcap openssl && curl https://letsencrypt.org/certs/isrg-root-ocsp-x1.pem.txt > /etc/ssl/ocsp.pem && mkdir /var/ssl && curl https://ssl-config.mozilla.org/ffdhe2048.txt > /var/ssl/dhparams && chmod 644 /var/ssl/dhparams && install -d -m 755 -o root -g root /etc/nginx/snippets && install -d -m 755 -o root -g root /var/ssl && install -d -m 700 -o nginx -g nginx /var/cache/nginx && openssl req -x509 -newkey rsa:4096 -keyout /var/ssl/site.key -nodes -out /var/ssl/site.crt -batch && cp /var/ssl/site.crt /var/ssl/mail.crt && cp /var/ssl/site.key /var/ssl/mail.key && setcap CAP_NET_BIND_SERVICE=+ep "$(command -v nginx)" && chown nginx /var/ssl/site.* /var/ssl/mail.* #4 sha256:f7c20071beed9361bd1c5d786e8a008090911127da01920303241ef9eaf024d6 #4 1.137 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz #4 2.328 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz #4 2.981 (1/2) Installing libcap (2.61-r0) #4 3.039 (2/2) Installing openssl (1.1.1n-r0) #4 3.109 Executing busybox-1.34.1-r5.trigger #4 3.134 OK: 26 MiB in 44 packages #4 3.322 % Total % Received % Xferd Average Speed Time Time Time Current #4 3.322 Dload Upload Total Spent Left Speed #4 3.322 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1696 100 1696 0 0 4757 0 --:--:-- --:--:-- --:--:-- 4750 #4 3.712 % Total % Received % Xferd Average Speed Time Time Time Current #4 3.712 Dload Upload Total Spent Left Speed #4 3.712 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 423 100 423 0 0 1402 0 --:--:-- --:--:-- --:--:-- 1405 #4 4.046 Generating a RSA private key #4 4.052 ............................................................................++++ #4 5.937 ................................................................................++++ #4 7.978 writing new private key to '/var/ssl/site.key' #4 7.978 ----- #4 DONE 8.1s #5 [3/6] COPY www/ /var/www/ #5 sha256:7c5a6cf9586e7f928e5a017d52828985b51a5479ee043144a34df33905ea511c #5 DONE 0.4s #6 [4/6] COPY conf.d/ /etc/nginx/conf.d/ #6 sha256:c95314cd6c03688cea4edb17e35dda59884705bd9157a5ba443cfd67fbeb17c9 #6 DONE 0.3s #7 [5/6] COPY snippets/ /etc/nginx/snippets/ #7 sha256:1d6f22a4aae4aff496aad38c8d3b6db8bb74e66eab9088aa82823dae77a63679 #7 DONE 0.3s #8 [6/6] RUN nginx -t #8 sha256:162f43a3272f3567c749e0b36c2cf5a12b4bbac9993d1a1d37d088b7f0c08578 #8 1.035 2022/05/07 11:02:28 [warn] 1#1: the "user" directive makes sense only if the master process runs with super-user privileges, ignored in /etc/nginx/nginx.conf:2 #8 1.036 nginx: [warn] the "user" directive makes sense only if the master process runs with super-user privileges, ignored in /etc/nginx/nginx.conf:2 #8 1.098 2022/05/07 11:02:28 [warn] 1#1: "ssl_stapling" ignored, issuer certificate not found for certificate "/var/ssl/site.crt" #8 1.098 nginx: [warn] "ssl_stapling" ignored, issuer certificate not found for certificate "/var/ssl/site.crt" #8 1.101 2022/05/07 11:02:28 [warn] 1#1: "ssl_stapling" ignored, issuer certificate not found for certificate "/var/ssl/site.crt" #8 1.101 nginx: [warn] "ssl_stapling" ignored, issuer certificate not found for certificate "/var/ssl/site.crt" #8 1.103 2022/05/07 11:02:28 [warn] 1#1: "ssl_stapling" ignored, issuer certificate not found for certificate "/var/ssl/site.crt" #8 1.103 nginx: [warn] "ssl_stapling" ignored, issuer certificate not found for certificate "/var/ssl/site.crt" #8 1.105 2022/05/07 11:02:28 [warn] 1#1: "ssl_stapling" ignored, issuer certificate not found for certificate "/var/ssl/site.crt" #8 1.105 nginx: [warn] "ssl_stapling" ignored, issuer certificate not found for certificate "/var/ssl/site.crt" #8 1.107 2022/05/07 11:02:28 [warn] 1#1: "ssl_stapling" ignored, issuer certificate not found for certificate "/var/ssl/site.crt" #8 1.107 nginx: [warn] "ssl_stapling" ignored, issuer certificate not found for certificate "/var/ssl/site.crt" #8 1.109 2022/05/07 11:02:28 [warn] 1#1: "ssl_stapling" ignored, issuer certificate not found for certificate "/var/ssl/mail.crt" #8 1.109 nginx: [warn] "ssl_stapling" ignored, issuer certificate not found for certificate "/var/ssl/mail.crt" #8 1.111 2022/05/07 11:02:28 [warn] 1#1: "ssl_stapling" ignored, issuer certificate not found for certificate "/var/ssl/site.crt" #8 1.111 nginx: [warn] "ssl_stapling" ignored, issuer certificate not found for certificate "/var/ssl/site.crt" #8 1.113 2022/05/07 11:02:28 [warn] 1#1: "ssl_stapling" ignored, issuer certificate not found for certificate "/var/ssl/site.crt" #8 1.113 nginx: [warn] "ssl_stapling" ignored, issuer certificate not found for certificate "/var/ssl/site.crt" #8 1.115 2022/05/07 11:02:28 [warn] 1#1: "ssl_stapling" ignored, issuer certificate not found for certificate "/var/ssl/site.crt" #8 1.115 nginx: [warn] "ssl_stapling" ignored, issuer certificate not found for certificate "/var/ssl/site.crt" #8 1.117 2022/05/07 11:02:28 [warn] 1#1: "ssl_stapling" ignored, issuer certificate not found for certificate "/var/ssl/site.crt" #8 1.117 nginx: [warn] "ssl_stapling" ignored, issuer certificate not found for certificate "/var/ssl/site.crt" #8 1.119 2022/05/07 11:02:28 [warn] 1#1: "ssl_stapling" ignored, issuer certificate not found for certificate "/var/ssl/site.crt" #8 1.119 nginx: [warn] "ssl_stapling" ignored, issuer certificate not found for certificate "/var/ssl/site.crt" #8 1.606 nginx: the configuration file /etc/nginx/nginx.conf syntax is ok #8 1.609 nginx: configuration file /etc/nginx/nginx.conf test is successful #8 DONE 1.7s #11 exporting to image #11 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 #11 exporting layers #11 exporting layers 0.9s done #11 writing image sha256:3ece944609f559e9f2ccc3e38bcfb51e1e8b58950c3fb32103a8dcb68a07b414 #11 writing image sha256:3ece944609f559e9f2ccc3e38bcfb51e1e8b58950c3fb32103a8dcb68a07b414 done #11 naming to docker.io/library/web-proxy_proxy 0.0s done #11 DONE 1.1s Successfully built 3ece944609f559e9f2ccc3e38bcfb51e1e8b58950c3fb32103a8dcb68a07b414 Building proxy ... done section_end:1651921351:step_script section_start:1651921351:cleanup_file_variables Cleaning up project directory and file based variables section_end:1651921352:cleanup_file_variables Job succeeded