[0KRunning with gitlab-runner 16.7.0 (102c81ba)[0;m [0K on gitlab-native-gitlab-runner-cf65cfbc5-c7f5h mnNZdHAy, system ID: r_dsgfrTjyvxaq[0;m section_start:1729610974:prepare_executor [0K[0K[36;1mPreparing the "kubernetes" executor[0;m[0;m [0KUsing Kubernetes namespace: git[0;m [0KUsing Kubernetes executor with image gcr.io/kaniko-project/executor:debug ...[0;m [0KUsing attach strategy to execute scripts...[0;m section_end:1729610974:prepare_executor [0Ksection_start:1729610974:prepare_script [0K[0K[36;1mPreparing environment[0;m[0;m [0KUsing FF_USE_POD_ACTIVE_DEADLINE_SECONDS, the Pod activeDeadlineSeconds will be set to the job timeout: 1h0m0s...[0;m 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 [0Ksection_start:1729610978:get_sources [0K[0K[36;1mGetting source from Git repository[0;m[0;m [32;1mFetching changes with git depth set to 20...[0;m Initialized empty Git repository in /builds/justJanne/rss-cache-proxy/.git/ [32;1mCreated fresh repository.[0;m [32;1mChecking out a87fcf25 as detached HEAD (ref is main)...[0;m [32;1mSkipping Git submodules setup[0;m section_end:1729610978:get_sources [0Ksection_start:1729610978:step_script [0K[0K[36;1mExecuting "step_script" stage of the job script[0;m[0;m [32;1m$ mkdir -p /kaniko/.docker[0;m [32;1m$ echo "{\"auths\":{\"$CI_REGISTRY\":{\"username\":\"$CI_REGISTRY_USER\",\"password\":\"$CI_REGISTRY_PASSWORD\"}}}" > /kaniko/.docker/config.json[0;m [32;1m$ /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[0;m [36mINFO[0m[0000] Resolved base name golang:1.23-alpine to builder [36mINFO[0m[0000] Retrieving image manifest golang:1.23-alpine [36mINFO[0m[0000] Retrieving image golang:1.23-alpine from registry index.docker.io [36mINFO[0m[0001] Retrieving image manifest alpine [36mINFO[0m[0001] Retrieving image alpine from registry index.docker.io [36mINFO[0m[0002] Built cross stage deps: map[0:[/go/src/app]] [36mINFO[0m[0002] Retrieving image manifest golang:1.23-alpine [36mINFO[0m[0002] Returning cached image manifest [36mINFO[0m[0002] Executing 0 build triggers [36mINFO[0m[0002] Building stage 'golang:1.23-alpine' [idx: '0', base-idx: '-1'] [36mINFO[0m[0002] Unpacking rootfs as cmd COPY go.* ./ requires it. [36mINFO[0m[0006] WORKDIR /go/src/app [36mINFO[0m[0006] Cmd: workdir [36mINFO[0m[0006] Changed working directory to /go/src/app [36mINFO[0m[0006] Creating directory /go/src/app with uid -1 and gid -1 [36mINFO[0m[0006] Taking snapshot of files... [36mINFO[0m[0006] Resolving srcs [go.*]... [36mINFO[0m[0006] COPY go.* ./ [36mINFO[0m[0006] Resolving srcs [go.*]... [36mINFO[0m[0006] Taking snapshot of files... [36mINFO[0m[0006] ENV GOPROXY=https://proxy.golang.org [36mINFO[0m[0006] RUN go mod download [36mINFO[0m[0006] Initializing snapshotter ... [36mINFO[0m[0006] Taking snapshot of full filesystem... [36mINFO[0m[0008] Cmd: /bin/sh [36mINFO[0m[0008] Args: [-c go mod download] [36mINFO[0m[0008] Running: [/bin/sh -c go mod download] [36mINFO[0m[0008] Taking snapshot of full filesystem... [36mINFO[0m[0009] COPY . ./ [36mINFO[0m[0009] Taking snapshot of files... [36mINFO[0m[0009] RUN go build -o app . [36mINFO[0m[0009] Cmd: /bin/sh [36mINFO[0m[0009] Args: [-c go build -o app .] [36mINFO[0m[0009] Running: [/bin/sh -c go build -o app .] [36mINFO[0m[0017] Taking snapshot of full filesystem... [36mINFO[0m[0019] Saving file go/src/app for later use [36mINFO[0m[0019] Deleting filesystem... [36mINFO[0m[0019] Retrieving image manifest alpine [36mINFO[0m[0019] Returning cached image manifest [36mINFO[0m[0019] Executing 0 build triggers [36mINFO[0m[0019] Building stage 'alpine' [idx: '1', base-idx: '-1'] [36mINFO[0m[0019] Unpacking rootfs as cmd RUN addgroup -g 1000 -S app && adduser -u 1000 -G app -S app requires it. [36mINFO[0m[0020] RUN addgroup -g 1000 -S app && adduser -u 1000 -G app -S app [36mINFO[0m[0020] Initializing snapshotter ... [36mINFO[0m[0020] Taking snapshot of full filesystem... [36mINFO[0m[0020] Cmd: /bin/sh [36mINFO[0m[0020] Args: [-c addgroup -g 1000 -S app && adduser -u 1000 -G app -S app] [36mINFO[0m[0020] Running: [/bin/sh -c addgroup -g 1000 -S app && adduser -u 1000 -G app -S app] [36mINFO[0m[0020] Taking snapshot of full filesystem... [36mINFO[0m[0020] COPY --from=builder /go/src/app / [36mINFO[0m[0020] Taking snapshot of files... [36mINFO[0m[0020] USER app [36mINFO[0m[0020] Cmd: USER [36mINFO[0m[0020] VOLUME /cache [36mINFO[0m[0020] Cmd: VOLUME [36mINFO[0m[0020] Adding volume /cache to ignorelist [36mINFO[0m[0020] Creating directory /cache [36mINFO[0m[0020] ENTRYPOINT ["/app", "--cachedir", "/cache"] [36mINFO[0m[0020] Pushing image to k8r.eu/justjanne/rss-cache-proxy:a87fcf25 [36mINFO[0m[0023] Pushed k8r.eu/justjanne/rss-cache-proxy@sha256:baf2e1fa32e1336363801f1a36e6fcdab97cfc1b34623482889e8cca8851db95 [36mINFO[0m[0023] Pushing image to k8r.eu/justjanne/rss-cache-proxy:latest [36mINFO[0m[0024] Pushed k8r.eu/justjanne/rss-cache-proxy@sha256:baf2e1fa32e1336363801f1a36e6fcdab97cfc1b34623482889e8cca8851db95 section_end:1729611003:step_script [0Ksection_start:1729611003:cleanup_file_variables [0K[0K[36;1mCleaning up project directory and file based variables[0;m[0;m section_end:1729611003:cleanup_file_variables [0K[32;1mJob succeeded[0;m