merge into local
Passed Started
by
@Thomas_Pijls
Thomas Pijls
1Running with gitlab-runner 14.0.0 (3b6f852e)2 on universal-tn3 a9da50a74Using Docker executor with image gitlab.kwant-project.org:5005/qt/research-docker ...5Authenticating with credentials from job payload (GitLab Registry)6Pulling docker image gitlab.kwant-project.org:5005/qt/research-docker ...7Using docker image sha256:d587439732473dbb82c1236c75b220c2a55fa2a3a0e31987db2ea57bffa51873 for gitlab.kwant-project.org:5005/qt/research-docker with digest gitlab.kwant-project.org:5005/qt/research-docker@sha256:2ea042b131ae55652ef555e6ab1911f9d2b673620d0a149071e3a8e1df38a49a ...9Running on runner-a9da50a7-project-713-concurrent-0 via tnw-tn3.tudelft.net...11Fetching changes...12Reinitialized existing Git repository in /builds/solidstate/lectures/.git/13Checking out 4016f29e as master...14Removing site/15Skipping Git submodules setup17Downloading artifacts for build lectures (246072)...18Downloading artifacts from coordinator... ok id=246072 responseStatus=200 OK token=VtsSLm2a20Using docker image sha256:d587439732473dbb82c1236c75b220c2a55fa2a3a0e31987db2ea57bffa51873 for gitlab.kwant-project.org:5005/qt/research-docker with digest gitlab.kwant-project.org:5005/qt/research-docker@sha256:2ea042b131ae55652ef555e6ab1911f9d2b673620d0a149071e3a8e1df38a49a ...21$ git checkout master; git reset --hard origin/master22warning: unable to access '/home/jovyan/.config/git/attributes': Permission denied23warning: unable to access '/home/jovyan/.config/git/ignore': Permission denied24warning: unable to access '/home/jovyan/.config/git/ignore': Permission denied25Switched to a new branch 'master'26branch 'master' set up to track 'origin/master'.27warning: unable to access '/home/jovyan/.config/git/ignore': Permission denied28HEAD is now at 4016f29 Update 7_tight_binding_model_solutions.md29$ git checkout local; git reset --hard origin/local30warning: unable to access '/home/jovyan/.config/git/ignore': Permission denied31warning: unable to access '/home/jovyan/.config/git/attributes': Permission denied32warning: unable to access '/home/jovyan/.config/git/ignore': Permission denied33Switched to a new branch 'local'34branch 'local' set up to track 'origin/local'.35warning: unable to access '/home/jovyan/.config/git/ignore': Permission denied36warning: unable to access '/home/jovyan/.config/git/attributes': Permission denied37warning: unable to access '/home/jovyan/.config/git/attributes': Permission denied38HEAD is now at 18cc82f Merge branch 'master' into local39$ git diff-index --quiet master || git -c "user.name=$GITLAB_USER_NAME" -c "user.email=$GITLAB_USER_EMAIL" merge master40warning: unable to access '/home/jovyan/.config/git/ignore': Permission denied41warning: unable to access '/home/jovyan/.config/git/attributes': Permission denied42warning: unable to access '/home/jovyan/.config/git/attributes': Permission denied43warning: unable to access '/home/jovyan/.config/git/ignore': Permission denied44warning: unable to access '/home/jovyan/.config/git/ignore': Permission denied45warning: unable to access '/home/jovyan/.config/git/attributes': Permission denied46Merge made by the 'ort' strategy.47warning: unable to access '/home/jovyan/.config/git/attributes': Permission denied48warning: unable to access '/home/jovyan/.config/git/attributes': Permission denied49 docs/7_tight_binding_model_solutions.md | 6 +++---50 1 file changed, 3 insertions(+), 3 deletions(-)52warning: unable to access '/home/jovyan/.config/git/attributes': Permission denied53remote: 54remote: To create a merge request for local, visit: 55remote: https://gitlab.kwant-project.org/solidstate/lectures/-/merge_requests/new?merge_request%5Bsource_branch%5D=local 56remote: 58 18cc82f..2321511 local -> local60Job succeeded