Running with gitlab-runner 13.2.4 (264446b2)
  on gitlab-runner-gitlab-runner-757f4cc95c-xlx5v DHGykiSz
section_start:1613147516:prepare_executor
Preparing the "kubernetes" executor
Using Kubernetes namespace: ci
Using Kubernetes executor with image gcr.io/kaniko-project/executor:debug ...
section_end:1613147516:prepare_executor
section_start:1613147516:prepare_script
Preparing environment
Waiting for pod ci/runner-dhgykisz-project-50-concurrent-0dz6fn to be running, status is Pending
Waiting for pod ci/runner-dhgykisz-project-50-concurrent-0dz6fn to be running, status is Pending
Waiting for pod ci/runner-dhgykisz-project-50-concurrent-0dz6fn to be running, status is Pending
Waiting for pod ci/runner-dhgykisz-project-50-concurrent-0dz6fn to be running, status is Pending
Waiting for pod ci/runner-dhgykisz-project-50-concurrent-0dz6fn to be running, status is Pending
Waiting for pod ci/runner-dhgykisz-project-50-concurrent-0dz6fn to be running, status is Pending
Running on runner-dhgykisz-project-50-concurrent-0dz6fn via gitlab-runner-gitlab-runner-757f4cc95c-xlx5v...
section_end:1613147536:prepare_script
section_start:1613147536:get_sources
Getting source from Git repository
Fetching changes with git depth set to 50...
Initialized empty Git repository in /builds/justJanne/umami/.git/
Created fresh repository.
Checking out 58f51981 as master...

Skipping Git submodules setup
section_end:1613147536:get_sources
section_start:1613147536:step_script
Executing "step_script" stage of the job script
$ mkdir -p /kaniko/.docker
$ echo "{\"auths\":{\"$CI_REGISTRY\":{\"username\":\"$CI_REGISTRY_USER\",\"password\":\"$CI_REGISTRY_PASSWORD\"}}}" > /kaniko/.docker/config.json
$ /kaniko/executor --context $CI_PROJECT_DIR --dockerfile $CI_PROJECT_DIR/Dockerfile --destination $CI_REGISTRY_IMAGE:${CI_COMMIT_TAG:-$CI_COMMIT_SHORT_SHA}
INFO[0000] Retrieving image manifest node:alpine        
INFO[0000] Retrieving image node:alpine                 
INFO[0001] Retrieving image manifest node:alpine        
INFO[0001] Retrieving image node:alpine                 
INFO[0002] Built cross stage deps: map[]                
INFO[0002] Retrieving image manifest node:alpine        
INFO[0002] Retrieving image node:alpine                 
INFO[0003] Retrieving image manifest node:alpine        
INFO[0003] Retrieving image node:alpine                 
INFO[0004] Executing 0 build triggers                   
INFO[0004] Unpacking rootfs as cmd RUN apk add --no-cache git &&     git clone https://github.com/mikecao/umami.git /umami requires it. 
INFO[0007] RUN apk add --no-cache git &&     git clone https://github.com/mikecao/umami.git /umami 
INFO[0007] Taking snapshot of full filesystem...        
INFO[0074] cmd: /bin/sh                                 
INFO[0074] args: [-c apk add --no-cache git &&     git clone https://github.com/mikecao/umami.git /umami] 
INFO[0074] Running: [/bin/sh -c apk add --no-cache git &&     git clone https://github.com/mikecao/umami.git /umami] 
fetch http://dl-cdn.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz
fetch http://dl-cdn.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz
(1/6) Installing ca-certificates (20191127-r2)
(2/6) Installing nghttp2-libs (1.40.0-r1)
(3/6) Installing libcurl (7.67.0-r3)
(4/6) Installing expat (2.2.9-r1)
(5/6) Installing pcre2 (10.34-r1)
(6/6) Installing git (2.24.3-r0)
Executing busybox-1.31.1-r9.trigger
Executing ca-certificates-20191127-r2.trigger
OK: 23 MiB in 22 packages
Cloning into '/umami'...
INFO[0076] Taking snapshot of full filesystem...