Running with gitlab-runner 14.0.0 (3b6f852e)
  on universal-tn4 d3cf9985
section_start:1645776700:prepare_executor
Preparing the "docker" executor
Using Docker executor with image gitlab.kwant-project.org:5005/qt/research-docker ...
Authenticating with credentials from job payload (GitLab Registry)
Pulling docker image gitlab.kwant-project.org:5005/qt/research-docker ...
Using docker image sha256:75ce1b037bae6263ea9e119557d3b736f26a01c082cb5a0d6f1673de3aa9c152 for gitlab.kwant-project.org:5005/qt/research-docker with digest gitlab.kwant-project.org:5005/qt/research-docker@sha256:92a290cc3262b517d34f2ad3dad11294f47627348403f2c1d1cd7592fe333799 ...
section_end:1645776705:prepare_executor
section_start:1645776705:prepare_script
Preparing environment
Running on runner-d3cf9985-project-713-concurrent-0 via tnw-tn4.tudelft.net...
section_end:1645776707:prepare_script
section_start:1645776707:get_sources
Getting source from Git repository
Fetching changes...
Reinitialized existing Git repository in /builds/solidstate/lectures/.git/
Checking out d3019d7e as master...
Removing __pycache__/
Removing docs/__pycache__/
Removing site/

Skipping Git submodules setup
section_end:1645776709:get_sources
section_start:1645776709:download_artifacts
Downloading artifacts
Downloading artifacts for build lectures (243748)...
Downloading artifacts from coordinator... ok        id=243748 responseStatus=200 OK token=R3PC1Gwn
section_end:1645776713:download_artifacts
section_start:1645776713:step_script
Executing "step_script" stage of the job script
Using docker image sha256:75ce1b037bae6263ea9e119557d3b736f26a01c082cb5a0d6f1673de3aa9c152 for gitlab.kwant-project.org:5005/qt/research-docker with digest gitlab.kwant-project.org:5005/qt/research-docker@sha256:92a290cc3262b517d34f2ad3dad11294f47627348403f2c1d1cd7592fe333799 ...
$ git checkout master; git reset --hard origin/master
warning: unable to access '/home/jovyan/.config/git/ignore': Permission denied
warning: unable to access '/home/jovyan/.config/git/attributes': Permission denied
warning: unable to access '/home/jovyan/.config/git/ignore': Permission denied
Previous HEAD position was d3019d7 Update 5_atoms_and_lcao_solutions.md - typo
Switched to branch 'master'
Your branch is behind 'origin/master' by 1 commit, and can be fast-forwarded.
  (use "git pull" to update your local branch)
warning: unable to access '/home/jovyan/.config/git/ignore': Permission denied
warning: unable to access '/home/jovyan/.config/git/attributes': Permission denied
HEAD is now at d3019d7 Update 5_atoms_and_lcao_solutions.md - typo
$ git checkout local; git reset --hard origin/local
warning: unable to access '/home/jovyan/.config/git/attributes': Permission denied
warning: unable to access '/home/jovyan/.config/git/ignore': Permission denied
warning: unable to access '/home/jovyan/.config/git/attributes': Permission denied
warning: unable to access '/home/jovyan/.config/git/ignore': Permission denied
Switched to branch 'local'
Your branch is up to date with 'origin/local'.
warning: unable to access '/home/jovyan/.config/git/ignore': Permission denied
warning: unable to access '/home/jovyan/.config/git/attributes': Permission denied
warning: unable to access '/home/jovyan/.config/git/attributes': Permission denied
HEAD is now at c853652 Merge branch 'master' into local
$ git diff-index --quiet master || git -c "user.name=$GITLAB_USER_NAME" -c "user.email=$GITLAB_USER_EMAIL" merge master
warning: unable to access '/home/jovyan/.config/git/ignore': Permission denied
warning: unable to access '/home/jovyan/.config/git/attributes': Permission denied
warning: unable to access '/home/jovyan/.config/git/attributes': Permission denied
warning: unable to access '/home/jovyan/.config/git/ignore': Permission denied
warning: unable to access '/home/jovyan/.config/git/ignore': Permission denied
warning: unable to access '/home/jovyan/.config/git/attributes': Permission denied
Merge made by the 'ort' strategy.
warning: unable to access '/home/jovyan/.config/git/attributes': Permission denied
warning: unable to access '/home/jovyan/.config/git/attributes': Permission denied
 docs/5_atoms_and_lcao_solutions.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
$ git push https://$GITLAB_PUSH_KEY@gitlab.kwant-project.org/solidstate/lectures.git local
warning: unable to access '/home/jovyan/.config/git/attributes': Permission denied
remote: 
remote: To create a merge request for local, visit:        
remote:   https://gitlab.kwant-project.org/solidstate/lectures/-/merge_requests/new?merge_request%5Bsource_branch%5D=local        
remote: 
To https://gitlab.kwant-project.org/solidstate/lectures.git
   c853652..87ada44  local -> local
section_end:1645776716:step_script
section_start:1645776716:cleanup_file_variables
Cleaning up file based variables
section_end:1645776718:cleanup_file_variables
Job succeeded