Running with gitlab-runner 13.2.4 (264446b2)
  on gitlab-runner-gitlab-runner-757f4cc95c-8bhrz yeHrF_EY
section_start:1638803037:prepare_executor
Preparing the "kubernetes" executor
Using Kubernetes namespace: ci
Using Kubernetes executor with image gcr.io/kaniko-project/executor:debug ...
section_end:1638803037:prepare_executor
section_start:1638803037:prepare_script
Preparing environment
Waiting for pod ci/runner-yehrfey-project-71-concurrent-0dbw6n to be running, status is Pending
Running on runner-yehrfey-project-71-concurrent-0dbw6n via gitlab-runner-gitlab-runner-757f4cc95c-8bhrz...
section_end:1638803040:prepare_script
section_start:1638803040:get_sources
Getting source from Git repository
Fetching changes with git depth set to 50...
Initialized empty Git repository in /builds/justJanne/fswatch/.git/
Created fresh repository.
Checking out c1bd6932 as main...

Skipping Git submodules setup
section_end:1638803040:get_sources
section_start:1638803040: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:latest
E1206 15:04:06.986162      17 aws_credentials.go:77] while getting AWS credentials NoCredentialProviders: no valid providers in chain. Deprecated.
	For verbose messaging see aws.Config.CredentialsChainVerboseErrors
INFO[0006] Using dockerignore file: /builds/justJanne/fswatch/.dockerignore 
INFO[0006] Retrieving image manifest alpine:3.15        
INFO[0006] Retrieving image alpine:3.15 from registry index.docker.io 
INFO[0007] Built cross stage deps: map[]                
INFO[0007] Retrieving image manifest alpine:3.15        
INFO[0007] Returning cached image manifest              
INFO[0007] Executing 0 build triggers                   
INFO[0007] Unpacking rootfs as cmd RUN apk add --no-cache   inotify-tools requires it. 
INFO[0008] RUN apk add --no-cache   inotify-tools       
INFO[0008] Taking snapshot of full filesystem...        
INFO[0008] cmd: /bin/sh                                 
INFO[0008] args: [-c apk add --no-cache   inotify-tools] 
INFO[0008] Running: [/bin/sh -c apk add --no-cache   inotify-tools] 
fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz
fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz
(1/1) Installing inotify-tools (3.20.11.0-r0)
Executing busybox-1.34.1-r3.trigger
OK: 6 MiB in 15 packages
INFO[0009] Taking snapshot of full filesystem...        
INFO[0009] Using files from context: [/builds/justJanne/fswatch/src/entrypoint.sh] 
INFO[0009] ADD src/entrypoint.sh /docker-entrypoint.sh  
INFO[0009] Taking snapshot of files...                  
INFO[0009] ENTRYPOINT ["/docker-entrypoint.sh"]         
INFO[0009] Pushing image to k8r.eu/justjanne/fswatch:latest 
INFO[0010] Pushed image to 1 destinations               
section_end:1638803051:step_script
section_start:1638803051:cleanup_file_variables
Cleaning up file based variables
section_end:1638803051:cleanup_file_variables
Job succeeded