Running with gitlab-runner 16.0.2 (85586bd1)
  on gitlab-shared-runner M_uxT_PKA, system ID: s_84bf98352682
section_start:1720350264:resolve_secrets
Resolving secrets
section_end:1720350264:resolve_secrets
section_start:1720350264:prepare_executor
Preparing the "docker" executor
Using Docker executor with image node:14 ...
Pulling docker image node:14 ...
Using docker image sha256:1d12470fa662a2a5cb50378dcdc8ea228c1735747db410bbefb8e2d9144b5452 for node:14 with digest node@sha256:a158d3b9b4e3fa813fa6c8c590b8f0a860e015ad4e59bbce5744d2f6fd8461aa ...
section_end:1720350266:prepare_executor
section_start:1720350266:prepare_script
Preparing environment
Running on runner-muxtpka-project-2927-concurrent-0 via vm-gitlab-runner...
section_end:1720350267:prepare_script
section_start:1720350267:get_sources
Getting source from Git repository
Fetching changes with git depth set to 20...
Reinitialized existing Git repository in /builds/aqquq/math-tutor/.git/
Checking out 1f5ae8d8 as detached HEAD (ref is master)...
Removing elm-stuff/
Removing public/

Skipping Git submodules setup
section_end:1720350268:get_sources
section_start:1720350268:download_artifacts
Downloading artifacts
Downloading artifacts for build (67046)...
Downloading artifacts from coordinator... ok        host=gitlab.informatik.uni-halle.de id=67046 responseStatus=200 OK token=glcbt-64
section_end:1720350268:download_artifacts
section_start:1720350268:step_script
Executing "step_script" stage of the job script
Using docker image sha256:1d12470fa662a2a5cb50378dcdc8ea228c1735747db410bbefb8e2d9144b5452 for node:14 with digest node@sha256:a158d3b9b4e3fa813fa6c8c590b8f0a860e015ad4e59bbce5744d2f6fd8461aa ...
$ apt-get update
Get:1 http://deb.debian.org/debian buster InRelease [122 kB]
Get:2 http://deb.debian.org/debian-security buster/updates InRelease [34.8 kB]
Get:3 http://deb.debian.org/debian buster-updates InRelease [56.6 kB]
Get:4 http://deb.debian.org/debian buster/main amd64 Packages [7909 kB]
Get:5 http://deb.debian.org/debian-security buster/updates/main amd64 Packages [610 kB]
Get:6 http://deb.debian.org/debian buster-updates/main amd64 Packages [8788 B]
Fetched 8741 kB in 2s (5199 kB/s)
Reading package lists...
$ apt-get install -y curl
Reading package lists...
Building dependency tree...
Reading state information...
The following additional packages will be installed:
  libcurl4 libcurl4-openssl-dev
Suggested packages:
  libcurl4-doc libidn11-dev libldap2-dev librtmp-dev libssh2-1-dev
The following packages will be upgraded:
  curl libcurl4 libcurl4-openssl-dev
3 upgraded, 0 newly installed, 0 to remove and 103 not upgraded.
Need to get 1026 kB of archives.
After this operation, 7168 B of additional disk space will be used.
Get:1 http://deb.debian.org/debian-security buster/updates/main amd64 libcurl4-openssl-dev amd64 7.64.0-4+deb10u9 [424 kB]
Get:2 http://deb.debian.org/debian-security buster/updates/main amd64 curl amd64 7.64.0-4+deb10u9 [267 kB]
Get:3 http://deb.debian.org/debian-security buster/updates/main amd64 libcurl4 amd64 7.64.0-4+deb10u9 [336 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 1026 kB in 0s (5768 kB/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 ... 23986 files and directories currently installed.)
Preparing to unpack .../libcurl4-openssl-dev_7.64.0-4+deb10u9_amd64.deb ...
Unpacking libcurl4-openssl-dev:amd64 (7.64.0-4+deb10u9) over (7.64.0-4+deb10u5) ...
Preparing to unpack .../curl_7.64.0-4+deb10u9_amd64.deb ...
Unpacking curl (7.64.0-4+deb10u9) over (7.64.0-4+deb10u5) ...
Preparing to unpack .../libcurl4_7.64.0-4+deb10u9_amd64.deb ...
Unpacking libcurl4:amd64 (7.64.0-4+deb10u9) over (7.64.0-4+deb10u5) ...
Setting up libcurl4:amd64 (7.64.0-4+deb10u9) ...
Setting up curl (7.64.0-4+deb10u9) ...
Setting up libcurl4-openssl-dev:amd64 (7.64.0-4+deb10u9) ...
Processing triggers for libc-bin (2.28-10+deb10u2) ...
$ curl -L https://github.com/elm/compiler/releases/download/${ELM_VERSION}/binary-for-linux-64-bit.gz -o /usr/local/bin/elm.gz
  % 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

 93 6647k   93 6210k    0     0  8759k      0 --:--:-- --:--:-- --:--:-- 8759k
100 6647k  100 6647k    0     0  9283k      0 --:--:-- --:--:-- --:--:-- 71.1M
$ gunzip /usr/local/bin/elm.gz
$ chmod +x /usr/local/bin/elm
$ echo "The site will be deployed to $CI_PAGES_URL"
The site will be deployed to https://math-tutor-aqquq-8d947dbc5a1c4a974566579b98805eff5a32d804b7fb6c.gpages.informatik.uni-halle.de
section_end:1720350276:step_script
section_start:1720350276:upload_artifacts_on_success
Uploading artifacts for successful job
Uploading artifacts...
public: found 8 matching artifact files and directories 
Uploading artifacts as "archive" to coordinator... 201 Created  id=67047 responseStatus=201 Created token=glcbt-64
section_end:1720350276:upload_artifacts_on_success
section_start:1720350276:cleanup_file_variables
Cleaning up project directory and file based variables
section_end:1720350277:cleanup_file_variables
Job succeeded