Running with gitlab-runner 13.5.0 (ece86343)
  on enpt_enmapboxapp_ci_runner__v0.8.5__mefe2 6ALFyLDv
section_start:1724840246:prepare_executor
Preparing the "docker" executor
Using Docker executor with image ds__enpt_enmapboxapp_ci:0.8.5 ...
Using docker image sha256:103183b07fa974836af374afd316b17058322a3a4b5466a2456d4cede1c85b82 for ds__enpt_enmapboxapp_ci:0.8.5 ...
section_end:1724840250:prepare_executor
section_start:1724840250:prepare_script
Preparing environment
Running on runner-6alfyldv-project-480-concurrent-0 via 8917bc49862a...
section_end:1724840255:prepare_script
section_start:1724840255:get_sources
Getting source from Git repository
Fetching changes...
Reinitialized existing Git repository in /builds/EnMAP/GFZ_Tools_EnMAP_BOX/enpt_enmapboxapp/.git/
Checking out 5000e209 as v0.9.0...

Skipping Git submodules setup
section_end:1724840264:get_sources
section_start:1724840264:download_artifacts
Downloading artifacts
Downloading artifacts for test_enpt_enmapboxapp (242201)...
Downloading artifacts from coordinator... ok        id=242201 responseStatus=200 OK token=glcbt-64
section_end:1724840274:download_artifacts
section_start:1724840274:step_script
Executing "step_script" stage of the job script
$ git lfs pull
Skipping object checkout, Git LFS is not installed for this repository.
Consider installing it with 'git lfs install'.
$ source /opt/conda/bin/activate ci_env
WARNING: No ICDs were found. Either,
- Install a conda package providing a OpenCL implementation (pocl, oclgrind, intel-compute-runtime, beignet) or 
- Make your system-wide implementation visible by installing ocl-icd-system conda package. 
$ pip install -U twine build
Requirement already satisfied: twine in /opt/conda/envs/ci_env/lib/python3.11/site-packages (4.0.2)
Collecting twine
  Downloading twine-5.1.1-py3-none-any.whl.metadata (3.5 kB)
Requirement already satisfied: build in /opt/conda/envs/ci_env/lib/python3.11/site-packages (0.7.0)
Collecting build
  Downloading build-1.2.1-py3-none-any.whl.metadata (4.3 kB)
Requirement already satisfied: pkginfo>=1.8.1 in /opt/conda/envs/ci_env/lib/python3.11/site-packages (from twine) (1.9.6)
Requirement already satisfied: readme-renderer>=35.0 in /opt/conda/envs/ci_env/lib/python3.11/site-packages (from twine) (42.0)
Requirement already satisfied: requests>=2.20 in /opt/conda/envs/ci_env/lib/python3.11/site-packages (from twine) (2.31.0)
Requirement already satisfied: requests-toolbelt!=0.9.0,>=0.8.0 in /opt/conda/envs/ci_env/lib/python3.11/site-packages (from twine) (1.0.0)
Requirement already satisfied: urllib3>=1.26.0 in /opt/conda/envs/ci_env/lib/python3.11/site-packages (from twine) (2.2.0)
Requirement already satisfied: importlib-metadata>=3.6 in /opt/conda/envs/ci_env/lib/python3.11/site-packages (from twine) (7.0.1)
Requirement already satisfied: keyring>=15.1 in /opt/conda/envs/ci_env/lib/python3.11/site-packages (from twine) (24.3.0)
Requirement already satisfied: rfc3986>=1.4.0 in /opt/conda/envs/ci_env/lib/python3.11/site-packages (from twine) (2.0.0)
Requirement already satisfied: rich>=12.0.0 in /opt/conda/envs/ci_env/lib/python3.11/site-packages (from twine) (13.7.0)
Requirement already satisfied: packaging>=19.1 in /opt/conda/envs/ci_env/lib/python3.11/site-packages (from build) (23.2)
Collecting pyproject_hooks (from build)
  Downloading pyproject_hooks-1.1.0-py3-none-any.whl.metadata (1.3 kB)
Requirement already satisfied: zipp>=0.5 in /opt/conda/envs/ci_env/lib/python3.11/site-packages (from importlib-metadata>=3.6->twine) (3.17.0)
Requirement already satisfied: jaraco.classes in /opt/conda/envs/ci_env/lib/python3.11/site-packages (from keyring>=15.1->twine) (3.3.1)
Requirement already satisfied: SecretStorage>=3.2 in /opt/conda/envs/ci_env/lib/python3.11/site-packages (from keyring>=15.1->twine) (3.3.3)
Requirement already satisfied: jeepney>=0.4.2 in /opt/conda/envs/ci_env/lib/python3.11/site-packages (from keyring>=15.1->twine) (0.8.0)
Requirement already satisfied: nh3>=0.2.14 in /opt/conda/envs/ci_env/lib/python3.11/site-packages (from readme-renderer>=35.0->twine) (0.2.15)
Requirement already satisfied: docutils>=0.13.1 in /opt/conda/envs/ci_env/lib/python3.11/site-packages (from readme-renderer>=35.0->twine) (0.20.1)
Requirement already satisfied: Pygments>=2.5.1 in /opt/conda/envs/ci_env/lib/python3.11/site-packages (from readme-renderer>=35.0->twine) (2.17.2)
Requirement already satisfied: charset-normalizer<4,>=2 in /opt/conda/envs/ci_env/lib/python3.11/site-packages (from requests>=2.20->twine) (3.3.2)
Requirement already satisfied: idna<4,>=2.5 in /opt/conda/envs/ci_env/lib/python3.11/site-packages (from requests>=2.20->twine) (3.6)
Requirement already satisfied: certifi>=2017.4.17 in /opt/conda/envs/ci_env/lib/python3.11/site-packages (from requests>=2.20->twine) (2024.2.2)
Requirement already satisfied: markdown-it-py>=2.2.0 in /opt/conda/envs/ci_env/lib/python3.11/site-packages (from rich>=12.0.0->twine) (3.0.0)
Requirement already satisfied: mdurl~=0.1 in /opt/conda/envs/ci_env/lib/python3.11/site-packages (from markdown-it-py>=2.2.0->rich>=12.0.0->twine) (0.1.2)
Requirement already satisfied: cryptography>=2.0 in /opt/conda/envs/ci_env/lib/python3.11/site-packages (from SecretStorage>=3.2->keyring>=15.1->twine) (42.0.2)
Requirement already satisfied: more-itertools in /opt/conda/envs/ci_env/lib/python3.11/site-packages (from jaraco.classes->keyring>=15.1->twine) (10.2.0)
Requirement already satisfied: cffi>=1.12 in /opt/conda/envs/ci_env/lib/python3.11/site-packages (from cryptography>=2.0->SecretStorage>=3.2->keyring>=15.1->twine) (1.16.0)
Requirement already satisfied: pycparser in /opt/conda/envs/ci_env/lib/python3.11/site-packages (from cffi>=1.12->cryptography>=2.0->SecretStorage>=3.2->keyring>=15.1->twine) (2.21)
Downloading twine-5.1.1-py3-none-any.whl (38 kB)
Downloading build-1.2.1-py3-none-any.whl (21 kB)
Downloading pyproject_hooks-1.1.0-py3-none-any.whl (9.2 kB)
Installing collected packages: pyproject_hooks, build, twine
  Attempting uninstall: build
    Found existing installation: build 0.7.0
    Uninstalling build-0.7.0:
      Successfully uninstalled build-0.7.0
  Attempting uninstall: twine
    Found existing installation: twine 4.0.2
    Uninstalling twine-4.0.2:
      Successfully uninstalled twine-4.0.2
Successfully installed build-1.2.1 pyproject_hooks-1.1.0 twine-5.1.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
$ python -m build --sdist
* Creating isolated environment: venv+pip...
* Installing packages in isolated environment:
  - setuptools-git
  - setuptools>=61.2
* Getting build dependencies for sdist...
/tmp/build-env-ggybh5o0/lib/python3.11/site-packages/setuptools/config/pyprojecttoml.py:71: _ExperimentalConfiguration: `[tool.distutils]` in `pyproject.toml` is still *experimental* and likely to change in future releases.
  config = read_configuration(filepath, True, ignore_option_errors, dist)
running egg_info
creating enpt_enmapboxapp.egg-info
writing enpt_enmapboxapp.egg-info/PKG-INFO
writing dependency_links to enpt_enmapboxapp.egg-info/dependency_links.txt
writing requirements to enpt_enmapboxapp.egg-info/requires.txt
writing top-level names to enpt_enmapboxapp.egg-info/top_level.txt
writing manifest file 'enpt_enmapboxapp.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no previously-included files matching '__pycache__' found under directory '*'
warning: no previously-included files matching '*.py[co]' found under directory '*'
warning: no files found matching 'conf.py' under directory '*.rst'
warning: no files found matching 'Makefile' under directory '*.rst'
warning: no files found matching 'make.bat' under directory '*.rst'
warning: no files found matching '*.jpg' under directory '*.rst'
warning: no files found matching '*.png' under directory '*.rst'
warning: no files found matching '*.gif' under directory '*.rst'
adding license file 'LICENSE'
writing manifest file 'enpt_enmapboxapp.egg-info/SOURCES.txt'
<string>:57: UserWarning: You need to install the EnMAP-Box to run the EnPT-EnMAPBox-App. See here for installation instructions: https://enmap-box.readthedocs.io/en/latest/usr_section/usr_installation.html
NOTE: To run EnPT within the EnMAP-Box via the EnPT GUI, the EnPT backend code is required (minimal version: v0.20.1). Right now, it could not be found. Refer to https://enmap.git-pages.gfz-potsdam.de/GFZ_Tools_EnMAP_BOX/EnPT/doc/installation.html for more details.
* Building sdist...
/tmp/build-env-ggybh5o0/lib/python3.11/site-packages/setuptools/config/pyprojecttoml.py:71: _ExperimentalConfiguration: `[tool.distutils]` in `pyproject.toml` is still *experimental* and likely to change in future releases.
  config = read_configuration(filepath, True, ignore_option_errors, dist)
running sdist
running egg_info
writing enpt_enmapboxapp.egg-info/PKG-INFO
writing dependency_links to enpt_enmapboxapp.egg-info/dependency_links.txt
writing requirements to enpt_enmapboxapp.egg-info/requires.txt
writing top-level names to enpt_enmapboxapp.egg-info/top_level.txt
reading manifest template 'MANIFEST.in'
warning: no previously-included files matching '__pycache__' found under directory '*'
warning: no previously-included files matching '*.py[co]' found under directory '*'
warning: no files found matching 'conf.py' under directory '*.rst'
warning: no files found matching 'Makefile' under directory '*.rst'
warning: no files found matching 'make.bat' under directory '*.rst'
warning: no files found matching '*.jpg' under directory '*.rst'
warning: no files found matching '*.png' under directory '*.rst'
warning: no files found matching '*.gif' under directory '*.rst'
adding license file 'LICENSE'
writing manifest file 'enpt_enmapboxapp.egg-info/SOURCES.txt'
running check
creating enpt_enmapboxapp-0.9.0
creating enpt_enmapboxapp-0.9.0/bin
creating enpt_enmapboxapp-0.9.0/enpt_enmapboxapp
creating enpt_enmapboxapp-0.9.0/enpt_enmapboxapp.egg-info
copying files to enpt_enmapboxapp-0.9.0...
copying AUTHORS.rst -> enpt_enmapboxapp-0.9.0
copying CONTRIBUTING.rst -> enpt_enmapboxapp-0.9.0
copying HISTORY.rst -> enpt_enmapboxapp-0.9.0
copying LICENSE -> enpt_enmapboxapp-0.9.0
copying Makefile -> enpt_enmapboxapp-0.9.0
copying README.rst -> enpt_enmapboxapp-0.9.0
copying pyproject.toml -> enpt_enmapboxapp-0.9.0
copying setup.py -> enpt_enmapboxapp-0.9.0
copying tox.ini -> enpt_enmapboxapp-0.9.0
copying bin/enpt_run_cmd.bat -> enpt_enmapboxapp-0.9.0/bin
copying bin/enpt_run_cmd.sh -> enpt_enmapboxapp-0.9.0/bin
copying enpt_enmapboxapp/__init__.py -> enpt_enmapboxapp-0.9.0/enpt_enmapboxapp
copying enpt_enmapboxapp/_enpt_alg_base.py -> enpt_enmapboxapp-0.9.0/enpt_enmapboxapp
copying enpt_enmapboxapp/enpt_algorithm.py -> enpt_enmapboxapp-0.9.0/enpt_enmapboxapp
copying enpt_enmapboxapp/enpt_enmapboxapp.py -> enpt_enmapboxapp-0.9.0/enpt_enmapboxapp
copying enpt_enmapboxapp/enpt_external_algorithm.py -> enpt_enmapboxapp-0.9.0/enpt_enmapboxapp
copying enpt_enmapboxapp/icon.png -> enpt_enmapboxapp-0.9.0/enpt_enmapboxapp
copying enpt_enmapboxapp/version.py -> enpt_enmapboxapp-0.9.0/enpt_enmapboxapp
copying enpt_enmapboxapp.egg-info/PKG-INFO -> enpt_enmapboxapp-0.9.0/enpt_enmapboxapp.egg-info
copying enpt_enmapboxapp.egg-info/SOURCES.txt -> enpt_enmapboxapp-0.9.0/enpt_enmapboxapp.egg-info
copying enpt_enmapboxapp.egg-info/dependency_links.txt -> enpt_enmapboxapp-0.9.0/enpt_enmapboxapp.egg-info
copying enpt_enmapboxapp.egg-info/not-zip-safe -> enpt_enmapboxapp-0.9.0/enpt_enmapboxapp.egg-info
copying enpt_enmapboxapp.egg-info/requires.txt -> enpt_enmapboxapp-0.9.0/enpt_enmapboxapp.egg-info
copying enpt_enmapboxapp.egg-info/top_level.txt -> enpt_enmapboxapp-0.9.0/enpt_enmapboxapp.egg-info
copying enpt_enmapboxapp.egg-info/SOURCES.txt -> enpt_enmapboxapp-0.9.0/enpt_enmapboxapp.egg-info
Writing enpt_enmapboxapp-0.9.0/setup.cfg
Creating tar archive
removing 'enpt_enmapboxapp-0.9.0' (and everything under it)
<string>:57: UserWarning: You need to install the EnMAP-Box to run the EnPT-EnMAPBox-App. See here for installation instructions: https://enmap-box.readthedocs.io/en/latest/usr_section/usr_installation.html
NOTE: To run EnPT within the EnMAP-Box via the EnPT GUI, the EnPT backend code is required (minimal version: v0.20.1). Right now, it could not be found. Refer to https://enmap.git-pages.gfz-potsdam.de/GFZ_Tools_EnMAP_BOX/EnPT/doc/installation.html for more details.
Successfully built enpt_enmapboxapp-0.9.0.tar.gz
$ twine check dist/*
Checking dist/enpt_enmapboxapp-0.9.0.tar.gz: PASSED
$ twine upload dist/*
Uploading distributions to https://upload.pypi.org/legacy/
Uploading enpt_enmapboxapp-0.9.0.tar.gz
[?25l
  0% ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/40.2 kB • --:-- • ?
  0% ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/40.2 kB • --:-- • ?
  0% ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/40.2 kB • --:-- • ?
  0% ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/40.2 kB • --:-- • ?
  0% ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/40.2 kB • --:-- • ?
100% ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 40.2/40.2 kB • 00:00 • 55.6 MB/s
100% ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 40.2/40.2 kB • 00:00 • 55.6 MB/s
100% ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 40.2/40.2 kB • 00:00 • 55.6 MB/s
100% ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 40.2/40.2 kB • 00:00 • 55.6 MB/s
100% ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 40.2/40.2 kB • 00:00 • 55.6 MB/s
100% ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 40.2/40.2 kB • 00:00 • 55.6 MB/s
100% ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 40.2/40.2 kB • 00:00 • 55.6 MB/s
100% ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 40.2/40.2 kB • 00:00 • 55.6 MB/s
100% ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 40.2/40.2 kB • 00:00 • 55.6 MB/s
100% ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 40.2/40.2 kB • 00:00 • 55.6 MB/s
100% ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 40.2/40.2 kB • 00:00 • 55.6 MB/s
100% ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 40.2/40.2 kB • 00:00 • 55.6 MB/s
100% ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 40.2/40.2 kB • 00:00 • 55.6 MB/s
100% ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 40.2/40.2 kB • 00:00 • 55.6 MB/s
100% ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 40.2/40.2 kB • 00:00 • 55.6 MB/s
100% ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 40.2/40.2 kB • 00:00 • 55.6 MB/s
[?25h
View at:
https://pypi.org/project/enpt-enmapboxapp/0.9.0/
section_end:1724840294:step_script
section_start:1724840294:cleanup_file_variables
Cleaning up file based variables
section_end:1724840297:cleanup_file_variables
Job succeeded