Running with gitlab-runner 13.7.0 (943fc252)
  on strudel2-dev CyHB5199
section_start:1717635803:prepare_executor
Preparing the "shell" executor
Using Shell executor...
section_end:1717635803:prepare_executor
section_start:1717635803:prepare_script
Preparing environment
Running on strudel2-dev-2...
section_end:1717635803:prepare_script
section_start:1717635803:get_sources
Getting source from Git repository
Fetching changes...
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint: 
hint: 	git config --global init.defaultBranch <name>
hint: 
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint: 
hint: 	git branch -m <name>
Initialized empty Git repository in /var/lib/gitlab-runner/builds/CyHB5199/0/hpc-team/strudelv2_spa/.git/
Created fresh repository.
Checking out 6ff7eeee as dev...
Skipping Git submodules setup
section_end:1717635803:get_sources
section_start:1717635803:download_artifacts
Downloading artifacts
Downloading artifacts for build (178625)...
Runtime platform                                    arch=amd64 os=linux pid=227692 revision=943fc252 version=13.7.0
Downloading artifacts from coordinator... ok        id=178625 responseStatus=200 OK token=glcbt-64
WARNING: dist/: lchown dist/: operation not permitted (suppressing repeats) 
section_end:1717635804:download_artifacts
section_start:1717635804:step_script
Executing "step_script" stage of the job script
$ echo "deploying dev"
deploying dev
$ ls -l
total 472
-rw-rw-r-- 1 gitlab-runner gitlab-runner   7677 Jun  6 01:03 angular.json
drwxr-xr-x 3 gitlab-runner gitlab-runner   4096 Jun  6 01:03 dist
drwxrwxr-x 2 gitlab-runner gitlab-runner   4096 Jun  6 01:03 docs
drwxrwxr-x 3 gitlab-runner gitlab-runner   4096 Jun  6 01:03 e2e
-rw-rw-r-- 1 gitlab-runner gitlab-runner    617 Jun  6 01:03 gerp.conf
-rwxrwxr-x 1 gitlab-runner gitlab-runner    242 Jun  6 01:03 install_gerp.sh
-rwxrwxr-x 1 gitlab-runner gitlab-runner    387 Jun  6 01:03 install_massive.org.au.sh
-rwxrwxr-x 1 gitlab-runner gitlab-runner    247 Jun  6 01:03 install_mlerp.sh
-rwxrwxr-x 1 gitlab-runner gitlab-runner    186 Jun  6 01:03 install.sh
-rwxrwxr-x 1 gitlab-runner gitlab-runner    837 Jun  6 01:03 install_training.cloud.cvl.org.au.sh
drwxrwxr-x 5 gitlab-runner gitlab-runner   4096 Jun  6 01:03 junk
-rw-rw-r-- 1 gitlab-runner gitlab-runner    962 Jun  6 01:03 karma.conf.js
-rw-rw-r-- 1 gitlab-runner gitlab-runner  11564 Jun  6 01:03 main.ts
-rw-rw-r-- 1 gitlab-runner gitlab-runner    638 Jun  6 01:03 mlerp.conf
drwxrwxr-x 2 gitlab-runner gitlab-runner   4096 Jun  6 01:03 nginx_snippets
-rw-rw-r-- 1 gitlab-runner gitlab-runner   3322 Jun  6 01:03 package.json
-rw-rw-r-- 1 gitlab-runner gitlab-runner   2162 Jun  6 01:03 preload.ts
-rw-rw-r-- 1 gitlab-runner gitlab-runner    722 Jun  6 01:03 protractor.conf.js
-rw-rw-r-- 1 gitlab-runner gitlab-runner   1911 Jun  6 01:03 README.md
drwxrwxr-x 6 gitlab-runner gitlab-runner   4096 Jun  6 01:03 src
-rw-rw-r-- 1 gitlab-runner gitlab-runner    579 Jun  6 01:03 sv2.conf
-rw-rw-r-- 1 gitlab-runner gitlab-runner    560 Jun  6 01:03 tsconfig.json
-rw-rw-r-- 1 gitlab-runner gitlab-runner    392 Jun  6 01:03 tsconfig.serve.json
-rw-rw-r-- 1 gitlab-runner gitlab-runner    187 Jun  6 01:03 tsconfig.worker.json
-rw-rw-r-- 1 gitlab-runner gitlab-runner   2998 Jun  6 01:03 tslint.json
-rw-rw-r-- 1 gitlab-runner gitlab-runner 364682 Jun  6 01:03 yarn.lock
$ ./install.sh
cp: cannot create regular file '/opt/strudel2/spa/sv2/assets/config/apiservers.json': Permission denied
cp: cannot create regular file '/opt/strudel2/spa/sv2/assets/config/authservers.json': Permission denied
cp: cannot create regular file '/opt/strudel2/spa/sv2/assets/config/computesites.json': Permission denied
cp: cannot create regular file '/opt/strudel2/spa/sv2/assets/config/env.json': Permission denied
you must include /etc/nginx/snippets/sv2.conf in your nginx site config manually
$ cp ./nginx_snippets/* /etc/nginx/snippets
$ cp /home/ubuntu/s2_config/* /opt/strudel2/spa/sv2/assets/config
cp: cannot create regular file '/opt/strudel2/spa/sv2/assets/config/apiservers.json': Permission denied
cp: cannot create regular file '/opt/strudel2/spa/sv2/assets/config/authservers.json': Permission denied
cp: cannot create regular file '/opt/strudel2/spa/sv2/assets/config/computesites.json': Permission denied
cp: cannot create regular file '/opt/strudel2/spa/sv2/assets/config/env.json': Permission denied
section_end:1717635804:step_script
section_start:1717635804:cleanup_file_variables
Cleaning up file based variables
section_end:1717635804:cleanup_file_variables
ERROR: Job failed: exit status 1