Running with gitlab-runner 14.3.4 (77516d85)
  on gitlab-runner.labranet.jamk.fi 28085d40
section_start:1644993321:resolve_secrets
Resolving secrets
section_end:1644993321:resolve_secrets
section_start:1644993321:prepare_executor
Preparing the "docker" executor
Using Docker executor with image python:3.8 ...
Pulling docker image python:3.8 ...
Using docker image sha256:26ceccfbe302cd4a8627753adbe63be9892c18e2f3454c7dc1808149e46594b5 for python:3.8 with digest python@sha256:eb6bb612babb3bcb3b846e27904807f0fd2322b8d3d832b84dbc244f8fb25068 ...
section_end:1644993323:prepare_executor
section_start:1644993323:prepare_script
Preparing environment
Running on runner-28085d40-project-11926-concurrent-0 via gitlab-runner.labranet.jamk.fi...
section_end:1644993323:prepare_script
section_start:1644993323:get_sources
Getting source from Git repository
Fetching changes with git depth set to 50...
Reinitialized existing Git repository in /builds/TTOS1000-TTOS1200/ttos1000-ttos1200.pages.labranet.jamk.fi/.git/
Checking out fd3d01f0 as master...
Removing lightgallery-markdown/
Removing public/

Skipping Git submodules setup
section_end:1644993324:get_sources
section_start:1644993324:step_script
Executing "step_script" stage of the job script
Using docker image sha256:26ceccfbe302cd4a8627753adbe63be9892c18e2f3454c7dc1808149e46594b5 for python:3.8 with digest python@sha256:eb6bb612babb3bcb3b846e27904807f0fd2322b8d3d832b84dbc244f8fb25068 ...
$ apt update && apt install git -y

WARNING: apt does not have a stable CLI interface. Use with caution in scripts.

Get:1 http://deb.debian.org/debian bullseye InRelease [116 kB]
Get:2 http://security.debian.org/debian-security bullseye-security InRelease [44.1 kB]
Get:3 http://deb.debian.org/debian bullseye-updates InRelease [39.4 kB]
Get:4 http://security.debian.org/debian-security bullseye-security/main amd64 Packages [118 kB]
Get:5 http://deb.debian.org/debian bullseye/main amd64 Packages [8183 kB]
Get:6 http://deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B]
Fetched 8503 kB in 1s (6106 kB/s)
Reading package lists...
Building dependency tree...
Reading state information...
2 packages can be upgraded. Run 'apt list --upgradable' to see them.

WARNING: apt does not have a stable CLI interface. Use with caution in scripts.

Reading package lists...
Building dependency tree...
Reading state information...
git is already the newest version (1:2.30.2-1).
0 upgraded, 0 newly installed, 0 to remove and 2 not upgraded.
$ pip install mkdocs
Collecting mkdocs
  Downloading mkdocs-1.2.3-py3-none-any.whl (6.4 MB)
Collecting packaging>=20.5
  Downloading packaging-21.3-py3-none-any.whl (40 kB)
Collecting mergedeep>=1.3.4
  Downloading mergedeep-1.3.4-py3-none-any.whl (6.4 kB)
Collecting watchdog>=2.0
  Downloading watchdog-2.1.6-py3-none-manylinux2014_x86_64.whl (76 kB)
Collecting PyYAML>=3.10
  Downloading PyYAML-6.0-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (701 kB)
Collecting click>=3.3
  Downloading click-8.0.3-py3-none-any.whl (97 kB)
Collecting pyyaml-env-tag>=0.1
  Downloading pyyaml_env_tag-0.1-py3-none-any.whl (3.9 kB)
Collecting Jinja2>=2.10.1
  Downloading Jinja2-3.0.3-py3-none-any.whl (133 kB)
Collecting importlib-metadata>=3.10
  Downloading importlib_metadata-4.11.1-py3-none-any.whl (17 kB)
Collecting ghp-import>=1.0
  Downloading ghp_import-2.0.2-py3-none-any.whl (11 kB)
Collecting Markdown>=3.2.1
  Downloading Markdown-3.3.6-py3-none-any.whl (97 kB)
Collecting python-dateutil>=2.8.1
  Downloading python_dateutil-2.8.2-py2.py3-none-any.whl (247 kB)
Collecting zipp>=0.5
  Downloading zipp-3.7.0-py3-none-any.whl (5.3 kB)
Collecting MarkupSafe>=2.0
  Downloading MarkupSafe-2.0.1-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (30 kB)
Collecting pyparsing!=3.0.5,>=2.0.2
  Downloading pyparsing-3.0.7-py3-none-any.whl (98 kB)
Collecting six>=1.5
  Downloading six-1.16.0-py2.py3-none-any.whl (11 kB)
Installing collected packages: zipp, six, PyYAML, python-dateutil, pyparsing, MarkupSafe, importlib-metadata, watchdog, pyyaml-env-tag, packaging, mergedeep, Markdown, Jinja2, ghp-import, click, mkdocs
Successfully installed Jinja2-3.0.3 Markdown-3.3.6 MarkupSafe-2.0.1 PyYAML-6.0 click-8.0.3 ghp-import-2.0.2 importlib-metadata-4.11.1 mergedeep-1.3.4 mkdocs-1.2.3 packaging-21.3 pyparsing-3.0.7 python-dateutil-2.8.2 pyyaml-env-tag-0.1 six-1.16.0 watchdog-2.1.6 zipp-3.7.0
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
WARNING: You are using pip version 21.2.4; however, version 22.0.3 is available.
You should consider upgrading via the '/usr/local/bin/python -m pip install --upgrade pip' command.
$ pip install mkdocs-material
Collecting mkdocs-material
  Downloading mkdocs_material-8.1.11-py2.py3-none-any.whl (4.8 MB)
Requirement already satisfied: markdown>=3.2 in /usr/local/lib/python3.8/site-packages (from mkdocs-material) (3.3.6)
Collecting pygments>=2.10
  Downloading Pygments-2.11.2-py3-none-any.whl (1.1 MB)
Collecting pymdown-extensions>=9.0
  Downloading pymdown_extensions-9.2-py3-none-any.whl (216 kB)
Requirement already satisfied: jinja2>=2.11.1 in /usr/local/lib/python3.8/site-packages (from mkdocs-material) (3.0.3)
Collecting mkdocs-material-extensions>=1.0
  Downloading mkdocs_material_extensions-1.0.3-py3-none-any.whl (8.1 kB)
Requirement already satisfied: mkdocs>=1.2.3 in /usr/local/lib/python3.8/site-packages (from mkdocs-material) (1.2.3)
Requirement already satisfied: MarkupSafe>=2.0 in /usr/local/lib/python3.8/site-packages (from jinja2>=2.11.1->mkdocs-material) (2.0.1)
Requirement already satisfied: importlib-metadata>=4.4 in /usr/local/lib/python3.8/site-packages (from markdown>=3.2->mkdocs-material) (4.11.1)
Requirement already satisfied: zipp>=0.5 in /usr/local/lib/python3.8/site-packages (from importlib-metadata>=4.4->markdown>=3.2->mkdocs-material) (3.7.0)
Requirement already satisfied: PyYAML>=3.10 in /usr/local/lib/python3.8/site-packages (from mkdocs>=1.2.3->mkdocs-material) (6.0)
Requirement already satisfied: pyyaml-env-tag>=0.1 in /usr/local/lib/python3.8/site-packages (from mkdocs>=1.2.3->mkdocs-material) (0.1)
Requirement already satisfied: packaging>=20.5 in /usr/local/lib/python3.8/site-packages (from mkdocs>=1.2.3->mkdocs-material) (21.3)
Requirement already satisfied: mergedeep>=1.3.4 in /usr/local/lib/python3.8/site-packages (from mkdocs>=1.2.3->mkdocs-material) (1.3.4)
Requirement already satisfied: click>=3.3 in /usr/local/lib/python3.8/site-packages (from mkdocs>=1.2.3->mkdocs-material) (8.0.3)
Requirement already satisfied: watchdog>=2.0 in /usr/local/lib/python3.8/site-packages (from mkdocs>=1.2.3->mkdocs-material) (2.1.6)
Requirement already satisfied: ghp-import>=1.0 in /usr/local/lib/python3.8/site-packages (from mkdocs>=1.2.3->mkdocs-material) (2.0.2)
Requirement already satisfied: python-dateutil>=2.8.1 in /usr/local/lib/python3.8/site-packages (from ghp-import>=1.0->mkdocs>=1.2.3->mkdocs-material) (2.8.2)
Requirement already satisfied: pyparsing!=3.0.5,>=2.0.2 in /usr/local/lib/python3.8/site-packages (from packaging>=20.5->mkdocs>=1.2.3->mkdocs-material) (3.0.7)
Requirement already satisfied: six>=1.5 in /usr/local/lib/python3.8/site-packages (from python-dateutil>=2.8.1->ghp-import>=1.0->mkdocs>=1.2.3->mkdocs-material) (1.16.0)
Installing collected packages: pymdown-extensions, pygments, mkdocs-material-extensions, mkdocs-material
Successfully installed mkdocs-material-8.1.11 mkdocs-material-extensions-1.0.3 pygments-2.11.2 pymdown-extensions-9.2
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
WARNING: You are using pip version 21.2.4; however, version 22.0.3 is available.
You should consider upgrading via the '/usr/local/bin/python -m pip install --upgrade pip' command.
$ pip install plantuml-markdown
Collecting plantuml-markdown
  Downloading plantuml_markdown-3.5.1-py3-none-any.whl (10 kB)
Collecting plantuml
  Downloading plantuml-0.3.0-py3-none-any.whl (5.8 kB)
Requirement already satisfied: Markdown in /usr/local/lib/python3.8/site-packages (from plantuml-markdown) (3.3.6)
Requirement already satisfied: importlib-metadata>=4.4 in /usr/local/lib/python3.8/site-packages (from Markdown->plantuml-markdown) (4.11.1)
Requirement already satisfied: zipp>=0.5 in /usr/local/lib/python3.8/site-packages (from importlib-metadata>=4.4->Markdown->plantuml-markdown) (3.7.0)
Collecting httplib2
  Downloading httplib2-0.20.4-py3-none-any.whl (96 kB)
Requirement already satisfied: pyparsing!=3.0.0,!=3.0.1,!=3.0.2,!=3.0.3,<4,>=2.4.2 in /usr/local/lib/python3.8/site-packages (from httplib2->plantuml->plantuml-markdown) (3.0.7)
Installing collected packages: httplib2, plantuml, plantuml-markdown
Successfully installed httplib2-0.20.4 plantuml-0.3.0 plantuml-markdown-3.5.1
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
WARNING: You are using pip version 21.2.4; however, version 22.0.3 is available.
You should consider upgrading via the '/usr/local/bin/python -m pip install --upgrade pip' command.
$ git clone https://github.com/g-provost/lightgallery-markdown.git
Cloning into 'lightgallery-markdown'...
$ cd lightgallery-markdown
$ python setup.py install
running install
running bdist_egg
running egg_info
creating lightgallery.egg-info
writing lightgallery.egg-info/PKG-INFO
writing dependency_links to lightgallery.egg-info/dependency_links.txt
writing requirements to lightgallery.egg-info/requires.txt
writing top-level names to lightgallery.egg-info/top_level.txt
writing manifest file 'lightgallery.egg-info/SOURCES.txt'
reading manifest file 'lightgallery.egg-info/SOURCES.txt'
adding license file 'LICENSE'
writing manifest file 'lightgallery.egg-info/SOURCES.txt'
installing library code to build/bdist.linux-x86_64/egg
running install_lib
running build_py
creating build
creating build/lib
copying lightgallery.py -> build/lib
creating build/bdist.linux-x86_64
creating build/bdist.linux-x86_64/egg
copying build/lib/lightgallery.py -> build/bdist.linux-x86_64/egg
byte-compiling build/bdist.linux-x86_64/egg/lightgallery.py to lightgallery.cpython-38.pyc
creating build/bdist.linux-x86_64/egg/EGG-INFO
copying lightgallery.egg-info/PKG-INFO -> build/bdist.linux-x86_64/egg/EGG-INFO
copying lightgallery.egg-info/SOURCES.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
copying lightgallery.egg-info/dependency_links.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
copying lightgallery.egg-info/requires.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
copying lightgallery.egg-info/top_level.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
zip_safe flag not set; analyzing archive contents...
creating dist
creating 'dist/lightgallery-0.5-py3.8.egg' and adding 'build/bdist.linux-x86_64/egg' to it
removing 'build/bdist.linux-x86_64/egg' (and everything under it)
Processing lightgallery-0.5-py3.8.egg
Copying lightgallery-0.5-py3.8.egg to /usr/local/lib/python3.8/site-packages
Adding lightgallery 0.5 to easy-install.pth file

Installed /usr/local/lib/python3.8/site-packages/lightgallery-0.5-py3.8.egg
Processing dependencies for lightgallery==0.5
Searching for Markdown==3.3.6
Best match: Markdown 3.3.6
Adding Markdown 3.3.6 to easy-install.pth file
Installing markdown_py script to /usr/local/bin

Using /usr/local/lib/python3.8/site-packages
Searching for importlib-metadata==4.11.1
Best match: importlib-metadata 4.11.1
Adding importlib-metadata 4.11.1 to easy-install.pth file

Using /usr/local/lib/python3.8/site-packages
Searching for zipp==3.7.0
Best match: zipp 3.7.0
Adding zipp 3.7.0 to easy-install.pth file

Using /usr/local/lib/python3.8/site-packages
Finished processing dependencies for lightgallery==0.5
$ cd ..
$ mkdocs --version
mkdocs, version 1.2.3 from /usr/local/lib/python3.8/site-packages/mkdocs (Python 3.8)
$ mkdocs build
WARNING  -  Config value: 'google_analytics'. Warning: The configuration option google_analytics has been deprecated and will be removed in a future release of MkDocs. See the options available on your theme for an alternative.
INFO     -  Cleaning site directory
INFO     -  Building documentation to directory: /builds/TTOS1000-TTOS1200/ttos1000-ttos1200.pages.labranet.jamk.fi/public
WARNING  -  Documentation file 'Home.md' contains a link to 'projektin-käyntivaihe/yleinen-tilannekatsaus.md' which is not found in the documentation files.
WARNING  -  Documentation file 'Home.md' contains a link to 'projektin-käyntivaihe/yleinen-tilannekatsaus.md' which is not found in the documentation files.
WARNING  -  Documentation file 'Home.md' contains a link to 'projektin-käyntivaihe/yleinen-tilannekatsaus.md' which is not found in the documentation files.
WARNING  -  Documentation file 'Home.md' contains a link to 'projektin-käyntivaihe/yleinen-tilannekatsaus.md' which is not found in the documentation files.
WARNING  -  Documentation file 'Home.md' contains a link to 'projektin-käyntivaihe/yleinen-tilannekatsaus.md' which is not found in the documentation files.
WARNING  -  Documentation file 'Home.md' contains a link to 'projektin-käyntivaihe/yleinen-tilannekatsaus.md' which is not found in the documentation files.
WARNING  -  Documentation file 'Home.md' contains a link to 'projektin-käyntivaihe/yleinen-tilannekatsaus.md' which is not found in the documentation files.
WARNING  -  Documentation file 'Home.md' contains a link to 'projektin-käyntivaihe/yleinen-tilannekatsaus.md' which is not found in the documentation files.
WARNING  -  Documentation file 'Home.md' contains a link to '../projektin-käyntivaihe/yleinen-tilannekatsaus.md' which is not found in the documentation files.
WARNING  -  Documentation file 'Home.md' contains a link to '../projektin-käyntivaihe/yleinen-tilannekatsaus.md' which is not found in the documentation files.
WARNING  -  Documentation file 'Home.md' contains a link to '../projektin-käyntivaihe/yleinen-tilannekatsaus.md' which is not found in the documentation files.
WARNING  -  Documentation file 'Home.md' contains a link to '../projektin-käyntivaihe/leader-meeting.md' which is not found in the documentation files.
WARNING  -  Documentation file 'Home.md' contains a link to '../projektin-käyntivaihe/yleinen-tilannekatsaus.md' which is not found in the documentation files.
WARNING  -  Documentation file 'Home.md' contains a link to '../projektin-loppuvaihe/loppuseminaari.md' which is not found in the documentation files.
WARNING  -  Documentation file 'yleiset/kurssin-suorittaminen-etana.md' contains a link to 'yleiset/kurssiaikataulu.md' which is not found in the documentation files.
INFO     -  Documentation built in 4.24 seconds
section_end:1644993343:step_script
section_start:1644993343:upload_artifacts_on_success
Uploading artifacts for successful job
Uploading artifacts...
public: found 145 matching files and directories   
Uploading artifacts as "archive" to coordinator... ok  id=1145267 responseStatus=201 Created token=PX2_vHeJ
section_end:1644993343:upload_artifacts_on_success
section_start:1644993343:cleanup_file_variables
Cleaning up project directory and file based variables
section_end:1644993344:cleanup_file_variables
Job succeeded