Running with gitlab-runner 15.11.0 (436955cb)
  on Docker-F Pi9b1ms7, system ID: s_6b4ae4b550fa
section_start:1687876268:prepare_executor
Preparing the "docker" executor
Using Docker executor with image debian:stretch ...
WARNING: Container based cache volumes creation is disabled. Will not create volume for "/cache"
Pulling docker image debian:stretch ...
Using docker image sha256:662c05203bab4c59568d24689fa5c3955439360a35c483178598d226b9a5ad10 for debian:stretch with digest debian@sha256:c5c5200ff1e9c73ffbf188b4a67eb1c91531b644856b4aefe86a58d2f0cb05be ...
section_end:1687876272:prepare_executor
section_start:1687876272:prepare_script
Preparing environment
Running on runner-pi9b1ms7-project-587-concurrent-3 via gitlab-runners.vm.cesnet.cz...
section_end:1687876272:prepare_script
section_start:1687876272:get_sources
Getting source from Git repository
Fetching changes with git depth set to 50...
Initialized empty Git repository in /builds/702/security/mod-ssl-preauth-debian/.git/
Created fresh repository.
Checking out 8751e106 as detached HEAD (ref is master)...

Skipping Git submodules setup
section_end:1687876273:get_sources
section_start:1687876273:step_script
Executing "step_script" stage of the job script
Using docker image sha256:662c05203bab4c59568d24689fa5c3955439360a35c483178598d226b9a5ad10 for debian:stretch with digest debian@sha256:c5c5200ff1e9c73ffbf188b4a67eb1c91531b644856b4aefe86a58d2f0cb05be ...
$ ./make.sh
+ . /etc/os-release
++ PRETTY_NAME='Debian GNU/Linux 9 (stretch)'
++ NAME='Debian GNU/Linux'
++ VERSION_ID=9
++ VERSION='9 (stretch)'
++ VERSION_CODENAME=stretch
++ ID=debian
++ HOME_URL=https://www.debian.org/
++ SUPPORT_URL=https://www.debian.org/support
++ BUG_REPORT_URL=https://bugs.debian.org/
+ cat
++ get_debian_security
++ '[' 9 -lt 11 ']'
++ echo stretch/updates
++ get_debian_security
++ '[' 9 -lt 11 ']'
++ echo stretch/updates
+ apt update -qqq

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

E: The repository 'http://ftp.zcu.cz/pub/linux/debian stretch Release' does not have a Release file.
E: The repository 'http://ftp.zcu.cz/pub/linux/debian stretch-updates Release' does not have a Release file.
E: The repository 'http://ftp.zcu.cz/pub/linux/debian-security stretch/updates Release' does not have a Release file.
+ apt install git devscripts build-essential apache2-dev -yqqq

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

E: Unable to locate package git
E: Unable to locate package devscripts
E: Unable to locate package build-essential
E: Unable to locate package apache2-dev
+ git clone https://github.com/CESNET/mod_ssl_preauth
./make.sh: line 32: git: command not found
+ cd mod_ssl_preauth
./make.sh: line 33: cd: mod_ssl_preauth: No such file or directory
+ sed '1 s/)/+deb9)/' debian/changelog -i
sed: can't read debian/changelog: No such file or directory
+ dpkg-buildpackage -uc -us -b
./make.sh: line 37: dpkg-buildpackage: command not found
+ cd ..
+ mkdir build
+ mv '*.deb' build/
mv: cannot stat '*.deb': No such file or directory
section_end:1687876274:step_script
section_start:1687876274:cleanup_file_variables
Cleaning up project directory and file based variables
section_end:1687876274:cleanup_file_variables
ERROR: Job failed: exit code 1