Running with gitlab-runner 14.3.0 (b37d3da9)  on gitlab-ci-run0 W39m9p7E section_start:1632356587:prepare_executor Preparing the "docker" executor Using Docker executor with image gcr.io/kaniko-project/executor:debug ... Pulling docker image gcr.io/kaniko-project/executor:debug ... Using docker image sha256:7053f62a27a84985c6ac886fcb5f9fa74090edb46536486f69364e3360f7c9ad for gcr.io/kaniko-project/executor:debug with digest gcr.io/kaniko-project/executor@sha256:fcccd2ab9f3892e33fc7f2e950c8e4fc665e7a4c66f6a9d70b300d7a2103592f ... section_end:1632356593:prepare_executor section_start:1632356593:prepare_script Preparing environment Running on runner-w39m9p7e-project-219-concurrent-0 via gitlab-ci-run0... section_end:1632356594:prepare_script section_start:1632356594:get_sources Getting source from Git repository Fetching changes with git depth set to 50... Reinitialized existing Git repository in /builds/imranh/marvin/.git/ Checking out e039f0da as master... Removing node_modules/ Skipping Git submodules setup section_end:1632356596:get_sources section_start:1632356596:step_script Executing "step_script" stage of the job script Using docker image sha256:7053f62a27a84985c6ac886fcb5f9fa74090edb46536486f69364e3360f7c9ad for gcr.io/kaniko-project/executor:debug with digest gcr.io/kaniko-project/executor@sha256:fcccd2ab9f3892e33fc7f2e950c8e4fc665e7a4c66f6a9d70b300d7a2103592f ... $ echo "{\"auths\":{\"$CI_REGISTRY\":{\"username\":\"gitlab-ci-token\",\"password\":\"$CI_JOB_TOKEN\"}}}" > /kaniko/.docker/config.json $ /kaniko/executor --cache=true --context $CI_PROJECT_DIR --dockerfile $CI_PROJECT_DIR/Dockerfile --destination $CI_REGISTRY_IMAGE:$CI_COMMIT_SHA --destination $CI_REGISTRY_IMAGE:latest INFO[0001] Using dockerignore file: /builds/imranh/marvin/.dockerignore INFO[0001] Retrieving image manifest node:12 INFO[0001] Retrieving image node:12 from registry index.docker.io INFO[0002] Retrieving image manifest node:12 INFO[0002] Returning cached image manifest INFO[0002] Built cross stage deps: map[] INFO[0002] Retrieving image manifest node:12 INFO[0002] Returning cached image manifest INFO[0002] Retrieving image manifest node:12 INFO[0002] Returning cached image manifest INFO[0002] Executing 0 build triggers INFO[0002] Checking for cached layer registry.projects.sucs.org/imranh/marvin/cache:cf81e60817da95d2dff6ce25b8e11ca55fa03c0a68ddb257aa7849b33c21337a... INFO[0002] Using caching version of cmd: RUN mkdir -p /opt/nodeapp/node_modules && chown -R node:node /opt/nodeapp INFO[0002] cmd: USER INFO[0002] Checking for cached layer registry.projects.sucs.org/imranh/marvin/cache:4d622bd2010549ff25c7327228bbf5e3c1e65cc4d3ee0345669cb507a1073a38... INFO[0002] No cached layer found for cmd RUN npm ci --only=production INFO[0002] Unpacking rootfs as cmd COPY package.json ./ requires it. INFO[0091] RUN mkdir -p /opt/nodeapp/node_modules && chown -R node:node /opt/nodeapp INFO[0091] Found cached layer, extracting to filesystem INFO[0091] WORKDIR /opt/nodeapp INFO[0091] cmd: workdir INFO[0091] Changed working directory to /opt/nodeapp INFO[0091] No files changed in this command, skipping snapshotting. INFO[0092] COPY package.json ./ INFO[0092] Taking snapshot of files... INFO[0092] COPY npm-shrinkwrap.json ./ INFO[0092] Taking snapshot of files... INFO[0092] USER node INFO[0092] cmd: USER INFO[0092] No files changed in this command, skipping snapshotting. INFO[0092] RUN npm ci --only=production INFO[0092] Taking snapshot of full filesystem... INFO[0226] cmd: /bin/sh INFO[0226] args: [-c npm ci --only=production] INFO[0226] util.Lookup returned: &{Uid:1000 Gid:1000 Username:node Name: HomeDir:/home/node} INFO[0226] performing slow lookup of group ids for node INFO[0226] Running: [/bin/sh -c npm ci --only=production] npm WARN prepare removing existing node_modules/ before installation added 19 packages in 2.09s INFO[0230] Taking snapshot of full filesystem... INFO[0358] Pushing layer registry.projects.sucs.org/imranh/marvin/cache:4d622bd2010549ff25c7327228bbf5e3c1e65cc4d3ee0345669cb507a1073a38 to cache now INFO[0358] Pushing image to registry.projects.sucs.org/imranh/marvin/cache:4d622bd2010549ff25c7327228bbf5e3c1e65cc4d3ee0345669cb507a1073a38 INFO[0359] COPY --chown=node:node . . INFO[0359] Taking snapshot of files... INFO[0359] CMD [ "node", "index.js" ] INFO[0359] No files changed in this command, skipping snapshotting. INFO[0359] Pushed image to 1 destinations INFO[0359] Pushing image to registry.projects.sucs.org/imranh/marvin:e039f0da6ff652026d046a4c40505aa448ba2709 INFO[0360] Pushing image to registry.projects.sucs.org/imranh/marvin:latest INFO[0360] Pushed image to 2 destinations section_end:1632356967:step_script section_start:1632356967:cleanup_file_variables Cleaning up project directory and file based variables section_end:1632356971:cleanup_file_variables Job succeeded