Running with gitlab-runner 16.0.2 (85586bd1)
  on gitlab-shared-runner M_uxT_PKA, system ID: s_84bf98352682
section_start:1720125929:resolve_secrets
Resolving secrets
section_end:1720125929:resolve_secrets
section_start:1720125929: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:1720125931:prepare_executor
section_start:1720125931:prepare_script
Preparing environment
Running on runner-muxtpka-project-2927-concurrent-0 via vm-gitlab-runner...
section_end:1720125932:prepare_script
section_start:1720125932: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 48927fc4 as detached HEAD (ref is master)...
Removing public/

Skipping Git submodules setup
section_end:1720125933:get_sources
section_start:1720125933: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 4s (2037 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 (6206 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

  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0 6647k    0  6881    0     0   4229      0  0:26:49  0:00:01  0:26:48  5526
100 6647k  100 6647k    0     0  3537k      0  0:00:01  0:00:01 --:--:-- 4440k
$ gunzip /usr/local/bin/elm.gz
$ chmod +x /usr/local/bin/elm
$ mkdir -p public
$ cp src/logo.svg public/logo.svg
$ cp src/index.html public/index.html
$ cp src/style.css public/style.css
$ cp src/katex.js public/katex.js
$ elm make src/Main.elm --output=public/elm.js
Starting downloads...

  ● elm/browser 1.0.2
  ● elm/core 1.0.5
  ● elm/json 1.1.3
  ● elm/html 1.0.0
  ● elm/virtual-dom 1.0.3
  ● elm/url 1.0.0
  ● elm/bytes 1.0.8
  ● elm/file 1.0.5
  ● elm/time 1.0.0
  ● elm/parser 1.1.0
  ● elm/svg 1.0.1
  ● elm/http 2.0.0

Verifying dependencies (7/12)
Verifying dependencies (8/12)
Verifying dependencies (9/12)
Verifying dependencies (10/12)
Verifying dependencies (11/12)
Verifying dependencies (12/12)
                              
Dependencies ready!
Compiling ...
Compiling (1)
Compiling (2)
Compiling (3)
Compiling (4)
Compiling (5)
Compiling (6)
Compiling (7)
Compiling (8)
Compiling (9)
Compiling (10)
Compiling (11)-- MODULE NOT FOUND ----------------------------------------------- src/View.elm

You are trying to import a `Pages.UploadFileView` module:

10| import Pages.UploadFileView exposing (uploadView)
           ^^^^^^^^^^^^^^^^^^^^
I checked the "dependencies" and "source-directories" listed in your elm.json,
but I cannot find it! Maybe it is a typo for one of these names?

    Parser.Advanced
    LaTeX.KaTeX
    Url.Builder
    Utils.HelperFunction

Hint: If it is not a typo, check the "dependencies" and "source-directories" of
your elm.json to make sure all the packages you need are listed there!


Detected problems in 1 module.
section_end:1720125948:step_script
section_start:1720125948:cleanup_file_variables
Cleaning up project directory and file based variables
section_end:1720125949:cleanup_file_variables
ERROR: Job failed: exit code 1