Running with gitlab-runner 17.8.1 (a1fca00e)
  on errond-1 qRrujdWc, system ID: s_c189e97efb51
section_start:1739996860:prepare_executor
Preparing the "docker" executor
Using Docker executor with image pandoc/latex:latest ...
Pulling docker image pandoc/latex:latest ...
Using docker image sha256:d68116f1c5214a8079a9be6a06fd3b049a2bb301a707620f38ceaf727ef83a98 for pandoc/latex:latest with digest pandoc/latex@sha256:2c65a8615ccfffafc700486d5b0c804acc1b5de4cb8846ba3530220359d2ac8d ...
section_end:1739996864:prepare_executor
section_start:1739996864:prepare_script
Preparing environment
Running on runner-qrrujdwc-project-383-concurrent-0 via errond-1...
section_end:1739996865:prepare_script
section_start:1739996865:get_sources
Getting source from Git repository
Fetching changes with git depth set to 50...
Reinitialized existing Git repository in /builds/lerngruppe/rezeptsammlung/.git/
Checking out 133afd74 as detached HEAD (ref is fix-ci)...

Skipping Git submodules setup
section_end:1739996866:get_sources
section_start:1739996866:step_script
Executing "step_script" stage of the job script
Using docker image sha256:d68116f1c5214a8079a9be6a06fd3b049a2bb301a707620f38ceaf727ef83a98 for pandoc/latex:latest with digest pandoc/latex@sha256:2c65a8615ccfffafc700486d5b0c804acc1b5de4cb8846ba3530220359d2ac8d ...
$ apk add --no-cache build-base python3 python3-dev py3-pip ttf-freefont
fetch https://dl-cdn.alpinelinux.org/alpine/v3.21/main/x86_64/APKINDEX.tar.gz
fetch https://dl-cdn.alpinelinux.org/alpine/v3.21/community/x86_64/APKINDEX.tar.gz
(1/37) Upgrading musl (1.2.5-r8 -> 1.2.5-r9)
(2/37) Installing jansson (2.14-r4)
(3/37) Installing binutils (2.43.1-r1)
(4/37) Installing libmagic (5.46-r2)
(5/37) Installing file (5.46-r2)
(6/37) Installing libgomp (14.2.0-r4)
(7/37) Installing libatomic (14.2.0-r4)
(8/37) Installing isl26 (0.26-r1)
(9/37) Installing mpfr4 (4.2.1-r0)
(10/37) Installing mpc1 (1.3.1-r1)
(11/37) Installing gcc (14.2.0-r4)
(12/37) Installing libstdc++-dev (14.2.0-r4)
(13/37) Installing musl-dev (1.2.5-r9)
(14/37) Installing g++ (14.2.0-r4)
(15/37) Installing make (4.4.1-r2)
(16/37) Installing fortify-headers (1.1-r5)
(17/37) Installing patch (2.7.6-r10)
(18/37) Installing build-base (0.5-r3)
(19/37) Installing mpdecimal (4.0.0-r0)
(20/37) Installing libpanelw (6.5_p20241006-r3)
(21/37) Installing python3 (3.12.9-r0)
(22/37) Installing python3-pycache-pyc0 (3.12.9-r0)
(23/37) Installing pyc (3.12.9-r0)
(24/37) Installing py3-setuptools-pyc (70.3.0-r0)
(25/37) Installing py3-pip-pyc (24.3.1-r0)
(26/37) Installing py3-parsing (3.1.4-r0)
(27/37) Installing py3-parsing-pyc (3.1.4-r0)
(28/37) Installing py3-packaging-pyc (24.2-r0)
(29/37) Installing python3-pyc (3.12.9-r0)
(30/37) Installing py3-packaging (24.2-r0)
(31/37) Installing py3-setuptools (70.3.0-r0)
(32/37) Installing py3-pip (24.3.1-r0)
(33/37) Installing python3-dev (3.12.9-r0)
(34/37) Installing encodings (1.0.7-r1)
(35/37) Installing libfontenc (1.1.8-r0)
(36/37) Installing mkfontscale (1.2.3-r1)
(37/37) Installing font-freefont (20120503-r4)
Executing busybox-1.37.0-r9.trigger
Executing fontconfig-2.15.0-r1.trigger
Executing mkfontscale-1.2.3-r1.trigger
OK: 480 MiB in 139 packages
$ python3 -m venv .venv
$ source .venv/bin/activate
$ python3 -m pip install recipemd
Collecting recipemd
  Downloading recipemd-5.0.0-py3-none-any.whl.metadata (4.0 kB)
Collecting dataclasses-json<0.6.0,>=0.5.2 (from recipemd)
  Downloading dataclasses_json-0.5.14-py3-none-any.whl.metadata (22 kB)
Collecting yarl<2.0.0,>=1.3.0 (from recipemd)
  Downloading yarl-1.18.3-cp312-cp312-musllinux_1_2_x86_64.whl.metadata (69 kB)
Collecting argcomplete<2.0.0,>=1.10.0 (from recipemd)
  Downloading argcomplete-1.12.3-py2.py3-none-any.whl.metadata (18 kB)
Collecting pyparsing~=2.4.2 (from recipemd)
  Downloading pyparsing-2.4.7-py2.py3-none-any.whl.metadata (3.6 kB)
Collecting markdown-it-py<3.0.0,>=2.1.0 (from recipemd)
  Downloading markdown_it_py-2.2.0-py3-none-any.whl.metadata (6.8 kB)
Collecting typing-extensions<5.0.0,>=4.3.0 (from recipemd)
  Downloading typing_extensions-4.12.2-py3-none-any.whl.metadata (3.0 kB)
Collecting marshmallow<4.0.0,>=3.18.0 (from dataclasses-json<0.6.0,>=0.5.2->recipemd)
  Downloading marshmallow-3.26.1-py3-none-any.whl.metadata (7.3 kB)
Collecting typing-inspect<1,>=0.4.0 (from dataclasses-json<0.6.0,>=0.5.2->recipemd)
  Downloading typing_inspect-0.9.0-py3-none-any.whl.metadata (1.5 kB)
Collecting mdurl~=0.1 (from markdown-it-py<3.0.0,>=2.1.0->recipemd)
  Downloading mdurl-0.1.2-py3-none-any.whl.metadata (1.6 kB)
Collecting idna>=2.0 (from yarl<2.0.0,>=1.3.0->recipemd)
  Downloading idna-3.10-py3-none-any.whl.metadata (10 kB)
Collecting multidict>=4.0 (from yarl<2.0.0,>=1.3.0->recipemd)
  Downloading multidict-6.1.0-cp312-cp312-musllinux_1_2_x86_64.whl.metadata (5.0 kB)
Collecting propcache>=0.2.0 (from yarl<2.0.0,>=1.3.0->recipemd)
  Downloading propcache-0.2.1-cp312-cp312-musllinux_1_2_x86_64.whl.metadata (9.2 kB)
Collecting packaging>=17.0 (from marshmallow<4.0.0,>=3.18.0->dataclasses-json<0.6.0,>=0.5.2->recipemd)
  Downloading packaging-24.2-py3-none-any.whl.metadata (3.2 kB)
Collecting mypy-extensions>=0.3.0 (from typing-inspect<1,>=0.4.0->dataclasses-json<0.6.0,>=0.5.2->recipemd)
  Downloading mypy_extensions-1.0.0-py3-none-any.whl.metadata (1.1 kB)
Downloading recipemd-5.0.0-py3-none-any.whl (58 kB)
Downloading argcomplete-1.12.3-py2.py3-none-any.whl (38 kB)
Downloading dataclasses_json-0.5.14-py3-none-any.whl (26 kB)
Downloading markdown_it_py-2.2.0-py3-none-any.whl (84 kB)
Downloading pyparsing-2.4.7-py2.py3-none-any.whl (67 kB)
Downloading typing_extensions-4.12.2-py3-none-any.whl (37 kB)
Downloading yarl-1.18.3-cp312-cp312-musllinux_1_2_x86_64.whl (357 kB)
Downloading idna-3.10-py3-none-any.whl (70 kB)
Downloading marshmallow-3.26.1-py3-none-any.whl (50 kB)
Downloading mdurl-0.1.2-py3-none-any.whl (10.0 kB)
Downloading multidict-6.1.0-cp312-cp312-musllinux_1_2_x86_64.whl (125 kB)
Downloading propcache-0.2.1-cp312-cp312-musllinux_1_2_x86_64.whl (230 kB)
Downloading typing_inspect-0.9.0-py3-none-any.whl (8.8 kB)
Downloading mypy_extensions-1.0.0-py3-none-any.whl (4.7 kB)
Downloading packaging-24.2-py3-none-any.whl (65 kB)
Installing collected packages: argcomplete, typing-extensions, pyparsing, propcache, packaging, mypy-extensions, multidict, mdurl, idna, yarl, typing-inspect, marshmallow, markdown-it-py, dataclasses-json, recipemd
Successfully installed argcomplete-1.12.3 dataclasses-json-0.5.14 idna-3.10 markdown-it-py-2.2.0 marshmallow-3.26.1 mdurl-0.1.2 multidict-6.1.0 mypy-extensions-1.0.0 packaging-24.2 propcache-0.2.1 pyparsing-2.4.7 recipemd-5.0.0 typing-extensions-4.12.2 typing-inspect-0.9.0 yarl-1.18.3

[notice] A new release of pip is available: 24.3.1 -> 25.0.1
[notice] To update, run: pip install --upgrade pip
$ apk add git
fetch https://dl-cdn.alpinelinux.org/alpine/v3.21/main/x86_64/APKINDEX.tar.gz
fetch https://dl-cdn.alpinelinux.org/alpine/v3.21/community/x86_64/APKINDEX.tar.gz
(1/5) Installing git (2.47.2-r0)
(2/5) Installing git-init-template (2.47.2-r0)
(3/5) Installing perl-error (0.17029-r2)
(4/5) Installing perl-git (2.47.2-r0)
(5/5) Installing git-perl (2.47.2-r0)
Executing busybox-1.37.0-r9.trigger
OK: 486 MiB in 144 packages
$ pip install unidecode
Collecting unidecode
  Downloading Unidecode-1.3.8-py3-none-any.whl.metadata (13 kB)
Downloading Unidecode-1.3.8-py3-none-any.whl (235 kB)
Installing collected packages: unidecode
Successfully installed unidecode-1.3.8

[notice] A new release of pip is available: 24.3.1 -> 25.0.1
[notice] To update, run: pip install --upgrade pip
$ python3 ./_filenames.py
[Filenames] Ignoring ./README.md
RuntimeError('Invalid, expected hr before ingredient list, got None instead')
[Filenames] Ignoring ./Schnelle_Thai_Suppe.md
RuntimeError('Amount must start with a number')
[Filenames] Ignoring ./Spanische_Tortilla.md
RuntimeError('Amount must start with a number')
[Filenames] Ignoring ./Geflochtener_Hotdog.md
RuntimeError('Amount must start with a number')
[Filenames] Ignoring ./Gruener_Salat_mit_Mandarinendressing.md
RuntimeError('Amount must start with a number')
[Filenames] Ignoring ./Falafel.md
RuntimeError('Amount must start with a number')
[Filenames] Ignoring ./Franzoesischer_Kartoffeltopf.md
RuntimeError('Amount must start with a number')
[Filenames] Ignoring ./Marci_Smoothie.md
RuntimeError('Amount must start with a number')
[Filenames] Ignoring ./mal-ausprobieren/Smoothie_without_a_name_yet.md
RuntimeError('Amount must start with a number')
$ git status
HEAD detached at 133afd7
Changes not staged for commit:
  (use "git add/rm <file>..." to update what will be committed)
  (use "git restore <file>..." to discard changes in working directory)
	deleted:    Deftige_Laugen-Petersilien-Knoedel.md
	deleted:    "Grillk\303\244se.md"
	deleted:    curry-von-pia.md

Untracked files:
  (use "git add <file>..." to include in what will be committed)
	.venv/
	Chicken_Curry_auf_Empfehlung_von_Pia.md
	Deftige_Laugen_Petersilien_Knoedel.md
	Grillkaese.md

no changes added to commit (use "git add" and/or "git commit -a")
$ git diff --exit-code >/dev/null
section_end:1739997525:step_script
section_start:1739997525:cleanup_file_variables
Cleaning up project directory and file based variables
section_end:1739997526:cleanup_file_variables
ERROR: Job failed: exit code 1