[0KRunning with gitlab-runner 13.2.4 (264446b2) [0;m[0K on gitlab-runner-gitlab-runner-757f4cc95c-bvkjc vCt7Twz6 [0;msection_start:1625430309:prepare_executor [0K[0K[36;1mPreparing the "kubernetes" executor[0;m [0;m[0KUsing Kubernetes namespace: ci [0;m[0KUsing Kubernetes executor with image gcr.io/kaniko-project/executor:debug ... [0;msection_end:1625430309:prepare_executor [0Ksection_start:1625430309:prepare_script [0K[0K[36;1mPreparing environment[0;m [0;mWaiting for pod ci/runner-vct7twz6-project-11-concurrent-0rw4z5 to be running, status is Pending Running on runner-vct7twz6-project-11-concurrent-0rw4z5 via gitlab-runner-gitlab-runner-757f4cc95c-bvkjc... section_end:1625430312:prepare_script [0Ksection_start:1625430312:get_sources [0K[0K[36;1mGetting source from Git repository[0;m [0;m[32;1mFetching changes with git depth set to 50...[0;m Initialized empty Git repository in /builds/justJanne/quasseldroid-landing/.git/ [32;1mCreated fresh repository.[0;m [32;1mChecking out 7310ae00 as main...[0;m [32;1mSkipping Git submodules setup[0;m section_end:1625430315:get_sources [0Ksection_start:1625430315: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 E0704 20:25:22.183855 17 aws_credentials.go:77] while getting AWS credentials NoCredentialProviders: no valid providers in chain. Deprecated. For verbose messaging see aws.Config.CredentialsChainVerboseErrors [36mINFO[0m[0006] Resolved base name node:latest to builder [36mINFO[0m[0006] Using dockerignore file: /builds/justJanne/quasseldroid-landing/.dockerignore [36mINFO[0m[0006] Retrieving image manifest node:latest [36mINFO[0m[0006] Retrieving image node:latest from registry index.docker.io [36mINFO[0m[0007] Retrieving image manifest nginx:latest [36mINFO[0m[0007] Retrieving image nginx:latest from registry index.docker.io [36mINFO[0m[0009] Built cross stage deps: map[0:[/build]] [36mINFO[0m[0009] Retrieving image manifest node:latest [36mINFO[0m[0009] Returning cached image manifest [36mINFO[0m[0009] Executing 0 build triggers [36mINFO[0m[0009] Unpacking rootfs as cmd COPY package*.json /build/ requires it. [36mINFO[0m[0025] Resolving srcs [package*.json]... [36mINFO[0m[0025] COPY package*.json /build/ [36mINFO[0m[0025] Resolving srcs [package*.json]... [36mINFO[0m[0025] Taking snapshot of files... [36mINFO[0m[0025] WORKDIR /build/ [36mINFO[0m[0025] cmd: workdir [36mINFO[0m[0025] Changed working directory to /build [36mINFO[0m[0025] No files changed in this command, skipping snapshotting. [36mINFO[0m[0025] RUN npm install [36mINFO[0m[0025] Taking snapshot of full filesystem... [36mINFO[0m[0028] cmd: /bin/sh [36mINFO[0m[0028] args: [-c npm install] [36mINFO[0m[0028] Running: [/bin/sh -c npm install] npm WARN deprecated request-promise-native@1.0.9: request-promise-native has been deprecated because it extends the now deprecated request package, see https://github.com/request/request/issues/3142 npm WARN deprecated urix@0.1.0: Please see https://github.com/lydell/urix#deprecated npm WARN deprecated resolve-url@0.2.1: https://github.com/lydell/resolve-url#deprecated npm WARN deprecated har-validator@5.1.5: this library is no longer supported npm WARN deprecated uuid@3.4.0: Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details. npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142 added 395 packages, and audited 396 packages in 16s 11 packages are looking for funding run `npm fund` for details 10 vulnerabilities (5 low, 5 high) To address issues that do not require attention, run: npm audit fix To address all issues possible (including breaking changes), run: npm audit fix --force Some issues need review, and may require choosing a different dependency. Run `npm audit` for details. npm notice npm notice New minor version of npm available! 7.15.1 -> 7.19.1 npm notice Changelog: <https://github.com/npm/cli/releases/tag/v7.19.1> npm notice Run `npm install -g npm@7.19.1` to update! npm notice [36mINFO[0m[0044] Taking snapshot of full filesystem... [36mINFO[0m[0047] COPY . /build/ [36mINFO[0m[0047] Taking snapshot of files... [36mINFO[0m[0047] RUN npm run build [36mINFO[0m[0047] cmd: /bin/sh [36mINFO[0m[0047] args: [-c npm run build] [36mINFO[0m[0047] Running: [/bin/sh -c npm run build] > quasseldroid-landing@1.0.0 build > npm run images && npm run sass && npm run pug && npm run css_minify && npm run pug > quasseldroid-landing@1.0.0 images > assets/images/generate_makefile.sh && cd assets/images && make -j8 make: Nothing to be done for 'all'. > quasseldroid-landing@1.0.0 sass > cd assets/css && make -j8 make: Nothing to be done for 'all'. > quasseldroid-landing@1.0.0 pug > node_modules/pug-cli/index.js --basedir . $(find . -name index.pug) rendered privacy-policy/index.html rendered index.html rendered releases/index.html > quasseldroid-landing@1.0.0 css_minify > npm run css_minify_purifycss && npm run css_minify_uncss && rm assets/css/important.min1.css > quasseldroid-landing@1.0.0 css_minify_purifycss > node_modules/purify-css/bin/purifycss assets/css/important.css index.html privacy-policy/index.html releases/index.html --min --info --out assets/css/important.min1.css ________________________________________________ | | PurifyCSS has reduced the file size by ~ 67.8% | ________________________________________________ > quasseldroid-landing@1.0.0 css_minify_uncss > node_modules/uncss/bin/uncss index.html privacy-policy/index.html releases/index.html --htmlroot . --stylesheets assets/css/important.min1.css > assets/css/important.min.css > quasseldroid-landing@1.0.0 pug > node_modules/pug-cli/index.js --basedir . $(find . -name index.pug) rendered privacy-policy/index.html rendered index.html rendered releases/index.html npm notice npm notice New minor version of npm available! 7.15.1 -> 7.19.1 npm notice Changelog: <https://github.com/npm/cli/releases/tag/v7.19.1> npm notice Run `npm install -g npm@7.19.1` to update! npm notice [36mINFO[0m[0056] Taking snapshot of full filesystem... [36mINFO[0m[0057] Saving file build for later use [36mINFO[0m[0058] Deleting filesystem... [36mINFO[0m[0059] Retrieving image manifest nginx:latest [36mINFO[0m[0059] Returning cached image manifest [36mINFO[0m[0059] Executing 0 build triggers [36mINFO[0m[0059] Unpacking rootfs as cmd COPY --from=builder /build /usr/share/nginx/html requires it. [36mINFO[0m[0063] COPY --from=builder /build /usr/share/nginx/html [36mINFO[0m[0064] Taking snapshot of files... [36mINFO[0m[0066] Pushing image to k8r.eu/justjanne/quasseldroid-landing:7310ae00 [36mINFO[0m[0069] Pushing image to k8r.eu/justjanne/quasseldroid-landing:latest [36mINFO[0m[0069] Pushed image to 2 destinations section_end:1625430385:step_script [0Ksection_start:1625430385:cleanup_file_variables [0K[0K[36;1mCleaning up file based variables[0;m [0;msection_end:1625430385:cleanup_file_variables [0K[32;1mJob succeeded [0;m