Running with gitlab-runner 13.2.4 (264446b2)
  on gitlab-runner-gitlab-runner-757f4cc95c-bvkjc vCt7Twz6
section_start:1625430309:prepare_executor
Preparing the "kubernetes" executor
Using Kubernetes namespace: ci
Using Kubernetes executor with image gcr.io/kaniko-project/executor:debug ...
section_end:1625430309:prepare_executor
section_start:1625430309:prepare_script
Preparing environment
Waiting 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
section_start:1625430312:get_sources
Getting source from Git repository
Fetching changes with git depth set to 50...
Initialized empty Git repository in /builds/justJanne/quasseldroid-landing/.git/
Created fresh repository.
Checking out 7310ae00 as main...

Skipping Git submodules setup
section_end:1625430315:get_sources
section_start:1625430315: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
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
INFO[0006] Resolved base name node:latest to builder    
INFO[0006] Using dockerignore file: /builds/justJanne/quasseldroid-landing/.dockerignore 
INFO[0006] Retrieving image manifest node:latest        
INFO[0006] Retrieving image node:latest from registry index.docker.io 
INFO[0007] Retrieving image manifest nginx:latest       
INFO[0007] Retrieving image nginx:latest from registry index.docker.io 
INFO[0009] Built cross stage deps: map[0:[/build]]      
INFO[0009] Retrieving image manifest node:latest        
INFO[0009] Returning cached image manifest              
INFO[0009] Executing 0 build triggers                   
INFO[0009] Unpacking rootfs as cmd COPY package*.json /build/ requires it. 
INFO[0025] Resolving srcs [package*.json]...            
INFO[0025] COPY package*.json /build/                   
INFO[0025] Resolving srcs [package*.json]...            
INFO[0025] Taking snapshot of files...                  
INFO[0025] WORKDIR /build/                              
INFO[0025] cmd: workdir                                 
INFO[0025] Changed working directory to /build          
INFO[0025] No files changed in this command, skipping snapshotting. 
INFO[0025] RUN npm install                              
INFO[0025] Taking snapshot of full filesystem...        
INFO[0028] cmd: /bin/sh                                 
INFO[0028] args: [-c npm install]                       
INFO[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 
INFO[0044] Taking snapshot of full filesystem...        
INFO[0047] COPY . /build/                               
INFO[0047] Taking snapshot of files...                  
INFO[0047] RUN npm run build                            
INFO[0047] cmd: /bin/sh                                 
INFO[0047] args: [-c npm run build]                     
INFO[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 
INFO[0056] Taking snapshot of full filesystem...        
INFO[0057] Saving file build for later use              
INFO[0058] Deleting filesystem...                       
INFO[0059] Retrieving image manifest nginx:latest       
INFO[0059] Returning cached image manifest              
INFO[0059] Executing 0 build triggers                   
INFO[0059] Unpacking rootfs as cmd COPY --from=builder /build /usr/share/nginx/html requires it. 
INFO[0063] COPY --from=builder /build /usr/share/nginx/html 
INFO[0064] Taking snapshot of files...                  
INFO[0066] Pushing image to k8r.eu/justjanne/quasseldroid-landing:7310ae00 
INFO[0069] Pushing image to k8r.eu/justjanne/quasseldroid-landing:latest 
INFO[0069] Pushed image to 2 destinations               
section_end:1625430385:step_script
section_start:1625430385:cleanup_file_variables
Cleaning up file based variables
section_end:1625430385:cleanup_file_variables
Job succeeded