Running with gitlab-runner 16.7.0 (102c81ba)
  on gitlab-native-gitlab-runner-cf65cfbc5-c7f5h mnNZdHAy, system ID: r_dsgfrTjyvxaq
section_start:1729610974:prepare_executor
Preparing the "kubernetes" executor
Using Kubernetes namespace: git
Using Kubernetes executor with image gcr.io/kaniko-project/executor:debug ...
Using attach strategy to execute scripts...
section_end:1729610974:prepare_executor
section_start:1729610974:prepare_script
Preparing environment
Using FF_USE_POD_ACTIVE_DEADLINE_SECONDS, the Pod activeDeadlineSeconds will be set to the job timeout: 1h0m0s...
Waiting for pod git/runner-mnnzdhay-project-99-concurrent-0-gdgfdl3v to be running, status is Pending
Running on runner-mnnzdhay-project-99-concurrent-0-gdgfdl3v via gitlab-native-gitlab-runner-cf65cfbc5-c7f5h...

section_end:1729610978:prepare_script
section_start:1729610978:get_sources
Getting source from Git repository
Fetching changes with git depth set to 20...
Initialized empty Git repository in /builds/justJanne/rss-cache-proxy/.git/
Created fresh repository.
Checking out a87fcf25 as detached HEAD (ref is main)...

Skipping Git submodules setup

section_end:1729610978:get_sources
section_start:1729610978: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} --destination $CI_REGISTRY_IMAGE:latest
INFO[0000] Resolved base name golang:1.23-alpine to builder 
INFO[0000] Retrieving image manifest golang:1.23-alpine 
INFO[0000] Retrieving image golang:1.23-alpine from registry index.docker.io 
INFO[0001] Retrieving image manifest alpine             
INFO[0001] Retrieving image alpine from registry index.docker.io 
INFO[0002] Built cross stage deps: map[0:[/go/src/app]] 
INFO[0002] Retrieving image manifest golang:1.23-alpine 
INFO[0002] Returning cached image manifest              
INFO[0002] Executing 0 build triggers                   
INFO[0002] Building stage 'golang:1.23-alpine' [idx: '0', base-idx: '-1'] 
INFO[0002] Unpacking rootfs as cmd COPY go.* ./ requires it. 
INFO[0006] WORKDIR /go/src/app                          
INFO[0006] Cmd: workdir                                 
INFO[0006] Changed working directory to /go/src/app     
INFO[0006] Creating directory /go/src/app with uid -1 and gid -1 
INFO[0006] Taking snapshot of files...                  
INFO[0006] Resolving srcs [go.*]...                     
INFO[0006] COPY go.* ./                                 
INFO[0006] Resolving srcs [go.*]...                     
INFO[0006] Taking snapshot of files...                  
INFO[0006] ENV GOPROXY=https://proxy.golang.org         
INFO[0006] RUN go mod download                          
INFO[0006] Initializing snapshotter ...                 
INFO[0006] Taking snapshot of full filesystem...        
INFO[0008] Cmd: /bin/sh                                 
INFO[0008] Args: [-c go mod download]                   
INFO[0008] Running: [/bin/sh -c go mod download]        
INFO[0008] Taking snapshot of full filesystem...        
INFO[0009] COPY . ./                                    
INFO[0009] Taking snapshot of files...                  
INFO[0009] RUN go build -o app .                        
INFO[0009] Cmd: /bin/sh                                 
INFO[0009] Args: [-c go build -o app .]                 
INFO[0009] Running: [/bin/sh -c go build -o app .]      
INFO[0017] Taking snapshot of full filesystem...        
INFO[0019] Saving file go/src/app for later use         
INFO[0019] Deleting filesystem...                       
INFO[0019] Retrieving image manifest alpine             
INFO[0019] Returning cached image manifest              
INFO[0019] Executing 0 build triggers                   
INFO[0019] Building stage 'alpine' [idx: '1', base-idx: '-1'] 
INFO[0019] Unpacking rootfs as cmd RUN addgroup -g 1000 -S app &&     adduser -u 1000 -G app -S app requires it. 
INFO[0020] RUN addgroup -g 1000 -S app &&     adduser -u 1000 -G app -S app 
INFO[0020] Initializing snapshotter ...                 
INFO[0020] Taking snapshot of full filesystem...        
INFO[0020] Cmd: /bin/sh                                 
INFO[0020] Args: [-c addgroup -g 1000 -S app &&     adduser -u 1000 -G app -S app] 
INFO[0020] Running: [/bin/sh -c addgroup -g 1000 -S app &&     adduser -u 1000 -G app -S app] 
INFO[0020] Taking snapshot of full filesystem...        
INFO[0020] COPY --from=builder /go/src/app /            
INFO[0020] Taking snapshot of files...                  
INFO[0020] USER app                                     
INFO[0020] Cmd: USER                                    
INFO[0020] VOLUME /cache                                
INFO[0020] Cmd: VOLUME                                  
INFO[0020] Adding volume /cache to ignorelist           
INFO[0020] Creating directory /cache                    
INFO[0020] ENTRYPOINT ["/app", "--cachedir", "/cache"]  
INFO[0020] Pushing image to k8r.eu/justjanne/rss-cache-proxy:a87fcf25 
INFO[0023] Pushed k8r.eu/justjanne/rss-cache-proxy@sha256:baf2e1fa32e1336363801f1a36e6fcdab97cfc1b34623482889e8cca8851db95 
INFO[0023] Pushing image to k8r.eu/justjanne/rss-cache-proxy:latest 
INFO[0024] Pushed k8r.eu/justjanne/rss-cache-proxy@sha256:baf2e1fa32e1336363801f1a36e6fcdab97cfc1b34623482889e8cca8851db95 

section_end:1729611003:step_script
section_start:1729611003:cleanup_file_variables
Cleaning up project directory and file based variables

section_end:1729611003:cleanup_file_variables
Job succeeded