[0KRunning with gitlab-runner 16.0.2 (85586bd1)[0;m [0K on gitlab-shared-runner M_uxT_PKA, system ID: s_84bf98352682[0;m section_start:1720125929:resolve_secrets [0K[0K[36;1mResolving secrets[0;m[0;m section_end:1720125929:resolve_secrets [0Ksection_start:1720125929:prepare_executor [0K[0K[36;1mPreparing the "docker" executor[0;m[0;m [0KUsing Docker executor with image node:14 ...[0;m [0KPulling docker image node:14 ...[0;m [0KUsing docker image sha256:1d12470fa662a2a5cb50378dcdc8ea228c1735747db410bbefb8e2d9144b5452 for node:14 with digest node@sha256:a158d3b9b4e3fa813fa6c8c590b8f0a860e015ad4e59bbce5744d2f6fd8461aa ...[0;m section_end:1720125931:prepare_executor [0Ksection_start:1720125931:prepare_script [0K[0K[36;1mPreparing environment[0;m[0;m Running on runner-muxtpka-project-2927-concurrent-0 via vm-gitlab-runner... section_end:1720125932:prepare_script [0Ksection_start:1720125932:get_sources [0K[0K[36;1mGetting source from Git repository[0;m[0;m [32;1mFetching changes with git depth set to 20...[0;m Reinitialized existing Git repository in /builds/aqquq/math-tutor/.git/ [32;1mChecking out 48927fc4 as detached HEAD (ref is master)...[0;m Removing public/ [32;1mSkipping Git submodules setup[0;m section_end:1720125933:get_sources [0Ksection_start:1720125933:step_script [0K[0K[36;1mExecuting "step_script" stage of the job script[0;m[0;m [0KUsing docker image sha256:1d12470fa662a2a5cb50378dcdc8ea228c1735747db410bbefb8e2d9144b5452 for node:14 with digest node@sha256:a158d3b9b4e3fa813fa6c8c590b8f0a860e015ad4e59bbce5744d2f6fd8461aa ...[0;m [32;1m$ apt-get update[0;m 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... [32;1m$ apt-get install -y curl[0;m 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) ... [32;1m$ curl -L https://github.com/elm/compiler/releases/download/${ELM_VERSION}/binary-for-linux-64-bit.gz -o /usr/local/bin/elm.gz[0;m % 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 [32;1m$ gunzip /usr/local/bin/elm.gz[0;m [32;1m$ chmod +x /usr/local/bin/elm[0;m [32;1m$ mkdir -p public[0;m [32;1m$ cp src/logo.svg public/logo.svg[0;m [32;1m$ cp src/index.html public/index.html[0;m [32;1m$ cp src/style.css public/style.css[0;m [32;1m$ cp src/katex.js public/katex.js[0;m [32;1m$ elm make src/Main.elm --output=public/elm.js[0;m 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 [0Ksection_start:1720125948:cleanup_file_variables [0K[0K[36;1mCleaning up project directory and file based variables[0;m[0;m section_end:1720125949:cleanup_file_variables [0K[31;1mERROR: Job failed: exit code 1 [0;m