Running with gitlab-runner 15.4.0 (43b2dc3d)
  on gitlab H7f3E4NW
section_start:1671234338:prepare_executor
Preparing the "docker" executor
Using Docker executor with image node:10 ...
Pulling docker image node:10 ...
Using docker image sha256:28dca6642db82aaecbed18101d9966f001e8de6691e1a1718c2927c124d81262 for node:10 with digest node@sha256:59531d2835edd5161c8f9512f9e095b1836f7a1fcb0ab73e005ec46047384911 ...
section_end:1671234359:prepare_executor
section_start:1671234359:prepare_script
Preparing environment
Running on runner-h7f3e4nw-project-185-concurrent-0 via gitlab...
section_end:1671234360:prepare_script
section_start:1671234360:get_sources
Getting source from Git repository
Fetching changes with git depth set to 50...
Initialized empty Git repository in /builds/tomas.hozman/piratipracuji.cz/.git/
Created fresh repository.
Checking out eff2d988 as feat/2022-results...

Skipping Git submodules setup
section_end:1671234361:get_sources
section_start:1671234361:step_script
Executing "step_script" stage of the job script
Using docker image sha256:28dca6642db82aaecbed18101d9966f001e8de6691e1a1718c2927c124d81262 for node:10 with digest node@sha256:59531d2835edd5161c8f9512f9e095b1836f7a1fcb0ab73e005ec46047384911 ...
$ apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -yq curl
Ign:1 http://deb.debian.org/debian stretch InRelease
Get:2 http://security.debian.org/debian-security stretch/updates InRelease [59.1 kB]
Get:3 http://deb.debian.org/debian stretch-updates InRelease [93.6 kB]
Get:4 http://deb.debian.org/debian stretch Release [118 kB]
Get:5 http://deb.debian.org/debian stretch Release.gpg [3177 B]
Get:6 http://security.debian.org/debian-security stretch/updates/main amd64 Packages [782 kB]
Get:7 http://deb.debian.org/debian stretch/main amd64 Packages [7080 kB]
Fetched 8135 kB in 2s (3059 kB/s)
Reading package lists...
Reading package lists...
Building dependency tree...
Reading state information...
The following additional packages will be installed:
  libcurl3 libcurl4-openssl-dev
Suggested packages:
  libcurl4-doc libcurl3-dbg libidn11-dev libldap2-dev librtmp-dev
  libssh2-1-dev libssl1.0-dev | libssl-dev
The following packages will be upgraded:
  curl libcurl3 libcurl4-openssl-dev
3 upgraded, 0 newly installed, 0 to remove and 114 not upgraded.
Need to get 910 kB of archives.
After this operation, 41.0 kB of additional disk space will be used.
Get:1 http://security.debian.org/debian-security stretch/updates/main amd64 libcurl4-openssl-dev amd64 7.52.1-5+deb9u16 [383 kB]
Get:2 http://security.debian.org/debian-security stretch/updates/main amd64 curl amd64 7.52.1-5+deb9u16 [229 kB]
Get:3 http://security.debian.org/debian-security stretch/updates/main amd64 libcurl3 amd64 7.52.1-5+deb9u16 [298 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 910 kB in 0s (14.1 MB/s)
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 29964 files and directories currently installed.)
Preparing to unpack .../libcurl4-openssl-dev_7.52.1-5+deb9u16_amd64.deb ...
Unpacking libcurl4-openssl-dev:amd64 (7.52.1-5+deb9u16) over (7.52.1-5+deb9u13) ...
Preparing to unpack .../curl_7.52.1-5+deb9u16_amd64.deb ...
Unpacking curl (7.52.1-5+deb9u16) over (7.52.1-5+deb9u13) ...
Preparing to unpack .../libcurl3_7.52.1-5+deb9u16_amd64.deb ...
Unpacking libcurl3:amd64 (7.52.1-5+deb9u16) over (7.52.1-5+deb9u13) ...
Setting up libcurl3:amd64 (7.52.1-5+deb9u16) ...
Processing triggers for libc-bin (2.24-11+deb9u4) ...
Setting up libcurl4-openssl-dev:amd64 (7.52.1-5+deb9u16) ...
Setting up curl (7.52.1-5+deb9u16) ...
$ cd src-front
$ yarn install
yarn install v1.22.5
[1/4] Resolving packages...
warning Resolution field "graceful-fs@4.2.3" is incompatible with requested version "graceful-fs@~3.0.2"
[2/4] Fetching packages...
info fsevents@2.1.2: The platform "linux" is incompatible with this module.
info "fsevents@2.1.2" is an optional dependency and failed compatibility check. Excluding it from installation.
info fsevents@1.2.11: The platform "linux" is incompatible with this module.
info "fsevents@1.2.11" is an optional dependency and failed compatibility check. Excluding it from installation.
[3/4] Linking dependencies...
warning " > sass-loader@7.3.1" has unmet peer dependency "webpack@^3.0.0 || ^4.0.0".
warning " > eslint-loader@2.2.1" has unmet peer dependency "webpack@>=2.0.0 <5.0.0".
[4/4] Building fresh packages...
success Saved lockfile.
Done in 43.47s.
$ yarn build
yarn run v1.22.5
$ nuxt build
[error] (node:351) DeprecationWarning: Tapable.plugin is deprecated. Use new API on `.hooks` instead
Done in 26.84s.
$ yarn generate
yarn run v1.22.5
$ nuxt generate
[error] (node:468) DeprecationWarning: Tapable.plugin is deprecated. Use new API on `.hooks` instead
Done in 88.59s.
section_end:1671234529:step_script
section_start:1671234529:after_script
Running after_script
Running after script...
$ echo "{ \"name\":\"$SITE_NAME\" }" > request.json
$ curl -H 'Content-Type: application/json' -X POST -d @request.json $WEBHOOK_URL
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed

  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
curl: (60) SSL certificate problem: certificate has expired
More details here: https://curl.haxx.se/docs/sslcerts.html

curl performs SSL certificate verification by default, using a "bundle"
 of Certificate Authority (CA) public keys (CA certs). If the default
 bundle file isn't adequate, you can specify an alternate file
 using the --cacert option.
If this HTTPS server uses a certificate signed by a CA represented in
 the bundle, the certificate verification probably failed due to a
 problem with the certificate (it might be expired, or the name might
 not match the domain name in the URL).
If you'd like to turn off curl's verification of the certificate, use
 the -k (or --insecure) option.
section_end:1671234531:after_script
section_start:1671234531:upload_artifacts_on_success
Uploading artifacts for successful job
Uploading artifacts...
src-front/dist: found 338 matching files and directories 
Uploading artifacts as "archive" to coordinator... 201 Created  id=13931 responseStatus=201 Created token=gLFR4rew
section_end:1671234535:upload_artifacts_on_success
section_start:1671234535:cleanup_file_variables
Cleaning up project directory and file based variables
section_end:1671234536:cleanup_file_variables
Job succeeded