rpkak / ESLint-PR-review

MIT License
4 stars 1 forks source link

SyntaxError: Unexpected end of JSON input #205

Open hsh2001 opened 3 years ago

hsh2001 commented 3 years ago
SyntaxError: Unexpected end of JSON input
    at JSON.parse (<anonymous>)
    at /ESLint-PR-review/lib/main.js:38:29
    at Generator.next (<anonymous>)
    at /ESLint-PR-review/lib/main.js:27:71
    at new Promise (<anonymous>)
    at __awaiter (/ESLint-PR-review/lib/main.js:23:12)
    at run (/ESLint-PR-review/lib/main.js:35:19)
    at Object.<anonymous> (/ESLint-PR-review/lib/main.js:171:1)
    at Module._compile (node:internal/modules/cjs/loader:1101:14)
    at Object.Module._extensions..js (node:internal/modules/cjs/loader:1153:10)
rpkak commented 3 years ago

Please update to the latest version (I just released v1.2.1) if you don't use the latest tag anyway, enableing debug logs and share the logs here.

hsh2001 commented 3 years ago

yml:

name: ESLint PR review

on:
  push:

jobs:
  lint:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v2
      - uses: rpkak/ESLint-PR-review@latest
        with:
          github-token: ${{ secrets.GIT_TOKEN }}
          src: src
          eslint-format: table

logs:

2021-08-04T04:12:19.3414203Z Found online and idle hosted runner(s) in the current repository's organization account that matches the required labels: 'ubuntu-latest'
2021-08-04T04:12:19.3414272Z Waiting for a hosted runner in 'organization' to pick this job...
2021-08-04T04:12:25.2302703Z Current runner version: '2.279.0'
2021-08-04T04:12:25.2334370Z ##[group]Operating System
2021-08-04T04:12:25.2335666Z Ubuntu
2021-08-04T04:12:25.2336237Z 20.04.2
2021-08-04T04:12:25.2336683Z LTS
2021-08-04T04:12:25.2337216Z ##[endgroup]
2021-08-04T04:12:25.2337794Z ##[group]Virtual Environment
2021-08-04T04:12:25.2338539Z Environment: ubuntu-20.04
2021-08-04T04:12:25.2339115Z Version: 20210726.1
2021-08-04T04:12:25.2340277Z Included Software: https://github.com/actions/virtual-environments/blob/ubuntu20/20210726.1/images/linux/Ubuntu2004-README.md
2021-08-04T04:12:25.2341749Z Image Release: https://github.com/actions/virtual-environments/releases/tag/ubuntu20%2F20210726.1
2021-08-04T04:12:25.2342751Z ##[endgroup]
2021-08-04T04:12:25.2345267Z ##[group]GITHUB_TOKEN Permissions
2021-08-04T04:12:25.2346794Z Actions: write
2021-08-04T04:12:25.2347403Z Checks: write
2021-08-04T04:12:25.2348031Z Contents: write
2021-08-04T04:12:25.2348594Z Deployments: write
2021-08-04T04:12:25.2349326Z Discussions: write
2021-08-04T04:12:25.2350000Z Issues: write
2021-08-04T04:12:25.2350587Z Metadata: read
2021-08-04T04:12:25.2351116Z Packages: write
2021-08-04T04:12:25.2351738Z PullRequests: write
2021-08-04T04:12:25.2352406Z RepositoryProjects: write
2021-08-04T04:12:25.2353169Z SecurityEvents: write
2021-08-04T04:12:25.2353749Z Statuses: write
2021-08-04T04:12:25.2354511Z ##[endgroup]
2021-08-04T04:12:25.2358120Z Prepare workflow directory
2021-08-04T04:12:25.3127487Z Prepare all required actions
2021-08-04T04:12:25.3141264Z Getting action download info
2021-08-04T04:12:25.7655931Z Download action repository 'actions/checkout@v2'
2021-08-04T04:12:27.5827155Z Download action repository 'rpkak/ESLint-PR-review@latest'
2021-08-04T04:12:28.1842355Z ##[group]Build container for action use: '/home/runner/work/_actions/rpkak/ESLint-PR-review/latest/Dockerfile'.
2021-08-04T04:12:28.1903549Z ##[command]/usr/bin/docker build -t 3bec5f:0eafe16b647248eb9a01db9506f1ca8c -f "/home/runner/work/_actions/rpkak/ESLint-PR-review/latest/Dockerfile" "/home/runner/work/_actions/rpkak/ESLint-PR-review/latest"
2021-08-04T04:12:31.5820931Z Sending build context to Docker daemon  921.1kB
2021-08-04T04:12:31.5823085Z 
2021-08-04T04:12:31.5851706Z Step 1/3 : FROM node
2021-08-04T04:12:32.7254418Z latest: Pulling from library/node
2021-08-04T04:12:33.5834219Z 627b765e08d1: Already exists
2021-08-04T04:12:33.5835262Z c040670e5e55: Already exists
2021-08-04T04:12:33.5836091Z 073a180f4992: Already exists
2021-08-04T04:12:33.5837052Z bf76209566d0: Already exists
2021-08-04T04:12:33.5837773Z ca7044ed766e: Already exists
2021-08-04T04:12:33.5839721Z 51bff5b8b0ef: Pulling fs layer
2021-08-04T04:12:33.5840464Z a178231931b8: Pulling fs layer
2021-08-04T04:12:33.5843157Z c761ec88ae96: Pulling fs layer
2021-08-04T04:12:33.5843830Z 04064e5b8644: Pulling fs layer
2021-08-04T04:12:33.5844302Z 04064e5b8644: Waiting
2021-08-04T04:12:33.5844898Z 51bff5b8b0ef: Verifying Checksum
2021-08-04T04:12:33.5845486Z 51bff5b8b0ef: Download complete
2021-08-04T04:12:33.5846168Z c761ec88ae96: Verifying Checksum
2021-08-04T04:12:33.5846773Z c761ec88ae96: Download complete
2021-08-04T04:12:33.8147153Z a178231931b8: Verifying Checksum
2021-08-04T04:12:33.8149052Z a178231931b8: Download complete
2021-08-04T04:12:33.9119290Z 04064e5b8644: Verifying Checksum
2021-08-04T04:12:33.9120339Z 04064e5b8644: Download complete
2021-08-04T04:12:34.1274487Z 51bff5b8b0ef: Pull complete
2021-08-04T04:12:36.1297519Z a178231931b8: Pull complete
2021-08-04T04:12:36.2820457Z c761ec88ae96: Pull complete
2021-08-04T04:12:36.3908268Z 04064e5b8644: Pull complete
2021-08-04T04:12:36.3978869Z Digest: sha256:f71e36d6dcc304ade813e89d3b585d6b4c57b95cc8b27da04e3c25b1b50981a5
2021-08-04T04:12:36.4013967Z Status: Downloaded newer image for node:latest
2021-08-04T04:12:36.4033688Z  ---> 1d88d89c7230
2021-08-04T04:12:36.4034284Z Step 2/3 : COPY . /ESLint-PR-review
2021-08-04T04:12:44.7760988Z  ---> 445cdd2f6993
2021-08-04T04:12:44.7762552Z Step 3/3 : ENTRYPOINT [ "/ESLint-PR-review/entrypoint.sh" ]
2021-08-04T04:12:44.8127512Z  ---> Running in 15ce6c38978d
2021-08-04T04:12:46.1155412Z Removing intermediate container 15ce6c38978d
2021-08-04T04:12:46.1166057Z  ---> e326c0d8132d
2021-08-04T04:12:46.1166797Z Successfully built e326c0d8132d
2021-08-04T04:12:46.1218373Z Successfully tagged 3bec5f:0eafe16b647248eb9a01db9506f1ca8c
2021-08-04T04:12:46.1252280Z ##[endgroup]
2021-08-04T04:12:46.1569706Z ##[group]Run actions/checkout@v2
2021-08-04T04:12:46.1570562Z with:
2021-08-04T04:12:46.1571130Z   repository: tcgwiz/web
2021-08-04T04:12:46.1572137Z   token: ***
2021-08-04T04:12:46.1777798Z   ssh-strict: true
2021-08-04T04:12:46.1778362Z   persist-credentials: true
2021-08-04T04:12:46.1778868Z   clean: true
2021-08-04T04:12:46.1779269Z   fetch-depth: 1
2021-08-04T04:12:46.1779674Z   lfs: false
2021-08-04T04:12:46.1780068Z   submodules: false
2021-08-04T04:12:46.1780497Z ##[endgroup]
2021-08-04T04:12:46.4506195Z Syncing repository: tcgwiz/web
2021-08-04T04:12:46.4508366Z ##[group]Getting Git version info
2021-08-04T04:12:46.4509610Z Working directory is '/home/runner/work/web/web'
2021-08-04T04:12:46.4559743Z [command]/usr/bin/git version
2021-08-04T04:12:46.4732329Z git version 2.32.0
2021-08-04T04:12:46.4771509Z ##[endgroup]
2021-08-04T04:12:46.4778846Z Deleting the contents of '/home/runner/work/web/web'
2021-08-04T04:12:46.4785665Z ##[group]Initializing the repository
2021-08-04T04:12:46.4788833Z [command]/usr/bin/git init /home/runner/work/web/web
2021-08-04T04:12:46.4874224Z hint: Using 'master' as the name for the initial branch. This default branch name
2021-08-04T04:12:46.4875487Z hint: is subject to change. To configure the initial branch name to use in all
2021-08-04T04:12:46.4876559Z hint: of your new repositories, which will suppress this warning, call:
2021-08-04T04:12:46.4877327Z hint: 
2021-08-04T04:12:46.4878399Z hint:  git config --global init.defaultBranch <name>
2021-08-04T04:12:46.4879181Z hint: 
2021-08-04T04:12:46.4880131Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
2021-08-04T04:12:46.4881444Z hint: 'development'. The just-created branch can be renamed via this command:
2021-08-04T04:12:46.4882320Z hint: 
2021-08-04T04:12:46.4883074Z hint:  git branch -m <name>
2021-08-04T04:12:46.4895433Z Initialized empty Git repository in /home/runner/work/web/web/.git/
2021-08-04T04:12:46.4905461Z [command]/usr/bin/git remote add origin https://github.com/tcgwiz/web
2021-08-04T04:12:46.4953943Z ##[endgroup]
2021-08-04T04:12:46.4955342Z ##[group]Disabling automatic garbage collection
2021-08-04T04:12:46.4962362Z [command]/usr/bin/git config --local gc.auto 0
2021-08-04T04:12:46.5003381Z ##[endgroup]
2021-08-04T04:12:47.0916325Z ##[group]Setting up auth
2021-08-04T04:12:47.0917615Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2021-08-04T04:12:47.0919577Z [command]/usr/bin/git submodule foreach --recursive git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :
2021-08-04T04:12:47.0921389Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2021-08-04T04:12:47.0923962Z [command]/usr/bin/git submodule foreach --recursive git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :
2021-08-04T04:12:47.0925941Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2021-08-04T04:12:47.0927627Z ##[endgroup]
2021-08-04T04:12:47.0928745Z ##[group]Fetching the repository
2021-08-04T04:12:47.0930454Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --progress --no-recurse-submodules --depth=1 origin +632836f7959b4ab08893bcd049133e375a696048:refs/remotes/origin/hsh2001-patch-1
2021-08-04T04:12:47.0932278Z remote: Enumerating objects: 229, done.        
2021-08-04T04:12:47.0933390Z remote: Counting objects:   0% (1/229)        
2021-08-04T04:12:47.0934008Z remote: Counting objects:   1% (3/229)        
2021-08-04T04:12:47.0934997Z remote: Counting objects:   2% (5/229)        
2021-08-04T04:12:47.0935930Z remote: Counting objects:   3% (7/229)        
2021-08-04T04:12:47.0936495Z remote: Counting objects:   4% (10/229)        
2021-08-04T04:12:47.0937579Z remote: Counting objects:   5% (12/229)        
2021-08-04T04:12:47.0938571Z remote: Counting objects:   6% (14/229)        
2021-08-04T04:12:47.0939150Z remote: Counting objects:   7% (17/229)        
2021-08-04T04:12:47.0939978Z remote: Counting objects:   8% (19/229)        
2021-08-04T04:12:47.0940770Z remote: Counting objects:   9% (21/229)        
2021-08-04T04:12:47.0941417Z remote: Counting objects:  10% (23/229)        
2021-08-04T04:12:47.0942139Z remote: Counting objects:  11% (26/229)        
2021-08-04T04:12:47.0942745Z remote: Counting objects:  12% (28/229)        
2021-08-04T04:12:47.0945774Z remote: Counting objects:  13% (30/229)        
2021-08-04T04:12:47.0946344Z remote: Counting objects:  14% (33/229)        
2021-08-04T04:12:47.0948281Z remote: Counting objects:  15% (35/229)        
2021-08-04T04:12:47.0948899Z remote: Counting objects:  16% (37/229)        
2021-08-04T04:12:47.0949466Z remote: Counting objects:  17% (39/229)        
2021-08-04T04:12:47.0950018Z remote: Counting objects:  18% (42/229)        
2021-08-04T04:12:47.0950585Z remote: Counting objects:  19% (44/229)        
2021-08-04T04:12:47.0951282Z remote: Counting objects:  20% (46/229)        
2021-08-04T04:12:47.0951827Z remote: Counting objects:  21% (49/229)        
2021-08-04T04:12:47.0952735Z remote: Counting objects:  22% (51/229)        
2021-08-04T04:12:47.0953430Z remote: Counting objects:  23% (53/229)        
2021-08-04T04:12:47.0953980Z remote: Counting objects:  24% (55/229)        
2021-08-04T04:12:47.0954508Z remote: Counting objects:  25% (58/229)        
2021-08-04T04:12:47.0955049Z remote: Counting objects:  26% (60/229)        
2021-08-04T04:12:47.0955573Z remote: Counting objects:  27% (62/229)        
2021-08-04T04:12:47.0956117Z remote: Counting objects:  28% (65/229)        
2021-08-04T04:12:47.0956648Z remote: Counting objects:  29% (67/229)        
2021-08-04T04:12:47.0957189Z remote: Counting objects:  30% (69/229)        
2021-08-04T04:12:47.0957734Z remote: Counting objects:  31% (71/229)        
2021-08-04T04:12:47.0958263Z remote: Counting objects:  32% (74/229)        
2021-08-04T04:12:47.0958812Z remote: Counting objects:  33% (76/229)        
2021-08-04T04:12:47.0959340Z remote: Counting objects:  34% (78/229)        
2021-08-04T04:12:47.0959878Z remote: Counting objects:  35% (81/229)        
2021-08-04T04:12:47.0960403Z remote: Counting objects:  36% (83/229)        
2021-08-04T04:12:47.0960943Z remote: Counting objects:  37% (85/229)        
2021-08-04T04:12:47.0961470Z remote: Counting objects:  38% (88/229)        
2021-08-04T04:12:47.0962013Z remote: Counting objects:  39% (90/229)        
2021-08-04T04:12:47.0962538Z remote: Counting objects:  40% (92/229)        
2021-08-04T04:12:47.0963079Z remote: Counting objects:  41% (94/229)        
2021-08-04T04:12:47.0963625Z remote: Counting objects:  42% (97/229)        
2021-08-04T04:12:47.0964150Z remote: Counting objects:  43% (99/229)        
2021-08-04T04:12:47.0964695Z remote: Counting objects:  44% (101/229)        
2021-08-04T04:12:47.0965229Z remote: Counting objects:  45% (104/229)        
2021-08-04T04:12:47.0965776Z remote: Counting objects:  46% (106/229)        
2021-08-04T04:12:47.0966309Z remote: Counting objects:  47% (108/229)        
2021-08-04T04:12:47.0966852Z remote: Counting objects:  48% (110/229)        
2021-08-04T04:12:47.0967380Z remote: Counting objects:  49% (113/229)        
2021-08-04T04:12:47.0967931Z remote: Counting objects:  50% (115/229)        
2021-08-04T04:12:47.0968476Z remote: Counting objects:  51% (117/229)        
2021-08-04T04:12:47.0969004Z remote: Counting objects:  52% (120/229)        
2021-08-04T04:12:47.0969545Z remote: Counting objects:  53% (122/229)        
2021-08-04T04:12:47.0970077Z remote: Counting objects:  54% (124/229)        
2021-08-04T04:12:47.0970838Z remote: Counting objects:  55% (126/229)        
2021-08-04T04:12:47.0971366Z remote: Counting objects:  56% (129/229)        
2021-08-04T04:12:47.0971905Z remote: Counting objects:  57% (131/229)        
2021-08-04T04:12:47.0972434Z remote: Counting objects:  58% (133/229)        
2021-08-04T04:12:47.0973070Z remote: Counting objects:  59% (136/229)        
2021-08-04T04:12:47.0973634Z remote: Counting objects:  60% (138/229)        
2021-08-04T04:12:47.0974500Z remote: Counting objects:  61% (140/229)        
2021-08-04T04:12:47.0975047Z remote: Counting objects:  62% (142/229)        
2021-08-04T04:12:47.0975576Z remote: Counting objects:  63% (145/229)        
2021-08-04T04:12:47.0976118Z remote: Counting objects:  64% (147/229)        
2021-08-04T04:12:47.0976644Z remote: Counting objects:  65% (149/229)        
2021-08-04T04:12:47.0977334Z remote: Counting objects:  66% (152/229)        
2021-08-04T04:12:47.0977844Z remote: Counting objects:  67% (154/229)        
2021-08-04T04:12:47.0978368Z remote: Counting objects:  68% (156/229)        
2021-08-04T04:12:47.0978884Z remote: Counting objects:  69% (159/229)        
2021-08-04T04:12:47.0979410Z remote: Counting objects:  70% (161/229)        
2021-08-04T04:12:47.0979932Z remote: Counting objects:  71% (163/229)        
2021-08-04T04:12:47.0980444Z remote: Counting objects:  72% (165/229)        
2021-08-04T04:12:47.0980970Z remote: Counting objects:  73% (168/229)        
2021-08-04T04:12:47.0981480Z remote: Counting objects:  74% (170/229)        
2021-08-04T04:12:47.0982009Z remote: Counting objects:  75% (172/229)        
2021-08-04T04:12:47.0982517Z remote: Counting objects:  76% (175/229)        
2021-08-04T04:12:47.0983316Z remote: Counting objects:  77% (177/229)        
2021-08-04T04:12:47.0984288Z remote: Counting objects:  78% (179/229)        
2021-08-04T04:12:47.0984852Z remote: Counting objects:  79% (181/229)        
2021-08-04T04:12:47.0985566Z remote: Counting objects:  80% (184/229)        
2021-08-04T04:12:47.0986447Z remote: Counting objects:  81% (186/229)        
2021-08-04T04:12:47.0986997Z remote: Counting objects:  82% (188/229)        
2021-08-04T04:12:47.0987528Z remote: Counting objects:  83% (191/229)        
2021-08-04T04:12:47.0988071Z remote: Counting objects:  84% (193/229)        
2021-08-04T04:12:47.0988603Z remote: Counting objects:  85% (195/229)        
2021-08-04T04:12:47.0989143Z remote: Counting objects:  86% (197/229)        
2021-08-04T04:12:47.0989700Z remote: Counting objects:  87% (200/229)        
2021-08-04T04:12:47.0990226Z remote: Counting objects:  88% (202/229)        
2021-08-04T04:12:47.0990771Z remote: Counting objects:  89% (204/229)        
2021-08-04T04:12:47.0991304Z remote: Counting objects:  90% (207/229)        
2021-08-04T04:12:47.0991849Z remote: Counting objects:  91% (209/229)        
2021-08-04T04:12:47.0992374Z remote: Counting objects:  92% (211/229)        
2021-08-04T04:12:47.0992917Z remote: Counting objects:  93% (213/229)        
2021-08-04T04:12:47.0993457Z remote: Counting objects:  94% (216/229)        
2021-08-04T04:12:47.0993994Z remote: Counting objects:  95% (218/229)        
2021-08-04T04:12:47.0994535Z remote: Counting objects:  96% (220/229)        
2021-08-04T04:12:47.0995059Z remote: Counting objects:  97% (223/229)        
2021-08-04T04:12:47.0995604Z remote: Counting objects:  98% (225/229)        
2021-08-04T04:12:47.0996131Z remote: Counting objects:  99% (227/229)        
2021-08-04T04:12:47.0996674Z remote: Counting objects: 100% (229/229)        
2021-08-04T04:12:47.0997235Z remote: Counting objects: 100% (229/229), done.        
2021-08-04T04:12:47.0997815Z remote: Compressing objects:   0% (1/199)        
2021-08-04T04:12:47.0998409Z remote: Compressing objects:   1% (2/199)        
2021-08-04T04:12:47.0999363Z remote: Compressing objects:   2% (4/199)        
2021-08-04T04:12:47.0999939Z remote: Compressing objects:   3% (6/199)        
2021-08-04T04:12:47.1000516Z remote: Compressing objects:   4% (8/199)        
2021-08-04T04:12:47.1001070Z remote: Compressing objects:   5% (10/199)        
2021-08-04T04:12:47.1002173Z remote: Compressing objects:   6% (12/199)        
2021-08-04T04:12:47.1002776Z remote: Compressing objects:   7% (14/199)        
2021-08-04T04:12:47.1003549Z remote: Compressing objects:   8% (16/199)        
2021-08-04T04:12:47.1004341Z remote: Compressing objects:   9% (18/199)        
2021-08-04T04:12:47.1004932Z remote: Compressing objects:  10% (20/199)        
2021-08-04T04:12:47.1005488Z remote: Compressing objects:  11% (22/199)        
2021-08-04T04:12:47.1006975Z remote: Compressing objects:  12% (24/199)        
2021-08-04T04:12:47.1008101Z remote: Compressing objects:  13% (26/199)        
2021-08-04T04:12:47.1008965Z remote: Compressing objects:  14% (28/199)        
2021-08-04T04:12:47.1009682Z remote: Compressing objects:  15% (30/199)        
2021-08-04T04:12:47.1010413Z remote: Compressing objects:  16% (32/199)        
2021-08-04T04:12:47.1011117Z remote: Compressing objects:  17% (34/199)        
2021-08-04T04:12:47.1011850Z remote: Compressing objects:  18% (36/199)        
2021-08-04T04:12:47.1012592Z remote: Compressing objects:  19% (38/199)        
2021-08-04T04:12:47.1013364Z remote: Compressing objects:  20% (40/199)        
2021-08-04T04:12:47.1014339Z remote: Compressing objects:  21% (42/199)        
2021-08-04T04:12:47.1015031Z remote: Compressing objects:  22% (44/199)        
2021-08-04T04:12:47.1015746Z remote: Compressing objects:  23% (46/199)        
2021-08-04T04:12:47.1016338Z remote: Compressing objects:  24% (48/199)        
2021-08-04T04:12:47.1016906Z remote: Compressing objects:  25% (50/199)        
2021-08-04T04:12:47.1017655Z remote: Compressing objects:  26% (52/199)        
2021-08-04T04:12:47.1018206Z remote: Compressing objects:  27% (54/199)        
2021-08-04T04:12:47.1018770Z remote: Compressing objects:  28% (56/199)        
2021-08-04T04:12:47.1019321Z remote: Compressing objects:  29% (58/199)        
2021-08-04T04:12:47.1019883Z remote: Compressing objects:  30% (60/199)        
2021-08-04T04:12:47.1020439Z remote: Compressing objects:  31% (62/199)        
2021-08-04T04:12:47.1020999Z remote: Compressing objects:  32% (64/199)        
2021-08-04T04:12:47.1021565Z remote: Compressing objects:  33% (66/199)        
2021-08-04T04:12:47.1022110Z remote: Compressing objects:  34% (68/199)        
2021-08-04T04:12:47.1022677Z remote: Compressing objects:  35% (70/199)        
2021-08-04T04:12:47.1023409Z remote: Compressing objects:  36% (72/199)        
2021-08-04T04:12:47.1023973Z remote: Compressing objects:  37% (74/199)        
2021-08-04T04:12:47.1024521Z remote: Compressing objects:  38% (76/199)        
2021-08-04T04:12:47.1025085Z remote: Compressing objects:  39% (78/199)        
2021-08-04T04:12:47.1025634Z remote: Compressing objects:  40% (80/199)        
2021-08-04T04:12:47.1026196Z remote: Compressing objects:  41% (82/199)        
2021-08-04T04:12:47.1026762Z remote: Compressing objects:  42% (84/199)        
2021-08-04T04:12:47.1027308Z remote: Compressing objects:  43% (86/199)        
2021-08-04T04:12:47.1027878Z remote: Compressing objects:  44% (88/199)        
2021-08-04T04:12:47.1120731Z remote: Compressing objects:  45% (90/199)        
2021-08-04T04:12:47.1121366Z remote: Compressing objects:  46% (92/199)        
2021-08-04T04:12:47.1122644Z remote: Compressing objects:  47% (94/199)        
2021-08-04T04:12:47.1123463Z remote: Compressing objects:  48% (96/199)        
2021-08-04T04:12:47.1124078Z remote: Compressing objects:  49% (98/199)        
2021-08-04T04:12:47.1124659Z remote: Compressing objects:  50% (100/199)        
2021-08-04T04:12:47.1125219Z remote: Compressing objects:  51% (102/199)        
2021-08-04T04:12:47.1125973Z remote: Compressing objects:  52% (104/199)        
2021-08-04T04:12:47.1126541Z remote: Compressing objects:  53% (106/199)        
2021-08-04T04:12:47.1127114Z remote: Compressing objects:  54% (108/199)        
2021-08-04T04:12:47.1127676Z remote: Compressing objects:  55% (110/199)        
2021-08-04T04:12:47.1128253Z remote: Compressing objects:  56% (112/199)        
2021-08-04T04:12:47.1129065Z remote: Compressing objects:  57% (114/199)        
2021-08-04T04:12:47.1129814Z remote: Compressing objects:  58% (116/199)        
2021-08-04T04:12:47.1130412Z remote: Compressing objects:  59% (118/199)        
2021-08-04T04:12:47.1131079Z remote: Compressing objects:  60% (120/199)        
2021-08-04T04:12:47.1131694Z remote: Compressing objects:  61% (122/199)        
2021-08-04T04:12:47.1132274Z remote: Compressing objects:  62% (124/199)        
2021-08-04T04:12:47.1132871Z remote: Compressing objects:  63% (126/199)        
2021-08-04T04:12:47.1133451Z remote: Compressing objects:  64% (128/199)        
2021-08-04T04:12:47.1134047Z remote: Compressing objects:  65% (130/199)        
2021-08-04T04:12:47.1134644Z remote: Compressing objects:  66% (132/199)        
2021-08-04T04:12:47.1135219Z remote: Compressing objects:  67% (134/199)        
2021-08-04T04:12:47.1135815Z remote: Compressing objects:  68% (136/199)        
2021-08-04T04:12:47.1136802Z remote: Compressing objects:  69% (138/199)        
2021-08-04T04:12:47.1137404Z remote: Compressing objects:  70% (140/199)        
2021-08-04T04:12:47.1137980Z remote: Compressing objects:  71% (142/199)        
2021-08-04T04:12:47.1138575Z remote: Compressing objects:  72% (144/199)        
2021-08-04T04:12:47.1139163Z remote: Compressing objects:  73% (146/199)        
2021-08-04T04:12:47.1298030Z remote: Compressing objects:  74% (148/199)        
2021-08-04T04:12:47.1299853Z remote: Compressing objects:  75% (150/199)        
2021-08-04T04:12:47.1300523Z remote: Compressing objects:  76% (152/199)        
2021-08-04T04:12:47.1301106Z remote: Compressing objects:  77% (154/199)        
2021-08-04T04:12:47.1301702Z remote: Compressing objects:  78% (156/199)        
2021-08-04T04:12:47.1302277Z remote: Compressing objects:  79% (158/199)        
2021-08-04T04:12:47.1303130Z remote: Compressing objects:  80% (160/199)        
2021-08-04T04:12:47.1303734Z remote: Compressing objects:  81% (162/199)        
2021-08-04T04:12:47.1304347Z remote: Compressing objects:  82% (164/199)        
2021-08-04T04:12:47.1304941Z remote: Compressing objects:  83% (166/199)        
2021-08-04T04:12:47.1305516Z remote: Compressing objects:  84% (168/199)        
2021-08-04T04:12:47.1306112Z remote: Compressing objects:  85% (170/199)        
2021-08-04T04:12:47.1306701Z remote: Compressing objects:  86% (172/199)        
2021-08-04T04:12:47.1307290Z remote: Compressing objects:  87% (174/199)        
2021-08-04T04:12:47.1307867Z remote: Compressing objects:  88% (176/199)        
2021-08-04T04:12:47.1308458Z remote: Compressing objects:  89% (178/199)        
2021-08-04T04:12:47.1309033Z remote: Compressing objects:  90% (180/199)        
2021-08-04T04:12:47.1309625Z remote: Compressing objects:  91% (182/199)        
2021-08-04T04:12:47.1310395Z remote: Compressing objects:  92% (184/199)        
2021-08-04T04:12:47.1310994Z remote: Compressing objects:  93% (186/199)        
2021-08-04T04:12:47.1311605Z remote: Compressing objects:  94% (188/199)        
2021-08-04T04:12:47.1312209Z remote: Compressing objects:  95% (190/199)        
2021-08-04T04:12:47.1312817Z remote: Compressing objects:  96% (192/199)        
2021-08-04T04:12:47.1313412Z remote: Compressing objects:  97% (194/199)        
2021-08-04T04:12:47.1314034Z remote: Compressing objects:  98% (196/199)        
2021-08-04T04:12:47.1314632Z remote: Compressing objects:  99% (198/199)        
2021-08-04T04:12:47.1315457Z remote: Compressing objects: 100% (199/199)        
2021-08-04T04:12:47.1316076Z remote: Compressing objects: 100% (199/199), done.        
2021-08-04T04:12:47.1376141Z Receiving objects:   0% (1/229)
2021-08-04T04:12:47.1377092Z Receiving objects:   1% (3/229)
2021-08-04T04:12:47.1377658Z Receiving objects:   2% (5/229)
2021-08-04T04:12:47.1380460Z Receiving objects:   3% (7/229)
2021-08-04T04:12:47.1381020Z Receiving objects:   4% (10/229)
2021-08-04T04:12:47.1381489Z Receiving objects:   5% (12/229)
2021-08-04T04:12:47.1382143Z Receiving objects:   6% (14/229)
2021-08-04T04:12:47.1387386Z Receiving objects:   7% (17/229)
2021-08-04T04:12:47.1388454Z Receiving objects:   8% (19/229)
2021-08-04T04:12:47.1389192Z Receiving objects:   9% (21/229)
2021-08-04T04:12:47.1389895Z Receiving objects:  10% (23/229)
2021-08-04T04:12:47.1392457Z Receiving objects:  11% (26/229)
2021-08-04T04:12:47.1393429Z Receiving objects:  12% (28/229)
2021-08-04T04:12:47.1394239Z Receiving objects:  13% (30/229)
2021-08-04T04:12:47.1394932Z Receiving objects:  14% (33/229)
2021-08-04T04:12:47.1395637Z Receiving objects:  15% (35/229)
2021-08-04T04:12:47.1396518Z Receiving objects:  16% (37/229)
2021-08-04T04:12:47.1399242Z Receiving objects:  17% (39/229)
2021-08-04T04:12:47.1399984Z Receiving objects:  18% (42/229)
2021-08-04T04:12:47.1400683Z Receiving objects:  19% (44/229)
2021-08-04T04:12:47.1401363Z Receiving objects:  20% (46/229)
2021-08-04T04:12:47.1402022Z Receiving objects:  21% (49/229)
2021-08-04T04:12:47.1402701Z Receiving objects:  22% (51/229)
2021-08-04T04:12:47.1627396Z Receiving objects:  23% (53/229)
2021-08-04T04:12:47.1877475Z Receiving objects:  24% (55/229)
2021-08-04T04:12:47.1878524Z Receiving objects:  25% (58/229)
2021-08-04T04:12:47.1910326Z Receiving objects:  26% (60/229)
2021-08-04T04:12:47.1910883Z Receiving objects:  27% (62/229)
2021-08-04T04:12:47.1912002Z Receiving objects:  28% (65/229)
2021-08-04T04:12:47.1912525Z Receiving objects:  29% (67/229)
2021-08-04T04:12:47.1913670Z Receiving objects:  30% (69/229)
2021-08-04T04:12:47.1914164Z Receiving objects:  31% (71/229)
2021-08-04T04:12:47.1915184Z Receiving objects:  32% (74/229)
2021-08-04T04:12:47.1915687Z Receiving objects:  33% (76/229)
2021-08-04T04:12:47.1916547Z Receiving objects:  34% (78/229)
2021-08-04T04:12:47.1917023Z Receiving objects:  35% (81/229)
2021-08-04T04:12:47.1918028Z Receiving objects:  36% (83/229)
2021-08-04T04:12:47.1918504Z Receiving objects:  37% (85/229)
2021-08-04T04:12:47.1919466Z Receiving objects:  38% (88/229)
2021-08-04T04:12:47.1919947Z Receiving objects:  39% (90/229)
2021-08-04T04:12:47.1921511Z Receiving objects:  40% (92/229)
2021-08-04T04:12:47.1922029Z Receiving objects:  41% (94/229)
2021-08-04T04:12:47.1922894Z Receiving objects:  42% (97/229)
2021-08-04T04:12:47.1923404Z Receiving objects:  43% (99/229)
2021-08-04T04:12:47.1924060Z Receiving objects:  44% (101/229)
2021-08-04T04:12:47.1925079Z Receiving objects:  45% (104/229)
2021-08-04T04:12:47.1925585Z Receiving objects:  46% (106/229)
2021-08-04T04:12:47.1926549Z Receiving objects:  47% (108/229)
2021-08-04T04:12:47.1927031Z Receiving objects:  48% (110/229)
2021-08-04T04:12:47.1960347Z Receiving objects:  49% (113/229)
2021-08-04T04:12:47.2046659Z Receiving objects:  50% (115/229)
2021-08-04T04:12:47.2113012Z Receiving objects:  51% (117/229)
2021-08-04T04:12:47.2128774Z Receiving objects:  52% (120/229)
2021-08-04T04:12:47.2129400Z Receiving objects:  53% (122/229)
2021-08-04T04:12:47.2186365Z Receiving objects:  54% (124/229)
2021-08-04T04:12:47.2323368Z Receiving objects:  55% (126/229)
2021-08-04T04:12:47.2357898Z Receiving objects:  56% (129/229)
2021-08-04T04:12:47.2425815Z Receiving objects:  57% (131/229)
2021-08-04T04:12:47.2485721Z Receiving objects:  58% (133/229)
2021-08-04T04:12:47.2487791Z Receiving objects:  59% (136/229)
2021-08-04T04:12:47.2495472Z Receiving objects:  60% (138/229)
2021-08-04T04:12:47.2496371Z Receiving objects:  61% (140/229)
2021-08-04T04:12:47.3345985Z Receiving objects:  62% (142/229)
2021-08-04T04:12:47.3589613Z Receiving objects:  63% (145/229)
2021-08-04T04:12:47.3592562Z Receiving objects:  64% (147/229)
2021-08-04T04:12:47.3959696Z Receiving objects:  65% (149/229)
2021-08-04T04:12:47.3960793Z Receiving objects:  66% (152/229)
2021-08-04T04:12:47.3961579Z Receiving objects:  67% (154/229)
2021-08-04T04:12:47.3962316Z Receiving objects:  68% (156/229)
2021-08-04T04:12:47.3965591Z Receiving objects:  69% (159/229)
2021-08-04T04:12:47.3966420Z Receiving objects:  70% (161/229)
2021-08-04T04:12:47.3967175Z Receiving objects:  71% (163/229)
2021-08-04T04:12:47.3967918Z Receiving objects:  72% (165/229)
2021-08-04T04:12:47.3970107Z Receiving objects:  73% (168/229)
2021-08-04T04:12:47.3971839Z Receiving objects:  74% (170/229)
2021-08-04T04:12:47.3975722Z Receiving objects:  75% (172/229)
2021-08-04T04:12:47.3978118Z Receiving objects:  76% (175/229)
2021-08-04T04:12:47.3979357Z Receiving objects:  77% (177/229)
2021-08-04T04:12:47.3980209Z Receiving objects:  78% (179/229)
2021-08-04T04:12:47.3980957Z Receiving objects:  79% (181/229)
2021-08-04T04:12:47.3981689Z Receiving objects:  80% (184/229)
2021-08-04T04:12:47.3982439Z Receiving objects:  81% (186/229)
2021-08-04T04:12:47.3983549Z Receiving objects:  82% (188/229)
2021-08-04T04:12:47.3984354Z Receiving objects:  83% (191/229)
2021-08-04T04:12:47.3985083Z Receiving objects:  84% (193/229)
2021-08-04T04:12:47.3985819Z Receiving objects:  85% (195/229)
2021-08-04T04:12:47.3986541Z Receiving objects:  86% (197/229)
2021-08-04T04:12:47.3987288Z Receiving objects:  87% (200/229)
2021-08-04T04:12:47.3988020Z Receiving objects:  88% (202/229)
2021-08-04T04:12:47.3988756Z Receiving objects:  89% (204/229)
2021-08-04T04:12:47.3989499Z Receiving objects:  90% (207/229)
2021-08-04T04:12:47.3990214Z Receiving objects:  91% (209/229)
2021-08-04T04:12:47.3991784Z remote: Total 229 (delta 27), reused 149 (delta 12), pack-reused 0        
2021-08-04T04:12:47.3992776Z Receiving objects:  92% (211/229)
2021-08-04T04:12:47.3993524Z Receiving objects:  93% (213/229)
2021-08-04T04:12:47.3994266Z Receiving objects:  94% (216/229)
2021-08-04T04:12:47.3995074Z Receiving objects:  95% (218/229)
2021-08-04T04:12:47.4003273Z Receiving objects:  96% (220/229)
2021-08-04T04:12:47.4006273Z Receiving objects:  97% (223/229)
2021-08-04T04:12:47.4007052Z Receiving objects:  98% (225/229)
2021-08-04T04:12:47.4008992Z Receiving objects:  99% (227/229)
2021-08-04T04:12:47.4009701Z Receiving objects: 100% (229/229)
2021-08-04T04:12:47.4010441Z Receiving objects: 100% (229/229), 7.89 MiB | 30.04 MiB/s, done.
2021-08-04T04:12:47.4011192Z Resolving deltas:   0% (0/27)
2021-08-04T04:12:47.4011845Z Resolving deltas:   3% (1/27)
2021-08-04T04:12:47.4012473Z Resolving deltas:   7% (2/27)
2021-08-04T04:12:47.4017141Z Resolving deltas:  11% (3/27)
2021-08-04T04:12:47.4020366Z Resolving deltas:  14% (4/27)
2021-08-04T04:12:47.4023844Z Resolving deltas:  18% (5/27)
2021-08-04T04:12:47.4027699Z Resolving deltas:  22% (6/27)
2021-08-04T04:12:47.4028757Z Resolving deltas:  25% (7/27)
2021-08-04T04:12:47.4030487Z Resolving deltas:  29% (8/27)
2021-08-04T04:12:47.4031676Z Resolving deltas:  33% (9/27)
2021-08-04T04:12:47.4033636Z Resolving deltas:  37% (10/27)
2021-08-04T04:12:47.4036888Z Resolving deltas:  40% (11/27)
2021-08-04T04:12:47.4040095Z Resolving deltas:  44% (12/27)
2021-08-04T04:12:47.4043316Z Resolving deltas:  48% (13/27)
2021-08-04T04:12:47.4046382Z Resolving deltas:  51% (14/27)
2021-08-04T04:12:47.4049451Z Resolving deltas:  55% (15/27)
2021-08-04T04:12:47.4052431Z Resolving deltas:  59% (16/27)
2021-08-04T04:12:47.4055335Z Resolving deltas:  62% (17/27)
2021-08-04T04:12:47.4058248Z Resolving deltas:  66% (18/27)
2021-08-04T04:12:47.4061071Z Resolving deltas:  70% (19/27)
2021-08-04T04:12:47.4064530Z Resolving deltas:  74% (20/27)
2021-08-04T04:12:47.4069336Z Resolving deltas:  77% (21/27)
2021-08-04T04:12:47.4070062Z Resolving deltas:  81% (22/27)
2021-08-04T04:12:47.4070726Z Resolving deltas:  85% (23/27)
2021-08-04T04:12:47.4071340Z Resolving deltas:  88% (24/27)
2021-08-04T04:12:47.4072021Z Resolving deltas:  92% (25/27)
2021-08-04T04:12:47.4116772Z Resolving deltas:  96% (26/27)
2021-08-04T04:12:47.4117292Z Resolving deltas: 100% (27/27)
2021-08-04T04:12:47.4117816Z Resolving deltas: 100% (27/27), done.
2021-08-04T04:12:47.4263326Z From https://github.com/tcgwiz/web
2021-08-04T04:12:47.4265061Z  * [new ref]         632836f7959b4ab08893bcd049133e375a696048 -> origin/hsh2001-patch-1
2021-08-04T04:12:47.4286414Z ##[endgroup]
2021-08-04T04:12:47.4287528Z ##[group]Determining the checkout info
2021-08-04T04:12:47.4289386Z ##[endgroup]
2021-08-04T04:12:47.4290389Z ##[group]Checking out the ref
2021-08-04T04:12:47.4294773Z [command]/usr/bin/git checkout --progress --force -B hsh2001-patch-1 refs/remotes/origin/hsh2001-patch-1
2021-08-04T04:12:47.5410086Z Switched to a new branch 'hsh2001-patch-1'
2021-08-04T04:12:47.5413991Z Branch 'hsh2001-patch-1' set up to track remote branch 'hsh2001-patch-1' from 'origin'.
2021-08-04T04:12:47.5416283Z ##[endgroup]
2021-08-04T04:12:47.5418948Z [command]/usr/bin/git log -1 --format='%H'
2021-08-04T04:12:47.5419916Z '632836f7959b4ab08893bcd049133e375a696048'
2021-08-04T04:12:47.5590600Z ##[group]Run rpkak/ESLint-PR-review@latest
2021-08-04T04:12:47.5591241Z with:
2021-08-04T04:12:47.5591601Z   src: src
2021-08-04T04:12:47.5592019Z   eslint-format: table
2021-08-04T04:12:47.5592716Z   project-root: .
2021-08-04T04:12:47.5593161Z   approve-mode: 0
2021-08-04T04:12:47.5593659Z   extensions: js,jsx,ts,tsx
2021-08-04T04:12:47.5594413Z ##[endgroup]
2021-08-04T04:12:47.5655724Z ##[command]/usr/bin/docker run --name bec5f0eafe16b647248eb9a01db9506f1ca8c_515425 --label 3bec5f --workdir /github/workspace --rm -e INPUT_GITHUB-TOKEN -e INPUT_SRC -e INPUT_ESLINT-FORMAT -e INPUT_PROJECT-ROOT -e INPUT_APPROVE-MODE -e INPUT_EXTENSIONS -e HOME -e GITHUB_JOB -e GITHUB_REF -e GITHUB_SHA -e GITHUB_REPOSITORY -e GITHUB_REPOSITORY_OWNER -e GITHUB_RUN_ID -e GITHUB_RUN_NUMBER -e GITHUB_RETENTION_DAYS -e GITHUB_ACTOR -e GITHUB_WORKFLOW -e GITHUB_HEAD_REF -e GITHUB_BASE_REF -e GITHUB_EVENT_NAME -e GITHUB_SERVER_URL -e GITHUB_API_URL -e GITHUB_GRAPHQL_URL -e GITHUB_WORKSPACE -e GITHUB_ACTION -e GITHUB_EVENT_PATH -e GITHUB_ACTION_REPOSITORY -e GITHUB_ACTION_REF -e GITHUB_PATH -e GITHUB_ENV -e RUNNER_OS -e RUNNER_TOOL_CACHE -e RUNNER_TEMP -e RUNNER_WORKSPACE -e ACTIONS_RUNTIME_URL -e ACTIONS_RUNTIME_TOKEN -e ACTIONS_CACHE_URL -e GITHUB_ACTIONS=true -e CI=true -v "/var/run/docker.sock":"/var/run/docker.sock" -v "/home/runner/work/_temp/_github_home":"/github/home" -v "/home/runner/work/_temp/_github_workflow":"/github/workflow" -v "/home/runner/work/_temp/_runner_file_commands":"/github/file_commands" -v "/home/runner/work/web/web":"/github/workspace" 3bec5f:0eafe16b647248eb9a01db9506f1ca8c  "." "src" "" "table" "0" "js,jsx,ts,tsx"
2021-08-04T04:13:00.0796871Z npm WARN deprecated request-promise-native@1.0.8: request-promise-native has been deprecated because it extends the now deprecated request package, see https://github.com/request/request/issues/3142
2021-08-04T04:13:00.1985441Z npm WARN deprecated sane@4.1.0: some dependency vulnerabilities fixed, support for node < 10 dropped, and newer ECMAScript syntax/features added
2021-08-04T04:13:00.4028356Z npm WARN deprecated resolve-url@0.2.1: https://github.com/lydell/resolve-url#deprecated
2021-08-04T04:13:00.8467635Z npm WARN deprecated urix@0.1.0: Please see https://github.com/lydell/urix#deprecated
2021-08-04T04:13:01.4027862Z npm WARN deprecated uuid@3.3.3: 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.
2021-08-04T04:13:03.5019838Z npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142
2021-08-04T04:13:05.0508579Z npm WARN deprecated har-validator@5.1.3: this library is no longer supported
2021-08-04T04:13:08.3739478Z npm WARN deprecated debug@4.1.1: Debug versions >=3.2.0 <3.2.7 || >=4 <4.3.1 have a low-severity ReDos regression when used in a Node.js environment. It is recommended you upgrade to 3.2.7 or 4.3.1. (https://github.com/visionmedia/debug/issues/797)
2021-08-04T04:13:26.2918564Z npm WARN EBADENGINE Unsupported engine {
2021-08-04T04:13:26.2945090Z npm WARN EBADENGINE   package: 'react-lottie@1.2.3',
2021-08-04T04:13:26.2946482Z npm WARN EBADENGINE   required: { npm: '^3.0.0' },
2021-08-04T04:13:26.2948071Z npm WARN EBADENGINE   current: { node: 'v16.6.1', npm: '7.20.3' }
2021-08-04T04:13:26.2966914Z npm WARN EBADENGINE }
2021-08-04T04:15:13.6454857Z npm WARN deprecated urix@0.1.0: Please see https://github.com/lydell/urix#deprecated
2021-08-04T04:15:13.8520765Z npm WARN deprecated resolve-url@0.2.1: https://github.com/lydell/resolve-url#deprecated
2021-08-04T04:15:15.5970080Z npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142
2021-08-04T04:15:15.6623249Z npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142
2021-08-04T04:15:15.6630905Z npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142
2021-08-04T04:15:15.9908228Z npm WARN deprecated har-validator@5.1.5: this library is no longer supported
2021-08-04T04:15:16.6626054Z npm WARN deprecated sntp@1.0.9: This module moved to @hapi/sntp. Please make sure to switch over as this distribution is no longer supported and may contain bugs and critical security issues.
2021-08-04T04:15:17.8927518Z npm WARN deprecated chokidar@2.1.8: Chokidar 2 will break on node v14+. Upgrade to chokidar 3 with 15x less dependencies.
2021-08-04T04:15:18.0187357Z npm WARN deprecated har-validator@5.1.5: this library is no longer supported
2021-08-04T04:15:18.3907528Z 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.
2021-08-04T04:15:18.4242286Z npm WARN deprecated har-validator@5.1.5: this library is no longer supported
2021-08-04T04:15:22.1991412Z npm WARN deprecated cryptiles@2.0.5: This version has been deprecated in accordance with the hapi support policy (hapi.im/support). Please upgrade to the latest version to get the best features, bug fixes, and security patches. If you are unable to upgrade at this time, paid support is available for older versions (hapi.im/commercial).
2021-08-04T04:15:23.5745998Z npm WARN deprecated hoek@2.16.3: This version has been deprecated in accordance with the hapi support policy (hapi.im/support). Please upgrade to the latest version to get the best features, bug fixes, and security patches. If you are unable to upgrade at this time, paid support is available for older versions (hapi.im/commercial).
2021-08-04T04:15:24.0308449Z npm WARN deprecated @zeit/next-css@1.0.1: Next.js now has built-in support for CSS: https://nextjs.org/docs/basic-features/built-in-css-support. The built-in support solves many bugs and painpoints that the next-css plugin had.
2021-08-04T04:15:24.8398000Z npm WARN deprecated @types/delay@3.1.0: This is a stub types definition. delay provides its own type definitions, so you do not need this installed.
2021-08-04T04:15:24.9082430Z npm WARN deprecated @types/axios@0.14.0: This is a stub types definition for axios (https://github.com/mzabriskie/axios). axios provides its own type definitions, so you don't need @types/axios installed!
2021-08-04T04:15:25.3112032Z npm WARN deprecated boom@2.10.1: This version has been deprecated in accordance with the hapi support policy (hapi.im/support). Please upgrade to the latest version to get the best features, bug fixes, and security patches. If you are unable to upgrade at this time, paid support is available for older versions (hapi.im/commercial).
2021-08-04T04:15:26.7413328Z npm WARN deprecated hawk@3.1.3: This module moved to @hapi/hawk. Please make sure to switch over as this distribution is no longer supported and may contain bugs and critical security issues.
2021-08-04T04:15:27.2794205Z npm WARN deprecated har-validator@4.2.1: this library is no longer supported
2021-08-04T04:15:27.4006941Z npm WARN deprecated request@2.81.0: request has been deprecated, see https://github.com/request/request/issues/3142
2021-08-04T04:15:27.5834604Z npm WARN deprecated node-pre-gyp@0.11.0: Please upgrade to @mapbox/node-pre-gyp: the non-scoped node-pre-gyp package is deprecated and only the @mapbox scoped package will recieve updates in the future
2021-08-04T04:15:34.1191640Z npm WARN deprecated core-js@2.6.12: core-js@<3.3 is no longer maintained and not recommended for usage due to the number of issues. Because of the V8 engine whims, feature detection in old core-js versions could cause a slowdown up to 100x even if nothing is polyfilled. Please, upgrade your dependencies to the actual version of core-js.
2021-08-04T04:17:46.3253575Z npm ERR! code 1
2021-08-04T04:17:46.3265269Z npm ERR! path /github/workspace/node_modules/node-sass
2021-08-04T04:17:46.3284561Z npm ERR! command failed
2021-08-04T04:17:46.3288258Z npm ERR! command sh -c node scripts/build.js
2021-08-04T04:17:46.3294049Z npm ERR! Building: /usr/local/bin/node /github/workspace/node_modules/node-gyp/bin/node-gyp.js rebuild --verbose --libsass_ext= --libsass_cflags= --libsass_ldflags= --libsass_library=
2021-08-04T04:17:46.3295904Z npm ERR! make: Entering directory '/github/workspace/node_modules/node-sass/build'
2021-08-04T04:17:46.3301612Z npm ERR!   g++ -o Release/obj.target/libsass/src/libsass/src/ast.o ../src/libsass/src/ast.cpp '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-D__STDC_FORMAT_MACROS' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/github/home/.cache/node-gyp/16.6.1/include/node -I/github/home/.cache/node-gyp/16.6.1/src -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/config -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/openssl/include -I/github/home/.cache/node-gyp/16.6.1/deps/uv/include -I/github/home/.cache/node-gyp/16.6.1/deps/zlib -I/github/home/.cache/node-gyp/16.6.1/deps/v8/include -I../src/libsass/include  -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++14 -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/ast.o.d.raw   -c
2021-08-04T04:17:46.3324388Z npm ERR!   g++ -o Release/obj.target/libsass/src/libsass/src/ast_fwd_decl.o ../src/libsass/src/ast_fwd_decl.cpp '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-D__STDC_FORMAT_MACROS' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/github/home/.cache/node-gyp/16.6.1/include/node -I/github/home/.cache/node-gyp/16.6.1/src -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/config -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/openssl/include -I/github/home/.cache/node-gyp/16.6.1/deps/uv/include -I/github/home/.cache/node-gyp/16.6.1/deps/zlib -I/github/home/.cache/node-gyp/16.6.1/deps/v8/include -I../src/libsass/include  -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++14 -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/ast_fwd_decl.o.d.raw   -c
2021-08-04T04:17:46.3333925Z npm ERR!   g++ -o Release/obj.target/libsass/src/libsass/src/backtrace.o ../src/libsass/src/backtrace.cpp '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-D__STDC_FORMAT_MACROS' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/github/home/.cache/node-gyp/16.6.1/include/node -I/github/home/.cache/node-gyp/16.6.1/src -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/config -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/openssl/include -I/github/home/.cache/node-gyp/16.6.1/deps/uv/include -I/github/home/.cache/node-gyp/16.6.1/deps/zlib -I/github/home/.cache/node-gyp/16.6.1/deps/v8/include -I../src/libsass/include  -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++14 -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/backtrace.o.d.raw   -c
2021-08-04T04:17:46.3343932Z npm ERR!   g++ -o Release/obj.target/libsass/src/libsass/src/base64vlq.o ../src/libsass/src/base64vlq.cpp '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-D__STDC_FORMAT_MACROS' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/github/home/.cache/node-gyp/16.6.1/include/node -I/github/home/.cache/node-gyp/16.6.1/src -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/config -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/openssl/include -I/github/home/.cache/node-gyp/16.6.1/deps/uv/include -I/github/home/.cache/node-gyp/16.6.1/deps/zlib -I/github/home/.cache/node-gyp/16.6.1/deps/v8/include -I../src/libsass/include  -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++14 -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/base64vlq.o.d.raw   -c
2021-08-04T04:17:46.3353784Z npm ERR!   g++ -o Release/obj.target/libsass/src/libsass/src/bind.o ../src/libsass/src/bind.cpp '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-D__STDC_FORMAT_MACROS' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/github/home/.cache/node-gyp/16.6.1/include/node -I/github/home/.cache/node-gyp/16.6.1/src -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/config -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/openssl/include -I/github/home/.cache/node-gyp/16.6.1/deps/uv/include -I/github/home/.cache/node-gyp/16.6.1/deps/zlib -I/github/home/.cache/node-gyp/16.6.1/deps/v8/include -I../src/libsass/include  -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++14 -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/bind.o.d.raw   -c
2021-08-04T04:17:46.3362755Z npm ERR!   cc -o Release/obj.target/libsass/src/libsass/src/cencode.o ../src/libsass/src/cencode.c '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-D__STDC_FORMAT_MACROS' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/github/home/.cache/node-gyp/16.6.1/include/node -I/github/home/.cache/node-gyp/16.6.1/src -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/config -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/openssl/include -I/github/home/.cache/node-gyp/16.6.1/deps/uv/include -I/github/home/.cache/node-gyp/16.6.1/deps/zlib -I/github/home/.cache/node-gyp/16.6.1/deps/v8/include -I../src/libsass/include  -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer  -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/cencode.o.d.raw   -c
2021-08-04T04:17:46.3407287Z npm ERR!   g++ -o Release/obj.target/libsass/src/libsass/src/check_nesting.o ../src/libsass/src/check_nesting.cpp '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-D__STDC_FORMAT_MACROS' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/github/home/.cache/node-gyp/16.6.1/include/node -I/github/home/.cache/node-gyp/16.6.1/src -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/config -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/openssl/include -I/github/home/.cache/node-gyp/16.6.1/deps/uv/include -I/github/home/.cache/node-gyp/16.6.1/deps/zlib -I/github/home/.cache/node-gyp/16.6.1/deps/v8/include -I../src/libsass/include  -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++14 -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/check_nesting.o.d.raw   -c
2021-08-04T04:17:46.3416565Z npm ERR!   g++ -o Release/obj.target/libsass/src/libsass/src/color_maps.o ../src/libsass/src/color_maps.cpp '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-D__STDC_FORMAT_MACROS' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/github/home/.cache/node-gyp/16.6.1/include/node -I/github/home/.cache/node-gyp/16.6.1/src -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/config -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/openssl/include -I/github/home/.cache/node-gyp/16.6.1/deps/uv/include -I/github/home/.cache/node-gyp/16.6.1/deps/zlib -I/github/home/.cache/node-gyp/16.6.1/deps/v8/include -I../src/libsass/include  -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++14 -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/color_maps.o.d.raw   -c
2021-08-04T04:17:46.3425902Z npm ERR!   g++ -o Release/obj.target/libsass/src/libsass/src/constants.o ../src/libsass/src/constants.cpp '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-D__STDC_FORMAT_MACROS' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/github/home/.cache/node-gyp/16.6.1/include/node -I/github/home/.cache/node-gyp/16.6.1/src -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/config -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/openssl/include -I/github/home/.cache/node-gyp/16.6.1/deps/uv/include -I/github/home/.cache/node-gyp/16.6.1/deps/zlib -I/github/home/.cache/node-gyp/16.6.1/deps/v8/include -I../src/libsass/include  -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++14 -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/constants.o.d.raw   -c
2021-08-04T04:17:46.3434666Z npm ERR!   g++ -o Release/obj.target/libsass/src/libsass/src/context.o ../src/libsass/src/context.cpp '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-D__STDC_FORMAT_MACROS' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/github/home/.cache/node-gyp/16.6.1/include/node -I/github/home/.cache/node-gyp/16.6.1/src -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/config -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/openssl/include -I/github/home/.cache/node-gyp/16.6.1/deps/uv/include -I/github/home/.cache/node-gyp/16.6.1/deps/zlib -I/github/home/.cache/node-gyp/16.6.1/deps/v8/include -I../src/libsass/include  -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++14 -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/context.o.d.raw   -c
2021-08-04T04:17:46.3443440Z npm ERR!   g++ -o Release/obj.target/libsass/src/libsass/src/cssize.o ../src/libsass/src/cssize.cpp '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-D__STDC_FORMAT_MACROS' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/github/home/.cache/node-gyp/16.6.1/include/node -I/github/home/.cache/node-gyp/16.6.1/src -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/config -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/openssl/include -I/github/home/.cache/node-gyp/16.6.1/deps/uv/include -I/github/home/.cache/node-gyp/16.6.1/deps/zlib -I/github/home/.cache/node-gyp/16.6.1/deps/v8/include -I../src/libsass/include  -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++14 -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/cssize.o.d.raw   -c
2021-08-04T04:17:46.3456738Z npm ERR!   g++ -o Release/obj.target/libsass/src/libsass/src/emitter.o ../src/libsass/src/emitter.cpp '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-D__STDC_FORMAT_MACROS' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/github/home/.cache/node-gyp/16.6.1/include/node -I/github/home/.cache/node-gyp/16.6.1/src -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/config -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/openssl/include -I/github/home/.cache/node-gyp/16.6.1/deps/uv/include -I/github/home/.cache/node-gyp/16.6.1/deps/zlib -I/github/home/.cache/node-gyp/16.6.1/deps/v8/include -I../src/libsass/include  -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++14 -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/emitter.o.d.raw   -c
2021-08-04T04:17:46.3465745Z npm ERR!   g++ -o Release/obj.target/libsass/src/libsass/src/environment.o ../src/libsass/src/environment.cpp '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-D__STDC_FORMAT_MACROS' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/github/home/.cache/node-gyp/16.6.1/include/node -I/github/home/.cache/node-gyp/16.6.1/src -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/config -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/openssl/include -I/github/home/.cache/node-gyp/16.6.1/deps/uv/include -I/github/home/.cache/node-gyp/16.6.1/deps/zlib -I/github/home/.cache/node-gyp/16.6.1/deps/v8/include -I../src/libsass/include  -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++14 -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/environment.o.d.raw   -c
2021-08-04T04:17:46.3475531Z npm ERR!   g++ -o Release/obj.target/libsass/src/libsass/src/error_handling.o ../src/libsass/src/error_handling.cpp '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-D__STDC_FORMAT_MACROS' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/github/home/.cache/node-gyp/16.6.1/include/node -I/github/home/.cache/node-gyp/16.6.1/src -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/config -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/openssl/include -I/github/home/.cache/node-gyp/16.6.1/deps/uv/include -I/github/home/.cache/node-gyp/16.6.1/deps/zlib -I/github/home/.cache/node-gyp/16.6.1/deps/v8/include -I../src/libsass/include  -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++14 -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/error_handling.o.d.raw   -c
2021-08-04T04:17:46.3484787Z npm ERR!   g++ -o Release/obj.target/libsass/src/libsass/src/eval.o ../src/libsass/src/eval.cpp '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-D__STDC_FORMAT_MACROS' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/github/home/.cache/node-gyp/16.6.1/include/node -I/github/home/.cache/node-gyp/16.6.1/src -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/config -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/openssl/include -I/github/home/.cache/node-gyp/16.6.1/deps/uv/include -I/github/home/.cache/node-gyp/16.6.1/deps/zlib -I/github/home/.cache/node-gyp/16.6.1/deps/v8/include -I../src/libsass/include  -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++14 -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/eval.o.d.raw   -c
2021-08-04T04:17:46.3493558Z npm ERR!   g++ -o Release/obj.target/libsass/src/libsass/src/expand.o ../src/libsass/src/expand.cpp '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-D__STDC_FORMAT_MACROS' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/github/home/.cache/node-gyp/16.6.1/include/node -I/github/home/.cache/node-gyp/16.6.1/src -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/config -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/openssl/include -I/github/home/.cache/node-gyp/16.6.1/deps/uv/include -I/github/home/.cache/node-gyp/16.6.1/deps/zlib -I/github/home/.cache/node-gyp/16.6.1/deps/v8/include -I../src/libsass/include  -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++14 -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/expand.o.d.raw   -c
2021-08-04T04:17:46.3502188Z npm ERR!   g++ -o Release/obj.target/libsass/src/libsass/src/extend.o ../src/libsass/src/extend.cpp '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-D__STDC_FORMAT_MACROS' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/github/home/.cache/node-gyp/16.6.1/include/node -I/github/home/.cache/node-gyp/16.6.1/src -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/config -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/openssl/include -I/github/home/.cache/node-gyp/16.6.1/deps/uv/include -I/github/home/.cache/node-gyp/16.6.1/deps/zlib -I/github/home/.cache/node-gyp/16.6.1/deps/v8/include -I../src/libsass/include  -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++14 -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/extend.o.d.raw   -c
2021-08-04T04:17:46.3511382Z npm ERR!   g++ -o Release/obj.target/libsass/src/libsass/src/file.o ../src/libsass/src/file.cpp '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-D__STDC_FORMAT_MACROS' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/github/home/.cache/node-gyp/16.6.1/include/node -I/github/home/.cache/node-gyp/16.6.1/src -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/config -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/openssl/include -I/github/home/.cache/node-gyp/16.6.1/deps/uv/include -I/github/home/.cache/node-gyp/16.6.1/deps/zlib -I/github/home/.cache/node-gyp/16.6.1/deps/v8/include -I../src/libsass/include  -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++14 -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/file.o.d.raw   -c
2021-08-04T04:17:46.3520295Z npm ERR!   g++ -o Release/obj.target/libsass/src/libsass/src/functions.o ../src/libsass/src/functions.cpp '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-D__STDC_FORMAT_MACROS' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/github/home/.cache/node-gyp/16.6.1/include/node -I/github/home/.cache/node-gyp/16.6.1/src -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/config -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/openssl/include -I/github/home/.cache/node-gyp/16.6.1/deps/uv/include -I/github/home/.cache/node-gyp/16.6.1/deps/zlib -I/github/home/.cache/node-gyp/16.6.1/deps/v8/include -I../src/libsass/include  -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++14 -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/functions.o.d.raw   -c
2021-08-04T04:17:46.3529293Z npm ERR!   g++ -o Release/obj.target/libsass/src/libsass/src/inspect.o ../src/libsass/src/inspect.cpp '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-D__STDC_FORMAT_MACROS' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/github/home/.cache/node-gyp/16.6.1/include/node -I/github/home/.cache/node-gyp/16.6.1/src -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/config -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/openssl/include -I/github/home/.cache/node-gyp/16.6.1/deps/uv/include -I/github/home/.cache/node-gyp/16.6.1/deps/zlib -I/github/home/.cache/node-gyp/16.6.1/deps/v8/include -I../src/libsass/include  -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++14 -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/inspect.o.d.raw   -c
2021-08-04T04:17:46.3538935Z npm ERR!   g++ -o Release/obj.target/libsass/src/libsass/src/json.o ../src/libsass/src/json.cpp '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-D__STDC_FORMAT_MACROS' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/github/home/.cache/node-gyp/16.6.1/include/node -I/github/home/.cache/node-gyp/16.6.1/src -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/config -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/openssl/include -I/github/home/.cache/node-gyp/16.6.1/deps/uv/include -I/github/home/.cache/node-gyp/16.6.1/deps/zlib -I/github/home/.cache/node-gyp/16.6.1/deps/v8/include -I../src/libsass/include  -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++14 -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/json.o.d.raw   -c
2021-08-04T04:17:46.3549344Z npm ERR!   g++ -o Release/obj.target/libsass/src/libsass/src/lexer.o ../src/libsass/src/lexer.cpp '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-D__STDC_FORMAT_MACROS' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/github/home/.cache/node-gyp/16.6.1/include/node -I/github/home/.cache/node-gyp/16.6.1/src -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/config -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/openssl/include -I/github/home/.cache/node-gyp/16.6.1/deps/uv/include -I/github/home/.cache/node-gyp/16.6.1/deps/zlib -I/github/home/.cache/node-gyp/16.6.1/deps/v8/include -I../src/libsass/include  -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++14 -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/lexer.o.d.raw   -c
2021-08-04T04:17:46.3559279Z npm ERR!   g++ -o Release/obj.target/libsass/src/libsass/src/listize.o ../src/libsass/src/listize.cpp '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-D__STDC_FORMAT_MACROS' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/github/home/.cache/node-gyp/16.6.1/include/node -I/github/home/.cache/node-gyp/16.6.1/src -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/config -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/openssl/include -I/github/home/.cache/node-gyp/16.6.1/deps/uv/include -I/github/home/.cache/node-gyp/16.6.1/deps/zlib -I/github/home/.cache/node-gyp/16.6.1/deps/v8/include -I../src/libsass/include  -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++14 -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/listize.o.d.raw   -c
2021-08-04T04:17:46.3569526Z npm ERR!   g++ -o Release/obj.target/libsass/src/libsass/src/memory/SharedPtr.o ../src/libsass/src/memory/SharedPtr.cpp '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-D__STDC_FORMAT_MACROS' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/github/home/.cache/node-gyp/16.6.1/include/node -I/github/home/.cache/node-gyp/16.6.1/src -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/config -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/openssl/include -I/github/home/.cache/node-gyp/16.6.1/deps/uv/include -I/github/home/.cache/node-gyp/16.6.1/deps/zlib -I/github/home/.cache/node-gyp/16.6.1/deps/v8/include -I../src/libsass/include  -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++14 -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/memory/SharedPtr.o.d.raw   -c
2021-08-04T04:17:46.3579995Z npm ERR!   g++ -o Release/obj.target/libsass/src/libsass/src/node.o ../src/libsass/src/node.cpp '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-D__STDC_FORMAT_MACROS' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/github/home/.cache/node-gyp/16.6.1/include/node -I/github/home/.cache/node-gyp/16.6.1/src -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/config -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/openssl/include -I/github/home/.cache/node-gyp/16.6.1/deps/uv/include -I/github/home/.cache/node-gyp/16.6.1/deps/zlib -I/github/home/.cache/node-gyp/16.6.1/deps/v8/include -I../src/libsass/include  -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++14 -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/node.o.d.raw   -c
2021-08-04T04:17:46.4008468Z npm ERR!   g++ -o Release/obj.target/libsass/src/libsass/src/operators.o ../src/libsass/src/operators.cpp '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-D__STDC_FORMAT_MACROS' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/github/home/.cache/node-gyp/16.6.1/include/node -I/github/home/.cache/node-gyp/16.6.1/src -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/config -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/openssl/include -I/github/home/.cache/node-gyp/16.6.1/deps/uv/include -I/github/home/.cache/node-gyp/16.6.1/deps/zlib -I/github/home/.cache/node-gyp/16.6.1/deps/v8/include -I../src/libsass/include  -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++14 -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/operators.o.d.raw   -c
2021-08-04T04:17:46.4018542Z npm ERR!   g++ -o Release/obj.target/libsass/src/libsass/src/output.o ../src/libsass/src/output.cpp '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-D__STDC_FORMAT_MACROS' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/github/home/.cache/node-gyp/16.6.1/include/node -I/github/home/.cache/node-gyp/16.6.1/src -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/config -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/openssl/include -I/github/home/.cache/node-gyp/16.6.1/deps/uv/include -I/github/home/.cache/node-gyp/16.6.1/deps/zlib -I/github/home/.cache/node-gyp/16.6.1/deps/v8/include -I../src/libsass/include  -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++14 -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/output.o.d.raw   -c
2021-08-04T04:17:46.4027479Z npm ERR!   g++ -o Release/obj.target/libsass/src/libsass/src/parser.o ../src/libsass/src/parser.cpp '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-D__STDC_FORMAT_MACROS' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/github/home/.cache/node-gyp/16.6.1/include/node -I/github/home/.cache/node-gyp/16.6.1/src -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/config -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/openssl/include -I/github/home/.cache/node-gyp/16.6.1/deps/uv/include -I/github/home/.cache/node-gyp/16.6.1/deps/zlib -I/github/home/.cache/node-gyp/16.6.1/deps/v8/include -I../src/libsass/include  -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++14 -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/parser.o.d.raw   -c
2021-08-04T04:17:46.4036213Z npm ERR!   g++ -o Release/obj.target/libsass/src/libsass/src/plugins.o ../src/libsass/src/plugins.cpp '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-D__STDC_FORMAT_MACROS' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/github/home/.cache/node-gyp/16.6.1/include/node -I/github/home/.cache/node-gyp/16.6.1/src -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/config -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/openssl/include -I/github/home/.cache/node-gyp/16.6.1/deps/uv/include -I/github/home/.cache/node-gyp/16.6.1/deps/zlib -I/github/home/.cache/node-gyp/16.6.1/deps/v8/include -I../src/libsass/include  -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++14 -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/plugins.o.d.raw   -c
2021-08-04T04:17:46.4045117Z npm ERR!   g++ -o Release/obj.target/libsass/src/libsass/src/position.o ../src/libsass/src/position.cpp '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-D__STDC_FORMAT_MACROS' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/github/home/.cache/node-gyp/16.6.1/include/node -I/github/home/.cache/node-gyp/16.6.1/src -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/config -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/openssl/include -I/github/home/.cache/node-gyp/16.6.1/deps/uv/include -I/github/home/.cache/node-gyp/16.6.1/deps/zlib -I/github/home/.cache/node-gyp/16.6.1/deps/v8/include -I../src/libsass/include  -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++14 -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/position.o.d.raw   -c
2021-08-04T04:17:46.4068305Z npm ERR!   g++ -o Release/obj.target/libsass/src/libsass/src/prelexer.o ../src/libsass/src/prelexer.cpp '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-D__STDC_FORMAT_MACROS' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/github/home/.cache/node-gyp/16.6.1/include/node -I/github/home/.cache/node-gyp/16.6.1/src -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/config -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/openssl/include -I/github/home/.cache/node-gyp/16.6.1/deps/uv/include -I/github/home/.cache/node-gyp/16.6.1/deps/zlib -I/github/home/.cache/node-gyp/16.6.1/deps/v8/include -I../src/libsass/include  -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++14 -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/prelexer.o.d.raw   -c
2021-08-04T04:17:46.4077466Z npm ERR!   g++ -o Release/obj.target/libsass/src/libsass/src/remove_placeholders.o ../src/libsass/src/remove_placeholders.cpp '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-D__STDC_FORMAT_MACROS' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/github/home/.cache/node-gyp/16.6.1/include/node -I/github/home/.cache/node-gyp/16.6.1/src -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/config -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/openssl/include -I/github/home/.cache/node-gyp/16.6.1/deps/uv/include -I/github/home/.cache/node-gyp/16.6.1/deps/zlib -I/github/home/.cache/node-gyp/16.6.1/deps/v8/include -I../src/libsass/include  -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++14 -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/remove_placeholders.o.d.raw   -c
2021-08-04T04:17:46.4086380Z npm ERR!   g++ -o Release/obj.target/libsass/src/libsass/src/sass.o ../src/libsass/src/sass.cpp '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-D__STDC_FORMAT_MACROS' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/github/home/.cache/node-gyp/16.6.1/include/node -I/github/home/.cache/node-gyp/16.6.1/src -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/config -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/openssl/include -I/github/home/.cache/node-gyp/16.6.1/deps/uv/include -I/github/home/.cache/node-gyp/16.6.1/deps/zlib -I/github/home/.cache/node-gyp/16.6.1/deps/v8/include -I../src/libsass/include  -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++14 -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/sass.o.d.raw   -c
2021-08-04T04:17:46.4095673Z npm ERR!   g++ -o Release/obj.target/libsass/src/libsass/src/sass2scss.o ../src/libsass/src/sass2scss.cpp '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-D__STDC_FORMAT_MACROS' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/github/home/.cache/node-gyp/16.6.1/include/node -I/github/home/.cache/node-gyp/16.6.1/src -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/config -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/openssl/include -I/github/home/.cache/node-gyp/16.6.1/deps/uv/include -I/github/home/.cache/node-gyp/16.6.1/deps/zlib -I/github/home/.cache/node-gyp/16.6.1/deps/v8/include -I../src/libsass/include  -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++14 -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/sass2scss.o.d.raw   -c
2021-08-04T04:17:46.4104821Z npm ERR!   g++ -o Release/obj.target/libsass/src/libsass/src/sass_context.o ../src/libsass/src/sass_context.cpp '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-D__STDC_FORMAT_MACROS' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/github/home/.cache/node-gyp/16.6.1/include/node -I/github/home/.cache/node-gyp/16.6.1/src -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/config -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/openssl/include -I/github/home/.cache/node-gyp/16.6.1/deps/uv/include -I/github/home/.cache/node-gyp/16.6.1/deps/zlib -I/github/home/.cache/node-gyp/16.6.1/deps/v8/include -I../src/libsass/include  -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++14 -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/sass_context.o.d.raw   -c
2021-08-04T04:17:46.4113723Z npm ERR!   g++ -o Release/obj.target/libsass/src/libsass/src/sass_functions.o ../src/libsass/src/sass_functions.cpp '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-D__STDC_FORMAT_MACROS' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/github/home/.cache/node-gyp/16.6.1/include/node -I/github/home/.cache/node-gyp/16.6.1/src -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/config -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/openssl/include -I/github/home/.cache/node-gyp/16.6.1/deps/uv/include -I/github/home/.cache/node-gyp/16.6.1/deps/zlib -I/github/home/.cache/node-gyp/16.6.1/deps/v8/include -I../src/libsass/include  -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++14 -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/sass_functions.o.d.raw   -c
2021-08-04T04:17:46.4122494Z npm ERR!   g++ -o Release/obj.target/libsass/src/libsass/src/sass_util.o ../src/libsass/src/sass_util.cpp '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-D__STDC_FORMAT_MACROS' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/github/home/.cache/node-gyp/16.6.1/include/node -I/github/home/.cache/node-gyp/16.6.1/src -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/config -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/openssl/include -I/github/home/.cache/node-gyp/16.6.1/deps/uv/include -I/github/home/.cache/node-gyp/16.6.1/deps/zlib -I/github/home/.cache/node-gyp/16.6.1/deps/v8/include -I../src/libsass/include  -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++14 -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/sass_util.o.d.raw   -c
2021-08-04T04:17:46.4131503Z npm ERR!   g++ -o Release/obj.target/libsass/src/libsass/src/sass_values.o ../src/libsass/src/sass_values.cpp '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-D__STDC_FORMAT_MACROS' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/github/home/.cache/node-gyp/16.6.1/include/node -I/github/home/.cache/node-gyp/16.6.1/src -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/config -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/openssl/include -I/github/home/.cache/node-gyp/16.6.1/deps/uv/include -I/github/home/.cache/node-gyp/16.6.1/deps/zlib -I/github/home/.cache/node-gyp/16.6.1/deps/v8/include -I../src/libsass/include  -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++14 -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/sass_values.o.d.raw   -c
2021-08-04T04:17:46.4140286Z npm ERR!   g++ -o Release/obj.target/libsass/src/libsass/src/source_map.o ../src/libsass/src/source_map.cpp '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-D__STDC_FORMAT_MACROS' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/github/home/.cache/node-gyp/16.6.1/include/node -I/github/home/.cache/node-gyp/16.6.1/src -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/config -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/openssl/include -I/github/home/.cache/node-gyp/16.6.1/deps/uv/include -I/github/home/.cache/node-gyp/16.6.1/deps/zlib -I/github/home/.cache/node-gyp/16.6.1/deps/v8/include -I../src/libsass/include  -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++14 -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/source_map.o.d.raw   -c
2021-08-04T04:17:46.4149440Z npm ERR!   g++ -o Release/obj.target/libsass/src/libsass/src/subset_map.o ../src/libsass/src/subset_map.cpp '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-D__STDC_FORMAT_MACROS' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/github/home/.cache/node-gyp/16.6.1/include/node -I/github/home/.cache/node-gyp/16.6.1/src -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/config -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/openssl/include -I/github/home/.cache/node-gyp/16.6.1/deps/uv/include -I/github/home/.cache/node-gyp/16.6.1/deps/zlib -I/github/home/.cache/node-gyp/16.6.1/deps/v8/include -I../src/libsass/include  -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++14 -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/subset_map.o.d.raw   -c
2021-08-04T04:17:46.4159120Z npm ERR!   g++ -o Release/obj.target/libsass/src/libsass/src/to_c.o ../src/libsass/src/to_c.cpp '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-D__STDC_FORMAT_MACROS' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/github/home/.cache/node-gyp/16.6.1/include/node -I/github/home/.cache/node-gyp/16.6.1/src -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/config -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/openssl/include -I/github/home/.cache/node-gyp/16.6.1/deps/uv/include -I/github/home/.cache/node-gyp/16.6.1/deps/zlib -I/github/home/.cache/node-gyp/16.6.1/deps/v8/include -I../src/libsass/include  -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++14 -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/to_c.o.d.raw   -c
2021-08-04T04:17:46.4167814Z npm ERR!   g++ -o Release/obj.target/libsass/src/libsass/src/to_value.o ../src/libsass/src/to_value.cpp '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-D__STDC_FORMAT_MACROS' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/github/home/.cache/node-gyp/16.6.1/include/node -I/github/home/.cache/node-gyp/16.6.1/src -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/config -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/openssl/include -I/github/home/.cache/node-gyp/16.6.1/deps/uv/include -I/github/home/.cache/node-gyp/16.6.1/deps/zlib -I/github/home/.cache/node-gyp/16.6.1/deps/v8/include -I../src/libsass/include  -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++14 -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/to_value.o.d.raw   -c
2021-08-04T04:17:46.4176470Z npm ERR!   g++ -o Release/obj.target/libsass/src/libsass/src/units.o ../src/libsass/src/units.cpp '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-D__STDC_FORMAT_MACROS' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/github/home/.cache/node-gyp/16.6.1/include/node -I/github/home/.cache/node-gyp/16.6.1/src -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/config -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/openssl/include -I/github/home/.cache/node-gyp/16.6.1/deps/uv/include -I/github/home/.cache/node-gyp/16.6.1/deps/zlib -I/github/home/.cache/node-gyp/16.6.1/deps/v8/include -I../src/libsass/include  -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++14 -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/units.o.d.raw   -c
2021-08-04T04:17:46.4185423Z npm ERR!   g++ -o Release/obj.target/libsass/src/libsass/src/utf8_string.o ../src/libsass/src/utf8_string.cpp '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-D__STDC_FORMAT_MACROS' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/github/home/.cache/node-gyp/16.6.1/include/node -I/github/home/.cache/node-gyp/16.6.1/src -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/config -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/openssl/include -I/github/home/.cache/node-gyp/16.6.1/deps/uv/include -I/github/home/.cache/node-gyp/16.6.1/deps/zlib -I/github/home/.cache/node-gyp/16.6.1/deps/v8/include -I../src/libsass/include  -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++14 -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/utf8_string.o.d.raw   -c
2021-08-04T04:17:46.4194254Z npm ERR!   g++ -o Release/obj.target/libsass/src/libsass/src/util.o ../src/libsass/src/util.cpp '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-D__STDC_FORMAT_MACROS' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/github/home/.cache/node-gyp/16.6.1/include/node -I/github/home/.cache/node-gyp/16.6.1/src -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/config -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/openssl/include -I/github/home/.cache/node-gyp/16.6.1/deps/uv/include -I/github/home/.cache/node-gyp/16.6.1/deps/zlib -I/github/home/.cache/node-gyp/16.6.1/deps/v8/include -I../src/libsass/include  -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++14 -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/util.o.d.raw   -c
2021-08-04T04:17:46.4202979Z npm ERR!   g++ -o Release/obj.target/libsass/src/libsass/src/values.o ../src/libsass/src/values.cpp '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-D__STDC_FORMAT_MACROS' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/github/home/.cache/node-gyp/16.6.1/include/node -I/github/home/.cache/node-gyp/16.6.1/src -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/config -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/openssl/include -I/github/home/.cache/node-gyp/16.6.1/deps/uv/include -I/github/home/.cache/node-gyp/16.6.1/deps/zlib -I/github/home/.cache/node-gyp/16.6.1/deps/v8/include -I../src/libsass/include  -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++14 -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/values.o.d.raw   -c
2021-08-04T04:17:46.4219051Z npm ERR!   rm -f Release/obj.target/src/sass.a && ar crs Release/obj.target/src/sass.a Release/obj.target/libsass/src/libsass/src/ast.o Release/obj.target/libsass/src/libsass/src/ast_fwd_decl.o Release/obj.target/libsass/src/libsass/src/backtrace.o Release/obj.target/libsass/src/libsass/src/base64vlq.o Release/obj.target/libsass/src/libsass/src/bind.o Release/obj.target/libsass/src/libsass/src/cencode.o Release/obj.target/libsass/src/libsass/src/check_nesting.o Release/obj.target/libsass/src/libsass/src/color_maps.o Release/obj.target/libsass/src/libsass/src/constants.o Release/obj.target/libsass/src/libsass/src/context.o Release/obj.target/libsass/src/libsass/src/cssize.o Release/obj.target/libsass/src/libsass/src/emitter.o Release/obj.target/libsass/src/libsass/src/environment.o Release/obj.target/libsass/src/libsass/src/error_handling.o Release/obj.target/libsass/src/libsass/src/eval.o Release/obj.target/libsass/src/libsass/src/expand.o Release/obj.target/libsass/src/libsass/src/extend.o Release/obj.target/libsass/src/libsass/src/file.o Release/obj.target/libsass/src/libsass/src/functions.o Release/obj.target/libsass/src/libsass/src/inspect.o Release/obj.target/libsass/src/libsass/src/json.o Release/obj.target/libsass/src/libsass/src/lexer.o Release/obj.target/libsass/src/libsass/src/listize.o Release/obj.target/libsass/src/libsass/src/memory/SharedPtr.o Release/obj.target/libsass/src/libsass/src/node.o Release/obj.target/libsass/src/libsass/src/operators.o Release/obj.target/libsass/src/libsass/src/output.o Release/obj.target/libsass/src/libsass/src/parser.o Release/obj.target/libsass/src/libsass/src/plugins.o Release/obj.target/libsass/src/libsass/src/position.o Release/obj.target/libsass/src/libsass/src/prelexer.o Release/obj.target/libsass/src/libsass/src/remove_placeholders.o Release/obj.target/libsass/src/libsass/src/sass.o Release/obj.target/libsass/src/libsass/src/sass2scss.o Release/obj.target/libsass/src/libsass/src/sass_context.o Release/obj.target/libsass/src/libsass/src/sass_functions.o Release/obj.target/libsass/src/libsass/src/sass_util.o Release/obj.target/libsass/src/libsass/src/sass_values.o Release/obj.target/libsass/src/libsass/src/source_map.o Release/obj.target/libsass/src/libsass/src/subset_map.o Release/obj.target/libsass/src/libsass/src/to_c.o Release/obj.target/libsass/src/libsass/src/to_value.o Release/obj.target/libsass/src/libsass/src/units.o Release/obj.target/libsass/src/libsass/src/utf8_string.o Release/obj.target/libsass/src/libsass/src/util.o Release/obj.target/libsass/src/libsass/src/values.o
2021-08-04T04:17:46.4230299Z npm ERR!   ln -f "Release/obj.target/src/sass.a" "Release/sass.a" 2>/dev/null || (rm -rf "Release/sass.a" && cp -af "Release/obj.target/src/sass.a" "Release/sass.a")
2021-08-04T04:17:46.4235882Z npm ERR!   g++ -o Release/obj.target/binding/src/binding.o ../src/binding.cpp '-DNODE_GYP_MODULE_NAME=binding' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-D__STDC_FORMAT_MACROS' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DBUILDING_NODE_EXTENSION' -I/github/home/.cache/node-gyp/16.6.1/include/node -I/github/home/.cache/node-gyp/16.6.1/src -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/config -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/openssl/include -I/github/home/.cache/node-gyp/16.6.1/deps/uv/include -I/github/home/.cache/node-gyp/16.6.1/deps/zlib -I/github/home/.cache/node-gyp/16.6.1/deps/v8/include -I../../nan -I../src/libsass/include  -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -fno-rtti -fno-exceptions -std=gnu++14 -std=c++0x -MMD -MF ./Release/.deps/Release/obj.target/binding/src/binding.o.d.raw   -c
2021-08-04T04:17:46.4240352Z npm ERR! make: Leaving directory '/github/workspace/node_modules/node-sass/build'
2021-08-04T04:17:46.4241142Z npm ERR! gyp info it worked if it ends with ok
2021-08-04T04:17:46.4241669Z npm ERR! gyp verb cli [
2021-08-04T04:17:46.4242340Z npm ERR! gyp verb cli   '/usr/local/bin/node',
2021-08-04T04:17:46.4243283Z npm ERR! gyp verb cli   '/github/workspace/node_modules/node-gyp/bin/node-gyp.js',
2021-08-04T04:17:46.7187763Z npm ERR!/ESLint-PR-review/node_modules/eslint/lib/cli-engine/file-enumerator.js:317
2021-08-04T04:17:46.7188735Z                     throw new NoFilesFoundError(
2021-08-04T04:17:46.7189229Z                           ^
2021-08-04T04:17:46.7189501Z 
2021-08-04T04:17:46.7190263Z NoFilesFoundError: No files matching 'src' were found.
2021-08-04T04:17:46.7192236Z     at FileEnumerator.iterateFiles (/ESLint-PR-review/node_modules/eslint/lib/cli-engine/file-enumerator.js:317:27)
2021-08-04T04:17:46.7194031Z     at iterateFiles.next (<anonymous>)
2021-08-04T04:17:46.7195440Z     at CLIEngine.executeOnFiles (/ESLint-PR-review/node_modules/eslint/lib/cli-engine/cli-engine.js:771:48)
2021-08-04T04:17:46.7196927Z     at ESLint.lintFiles (/ESLint-PR-review/node_modules/eslint/lib/eslint/eslint.js:563:23)
2021-08-04T04:17:46.7197995Z     at /ESLint-PR-review/lib/eslint.js:18:36
2021-08-04T04:17:46.7199021Z     at Generator.next (<anonymous>)
2021-08-04T04:17:46.7199894Z     at /ESLint-PR-review/lib/eslint.js:8:71
2021-08-04T04:17:46.7200486Z     at new Promise (<anonymous>)
2021-08-04T04:17:46.7264593Z     at __awaiter (/ESLint-PR-review/lib/eslint.js:4:12)
2021-08-04T04:17:46.7283532Z     at run (/ESLint-PR-review/lib/eslint.js:14:19) {
2021-08-04T04:17:46.7285203Z   messageTemplate: 'file-not-found',
2021-08-04T04:17:46.7286106Z   messageData: { pattern: 'src', globDisabled: false }
2021-08-04T04:17:46.7286645Z }
2021-08-04T04:17:46.8136161Z ##[error]SyntaxError: Unexpected end of JSON input
    at JSON.parse (<anonymous>)
    at /ESLint-PR-review/lib/main.js:38:29
    at Generator.next (<anonymous>)
    at /ESLint-PR-review/lib/main.js:27:71
    at new Promise (<anonymous>)
    at __awaiter (/ESLint-PR-review/lib/main.js:23:12)
    at run (/ESLint-PR-review/lib/main.js:35:19)
    at Object.<anonymous> (/ESLint-PR-review/lib/main.js:171:1)
    at Module._compile (node:internal/modules/cjs/loader:1101:14)
    at Object.Module._extensions..js (node:internal/modules/cjs/loader:1153:10)
2021-08-04T04:17:47.5368592Z Post job cleanup.
2021-08-04T04:17:47.6709309Z [command]/usr/bin/git version
2021-08-04T04:17:47.6779187Z git version 2.32.0
2021-08-04T04:17:47.6828445Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2021-08-04T04:17:47.6867400Z [command]/usr/bin/git submodule foreach --recursive git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :
2021-08-04T04:17:47.7157819Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2021-08-04T04:17:47.7178563Z http.https://github.com/.extraheader
2021-08-04T04:17:47.7197446Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader
2021-08-04T04:17:47.7237885Z [command]/usr/bin/git submodule foreach --recursive git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :
2021-08-04T04:17:47.7580665Z Cleaning up orphan processes
hsh2001 commented 3 years ago

I don't know how to enable debug mode :( Can you please give me an example?

hsh2001 commented 3 years ago

yml:

name: ESLint PR review

on:
  push:

jobs:
  lint:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v2
      - uses: rpkak/ESLint-PR-review@latest
        with:
          github-token: ${{ secrets.GIT_TOKEN }}
          src: .
          eslint-format: table

logs:

2021-08-04T04:24:45.0907211Z Found online and idle hosted runner(s) in the current repository's organization account that matches the required labels: 'ubuntu-latest'
2021-08-04T04:24:45.0907271Z Waiting for a hosted runner in 'organization' to pick this job...
2021-08-04T04:24:51.6435211Z Current runner version: '2.279.0'
2021-08-04T04:24:51.6462508Z ##[group]Operating System
2021-08-04T04:24:51.6463401Z Ubuntu
2021-08-04T04:24:51.6463797Z 20.04.2
2021-08-04T04:24:51.6464226Z LTS
2021-08-04T04:24:51.6464649Z ##[endgroup]
2021-08-04T04:24:51.6465218Z ##[group]Virtual Environment
2021-08-04T04:24:51.6465804Z Environment: ubuntu-20.04
2021-08-04T04:24:51.6466346Z Version: 20210726.1
2021-08-04T04:24:51.6467257Z Included Software: https://github.com/actions/virtual-environments/blob/ubuntu20/20210726.1/images/linux/Ubuntu2004-README.md
2021-08-04T04:24:51.6468551Z Image Release: https://github.com/actions/virtual-environments/releases/tag/ubuntu20%2F20210726.1
2021-08-04T04:24:51.6469427Z ##[endgroup]
2021-08-04T04:24:51.6471236Z ##[group]GITHUB_TOKEN Permissions
2021-08-04T04:24:51.6472345Z Actions: write
2021-08-04T04:24:51.6472852Z Checks: write
2021-08-04T04:24:51.6473303Z Contents: write
2021-08-04T04:24:51.6473876Z Deployments: write
2021-08-04T04:24:51.6474520Z Discussions: write
2021-08-04T04:24:51.6475099Z Issues: write
2021-08-04T04:24:51.6475545Z Metadata: read
2021-08-04T04:24:51.6476087Z Packages: write
2021-08-04T04:24:51.6476577Z PullRequests: write
2021-08-04T04:24:51.6477198Z RepositoryProjects: write
2021-08-04T04:24:51.6477774Z SecurityEvents: write
2021-08-04T04:24:51.6478321Z Statuses: write
2021-08-04T04:24:51.6478880Z ##[endgroup]
2021-08-04T04:24:51.6481710Z Prepare workflow directory
2021-08-04T04:24:51.7066172Z Prepare all required actions
2021-08-04T04:24:51.7075781Z Getting action download info
2021-08-04T04:24:52.0562703Z Download action repository 'actions/checkout@v2'
2021-08-04T04:24:53.8425015Z Download action repository 'rpkak/ESLint-PR-review@latest'
2021-08-04T04:24:54.1730195Z ##[group]Build container for action use: '/home/runner/work/_actions/rpkak/ESLint-PR-review/latest/Dockerfile'.
2021-08-04T04:24:54.1782007Z ##[command]/usr/bin/docker build -t 3bec5f:7763a8cbf8674ff49d4af43c9d1b89ac -f "/home/runner/work/_actions/rpkak/ESLint-PR-review/latest/Dockerfile" "/home/runner/work/_actions/rpkak/ESLint-PR-review/latest"
2021-08-04T04:24:54.4905822Z Sending build context to Docker daemon  921.1kB
2021-08-04T04:24:54.4907244Z 
2021-08-04T04:24:54.4943099Z Step 1/3 : FROM node
2021-08-04T04:24:54.7032710Z latest: Pulling from library/node
2021-08-04T04:24:54.7635555Z 627b765e08d1: Already exists
2021-08-04T04:24:54.7670135Z c040670e5e55: Already exists
2021-08-04T04:24:54.7709912Z 073a180f4992: Already exists
2021-08-04T04:24:54.7736216Z bf76209566d0: Already exists
2021-08-04T04:24:54.7762459Z ca7044ed766e: Already exists
2021-08-04T04:24:54.7798244Z 51bff5b8b0ef: Pulling fs layer
2021-08-04T04:24:54.7798894Z a178231931b8: Pulling fs layer
2021-08-04T04:24:54.7799824Z c761ec88ae96: Pulling fs layer
2021-08-04T04:24:54.7800444Z 04064e5b8644: Pulling fs layer
2021-08-04T04:24:54.7811495Z 04064e5b8644: Waiting
2021-08-04T04:24:54.8257622Z 51bff5b8b0ef: Verifying Checksum
2021-08-04T04:24:54.8384802Z c761ec88ae96: Verifying Checksum
2021-08-04T04:24:54.8385424Z c761ec88ae96: Download complete
2021-08-04T04:24:55.8407333Z 04064e5b8644: Verifying Checksum
2021-08-04T04:24:55.8430720Z 04064e5b8644: Download complete
2021-08-04T04:24:55.8431422Z 51bff5b8b0ef: Pull complete
2021-08-04T04:24:55.8432053Z a178231931b8: Verifying Checksum
2021-08-04T04:24:55.8432674Z a178231931b8: Download complete
2021-08-04T04:24:56.7025306Z a178231931b8: Pull complete
2021-08-04T04:24:56.8247079Z c761ec88ae96: Pull complete
2021-08-04T04:24:56.9137545Z 04064e5b8644: Pull complete
2021-08-04T04:24:56.9199659Z Digest: sha256:f71e36d6dcc304ade813e89d3b585d6b4c57b95cc8b27da04e3c25b1b50981a5
2021-08-04T04:24:56.9243900Z Status: Downloaded newer image for node:latest
2021-08-04T04:24:56.9292730Z  ---> 1d88d89c7230
2021-08-04T04:24:56.9293693Z Step 2/3 : COPY . /ESLint-PR-review
2021-08-04T04:24:58.9173527Z  ---> f98646582ed1
2021-08-04T04:24:58.9231209Z Step 3/3 : ENTRYPOINT [ "/ESLint-PR-review/entrypoint.sh" ]
2021-08-04T04:24:58.9423646Z  ---> Running in 95921be79e15
2021-08-04T04:25:00.0441839Z Removing intermediate container 95921be79e15
2021-08-04T04:25:00.0443013Z  ---> 18380004a4be
2021-08-04T04:25:00.0480438Z Successfully built 18380004a4be
2021-08-04T04:25:00.0528887Z Successfully tagged 3bec5f:7763a8cbf8674ff49d4af43c9d1b89ac
2021-08-04T04:25:00.0556972Z ##[endgroup]
2021-08-04T04:25:00.0797755Z ##[group]Run actions/checkout@v2
2021-08-04T04:25:00.0798290Z with:
2021-08-04T04:25:00.0798693Z   repository: tcgwiz/web
2021-08-04T04:25:00.0799574Z   token: ***
2021-08-04T04:25:00.0799938Z   ssh-strict: true
2021-08-04T04:25:00.0800399Z   persist-credentials: true
2021-08-04T04:25:00.0800859Z   clean: true
2021-08-04T04:25:00.0801228Z   fetch-depth: 1
2021-08-04T04:25:00.0801583Z   lfs: false
2021-08-04T04:25:00.0801948Z   submodules: false
2021-08-04T04:25:00.0802316Z ##[endgroup]
2021-08-04T04:25:00.3010371Z Syncing repository: tcgwiz/web
2021-08-04T04:25:00.3024100Z ##[group]Getting Git version info
2021-08-04T04:25:00.3025102Z Working directory is '/home/runner/work/web/web'
2021-08-04T04:25:00.3074764Z [command]/usr/bin/git version
2021-08-04T04:25:00.3210020Z git version 2.32.0
2021-08-04T04:25:00.3231876Z ##[endgroup]
2021-08-04T04:25:00.3238554Z Deleting the contents of '/home/runner/work/web/web'
2021-08-04T04:25:00.3244559Z ##[group]Initializing the repository
2021-08-04T04:25:00.3248775Z [command]/usr/bin/git init /home/runner/work/web/web
2021-08-04T04:25:00.3323567Z hint: Using 'master' as the name for the initial branch. This default branch name
2021-08-04T04:25:00.3324694Z hint: is subject to change. To configure the initial branch name to use in all
2021-08-04T04:25:00.3325668Z hint: of your new repositories, which will suppress this warning, call:
2021-08-04T04:25:00.3326412Z hint: 
2021-08-04T04:25:00.3327843Z hint:  git config --global init.defaultBranch <name>
2021-08-04T04:25:00.3328427Z hint: 
2021-08-04T04:25:00.3329104Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
2021-08-04T04:25:00.3330094Z hint: 'development'. The just-created branch can be renamed via this command:
2021-08-04T04:25:00.3330690Z hint: 
2021-08-04T04:25:00.3331181Z hint:  git branch -m <name>
2021-08-04T04:25:00.3334760Z Initialized empty Git repository in /home/runner/work/web/web/.git/
2021-08-04T04:25:00.3344452Z [command]/usr/bin/git remote add origin https://github.com/tcgwiz/web
2021-08-04T04:25:00.3383981Z ##[endgroup]
2021-08-04T04:25:00.3385376Z ##[group]Disabling automatic garbage collection
2021-08-04T04:25:00.3387769Z [command]/usr/bin/git config --local gc.auto 0
2021-08-04T04:25:00.3417387Z ##[endgroup]
2021-08-04T04:25:00.3423117Z ##[group]Setting up auth
2021-08-04T04:25:00.3428417Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2021-08-04T04:25:00.3455643Z [command]/usr/bin/git submodule foreach --recursive git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :
2021-08-04T04:25:00.3808720Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2021-08-04T04:25:00.3835763Z [command]/usr/bin/git submodule foreach --recursive git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :
2021-08-04T04:25:00.4060508Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2021-08-04T04:25:00.4093406Z ##[endgroup]
2021-08-04T04:25:00.4095768Z ##[group]Fetching the repository
2021-08-04T04:25:00.4108020Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --progress --no-recurse-submodules --depth=1 origin +d3faa4f66467de0c38182006d74c976289855b4a:refs/remotes/origin/hsh2001-patch-1
2021-08-04T04:25:00.6955032Z remote: Enumerating objects: 229, done.        
2021-08-04T04:25:00.6961757Z remote: Counting objects:   0% (1/229)        
2021-08-04T04:25:00.6963861Z remote: Counting objects:   1% (3/229)        
2021-08-04T04:25:00.6969836Z remote: Counting objects:   2% (5/229)        
2021-08-04T04:25:00.6971515Z remote: Counting objects:   3% (7/229)        
2021-08-04T04:25:00.6972863Z remote: Counting objects:   4% (10/229)        
2021-08-04T04:25:00.6986025Z remote: Counting objects:   5% (12/229)        
2021-08-04T04:25:00.7006902Z remote: Counting objects:   6% (14/229)        
2021-08-04T04:25:00.7009387Z remote: Counting objects:   7% (17/229)        
2021-08-04T04:25:00.7010047Z remote: Counting objects:   8% (19/229)        
2021-08-04T04:25:00.7011004Z remote: Counting objects:   9% (21/229)        
2021-08-04T04:25:00.7012439Z remote: Counting objects:  10% (23/229)        
2021-08-04T04:25:00.7013509Z remote: Counting objects:  11% (26/229)        
2021-08-04T04:25:00.7014397Z remote: Counting objects:  12% (28/229)        
2021-08-04T04:25:00.7015239Z remote: Counting objects:  13% (30/229)        
2021-08-04T04:25:00.7016401Z remote: Counting objects:  14% (33/229)        
2021-08-04T04:25:00.7017693Z remote: Counting objects:  15% (35/229)        
2021-08-04T04:25:00.7018495Z remote: Counting objects:  16% (37/229)        
2021-08-04T04:25:00.7019229Z remote: Counting objects:  17% (39/229)        
2021-08-04T04:25:00.7019886Z remote: Counting objects:  18% (42/229)        
2021-08-04T04:25:00.7020593Z remote: Counting objects:  19% (44/229)        
2021-08-04T04:25:00.7021248Z remote: Counting objects:  20% (46/229)        
2021-08-04T04:25:00.7022139Z remote: Counting objects:  21% (49/229)        
2021-08-04T04:25:00.7022924Z remote: Counting objects:  22% (51/229)        
2021-08-04T04:25:00.7023547Z remote: Counting objects:  23% (53/229)        
2021-08-04T04:25:00.7024203Z remote: Counting objects:  24% (55/229)        
2021-08-04T04:25:00.7024858Z remote: Counting objects:  25% (58/229)        
2021-08-04T04:25:00.7025530Z remote: Counting objects:  26% (60/229)        
2021-08-04T04:25:00.7026181Z remote: Counting objects:  27% (62/229)        
2021-08-04T04:25:00.7026818Z remote: Counting objects:  28% (65/229)        
2021-08-04T04:25:00.7027409Z remote: Counting objects:  29% (67/229)        
2021-08-04T04:25:00.7028100Z remote: Counting objects:  30% (69/229)        
2021-08-04T04:25:00.7028727Z remote: Counting objects:  31% (71/229)        
2021-08-04T04:25:00.7029321Z remote: Counting objects:  32% (74/229)        
2021-08-04T04:25:00.7030088Z remote: Counting objects:  33% (76/229)        
2021-08-04T04:25:00.7030730Z remote: Counting objects:  34% (78/229)        
2021-08-04T04:25:00.7031327Z remote: Counting objects:  35% (81/229)        
2021-08-04T04:25:00.7031933Z remote: Counting objects:  36% (83/229)        
2021-08-04T04:25:00.7032552Z remote: Counting objects:  37% (85/229)        
2021-08-04T04:25:00.7033174Z remote: Counting objects:  38% (88/229)        
2021-08-04T04:25:00.7033769Z remote: Counting objects:  39% (90/229)        
2021-08-04T04:25:00.7034404Z remote: Counting objects:  40% (92/229)        
2021-08-04T04:25:00.7035014Z remote: Counting objects:  41% (94/229)        
2021-08-04T04:25:00.7035613Z remote: Counting objects:  42% (97/229)        
2021-08-04T04:25:00.7036279Z remote: Counting objects:  43% (99/229)        
2021-08-04T04:25:00.7036884Z remote: Counting objects:  44% (101/229)        
2021-08-04T04:25:00.7037502Z remote: Counting objects:  45% (104/229)        
2021-08-04T04:25:00.7038158Z remote: Counting objects:  46% (106/229)        
2021-08-04T04:25:00.7038760Z remote: Counting objects:  47% (108/229)        
2021-08-04T04:25:00.7039374Z remote: Counting objects:  48% (110/229)        
2021-08-04T04:25:00.7039985Z remote: Counting objects:  49% (113/229)        
2021-08-04T04:25:00.7040599Z remote: Counting objects:  50% (115/229)        
2021-08-04T04:25:00.7041205Z remote: Counting objects:  51% (117/229)        
2021-08-04T04:25:00.7041815Z remote: Counting objects:  52% (120/229)        
2021-08-04T04:25:00.7042420Z remote: Counting objects:  53% (122/229)        
2021-08-04T04:25:00.7043017Z remote: Counting objects:  54% (124/229)        
2021-08-04T04:25:00.7043640Z remote: Counting objects:  55% (126/229)        
2021-08-04T04:25:00.7044466Z remote: Counting objects:  56% (129/229)        
2021-08-04T04:25:00.7045071Z remote: Counting objects:  57% (131/229)        
2021-08-04T04:25:00.7045711Z remote: Counting objects:  58% (133/229)        
2021-08-04T04:25:00.7046473Z remote: Counting objects:  59% (136/229)        
2021-08-04T04:25:00.7047114Z remote: Counting objects:  60% (138/229)        
2021-08-04T04:25:00.7047732Z remote: Counting objects:  61% (140/229)        
2021-08-04T04:25:00.7048363Z remote: Counting objects:  62% (142/229)        
2021-08-04T04:25:00.7048983Z remote: Counting objects:  63% (145/229)        
2021-08-04T04:25:00.7049832Z remote: Counting objects:  64% (147/229)        
2021-08-04T04:25:00.7050436Z remote: Counting objects:  65% (149/229)        
2021-08-04T04:25:00.7051055Z remote: Counting objects:  66% (152/229)        
2021-08-04T04:25:00.7051733Z remote: Counting objects:  67% (154/229)        
2021-08-04T04:25:00.7052327Z remote: Counting objects:  68% (156/229)        
2021-08-04T04:25:00.7052956Z remote: Counting objects:  69% (159/229)        
2021-08-04T04:25:00.7053584Z remote: Counting objects:  70% (161/229)        
2021-08-04T04:25:00.7054195Z remote: Counting objects:  71% (163/229)        
2021-08-04T04:25:00.7054812Z remote: Counting objects:  72% (165/229)        
2021-08-04T04:25:00.7055456Z remote: Counting objects:  73% (168/229)        
2021-08-04T04:25:00.7056038Z remote: Counting objects:  74% (170/229)        
2021-08-04T04:25:00.7056650Z remote: Counting objects:  75% (172/229)        
2021-08-04T04:25:00.7057261Z remote: Counting objects:  76% (175/229)        
2021-08-04T04:25:00.7057875Z remote: Counting objects:  77% (177/229)        
2021-08-04T04:25:00.7058481Z remote: Counting objects:  78% (179/229)        
2021-08-04T04:25:00.7059068Z remote: Counting objects:  79% (181/229)        
2021-08-04T04:25:00.7059681Z remote: Counting objects:  80% (184/229)        
2021-08-04T04:25:00.7060290Z remote: Counting objects:  81% (186/229)        
2021-08-04T04:25:00.7060914Z remote: Counting objects:  82% (188/229)        
2021-08-04T04:25:00.7061656Z remote: Counting objects:  83% (191/229)        
2021-08-04T04:25:00.7260855Z remote: Counting objects:  84% (193/229)        
2021-08-04T04:25:00.7261814Z remote: Counting objects:  85% (195/229)        
2021-08-04T04:25:00.7262452Z remote: Counting objects:  86% (197/229)        
2021-08-04T04:25:00.7263067Z remote: Counting objects:  87% (200/229)        
2021-08-04T04:25:00.7263659Z remote: Counting objects:  88% (202/229)        
2021-08-04T04:25:00.7264265Z remote: Counting objects:  89% (204/229)        
2021-08-04T04:25:00.7264855Z remote: Counting objects:  90% (207/229)        
2021-08-04T04:25:00.7265463Z remote: Counting objects:  91% (209/229)        
2021-08-04T04:25:00.7266063Z remote: Counting objects:  92% (211/229)        
2021-08-04T04:25:00.7266647Z remote: Counting objects:  93% (213/229)        
2021-08-04T04:25:00.7267255Z remote: Counting objects:  94% (216/229)        
2021-08-04T04:25:00.7267838Z remote: Counting objects:  95% (218/229)        
2021-08-04T04:25:00.7268446Z remote: Counting objects:  96% (220/229)        
2021-08-04T04:25:00.7269052Z remote: Counting objects:  97% (223/229)        
2021-08-04T04:25:00.7269636Z remote: Counting objects:  98% (225/229)        
2021-08-04T04:25:00.7270239Z remote: Counting objects:  99% (227/229)        
2021-08-04T04:25:00.7270826Z remote: Counting objects: 100% (229/229)        
2021-08-04T04:25:00.7271527Z remote: Counting objects: 100% (229/229), done.        
2021-08-04T04:25:00.7272181Z remote: Compressing objects:   0% (1/199)        
2021-08-04T04:25:00.7272823Z remote: Compressing objects:   1% (2/199)        
2021-08-04T04:25:00.7273463Z remote: Compressing objects:   2% (4/199)        
2021-08-04T04:25:00.7274085Z remote: Compressing objects:   3% (6/199)        
2021-08-04T04:25:00.7274720Z remote: Compressing objects:   4% (8/199)        
2021-08-04T04:25:00.7275356Z remote: Compressing objects:   5% (10/199)        
2021-08-04T04:25:00.7275976Z remote: Compressing objects:   6% (12/199)        
2021-08-04T04:25:00.7276801Z remote: Compressing objects:   7% (14/199)        
2021-08-04T04:25:00.7277439Z remote: Compressing objects:   8% (16/199)        
2021-08-04T04:25:00.7278128Z remote: Compressing objects:   9% (18/199)        
2021-08-04T04:25:00.7278774Z remote: Compressing objects:  10% (20/199)        
2021-08-04T04:25:00.7279389Z remote: Compressing objects:  11% (22/199)        
2021-08-04T04:25:00.7280022Z remote: Compressing objects:  12% (24/199)        
2021-08-04T04:25:00.7280653Z remote: Compressing objects:  13% (26/199)        
2021-08-04T04:25:00.7281265Z remote: Compressing objects:  14% (28/199)        
2021-08-04T04:25:00.7281895Z remote: Compressing objects:  15% (30/199)        
2021-08-04T04:25:00.7282526Z remote: Compressing objects:  16% (32/199)        
2021-08-04T04:25:00.7283141Z remote: Compressing objects:  17% (34/199)        
2021-08-04T04:25:00.7283765Z remote: Compressing objects:  18% (36/199)        
2021-08-04T04:25:00.7284385Z remote: Compressing objects:  19% (38/199)        
2021-08-04T04:25:00.7285013Z remote: Compressing objects:  20% (40/199)        
2021-08-04T04:25:00.7285640Z remote: Compressing objects:  21% (42/199)        
2021-08-04T04:25:00.7286257Z remote: Compressing objects:  22% (44/199)        
2021-08-04T04:25:00.7286889Z remote: Compressing objects:  23% (46/199)        
2021-08-04T04:25:00.7287504Z remote: Compressing objects:  24% (48/199)        
2021-08-04T04:25:00.7288135Z remote: Compressing objects:  25% (50/199)        
2021-08-04T04:25:00.7288762Z remote: Compressing objects:  26% (52/199)        
2021-08-04T04:25:00.7289375Z remote: Compressing objects:  27% (54/199)        
2021-08-04T04:25:00.7290000Z remote: Compressing objects:  28% (56/199)        
2021-08-04T04:25:00.7290625Z remote: Compressing objects:  29% (58/199)        
2021-08-04T04:25:00.7291259Z remote: Compressing objects:  30% (60/199)        
2021-08-04T04:25:00.7291894Z remote: Compressing objects:  31% (62/199)        
2021-08-04T04:25:00.7292512Z remote: Compressing objects:  32% (64/199)        
2021-08-04T04:25:00.7293139Z remote: Compressing objects:  33% (66/199)        
2021-08-04T04:25:00.7293767Z remote: Compressing objects:  34% (68/199)        
2021-08-04T04:25:00.7294389Z remote: Compressing objects:  35% (70/199)        
2021-08-04T04:25:00.7295011Z remote: Compressing objects:  36% (72/199)        
2021-08-04T04:25:00.7295625Z remote: Compressing objects:  37% (74/199)        
2021-08-04T04:25:00.7296258Z remote: Compressing objects:  38% (76/199)        
2021-08-04T04:25:00.7296892Z remote: Compressing objects:  39% (78/199)        
2021-08-04T04:25:00.7297504Z remote: Compressing objects:  40% (80/199)        
2021-08-04T04:25:00.7298136Z remote: Compressing objects:  41% (82/199)        
2021-08-04T04:25:00.7298746Z remote: Compressing objects:  42% (84/199)        
2021-08-04T04:25:00.7299376Z remote: Compressing objects:  43% (86/199)        
2021-08-04T04:25:00.7300001Z remote: Compressing objects:  44% (88/199)        
2021-08-04T04:25:00.7300617Z remote: Compressing objects:  45% (90/199)        
2021-08-04T04:25:00.7301248Z remote: Compressing objects:  46% (92/199)        
2021-08-04T04:25:00.7301985Z remote: Compressing objects:  47% (94/199)        
2021-08-04T04:25:00.7302603Z remote: Compressing objects:  48% (96/199)        
2021-08-04T04:25:00.7303221Z remote: Compressing objects:  49% (98/199)        
2021-08-04T04:25:00.7303828Z remote: Compressing objects:  50% (100/199)        
2021-08-04T04:25:00.7304459Z remote: Compressing objects:  51% (102/199)        
2021-08-04T04:25:00.7305097Z remote: Compressing objects:  52% (104/199)        
2021-08-04T04:25:00.7305718Z remote: Compressing objects:  53% (106/199)        
2021-08-04T04:25:00.7306351Z remote: Compressing objects:  54% (108/199)        
2021-08-04T04:25:00.7306970Z remote: Compressing objects:  55% (110/199)        
2021-08-04T04:25:00.7307599Z remote: Compressing objects:  56% (112/199)        
2021-08-04T04:25:00.7308226Z remote: Compressing objects:  57% (114/199)        
2021-08-04T04:25:00.7308960Z remote: Compressing objects:  58% (116/199)        
2021-08-04T04:25:00.7311891Z remote: Compressing objects:  59% (118/199)        
2021-08-04T04:25:00.7312783Z remote: Compressing objects:  60% (120/199)        
2021-08-04T04:25:00.7313460Z remote: Compressing objects:  61% (122/199)        
2021-08-04T04:25:00.7314094Z remote: Compressing objects:  62% (124/199)        
2021-08-04T04:25:00.7314719Z remote: Compressing objects:  63% (126/199)        
2021-08-04T04:25:00.7315349Z remote: Compressing objects:  64% (128/199)        
2021-08-04T04:25:00.7315983Z remote: Compressing objects:  65% (130/199)        
2021-08-04T04:25:00.7316598Z remote: Compressing objects:  66% (132/199)        
2021-08-04T04:25:00.7317230Z remote: Compressing objects:  67% (134/199)        
2021-08-04T04:25:00.7317845Z remote: Compressing objects:  68% (136/199)        
2021-08-04T04:25:00.7318474Z remote: Compressing objects:  69% (138/199)        
2021-08-04T04:25:00.7319110Z remote: Compressing objects:  70% (140/199)        
2021-08-04T04:25:00.7319731Z remote: Compressing objects:  71% (142/199)        
2021-08-04T04:25:00.7320364Z remote: Compressing objects:  72% (144/199)        
2021-08-04T04:25:00.7320981Z remote: Compressing objects:  73% (146/199)        
2021-08-04T04:25:00.7321609Z remote: Compressing objects:  74% (148/199)        
2021-08-04T04:25:00.7322919Z remote: Compressing objects:  75% (150/199)        
2021-08-04T04:25:00.7326338Z remote: Compressing objects:  76% (152/199)        
2021-08-04T04:25:00.7326893Z remote: Compressing objects:  77% (154/199)        
2021-08-04T04:25:00.7327423Z remote: Compressing objects:  78% (156/199)        
2021-08-04T04:25:00.7327978Z remote: Compressing objects:  79% (158/199)        
2021-08-04T04:25:00.7330679Z remote: Compressing objects:  80% (160/199)        
2021-08-04T04:25:00.7331212Z remote: Compressing objects:  81% (162/199)        
2021-08-04T04:25:00.7331761Z remote: Compressing objects:  82% (164/199)        
2021-08-04T04:25:00.7332303Z remote: Compressing objects:  83% (166/199)        
2021-08-04T04:25:00.7332845Z remote: Compressing objects:  84% (168/199)        
2021-08-04T04:25:00.7333371Z remote: Compressing objects:  85% (170/199)        
2021-08-04T04:25:00.7334664Z remote: Compressing objects:  86% (172/199)        
2021-08-04T04:25:00.7335221Z remote: Compressing objects:  87% (174/199)        
2021-08-04T04:25:00.7335761Z remote: Compressing objects:  88% (176/199)        
2021-08-04T04:25:00.7336309Z remote: Compressing objects:  89% (178/199)        
2021-08-04T04:25:00.7337039Z remote: Compressing objects:  90% (180/199)        
2021-08-04T04:25:00.7337568Z remote: Compressing objects:  91% (182/199)        
2021-08-04T04:25:00.7338110Z remote: Compressing objects:  92% (184/199)        
2021-08-04T04:25:00.7338887Z remote: Compressing objects:  93% (186/199)        
2021-08-04T04:25:00.7339428Z remote: Compressing objects:  94% (188/199)        
2021-08-04T04:25:00.7339955Z remote: Compressing objects:  95% (190/199)        
2021-08-04T04:25:00.7340501Z remote: Compressing objects:  96% (192/199)        
2021-08-04T04:25:00.7341046Z remote: Compressing objects:  97% (194/199)        
2021-08-04T04:25:00.7341735Z remote: Compressing objects:  98% (196/199)        
2021-08-04T04:25:00.7342286Z remote: Compressing objects:  99% (198/199)        
2021-08-04T04:25:00.7342815Z remote: Compressing objects: 100% (199/199)        
2021-08-04T04:25:00.7343385Z remote: Compressing objects: 100% (199/199), done.        
2021-08-04T04:25:00.7385317Z Receiving objects:   0% (1/229)
2021-08-04T04:25:00.7385930Z Receiving objects:   1% (3/229)
2021-08-04T04:25:00.7386494Z Receiving objects:   2% (5/229)
2021-08-04T04:25:00.7387013Z Receiving objects:   3% (7/229)
2021-08-04T04:25:00.7387623Z Receiving objects:   4% (10/229)
2021-08-04T04:25:00.7388062Z Receiving objects:   5% (12/229)
2021-08-04T04:25:00.7388510Z Receiving objects:   6% (14/229)
2021-08-04T04:25:00.7389058Z Receiving objects:   7% (17/229)
2021-08-04T04:25:00.7389774Z Receiving objects:   8% (19/229)
2021-08-04T04:25:00.7390310Z Receiving objects:   9% (21/229)
2021-08-04T04:25:00.7390833Z Receiving objects:  10% (23/229)
2021-08-04T04:25:00.7391370Z Receiving objects:  11% (26/229)
2021-08-04T04:25:00.7392013Z Receiving objects:  12% (28/229)
2021-08-04T04:25:00.7392549Z Receiving objects:  13% (30/229)
2021-08-04T04:25:00.7393201Z Receiving objects:  14% (33/229)
2021-08-04T04:25:00.7393716Z Receiving objects:  15% (35/229)
2021-08-04T04:25:00.7394248Z Receiving objects:  16% (37/229)
2021-08-04T04:25:00.7394894Z Receiving objects:  17% (39/229)
2021-08-04T04:25:00.7395539Z Receiving objects:  18% (42/229)
2021-08-04T04:25:00.7396295Z Receiving objects:  19% (44/229)
2021-08-04T04:25:00.7396819Z Receiving objects:  20% (46/229)
2021-08-04T04:25:00.7397350Z Receiving objects:  21% (49/229)
2021-08-04T04:25:00.7397885Z Receiving objects:  22% (51/229)
2021-08-04T04:25:00.7616410Z Receiving objects:  23% (53/229)
2021-08-04T04:25:00.7811059Z Receiving objects:  24% (55/229)
2021-08-04T04:25:00.7811550Z Receiving objects:  25% (58/229)
2021-08-04T04:25:00.7811991Z Receiving objects:  26% (60/229)
2021-08-04T04:25:00.7812440Z Receiving objects:  27% (62/229)
2021-08-04T04:25:00.7812881Z Receiving objects:  28% (65/229)
2021-08-04T04:25:00.7813327Z Receiving objects:  29% (67/229)
2021-08-04T04:25:00.7813758Z Receiving objects:  30% (69/229)
2021-08-04T04:25:00.7814198Z Receiving objects:  31% (71/229)
2021-08-04T04:25:00.7814706Z Receiving objects:  32% (74/229)
2021-08-04T04:25:00.7815152Z Receiving objects:  33% (76/229)
2021-08-04T04:25:00.7815586Z Receiving objects:  34% (78/229)
2021-08-04T04:25:00.7816034Z Receiving objects:  35% (81/229)
2021-08-04T04:25:00.7816463Z Receiving objects:  36% (83/229)
2021-08-04T04:25:00.7816908Z Receiving objects:  37% (85/229)
2021-08-04T04:25:00.7817353Z Receiving objects:  38% (88/229)
2021-08-04T04:25:00.7817782Z Receiving objects:  39% (90/229)
2021-08-04T04:25:00.7818225Z Receiving objects:  40% (92/229)
2021-08-04T04:25:00.7818665Z Receiving objects:  41% (94/229)
2021-08-04T04:25:00.7819108Z Receiving objects:  42% (97/229)
2021-08-04T04:25:00.7819572Z Receiving objects:  43% (99/229)
2021-08-04T04:25:00.7820017Z Receiving objects:  44% (101/229)
2021-08-04T04:25:00.7820452Z Receiving objects:  45% (104/229)
2021-08-04T04:25:00.7820900Z Receiving objects:  46% (106/229)
2021-08-04T04:25:00.7821329Z Receiving objects:  47% (108/229)
2021-08-04T04:25:00.7821884Z Receiving objects:  48% (110/229)
2021-08-04T04:25:00.7841810Z Receiving objects:  49% (113/229)
2021-08-04T04:25:00.8108153Z Receiving objects:  50% (115/229)
2021-08-04T04:25:00.8108628Z Receiving objects:  51% (117/229)
2021-08-04T04:25:00.8109088Z Receiving objects:  52% (120/229)
2021-08-04T04:25:00.8109530Z Receiving objects:  53% (122/229)
2021-08-04T04:25:00.8109974Z Receiving objects:  54% (124/229)
2021-08-04T04:25:00.8166777Z Receiving objects:  55% (126/229)
2021-08-04T04:25:00.8197492Z Receiving objects:  56% (129/229)
2021-08-04T04:25:00.8234183Z Receiving objects:  57% (131/229)
2021-08-04T04:25:00.8264036Z Receiving objects:  58% (133/229)
2021-08-04T04:25:00.8265142Z Receiving objects:  59% (136/229)
2021-08-04T04:25:00.8281166Z Receiving objects:  60% (138/229)
2021-08-04T04:25:00.8281710Z Receiving objects:  61% (140/229)
2021-08-04T04:25:00.8881392Z Receiving objects:  62% (142/229)
2021-08-04T04:25:00.8900166Z Receiving objects:  63% (145/229)
2021-08-04T04:25:00.8905291Z Receiving objects:  64% (147/229)
2021-08-04T04:25:00.9217415Z Receiving objects:  65% (149/229)
2021-08-04T04:25:00.9219144Z Receiving objects:  66% (152/229)
2021-08-04T04:25:00.9220498Z Receiving objects:  67% (154/229)
2021-08-04T04:25:00.9222266Z Receiving objects:  68% (156/229)
2021-08-04T04:25:00.9224219Z Receiving objects:  69% (159/229)
2021-08-04T04:25:00.9225524Z Receiving objects:  70% (161/229)
2021-08-04T04:25:00.9226104Z Receiving objects:  71% (163/229)
2021-08-04T04:25:00.9226654Z Receiving objects:  72% (165/229)
2021-08-04T04:25:00.9227213Z Receiving objects:  73% (168/229)
2021-08-04T04:25:00.9228520Z Receiving objects:  74% (170/229)
2021-08-04T04:25:00.9229099Z Receiving objects:  75% (172/229)
2021-08-04T04:25:00.9229647Z Receiving objects:  76% (175/229)
2021-08-04T04:25:00.9230321Z Receiving objects:  77% (177/229)
2021-08-04T04:25:00.9230889Z Receiving objects:  78% (179/229)
2021-08-04T04:25:00.9231432Z Receiving objects:  79% (181/229)
2021-08-04T04:25:00.9232017Z Receiving objects:  80% (184/229)
2021-08-04T04:25:00.9232557Z Receiving objects:  81% (186/229)
2021-08-04T04:25:00.9233114Z Receiving objects:  82% (188/229)
2021-08-04T04:25:00.9233668Z Receiving objects:  83% (191/229)
2021-08-04T04:25:00.9234213Z Receiving objects:  84% (193/229)
2021-08-04T04:25:00.9234826Z Receiving objects:  85% (195/229)
2021-08-04T04:25:00.9235440Z Receiving objects:  86% (197/229)
2021-08-04T04:25:00.9236114Z Receiving objects:  87% (200/229)
2021-08-04T04:25:00.9236672Z Receiving objects:  88% (202/229)
2021-08-04T04:25:00.9237207Z Receiving objects:  89% (204/229)
2021-08-04T04:25:00.9237768Z Receiving objects:  90% (207/229)
2021-08-04T04:25:00.9238301Z Receiving objects:  91% (209/229)
2021-08-04T04:25:00.9239581Z remote: Total 229 (delta 27), reused 148 (delta 12), pack-reused 0        
2021-08-04T04:25:00.9240870Z Receiving objects:  92% (211/229)
2021-08-04T04:25:00.9241316Z Receiving objects:  93% (213/229)
2021-08-04T04:25:00.9241768Z Receiving objects:  94% (216/229)
2021-08-04T04:25:00.9242199Z Receiving objects:  95% (218/229)
2021-08-04T04:25:00.9250269Z Receiving objects:  96% (220/229)
2021-08-04T04:25:00.9253444Z Receiving objects:  97% (223/229)
2021-08-04T04:25:00.9253911Z Receiving objects:  98% (225/229)
2021-08-04T04:25:00.9254361Z Receiving objects:  99% (227/229)
2021-08-04T04:25:00.9254792Z Receiving objects: 100% (229/229)
2021-08-04T04:25:00.9255303Z Receiving objects: 100% (229/229), 7.89 MiB | 41.43 MiB/s, done.
2021-08-04T04:25:00.9256911Z Resolving deltas:   0% (0/27)
2021-08-04T04:25:00.9257354Z Resolving deltas:   3% (1/27)
2021-08-04T04:25:00.9257785Z Resolving deltas:   7% (2/27)
2021-08-04T04:25:00.9260719Z Resolving deltas:  11% (3/27)
2021-08-04T04:25:00.9263529Z Resolving deltas:  14% (4/27)
2021-08-04T04:25:00.9266013Z Resolving deltas:  18% (5/27)
2021-08-04T04:25:00.9269008Z Resolving deltas:  22% (6/27)
2021-08-04T04:25:00.9271265Z Resolving deltas:  25% (7/27)
2021-08-04T04:25:00.9273758Z Resolving deltas:  29% (8/27)
2021-08-04T04:25:00.9276014Z Resolving deltas:  33% (9/27)
2021-08-04T04:25:00.9278586Z Resolving deltas:  37% (10/27)
2021-08-04T04:25:00.9281066Z Resolving deltas:  40% (11/27)
2021-08-04T04:25:00.9283584Z Resolving deltas:  44% (12/27)
2021-08-04T04:25:00.9286040Z Resolving deltas:  48% (13/27)
2021-08-04T04:25:00.9288344Z Resolving deltas:  51% (14/27)
2021-08-04T04:25:00.9290749Z Resolving deltas:  55% (15/27)
2021-08-04T04:25:00.9292963Z Resolving deltas:  59% (16/27)
2021-08-04T04:25:00.9295233Z Resolving deltas:  62% (17/27)
2021-08-04T04:25:00.9297411Z Resolving deltas:  66% (18/27)
2021-08-04T04:25:00.9299568Z Resolving deltas:  70% (19/27)
2021-08-04T04:25:00.9302067Z Resolving deltas:  74% (20/27)
2021-08-04T04:25:00.9304414Z Resolving deltas:  77% (21/27)
2021-08-04T04:25:00.9306635Z Resolving deltas:  81% (22/27)
2021-08-04T04:25:00.9309508Z Resolving deltas:  85% (23/27)
2021-08-04T04:25:00.9311645Z Resolving deltas:  88% (24/27)
2021-08-04T04:25:00.9314214Z Resolving deltas:  92% (25/27)
2021-08-04T04:25:00.9330446Z Resolving deltas:  96% (26/27)
2021-08-04T04:25:00.9331044Z Resolving deltas: 100% (27/27)
2021-08-04T04:25:00.9331613Z Resolving deltas: 100% (27/27), done.
2021-08-04T04:25:00.9513274Z From https://github.com/tcgwiz/web
2021-08-04T04:25:00.9514628Z  * [new ref]         d3faa4f66467de0c38182006d74c976289855b4a -> origin/hsh2001-patch-1
2021-08-04T04:25:00.9533648Z ##[endgroup]
2021-08-04T04:25:00.9534922Z ##[group]Determining the checkout info
2021-08-04T04:25:00.9536177Z ##[endgroup]
2021-08-04T04:25:00.9537055Z ##[group]Checking out the ref
2021-08-04T04:25:00.9540012Z [command]/usr/bin/git checkout --progress --force -B hsh2001-patch-1 refs/remotes/origin/hsh2001-patch-1
2021-08-04T04:25:01.0248799Z Switched to a new branch 'hsh2001-patch-1'
2021-08-04T04:25:01.0250451Z Branch 'hsh2001-patch-1' set up to track remote branch 'hsh2001-patch-1' from 'origin'.
2021-08-04T04:25:01.0260046Z ##[endgroup]
2021-08-04T04:25:01.0297772Z [command]/usr/bin/git log -1 --format='%H'
2021-08-04T04:25:01.0321894Z 'd3faa4f66467de0c38182006d74c976289855b4a'
2021-08-04T04:25:01.0534219Z ##[group]Run rpkak/ESLint-PR-review@latest
2021-08-04T04:25:01.0534729Z with:
2021-08-04T04:25:01.0535110Z   src: .
2021-08-04T04:25:01.0535551Z   eslint-format: table
2021-08-04T04:25:01.0536046Z   project-root: .
2021-08-04T04:25:01.0536670Z   approve-mode: 0
2021-08-04T04:25:01.0537192Z   extensions: js,jsx,ts,tsx
2021-08-04T04:25:01.0537657Z ##[endgroup]
2021-08-04T04:25:01.0586126Z ##[command]/usr/bin/docker run --name bec5f7763a8cbf8674ff49d4af43c9d1b89ac_40e190 --label 3bec5f --workdir /github/workspace --rm -e INPUT_GITHUB-TOKEN -e INPUT_SRC -e INPUT_ESLINT-FORMAT -e INPUT_PROJECT-ROOT -e INPUT_APPROVE-MODE -e INPUT_EXTENSIONS -e HOME -e GITHUB_JOB -e GITHUB_REF -e GITHUB_SHA -e GITHUB_REPOSITORY -e GITHUB_REPOSITORY_OWNER -e GITHUB_RUN_ID -e GITHUB_RUN_NUMBER -e GITHUB_RETENTION_DAYS -e GITHUB_ACTOR -e GITHUB_WORKFLOW -e GITHUB_HEAD_REF -e GITHUB_BASE_REF -e GITHUB_EVENT_NAME -e GITHUB_SERVER_URL -e GITHUB_API_URL -e GITHUB_GRAPHQL_URL -e GITHUB_WORKSPACE -e GITHUB_ACTION -e GITHUB_EVENT_PATH -e GITHUB_ACTION_REPOSITORY -e GITHUB_ACTION_REF -e GITHUB_PATH -e GITHUB_ENV -e RUNNER_OS -e RUNNER_TOOL_CACHE -e RUNNER_TEMP -e RUNNER_WORKSPACE -e ACTIONS_RUNTIME_URL -e ACTIONS_RUNTIME_TOKEN -e ACTIONS_CACHE_URL -e GITHUB_ACTIONS=true -e CI=true -v "/var/run/docker.sock":"/var/run/docker.sock" -v "/home/runner/work/_temp/_github_home":"/github/home" -v "/home/runner/work/_temp/_github_workflow":"/github/workflow" -v "/home/runner/work/_temp/_runner_file_commands":"/github/file_commands" -v "/home/runner/work/web/web":"/github/workspace" 3bec5f:7763a8cbf8674ff49d4af43c9d1b89ac  "." "." "" "table" "0" "js,jsx,ts,tsx"
2021-08-04T04:25:09.8045837Z npm WARN deprecated resolve-url@0.2.1: https://github.com/lydell/resolve-url#deprecated
2021-08-04T04:25:10.0355823Z npm WARN deprecated urix@0.1.0: Please see https://github.com/lydell/urix#deprecated
2021-08-04T04:25:10.5083861Z npm WARN deprecated sane@4.1.0: some dependency vulnerabilities fixed, support for node < 10 dropped, and newer ECMAScript syntax/features added
2021-08-04T04:25:10.6961375Z npm WARN deprecated request-promise-native@1.0.8: request-promise-native has been deprecated because it extends the now deprecated request package, see https://github.com/request/request/issues/3142
2021-08-04T04:25:11.1819570Z npm WARN deprecated uuid@3.3.3: 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.
2021-08-04T04:25:12.8459692Z npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142
2021-08-04T04:25:14.0945045Z npm WARN deprecated har-validator@5.1.3: this library is no longer supported
2021-08-04T04:25:16.6537055Z npm WARN deprecated debug@4.1.1: Debug versions >=3.2.0 <3.2.7 || >=4 <4.3.1 have a low-severity ReDos regression when used in a Node.js environment. It is recommended you upgrade to 3.2.7 or 4.3.1. (https://github.com/visionmedia/debug/issues/797)
2021-08-04T04:25:29.7584399Z npm WARN EBADENGINE Unsupported engine {
2021-08-04T04:25:29.7585792Z npm WARN EBADENGINE   package: 'react-lottie@1.2.3',
2021-08-04T04:25:29.7586568Z npm WARN EBADENGINE   required: { npm: '^3.0.0' },
2021-08-04T04:25:29.7587500Z npm WARN EBADENGINE   current: { node: 'v16.6.1', npm: '7.20.3' }
2021-08-04T04:25:29.7588036Z npm WARN EBADENGINE }
2021-08-04T04:26:58.2270848Z npm WARN deprecated urix@0.1.0: Please see https://github.com/lydell/urix#deprecated
2021-08-04T04:26:58.3912648Z npm WARN deprecated resolve-url@0.2.1: https://github.com/lydell/resolve-url#deprecated
2021-08-04T04:26:59.7211822Z npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142
2021-08-04T04:26:59.7224868Z npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142
2021-08-04T04:26:59.7233455Z npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142
2021-08-04T04:26:59.9871792Z npm WARN deprecated har-validator@5.1.5: this library is no longer supported
2021-08-04T04:27:00.3975591Z npm WARN deprecated sntp@1.0.9: This module moved to @hapi/sntp. Please make sure to switch over as this distribution is no longer supported and may contain bugs and critical security issues.
2021-08-04T04:27:00.7174426Z 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.
2021-08-04T04:27:01.5548415Z npm WARN deprecated har-validator@5.1.5: this library is no longer supported
2021-08-04T04:27:01.7377897Z npm WARN deprecated chokidar@2.1.8: Chokidar 2 will break on node v14+. Upgrade to chokidar 3 with 15x less dependencies.
2021-08-04T04:27:01.7687500Z npm WARN deprecated har-validator@5.1.5: this library is no longer supported
2021-08-04T04:27:04.8328158Z npm WARN deprecated cryptiles@2.0.5: This version has been deprecated in accordance with the hapi support policy (hapi.im/support). Please upgrade to the latest version to get the best features, bug fixes, and security patches. If you are unable to upgrade at this time, paid support is available for older versions (hapi.im/commercial).
2021-08-04T04:27:05.6277145Z npm WARN deprecated hoek@2.16.3: This version has been deprecated in accordance with the hapi support policy (hapi.im/support). Please upgrade to the latest version to get the best features, bug fixes, and security patches. If you are unable to upgrade at this time, paid support is available for older versions (hapi.im/commercial).
2021-08-04T04:27:06.3668903Z npm WARN deprecated @zeit/next-css@1.0.1: Next.js now has built-in support for CSS: https://nextjs.org/docs/basic-features/built-in-css-support. The built-in support solves many bugs and painpoints that the next-css plugin had.
2021-08-04T04:27:06.9328327Z npm WARN deprecated @types/delay@3.1.0: This is a stub types definition. delay provides its own type definitions, so you do not need this installed.
2021-08-04T04:27:07.0068083Z npm WARN deprecated @types/axios@0.14.0: This is a stub types definition for axios (https://github.com/mzabriskie/axios). axios provides its own type definitions, so you don't need @types/axios installed!
2021-08-04T04:27:07.1289371Z npm WARN deprecated boom@2.10.1: This version has been deprecated in accordance with the hapi support policy (hapi.im/support). Please upgrade to the latest version to get the best features, bug fixes, and security patches. If you are unable to upgrade at this time, paid support is available for older versions (hapi.im/commercial).
2021-08-04T04:27:08.0210932Z npm WARN deprecated hawk@3.1.3: This module moved to @hapi/hawk. Please make sure to switch over as this distribution is no longer supported and may contain bugs and critical security issues.
2021-08-04T04:27:08.9594499Z npm WARN deprecated har-validator@4.2.1: this library is no longer supported
2021-08-04T04:27:09.0055482Z npm WARN deprecated request@2.81.0: request has been deprecated, see https://github.com/request/request/issues/3142
2021-08-04T04:27:09.1436369Z npm WARN deprecated node-pre-gyp@0.11.0: Please upgrade to @mapbox/node-pre-gyp: the non-scoped node-pre-gyp package is deprecated and only the @mapbox scoped package will recieve updates in the future
2021-08-04T04:27:14.2310216Z npm WARN deprecated core-js@2.6.12: core-js@<3.3 is no longer maintained and not recommended for usage due to the number of issues. Because of the V8 engine whims, feature detection in old core-js versions could cause a slowdown up to 100x even if nothing is polyfilled. Please, upgrade your dependencies to the actual version of core-js.
2021-08-04T04:28:53.1809727Z npm ERR! code 1
2021-08-04T04:28:53.1814618Z npm ERR! path /github/workspace/node_modules/node-sass
2021-08-04T04:28:53.1826982Z npm ERR! command failed
2021-08-04T04:28:53.1830424Z npm ERR! command sh -c node scripts/build.js
2021-08-04T04:28:53.1837987Z npm ERR! Building: /usr/local/bin/node /github/workspace/node_modules/node-gyp/bin/node-gyp.js rebuild --verbose --libsass_ext= --libsass_cflags= --libsass_ldflags= --libsass_library=
2021-08-04T04:28:53.1844455Z npm ERR! make: Entering directory '/github/workspace/node_modules/node-sass/build'
2021-08-04T04:28:53.1849531Z npm ERR!   g++ -o Release/obj.target/libsass/src/libsass/src/ast.o ../src/libsass/src/ast.cpp '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-D__STDC_FORMAT_MACROS' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/github/home/.cache/node-gyp/16.6.1/include/node -I/github/home/.cache/node-gyp/16.6.1/src -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/config -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/openssl/include -I/github/home/.cache/node-gyp/16.6.1/deps/uv/include -I/github/home/.cache/node-gyp/16.6.1/deps/zlib -I/github/home/.cache/node-gyp/16.6.1/deps/v8/include -I../src/libsass/include  -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++14 -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/ast.o.d.raw   -c
2021-08-04T04:28:53.1963755Z npm ERR!   g++ -o Release/obj.target/libsass/src/libsass/src/ast_fwd_decl.o ../src/libsass/src/ast_fwd_decl.cpp '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-D__STDC_FORMAT_MACROS' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/github/home/.cache/node-gyp/16.6.1/include/node -I/github/home/.cache/node-gyp/16.6.1/src -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/config -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/openssl/include -I/github/home/.cache/node-gyp/16.6.1/deps/uv/include -I/github/home/.cache/node-gyp/16.6.1/deps/zlib -I/github/home/.cache/node-gyp/16.6.1/deps/v8/include -I../src/libsass/include  -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++14 -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/ast_fwd_decl.o.d.raw   -c
2021-08-04T04:28:53.2024952Z npm ERR!   g++ -o Release/obj.target/libsass/src/libsass/src/backtrace.o ../src/libsass/src/backtrace.cpp '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-D__STDC_FORMAT_MACROS' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/github/home/.cache/node-gyp/16.6.1/include/node -I/github/home/.cache/node-gyp/16.6.1/src -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/config -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/openssl/include -I/github/home/.cache/node-gyp/16.6.1/deps/uv/include -I/github/home/.cache/node-gyp/16.6.1/deps/zlib -I/github/home/.cache/node-gyp/16.6.1/deps/v8/include -I../src/libsass/include  -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++14 -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/backtrace.o.d.raw   -c
2021-08-04T04:28:53.2074502Z npm ERR!   g++ -o Release/obj.target/libsass/src/libsass/src/base64vlq.o ../src/libsass/src/base64vlq.cpp '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-D__STDC_FORMAT_MACROS' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/github/home/.cache/node-gyp/16.6.1/include/node -I/github/home/.cache/node-gyp/16.6.1/src -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/config -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/openssl/include -I/github/home/.cache/node-gyp/16.6.1/deps/uv/include -I/github/home/.cache/node-gyp/16.6.1/deps/zlib -I/github/home/.cache/node-gyp/16.6.1/deps/v8/include -I../src/libsass/include  -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++14 -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/base64vlq.o.d.raw   -c
2021-08-04T04:28:53.2112777Z npm ERR!   g++ -o Release/obj.target/libsass/src/libsass/src/bind.o ../src/libsass/src/bind.cpp '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-D__STDC_FORMAT_MACROS' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/github/home/.cache/node-gyp/16.6.1/include/node -I/github/home/.cache/node-gyp/16.6.1/src -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/config -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/openssl/include -I/github/home/.cache/node-gyp/16.6.1/deps/uv/include -I/github/home/.cache/node-gyp/16.6.1/deps/zlib -I/github/home/.cache/node-gyp/16.6.1/deps/v8/include -I../src/libsass/include  -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++14 -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/bind.o.d.raw   -c
2021-08-04T04:28:53.2120380Z npm ERR!   cc -o Release/obj.target/libsass/src/libsass/src/cencode.o ../src/libsass/src/cencode.c '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-D__STDC_FORMAT_MACROS' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/github/home/.cache/node-gyp/16.6.1/include/node -I/github/home/.cache/node-gyp/16.6.1/src -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/config -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/openssl/include -I/github/home/.cache/node-gyp/16.6.1/deps/uv/include -I/github/home/.cache/node-gyp/16.6.1/deps/zlib -I/github/home/.cache/node-gyp/16.6.1/deps/v8/include -I../src/libsass/include  -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer  -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/cencode.o.d.raw   -c
2021-08-04T04:28:53.2128166Z npm ERR!   g++ -o Release/obj.target/libsass/src/libsass/src/check_nesting.o ../src/libsass/src/check_nesting.cpp '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-D__STDC_FORMAT_MACROS' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/github/home/.cache/node-gyp/16.6.1/include/node -I/github/home/.cache/node-gyp/16.6.1/src -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/config -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/openssl/include -I/github/home/.cache/node-gyp/16.6.1/deps/uv/include -I/github/home/.cache/node-gyp/16.6.1/deps/zlib -I/github/home/.cache/node-gyp/16.6.1/deps/v8/include -I../src/libsass/include  -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++14 -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/check_nesting.o.d.raw   -c
2021-08-04T04:28:53.2139315Z npm ERR!   g++ -o Release/obj.target/libsass/src/libsass/src/color_maps.o ../src/libsass/src/color_maps.cpp '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-D__STDC_FORMAT_MACROS' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/github/home/.cache/node-gyp/16.6.1/include/node -I/github/home/.cache/node-gyp/16.6.1/src -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/config -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/openssl/include -I/github/home/.cache/node-gyp/16.6.1/deps/uv/include -I/github/home/.cache/node-gyp/16.6.1/deps/zlib -I/github/home/.cache/node-gyp/16.6.1/deps/v8/include -I../src/libsass/include  -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++14 -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/color_maps.o.d.raw   -c
2021-08-04T04:28:53.2147411Z npm ERR!   g++ -o Release/obj.target/libsass/src/libsass/src/constants.o ../src/libsass/src/constants.cpp '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-D__STDC_FORMAT_MACROS' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/github/home/.cache/node-gyp/16.6.1/include/node -I/github/home/.cache/node-gyp/16.6.1/src -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/config -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/openssl/include -I/github/home/.cache/node-gyp/16.6.1/deps/uv/include -I/github/home/.cache/node-gyp/16.6.1/deps/zlib -I/github/home/.cache/node-gyp/16.6.1/deps/v8/include -I../src/libsass/include  -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++14 -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/constants.o.d.raw   -c
2021-08-04T04:28:53.2155279Z npm ERR!   g++ -o Release/obj.target/libsass/src/libsass/src/context.o ../src/libsass/src/context.cpp '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-D__STDC_FORMAT_MACROS' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/github/home/.cache/node-gyp/16.6.1/include/node -I/github/home/.cache/node-gyp/16.6.1/src -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/config -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/openssl/include -I/github/home/.cache/node-gyp/16.6.1/deps/uv/include -I/github/home/.cache/node-gyp/16.6.1/deps/zlib -I/github/home/.cache/node-gyp/16.6.1/deps/v8/include -I../src/libsass/include  -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++14 -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/context.o.d.raw   -c
2021-08-04T04:28:53.2163093Z npm ERR!   g++ -o Release/obj.target/libsass/src/libsass/src/cssize.o ../src/libsass/src/cssize.cpp '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-D__STDC_FORMAT_MACROS' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/github/home/.cache/node-gyp/16.6.1/include/node -I/github/home/.cache/node-gyp/16.6.1/src -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/config -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/openssl/include -I/github/home/.cache/node-gyp/16.6.1/deps/uv/include -I/github/home/.cache/node-gyp/16.6.1/deps/zlib -I/github/home/.cache/node-gyp/16.6.1/deps/v8/include -I../src/libsass/include  -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++14 -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/cssize.o.d.raw   -c
2021-08-04T04:28:53.2170901Z npm ERR!   g++ -o Release/obj.target/libsass/src/libsass/src/emitter.o ../src/libsass/src/emitter.cpp '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-D__STDC_FORMAT_MACROS' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/github/home/.cache/node-gyp/16.6.1/include/node -I/github/home/.cache/node-gyp/16.6.1/src -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/config -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/openssl/include -I/github/home/.cache/node-gyp/16.6.1/deps/uv/include -I/github/home/.cache/node-gyp/16.6.1/deps/zlib -I/github/home/.cache/node-gyp/16.6.1/deps/v8/include -I../src/libsass/include  -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++14 -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/emitter.o.d.raw   -c
2021-08-04T04:28:53.2185124Z npm ERR!   g++ -o Release/obj.target/libsass/src/libsass/src/environment.o ../src/libsass/src/environment.cpp '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-D__STDC_FORMAT_MACROS' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/github/home/.cache/node-gyp/16.6.1/include/node -I/github/home/.cache/node-gyp/16.6.1/src -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/config -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/openssl/include -I/github/home/.cache/node-gyp/16.6.1/deps/uv/include -I/github/home/.cache/node-gyp/16.6.1/deps/zlib -I/github/home/.cache/node-gyp/16.6.1/deps/v8/include -I../src/libsass/include  -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++14 -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/environment.o.d.raw   -c
2021-08-04T04:28:53.2224106Z npm ERR!   g++ -o Release/obj.target/libsass/src/libsass/src/error_handling.o ../src/libsass/src/error_handling.cpp '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-D__STDC_FORMAT_MACROS' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/github/home/.cache/node-gyp/16.6.1/include/node -I/github/home/.cache/node-gyp/16.6.1/src -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/config -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/openssl/include -I/github/home/.cache/node-gyp/16.6.1/deps/uv/include -I/github/home/.cache/node-gyp/16.6.1/deps/zlib -I/github/home/.cache/node-gyp/16.6.1/deps/v8/include -I../src/libsass/include  -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++14 -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/error_handling.o.d.raw   -c
2021-08-04T04:28:53.2232352Z npm ERR!   g++ -o Release/obj.target/libsass/src/libsass/src/eval.o ../src/libsass/src/eval.cpp '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-D__STDC_FORMAT_MACROS' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/github/home/.cache/node-gyp/16.6.1/include/node -I/github/home/.cache/node-gyp/16.6.1/src -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/config -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/openssl/include -I/github/home/.cache/node-gyp/16.6.1/deps/uv/include -I/github/home/.cache/node-gyp/16.6.1/deps/zlib -I/github/home/.cache/node-gyp/16.6.1/deps/v8/include -I../src/libsass/include  -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++14 -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/eval.o.d.raw   -c
2021-08-04T04:28:53.2240219Z npm ERR!   g++ -o Release/obj.target/libsass/src/libsass/src/expand.o ../src/libsass/src/expand.cpp '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-D__STDC_FORMAT_MACROS' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/github/home/.cache/node-gyp/16.6.1/include/node -I/github/home/.cache/node-gyp/16.6.1/src -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/config -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/openssl/include -I/github/home/.cache/node-gyp/16.6.1/deps/uv/include -I/github/home/.cache/node-gyp/16.6.1/deps/zlib -I/github/home/.cache/node-gyp/16.6.1/deps/v8/include -I../src/libsass/include  -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++14 -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/expand.o.d.raw   -c
2021-08-04T04:28:53.2248000Z npm ERR!   g++ -o Release/obj.target/libsass/src/libsass/src/extend.o ../src/libsass/src/extend.cpp '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-D__STDC_FORMAT_MACROS' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/github/home/.cache/node-gyp/16.6.1/include/node -I/github/home/.cache/node-gyp/16.6.1/src -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/config -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/openssl/include -I/github/home/.cache/node-gyp/16.6.1/deps/uv/include -I/github/home/.cache/node-gyp/16.6.1/deps/zlib -I/github/home/.cache/node-gyp/16.6.1/deps/v8/include -I../src/libsass/include  -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++14 -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/extend.o.d.raw   -c
2021-08-04T04:28:53.2255673Z npm ERR!   g++ -o Release/obj.target/libsass/src/libsass/src/file.o ../src/libsass/src/file.cpp '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-D__STDC_FORMAT_MACROS' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/github/home/.cache/node-gyp/16.6.1/include/node -I/github/home/.cache/node-gyp/16.6.1/src -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/config -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/openssl/include -I/github/home/.cache/node-gyp/16.6.1/deps/uv/include -I/github/home/.cache/node-gyp/16.6.1/deps/zlib -I/github/home/.cache/node-gyp/16.6.1/deps/v8/include -I../src/libsass/include  -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++14 -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/file.o.d.raw   -c
2021-08-04T04:28:53.2263804Z npm ERR!   g++ -o Release/obj.target/libsass/src/libsass/src/functions.o ../src/libsass/src/functions.cpp '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-D__STDC_FORMAT_MACROS' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/github/home/.cache/node-gyp/16.6.1/include/node -I/github/home/.cache/node-gyp/16.6.1/src -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/config -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/openssl/include -I/github/home/.cache/node-gyp/16.6.1/deps/uv/include -I/github/home/.cache/node-gyp/16.6.1/deps/zlib -I/github/home/.cache/node-gyp/16.6.1/deps/v8/include -I../src/libsass/include  -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++14 -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/functions.o.d.raw   -c
2021-08-04T04:28:53.2271680Z npm ERR!   g++ -o Release/obj.target/libsass/src/libsass/src/inspect.o ../src/libsass/src/inspect.cpp '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-D__STDC_FORMAT_MACROS' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/github/home/.cache/node-gyp/16.6.1/include/node -I/github/home/.cache/node-gyp/16.6.1/src -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/config -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/openssl/include -I/github/home/.cache/node-gyp/16.6.1/deps/uv/include -I/github/home/.cache/node-gyp/16.6.1/deps/zlib -I/github/home/.cache/node-gyp/16.6.1/deps/v8/include -I../src/libsass/include  -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++14 -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/inspect.o.d.raw   -c
2021-08-04T04:28:53.2311327Z npm ERR!   g++ -o Release/obj.target/libsass/src/libsass/src/json.o ../src/libsass/src/json.cpp '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-D__STDC_FORMAT_MACROS' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/github/home/.cache/node-gyp/16.6.1/include/node -I/github/home/.cache/node-gyp/16.6.1/src -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/config -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/openssl/include -I/github/home/.cache/node-gyp/16.6.1/deps/uv/include -I/github/home/.cache/node-gyp/16.6.1/deps/zlib -I/github/home/.cache/node-gyp/16.6.1/deps/v8/include -I../src/libsass/include  -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++14 -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/json.o.d.raw   -c
2021-08-04T04:28:53.2319996Z npm ERR!   g++ -o Release/obj.target/libsass/src/libsass/src/lexer.o ../src/libsass/src/lexer.cpp '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-D__STDC_FORMAT_MACROS' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/github/home/.cache/node-gyp/16.6.1/include/node -I/github/home/.cache/node-gyp/16.6.1/src -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/config -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/openssl/include -I/github/home/.cache/node-gyp/16.6.1/deps/uv/include -I/github/home/.cache/node-gyp/16.6.1/deps/zlib -I/github/home/.cache/node-gyp/16.6.1/deps/v8/include -I../src/libsass/include  -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++14 -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/lexer.o.d.raw   -c
2021-08-04T04:28:53.2727780Z npm ERR!   g++ -o Release/obj.target/libsass/src/libsass/src/listize.o ../src/libsass/src/listize.cpp '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-D__STDC_FORMAT_MACROS' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/github/home/.cache/node-gyp/16.6.1/include/node -I/github/home/.cache/node-gyp/16.6.1/src -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/config -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/openssl/include -I/github/home/.cache/node-gyp/16.6.1/deps/uv/include -I/github/home/.cache/node-gyp/16.6.1/deps/zlib -I/github/home/.cache/node-gyp/16.6.1/deps/v8/include -I../src/libsass/include  -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++14 -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/listize.o.d.raw   -c
2021-08-04T04:28:53.2735766Z npm ERR!   g++ -o Release/obj.target/libsass/src/libsass/src/memory/SharedPtr.o ../src/libsass/src/memory/SharedPtr.cpp '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-D__STDC_FORMAT_MACROS' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/github/home/.cache/node-gyp/16.6.1/include/node -I/github/home/.cache/node-gyp/16.6.1/src -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/config -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/openssl/include -I/github/home/.cache/node-gyp/16.6.1/deps/uv/include -I/github/home/.cache/node-gyp/16.6.1/deps/zlib -I/github/home/.cache/node-gyp/16.6.1/deps/v8/include -I../src/libsass/include  -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++14 -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/memory/SharedPtr.o.d.raw   -c
2021-08-04T04:28:53.2745517Z npm ERR!   g++ -o Release/obj.target/libsass/src/libsass/src/node.o ../src/libsass/src/node.cpp '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-D__STDC_FORMAT_MACROS' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/github/home/.cache/node-gyp/16.6.1/include/node -I/github/home/.cache/node-gyp/16.6.1/src -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/config -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/openssl/include -I/github/home/.cache/node-gyp/16.6.1/deps/uv/include -I/github/home/.cache/node-gyp/16.6.1/deps/zlib -I/github/home/.cache/node-gyp/16.6.1/deps/v8/include -I../src/libsass/include  -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++14 -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/node.o.d.raw   -c
2021-08-04T04:28:53.2753493Z npm ERR!   g++ -o Release/obj.target/libsass/src/libsass/src/operators.o ../src/libsass/src/operators.cpp '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-D__STDC_FORMAT_MACROS' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/github/home/.cache/node-gyp/16.6.1/include/node -I/github/home/.cache/node-gyp/16.6.1/src -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/config -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/openssl/include -I/github/home/.cache/node-gyp/16.6.1/deps/uv/include -I/github/home/.cache/node-gyp/16.6.1/deps/zlib -I/github/home/.cache/node-gyp/16.6.1/deps/v8/include -I../src/libsass/include  -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++14 -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/operators.o.d.raw   -c
2021-08-04T04:28:53.2762019Z npm ERR!   g++ -o Release/obj.target/libsass/src/libsass/src/output.o ../src/libsass/src/output.cpp '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-D__STDC_FORMAT_MACROS' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/github/home/.cache/node-gyp/16.6.1/include/node -I/github/home/.cache/node-gyp/16.6.1/src -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/config -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/openssl/include -I/github/home/.cache/node-gyp/16.6.1/deps/uv/include -I/github/home/.cache/node-gyp/16.6.1/deps/zlib -I/github/home/.cache/node-gyp/16.6.1/deps/v8/include -I../src/libsass/include  -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++14 -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/output.o.d.raw   -c
2021-08-04T04:28:53.2770030Z npm ERR!   g++ -o Release/obj.target/libsass/src/libsass/src/parser.o ../src/libsass/src/parser.cpp '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-D__STDC_FORMAT_MACROS' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/github/home/.cache/node-gyp/16.6.1/include/node -I/github/home/.cache/node-gyp/16.6.1/src -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/config -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/openssl/include -I/github/home/.cache/node-gyp/16.6.1/deps/uv/include -I/github/home/.cache/node-gyp/16.6.1/deps/zlib -I/github/home/.cache/node-gyp/16.6.1/deps/v8/include -I../src/libsass/include  -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++14 -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/parser.o.d.raw   -c
2021-08-04T04:28:53.2777967Z npm ERR!   g++ -o Release/obj.target/libsass/src/libsass/src/plugins.o ../src/libsass/src/plugins.cpp '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-D__STDC_FORMAT_MACROS' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/github/home/.cache/node-gyp/16.6.1/include/node -I/github/home/.cache/node-gyp/16.6.1/src -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/config -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/openssl/include -I/github/home/.cache/node-gyp/16.6.1/deps/uv/include -I/github/home/.cache/node-gyp/16.6.1/deps/zlib -I/github/home/.cache/node-gyp/16.6.1/deps/v8/include -I../src/libsass/include  -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++14 -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/plugins.o.d.raw   -c
2021-08-04T04:28:53.2786226Z npm ERR!   g++ -o Release/obj.target/libsass/src/libsass/src/position.o ../src/libsass/src/position.cpp '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-D__STDC_FORMAT_MACROS' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/github/home/.cache/node-gyp/16.6.1/include/node -I/github/home/.cache/node-gyp/16.6.1/src -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/config -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/openssl/include -I/github/home/.cache/node-gyp/16.6.1/deps/uv/include -I/github/home/.cache/node-gyp/16.6.1/deps/zlib -I/github/home/.cache/node-gyp/16.6.1/deps/v8/include -I../src/libsass/include  -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++14 -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/position.o.d.raw   -c
2021-08-04T04:28:53.2794209Z npm ERR!   g++ -o Release/obj.target/libsass/src/libsass/src/prelexer.o ../src/libsass/src/prelexer.cpp '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-D__STDC_FORMAT_MACROS' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/github/home/.cache/node-gyp/16.6.1/include/node -I/github/home/.cache/node-gyp/16.6.1/src -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/config -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/openssl/include -I/github/home/.cache/node-gyp/16.6.1/deps/uv/include -I/github/home/.cache/node-gyp/16.6.1/deps/zlib -I/github/home/.cache/node-gyp/16.6.1/deps/v8/include -I../src/libsass/include  -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++14 -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/prelexer.o.d.raw   -c
2021-08-04T04:28:53.2829737Z npm ERR!   g++ -o Release/obj.target/libsass/src/libsass/src/remove_placeholders.o ../src/libsass/src/remove_placeholders.cpp '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-D__STDC_FORMAT_MACROS' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/github/home/.cache/node-gyp/16.6.1/include/node -I/github/home/.cache/node-gyp/16.6.1/src -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/config -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/openssl/include -I/github/home/.cache/node-gyp/16.6.1/deps/uv/include -I/github/home/.cache/node-gyp/16.6.1/deps/zlib -I/github/home/.cache/node-gyp/16.6.1/deps/v8/include -I../src/libsass/include  -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++14 -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/remove_placeholders.o.d.raw   -c
2021-08-04T04:28:53.2837767Z npm ERR!   g++ -o Release/obj.target/libsass/src/libsass/src/sass.o ../src/libsass/src/sass.cpp '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-D__STDC_FORMAT_MACROS' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/github/home/.cache/node-gyp/16.6.1/include/node -I/github/home/.cache/node-gyp/16.6.1/src -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/config -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/openssl/include -I/github/home/.cache/node-gyp/16.6.1/deps/uv/include -I/github/home/.cache/node-gyp/16.6.1/deps/zlib -I/github/home/.cache/node-gyp/16.6.1/deps/v8/include -I../src/libsass/include  -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++14 -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/sass.o.d.raw   -c
2021-08-04T04:28:53.2845880Z npm ERR!   g++ -o Release/obj.target/libsass/src/libsass/src/sass2scss.o ../src/libsass/src/sass2scss.cpp '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-D__STDC_FORMAT_MACROS' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/github/home/.cache/node-gyp/16.6.1/include/node -I/github/home/.cache/node-gyp/16.6.1/src -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/config -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/openssl/include -I/github/home/.cache/node-gyp/16.6.1/deps/uv/include -I/github/home/.cache/node-gyp/16.6.1/deps/zlib -I/github/home/.cache/node-gyp/16.6.1/deps/v8/include -I../src/libsass/include  -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++14 -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/sass2scss.o.d.raw   -c
2021-08-04T04:28:53.2853775Z npm ERR!   g++ -o Release/obj.target/libsass/src/libsass/src/sass_context.o ../src/libsass/src/sass_context.cpp '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-D__STDC_FORMAT_MACROS' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/github/home/.cache/node-gyp/16.6.1/include/node -I/github/home/.cache/node-gyp/16.6.1/src -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/config -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/openssl/include -I/github/home/.cache/node-gyp/16.6.1/deps/uv/include -I/github/home/.cache/node-gyp/16.6.1/deps/zlib -I/github/home/.cache/node-gyp/16.6.1/deps/v8/include -I../src/libsass/include  -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++14 -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/sass_context.o.d.raw   -c
2021-08-04T04:28:53.2861837Z npm ERR!   g++ -o Release/obj.target/libsass/src/libsass/src/sass_functions.o ../src/libsass/src/sass_functions.cpp '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-D__STDC_FORMAT_MACROS' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/github/home/.cache/node-gyp/16.6.1/include/node -I/github/home/.cache/node-gyp/16.6.1/src -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/config -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/openssl/include -I/github/home/.cache/node-gyp/16.6.1/deps/uv/include -I/github/home/.cache/node-gyp/16.6.1/deps/zlib -I/github/home/.cache/node-gyp/16.6.1/deps/v8/include -I../src/libsass/include  -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++14 -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/sass_functions.o.d.raw   -c
2021-08-04T04:28:53.2869746Z npm ERR!   g++ -o Release/obj.target/libsass/src/libsass/src/sass_util.o ../src/libsass/src/sass_util.cpp '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-D__STDC_FORMAT_MACROS' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/github/home/.cache/node-gyp/16.6.1/include/node -I/github/home/.cache/node-gyp/16.6.1/src -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/config -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/openssl/include -I/github/home/.cache/node-gyp/16.6.1/deps/uv/include -I/github/home/.cache/node-gyp/16.6.1/deps/zlib -I/github/home/.cache/node-gyp/16.6.1/deps/v8/include -I../src/libsass/include  -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++14 -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/sass_util.o.d.raw   -c
2021-08-04T04:28:53.2877688Z npm ERR!   g++ -o Release/obj.target/libsass/src/libsass/src/sass_values.o ../src/libsass/src/sass_values.cpp '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-D__STDC_FORMAT_MACROS' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/github/home/.cache/node-gyp/16.6.1/include/node -I/github/home/.cache/node-gyp/16.6.1/src -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/config -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/openssl/include -I/github/home/.cache/node-gyp/16.6.1/deps/uv/include -I/github/home/.cache/node-gyp/16.6.1/deps/zlib -I/github/home/.cache/node-gyp/16.6.1/deps/v8/include -I../src/libsass/include  -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++14 -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/sass_values.o.d.raw   -c
2021-08-04T04:28:53.2885517Z npm ERR!   g++ -o Release/obj.target/libsass/src/libsass/src/source_map.o ../src/libsass/src/source_map.cpp '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-D__STDC_FORMAT_MACROS' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/github/home/.cache/node-gyp/16.6.1/include/node -I/github/home/.cache/node-gyp/16.6.1/src -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/config -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/openssl/include -I/github/home/.cache/node-gyp/16.6.1/deps/uv/include -I/github/home/.cache/node-gyp/16.6.1/deps/zlib -I/github/home/.cache/node-gyp/16.6.1/deps/v8/include -I../src/libsass/include  -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++14 -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/source_map.o.d.raw   -c
2021-08-04T04:28:53.2893310Z npm ERR!   g++ -o Release/obj.target/libsass/src/libsass/src/subset_map.o ../src/libsass/src/subset_map.cpp '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-D__STDC_FORMAT_MACROS' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/github/home/.cache/node-gyp/16.6.1/include/node -I/github/home/.cache/node-gyp/16.6.1/src -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/config -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/openssl/include -I/github/home/.cache/node-gyp/16.6.1/deps/uv/include -I/github/home/.cache/node-gyp/16.6.1/deps/zlib -I/github/home/.cache/node-gyp/16.6.1/deps/v8/include -I../src/libsass/include  -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++14 -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/subset_map.o.d.raw   -c
2021-08-04T04:28:53.2901140Z npm ERR!   g++ -o Release/obj.target/libsass/src/libsass/src/to_c.o ../src/libsass/src/to_c.cpp '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-D__STDC_FORMAT_MACROS' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/github/home/.cache/node-gyp/16.6.1/include/node -I/github/home/.cache/node-gyp/16.6.1/src -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/config -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/openssl/include -I/github/home/.cache/node-gyp/16.6.1/deps/uv/include -I/github/home/.cache/node-gyp/16.6.1/deps/zlib -I/github/home/.cache/node-gyp/16.6.1/deps/v8/include -I../src/libsass/include  -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++14 -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/to_c.o.d.raw   -c
2021-08-04T04:28:53.2917108Z npm ERR!   g++ -o Release/obj.target/libsass/src/libsass/src/to_value.o ../src/libsass/src/to_value.cpp '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-D__STDC_FORMAT_MACROS' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/github/home/.cache/node-gyp/16.6.1/include/node -I/github/home/.cache/node-gyp/16.6.1/src -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/config -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/openssl/include -I/github/home/.cache/node-gyp/16.6.1/deps/uv/include -I/github/home/.cache/node-gyp/16.6.1/deps/zlib -I/github/home/.cache/node-gyp/16.6.1/deps/v8/include -I../src/libsass/include  -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++14 -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/to_value.o.d.raw   -c
2021-08-04T04:28:53.2924890Z npm ERR!   g++ -o Release/obj.target/libsass/src/libsass/src/units.o ../src/libsass/src/units.cpp '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-D__STDC_FORMAT_MACROS' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/github/home/.cache/node-gyp/16.6.1/include/node -I/github/home/.cache/node-gyp/16.6.1/src -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/config -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/openssl/include -I/github/home/.cache/node-gyp/16.6.1/deps/uv/include -I/github/home/.cache/node-gyp/16.6.1/deps/zlib -I/github/home/.cache/node-gyp/16.6.1/deps/v8/include -I../src/libsass/include  -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++14 -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/units.o.d.raw   -c
2021-08-04T04:28:53.2932648Z npm ERR!   g++ -o Release/obj.target/libsass/src/libsass/src/utf8_string.o ../src/libsass/src/utf8_string.cpp '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-D__STDC_FORMAT_MACROS' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/github/home/.cache/node-gyp/16.6.1/include/node -I/github/home/.cache/node-gyp/16.6.1/src -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/config -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/openssl/include -I/github/home/.cache/node-gyp/16.6.1/deps/uv/include -I/github/home/.cache/node-gyp/16.6.1/deps/zlib -I/github/home/.cache/node-gyp/16.6.1/deps/v8/include -I../src/libsass/include  -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++14 -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/utf8_string.o.d.raw   -c
2021-08-04T04:28:53.2940671Z npm ERR!   g++ -o Release/obj.target/libsass/src/libsass/src/util.o ../src/libsass/src/util.cpp '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-D__STDC_FORMAT_MACROS' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/github/home/.cache/node-gyp/16.6.1/include/node -I/github/home/.cache/node-gyp/16.6.1/src -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/config -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/openssl/include -I/github/home/.cache/node-gyp/16.6.1/deps/uv/include -I/github/home/.cache/node-gyp/16.6.1/deps/zlib -I/github/home/.cache/node-gyp/16.6.1/deps/v8/include -I../src/libsass/include  -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++14 -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/util.o.d.raw   -c
2021-08-04T04:28:53.2949134Z npm ERR!   g++ -o Release/obj.target/libsass/src/libsass/src/values.o ../src/libsass/src/values.cpp '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-D__STDC_FORMAT_MACROS' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/github/home/.cache/node-gyp/16.6.1/include/node -I/github/home/.cache/node-gyp/16.6.1/src -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/config -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/openssl/include -I/github/home/.cache/node-gyp/16.6.1/deps/uv/include -I/github/home/.cache/node-gyp/16.6.1/deps/zlib -I/github/home/.cache/node-gyp/16.6.1/deps/v8/include -I../src/libsass/include  -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++14 -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/values.o.d.raw   -c
2021-08-04T04:28:53.2971594Z npm ERR!   rm -f Release/obj.target/src/sass.a && ar crs Release/obj.target/src/sass.a Release/obj.target/libsass/src/libsass/src/ast.o Release/obj.target/libsass/src/libsass/src/ast_fwd_decl.o Release/obj.target/libsass/src/libsass/src/backtrace.o Release/obj.target/libsass/src/libsass/src/base64vlq.o Release/obj.target/libsass/src/libsass/src/bind.o Release/obj.target/libsass/src/libsass/src/cencode.o Release/obj.target/libsass/src/libsass/src/check_nesting.o Release/obj.target/libsass/src/libsass/src/color_maps.o Release/obj.target/libsass/src/libsass/src/constants.o Release/obj.target/libsass/src/libsass/src/context.o Release/obj.target/libsass/src/libsass/src/cssize.o Release/obj.target/libsass/src/libsass/src/emitter.o Release/obj.target/libsass/src/libsass/src/environment.o Release/obj.target/libsass/src/libsass/src/error_handling.o Release/obj.target/libsass/src/libsass/src/eval.o Release/obj.target/libsass/src/libsass/src/expand.o Release/obj.target/libsass/src/libsass/src/extend.o Release/obj.target/libsass/src/libsass/src/file.o Release/obj.target/libsass/src/libsass/src/functions.o Release/obj.target/libsass/src/libsass/src/inspect.o Release/obj.target/libsass/src/libsass/src/json.o Release/obj.target/libsass/src/libsass/src/lexer.o Release/obj.target/libsass/src/libsass/src/listize.o Release/obj.target/libsass/src/libsass/src/memory/SharedPtr.o Release/obj.target/libsass/src/libsass/src/node.o Release/obj.target/libsass/src/libsass/src/operators.o Release/obj.target/libsass/src/libsass/src/output.o Release/obj.target/libsass/src/libsass/src/parser.o Release/obj.target/libsass/src/libsass/src/plugins.o Release/obj.target/libsass/src/libsass/src/position.o Release/obj.target/libsass/src/libsass/src/prelexer.o Release/obj.target/libsass/src/libsass/src/remove_placeholders.o Release/obj.target/libsass/src/libsass/src/sass.o Release/obj.target/libsass/src/libsass/src/sass2scss.o Release/obj.target/libsass/src/libsass/src/sass_context.o Release/obj.target/libsass/src/libsass/src/sass_functions.o Release/obj.target/libsass/src/libsass/src/sass_util.o Release/obj.target/libsass/src/libsass/src/sass_values.o Release/obj.target/libsass/src/libsass/src/source_map.o Release/obj.target/libsass/src/libsass/src/subset_map.o Release/obj.target/libsass/src/libsass/src/to_c.o Release/obj.target/libsass/src/libsass/src/to_value.o Release/obj.target/libsass/src/libsass/src/units.o Release/obj.target/libsass/src/libsass/src/utf8_string.o Release/obj.target/libsass/src/libsass/src/util.o Release/obj.target/libsass/src/libsass/src/values.o
2021-08-04T04:28:53.2981754Z npm ERR!   ln -f "Release/obj.target/src/sass.a" "Release/sass.a" 2>/dev/null || (rm -rf "Release/sass.a" && cp -af "Release/obj.target/src/sass.a" "Release/sass.a")
2021-08-04T04:28:53.2990247Z npm ERR!   g++ -o Release/obj.target/binding/src/binding.o ../src/binding.cpp '-DNODE_GYP_MODULE_NAME=binding' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-D__STDC_FORMAT_MACROS' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DBUILDING_NODE_EXTENSION' -I/github/home/.cache/node-gyp/16.6.1/include/node -I/github/home/.cache/node-gyp/16.6.1/src -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/config -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/openssl/include -I/github/home/.cache/node-gyp/16.6.1/deps/uv/include -I/github/home/.cache/node-gyp/16.6.1/deps/zlib -I/github/home/.cache/node-gyp/16.6.1/deps/v8/include -I../../nan -I../src/libsass/include  -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -fno-rtti -fno-exceptions -std=gnu++14 -std=c++0x -MMD -MF ./Release/.deps/Release/obj.target/binding/src/binding.o.d.raw   -c
2021-08-04T04:28:53.2994477Z npm ERR! make: Leaving directory '/github/workspace/node_modules/node-sass/build'
2021-08-04T04:28:53.2995185Z npm ERR! gyp info it worked if it ends with ok
2021-08-04T04:28:53.2995639Z npm ERR! gyp verb cli [
2021-08-04T04:28:53.2996244Z npm ERR! gyp verb cli   '/usr/local/bin/node',
2021-08-04T04:28:53.2997064Z npm ERR! gyp verb cli   '/github/workspace/node_modules/node-gyp/bin/node-gyp.js',
2021-08-04T04:28:53.2997827Z npm ERR! gyp verb cli   'rebuild',
2021-08-04T04:28:53.2998403Z npm ERR! gyp verb cli   '--verbose',
2021-08-04T04:28:53.2999011Z npm ERR! gyp verb cli   '--libsass_ext=',
2021-08-04T04:28:53.2999652Z npm ERR! gyp verb cli   '--libsass_cflags=',
2021-08-04T04:28:53.3000291Z npm ERR! gyp verb cli   '--libsass_ldflags=',
2021-08-04T04:28:53.3000947Z npm ERR! gyp verb cli   '--libsass_library='
2021-08-04T04:28:53.3001390Z npm ERR! gyp verb cli ]
2021-08-04T04:28:53.3001957Z npm ERR! gyp info using node-gyp@7.1.2
2021-08-04T04:28:53.3002445Z npm ERR! gyp info using node@16.6.1 | linux | x64
2021-08-04T04:28:53.3002946Z npm ERR! gyp verb command rebuild []
2021-08-04T04:28:53.3003421Z npm ERR! gyp verb command clean []
2021-08-04T04:28:53.3003963Z npm ERR! gyp verb clean removing "build" directory
2021-08-04T04:28:53.3004509Z npm ERR! gyp verb command configure []
2021-08-04T04:28:53.3005186Z npm ERR! gyp verb find Python Python is not set from command line or npm configuration
2021-08-04T04:28:53.3006013Z npm ERR! gyp verb find Python Python is not set from environment variable PYTHON
2021-08-04T04:28:53.3006738Z npm ERR! gyp verb find Python checking if "python3" can be used
2021-08-04T04:28:53.3007634Z npm ERR! gyp verb find Python - executing "python3" to get executable path
2021-08-04T04:28:53.3008525Z npm ERR! gyp verb find Python - executable path is "/usr/bin/python3"
2021-08-04T04:28:53.3009405Z npm ERR! gyp verb find Python - executing "/usr/bin/python3" to get version
2021-08-04T04:28:53.3010164Z npm ERR! gyp verb find Python - version is "3.7.3"
2021-08-04T04:28:53.3010826Z npm ERR! gyp info find Python using Python version 3.7.3 found at "/usr/bin/python3"
2021-08-04T04:28:53.3011842Z npm ERR! gyp verb get node dir no --target version specified, falling back to host node version: 16.6.1
2021-08-04T04:28:53.3012898Z npm ERR! gyp verb command install [ '16.6.1' ]
2021-08-04T04:28:53.3013454Z npm ERR! gyp verb install input version string "16.6.1"
2021-08-04T04:28:53.3014041Z npm ERR! gyp verb install installing version: 16.6.1
2021-08-04T04:28:53.3014937Z npm ERR! gyp verb install --ensure was passed, so won't reinstall if already installed
2021-08-04T04:28:53.3015845Z npm ERR! gyp verb install version not already installed, continuing with install 16.6.1
2021-08-04T04:28:53.3016838Z npm ERR! gyp verb ensuring nodedir is created /github/home/.cache/node-gyp/16.6.1
2021-08-04T04:28:53.3017545Z npm ERR! gyp verb created nodedir /github/home/.cache
2021-08-04T04:28:53.3018569Z npm ERR! gyp http GET https://nodejs.org/download/release/v16.6.1/node-v16.6.1-headers.tar.gz
2021-08-04T04:28:53.3019813Z npm ERR! gyp http 200 https://nodejs.org/download/release/v16.6.1/node-v16.6.1-headers.tar.gz
2021-08-04T04:28:53.3020917Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/common.gypi
2021-08-04T04:28:53.3022100Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/config.gypi
2021-08-04T04:28:53.3023066Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/node.h
2021-08-04T04:28:53.3024051Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/node_api.h
2021-08-04T04:28:53.3025062Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/js_native_api.h
2021-08-04T04:28:53.3026103Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/js_native_api_types.h
2021-08-04T04:28:53.3027153Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/node_api_types.h
2021-08-04T04:28:53.3028159Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/node_buffer.h
2021-08-04T04:28:53.3029188Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/node_object_wrap.h
2021-08-04T04:28:53.3030213Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/node_version.h
2021-08-04T04:28:53.3031224Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/v8config.h
2021-08-04T04:28:53.3032189Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/v8.h
2021-08-04T04:28:53.3033150Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/v8-internal.h
2021-08-04T04:28:53.3034195Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/v8-profiler.h
2021-08-04T04:28:53.3035195Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/v8-version.h
2021-08-04T04:28:53.3036217Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/v8-platform.h
2021-08-04T04:28:53.3037374Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/libplatform/libplatform-export.h
2021-08-04T04:28:53.3038612Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/libplatform/libplatform.h
2021-08-04T04:28:53.3039759Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/libplatform/v8-tracing.h
2021-08-04T04:28:53.3040824Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/cppgc/common.h
2021-08-04T04:28:53.3041808Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/uv.h
2021-08-04T04:28:53.3042746Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/uv/aix.h
2021-08-04T04:28:53.3043802Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/uv/android-ifaddrs.h
2021-08-04T04:28:53.3044839Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/uv/bsd.h
2021-08-04T04:28:53.3045808Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/uv/darwin.h
2021-08-04T04:28:53.3046791Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/uv/linux.h
2021-08-04T04:28:53.3047743Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/uv/os390.h
2021-08-04T04:28:53.3048731Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/uv/posix.h
2021-08-04T04:28:53.3049884Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/uv/stdint-msvc2008.h
2021-08-04T04:28:53.3050929Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/uv/sunos.h
2021-08-04T04:28:53.3051950Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/uv/threadpool.h
2021-08-04T04:28:53.3053043Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/uv/tree.h
2021-08-04T04:28:53.3054041Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/uv/errno.h
2021-08-04T04:28:53.3055008Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/uv/unix.h
2021-08-04T04:28:53.3055974Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/uv/win.h
2021-08-04T04:28:53.3056947Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/uv/version.h
2021-08-04T04:28:53.3057953Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/aes.h
2021-08-04T04:28:53.3058980Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/asn1.h
2021-08-04T04:28:53.3060004Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/asn1_mac.h
2021-08-04T04:28:53.3061045Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/asn1t.h
2021-08-04T04:28:53.3062306Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/async.h
2021-08-04T04:28:53.3063363Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/asyncerr.h
2021-08-04T04:28:53.3064396Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/bio.h
2021-08-04T04:28:53.3065426Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/bioerr.h
2021-08-04T04:28:53.3066494Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/blowfish.h
2021-08-04T04:28:53.3067543Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/bnerr.h
2021-08-04T04:28:53.3068594Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/buffer.h
2021-08-04T04:28:53.3069649Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/buffererr.h
2021-08-04T04:28:53.3070728Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/camellia.h
2021-08-04T04:28:53.3071773Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/cast.h
2021-08-04T04:28:53.3072795Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/cmac.h
2021-08-04T04:28:53.3073817Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/cms.h
2021-08-04T04:28:53.3074828Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/cmserr.h
2021-08-04T04:28:53.3075870Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/comp.h
2021-08-04T04:28:53.3076915Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/comperr.h
2021-08-04T04:28:53.3077959Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/conf.h
2021-08-04T04:28:53.3079003Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/conf_api.h
2021-08-04T04:28:53.3080041Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/conferr.h
2021-08-04T04:28:53.3081112Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/cryptoerr.h
2021-08-04T04:28:53.3082142Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/ct.h
2021-08-04T04:28:53.3083164Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/cterr.h
2021-08-04T04:28:53.3084181Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/des.h
2021-08-04T04:28:53.3085201Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/dh.h
2021-08-04T04:28:53.3086333Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/dherr.h
2021-08-04T04:28:53.3087347Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/dsa.h
2021-08-04T04:28:53.3088381Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/dsaerr.h
2021-08-04T04:28:53.3089517Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/dtls1.h
2021-08-04T04:28:53.3090603Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/ebcdic.h
2021-08-04T04:28:53.3091649Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/ecdh.h
2021-08-04T04:28:53.3092667Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/ecdsa.h
2021-08-04T04:28:53.3093707Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/engine.h
2021-08-04T04:28:53.3094769Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/engineerr.h
2021-08-04T04:28:53.3095836Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/err.h
2021-08-04T04:28:53.3096860Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/sslerr.h
2021-08-04T04:28:53.3097895Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/hmac.h
2021-08-04T04:28:53.3098940Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/idea.h
2021-08-04T04:28:53.3099955Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/kdf.h
2021-08-04T04:28:53.3100983Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/kdferr.h
2021-08-04T04:28:53.3102117Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/lhash.h
2021-08-04T04:28:53.3103145Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/md2.h
2021-08-04T04:28:53.3104146Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/md4.h
2021-08-04T04:28:53.3105152Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/md5.h
2021-08-04T04:28:53.3106164Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/mdc2.h
2021-08-04T04:28:53.3107192Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/modes.h
2021-08-04T04:28:53.3108249Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/objects.h
2021-08-04T04:28:53.3109332Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/objectserr.h
2021-08-04T04:28:53.3110395Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/ocsp.h
2021-08-04T04:28:53.3111433Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/ocsperr.h
2021-08-04T04:28:53.3112487Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/x509err.h
2021-08-04T04:28:53.3113534Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/crypto.h
2021-08-04T04:28:53.3114557Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/pem.h
2021-08-04T04:28:53.3115571Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/pem2.h
2021-08-04T04:28:53.3116598Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/pkcs12.h
2021-08-04T04:28:53.3117665Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/pkcs12err.h
2021-08-04T04:28:53.3118719Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/pkcs7.h
2021-08-04T04:28:53.3119762Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/pkcs7err.h
2021-08-04T04:28:53.3120805Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/rand.h
2021-08-04T04:28:53.3121832Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/rand_drbg.h
2021-08-04T04:28:53.3123007Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/randerr.h
2021-08-04T04:28:53.3124019Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/rc2.h
2021-08-04T04:28:53.3125024Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/rc4.h
2021-08-04T04:28:53.3126097Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/rc5.h
2021-08-04T04:28:53.3127116Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/ripemd.h
2021-08-04T04:28:53.3128148Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/rsa.h
2021-08-04T04:28:53.3129155Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/rsaerr.h
2021-08-04T04:28:53.3130221Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/safestack.h
2021-08-04T04:28:53.3131256Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/seed.h
2021-08-04T04:28:53.3132284Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/sha.h
2021-08-04T04:28:53.3133282Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/srp.h
2021-08-04T04:28:53.3134283Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/srtp.h
2021-08-04T04:28:53.3135311Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/ssl2.h
2021-08-04T04:28:53.3136335Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/evperr.h
2021-08-04T04:28:53.3137369Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/stack.h
2021-08-04T04:28:53.3138401Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/store.h
2021-08-04T04:28:53.3139440Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/storeerr.h
2021-08-04T04:28:53.3140510Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/symhacks.h
2021-08-04T04:28:53.3141709Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/ts.h
2021-08-04T04:28:53.3142751Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/tserr.h
2021-08-04T04:28:53.3143768Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/txt_db.h
2021-08-04T04:28:53.3144792Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/ui.h
2021-08-04T04:28:53.3145823Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/uierr.h
2021-08-04T04:28:53.3146862Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/whrlpool.h
2021-08-04T04:28:53.3147900Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/ec.h
2021-08-04T04:28:53.3148894Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/x509v3.h
2021-08-04T04:28:53.3149940Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/x509v3err.h
2021-08-04T04:28:53.3150970Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/evp.h
2021-08-04T04:28:53.3152005Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/ossl_typ.h
2021-08-04T04:28:53.3153057Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/pemerr.h
2021-08-04T04:28:53.3154068Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/ssl3.h
2021-08-04T04:28:53.3155121Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/opensslv.h
2021-08-04T04:28:53.3156138Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/ssl.h
2021-08-04T04:28:53.3157168Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/ecerr.h
2021-08-04T04:28:53.3158188Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/tls1.h
2021-08-04T04:28:53.3159303Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/x509.h
2021-08-04T04:28:53.3160315Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/x509_vfy.h
2021-08-04T04:28:53.3161340Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/asn1err.h
2021-08-04T04:28:53.3162440Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/bn.h
2021-08-04T04:28:53.3163451Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/e_os2.h
2021-08-04T04:28:53.3164477Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/obj_mac.h
2021-08-04T04:28:53.3165706Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/BSD-x86_64/asm/crypto/include/internal/bn_conf.h
2021-08-04T04:28:53.3167073Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/BSD-x86_64/asm/crypto/include/internal/dso_conf.h
2021-08-04T04:28:53.3168401Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/BSD-x86_64/asm/crypto/buildinf.h
2021-08-04T04:28:53.3169713Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/BSD-x86_64/asm/include/openssl/opensslconf.h
2021-08-04T04:28:53.3171026Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/BSD-x86_64/asm/include/progs.h
2021-08-04T04:28:53.3172359Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/BSD-x86_64/asm_avx2/crypto/include/internal/bn_conf.h
2021-08-04T04:28:53.3173739Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/BSD-x86_64/asm_avx2/crypto/include/internal/dso_conf.h
2021-08-04T04:28:53.3179981Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/BSD-x86_64/asm_avx2/crypto/buildinf.h
2021-08-04T04:28:53.3181911Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/BSD-x86_64/asm_avx2/include/openssl/opensslconf.h
2021-08-04T04:28:53.3183266Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/BSD-x86_64/asm_avx2/include/progs.h
2021-08-04T04:28:53.3184592Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/BSD-x86_64/no-asm/crypto/include/internal/bn_conf.h
2021-08-04T04:28:53.3185985Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/BSD-x86_64/no-asm/crypto/include/internal/dso_conf.h
2021-08-04T04:28:53.3187315Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/BSD-x86_64/no-asm/crypto/buildinf.h
2021-08-04T04:28:53.3188659Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/BSD-x86_64/no-asm/include/openssl/opensslconf.h
2021-08-04T04:28:53.3189967Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/BSD-x86_64/no-asm/include/progs.h
2021-08-04T04:28:53.3191328Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/VC-WIN32/asm/crypto/include/internal/bn_conf.h
2021-08-04T04:28:53.3192677Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/VC-WIN32/asm/crypto/include/internal/dso_conf.h
2021-08-04T04:28:53.3193990Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/VC-WIN32/asm/crypto/buildinf.h
2021-08-04T04:28:53.3195308Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/VC-WIN32/asm/include/openssl/opensslconf.h
2021-08-04T04:28:53.3196585Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/VC-WIN32/asm/include/progs.h
2021-08-04T04:28:53.3197909Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/VC-WIN32/asm_avx2/crypto/include/internal/bn_conf.h
2021-08-04T04:28:53.3199485Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/VC-WIN32/asm_avx2/crypto/include/internal/dso_conf.h
2021-08-04T04:28:53.3200829Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/VC-WIN32/asm_avx2/crypto/buildinf.h
2021-08-04T04:28:53.3202256Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/VC-WIN32/asm_avx2/include/openssl/opensslconf.h
2021-08-04T04:28:53.3203574Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/VC-WIN32/asm_avx2/include/progs.h
2021-08-04T04:28:53.3204920Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/VC-WIN32/no-asm/crypto/include/internal/bn_conf.h
2021-08-04T04:28:53.3206300Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/VC-WIN32/no-asm/crypto/include/internal/dso_conf.h
2021-08-04T04:28:53.3208039Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/VC-WIN32/no-asm/crypto/buildinf.h
2021-08-04T04:28:53.3209403Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/VC-WIN32/no-asm/include/openssl/opensslconf.h
2021-08-04T04:28:53.3210711Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/VC-WIN32/no-asm/include/progs.h
2021-08-04T04:28:53.3212074Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/VC-WIN64-ARM/no-asm/crypto/include/internal/bn_conf.h
2021-08-04T04:28:53.3213508Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/VC-WIN64-ARM/no-asm/crypto/include/internal/dso_conf.h
2021-08-04T04:28:53.3214871Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/VC-WIN64-ARM/no-asm/crypto/buildinf.h
2021-08-04T04:28:53.3216253Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/VC-WIN64-ARM/no-asm/include/openssl/opensslconf.h
2021-08-04T04:28:53.3217618Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/VC-WIN64-ARM/no-asm/include/progs.h
2021-08-04T04:28:53.3262865Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/VC-WIN64A/asm/crypto/include/internal/bn_conf.h
2021-08-04T04:28:53.3264320Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/VC-WIN64A/asm/crypto/include/internal/dso_conf.h
2021-08-04T04:28:53.3265637Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/VC-WIN64A/asm/crypto/buildinf.h
2021-08-04T04:28:53.3266978Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/VC-WIN64A/asm/include/openssl/opensslconf.h
2021-08-04T04:28:53.3268279Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/VC-WIN64A/asm/include/progs.h
2021-08-04T04:28:53.3269612Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/VC-WIN64A/asm_avx2/crypto/include/internal/bn_conf.h
2021-08-04T04:28:53.3271018Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/VC-WIN64A/asm_avx2/crypto/include/internal/dso_conf.h
2021-08-04T04:28:53.3272339Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/VC-WIN64A/asm_avx2/crypto/buildinf.h
2021-08-04T04:28:53.3273707Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/VC-WIN64A/asm_avx2/include/openssl/opensslconf.h
2021-08-04T04:28:53.3275028Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/VC-WIN64A/asm_avx2/include/progs.h
2021-08-04T04:28:53.3276375Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/VC-WIN64A/no-asm/crypto/include/internal/bn_conf.h
2021-08-04T04:28:53.3277779Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/VC-WIN64A/no-asm/crypto/include/internal/dso_conf.h
2021-08-04T04:28:53.3279341Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/VC-WIN64A/no-asm/crypto/buildinf.h
2021-08-04T04:28:53.3280700Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/VC-WIN64A/no-asm/include/openssl/opensslconf.h
2021-08-04T04:28:53.3282126Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/VC-WIN64A/no-asm/include/progs.h
2021-08-04T04:28:53.3283443Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/aix-gcc/asm/crypto/include/internal/bn_conf.h
2021-08-04T04:28:53.3284799Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/aix-gcc/asm/crypto/include/internal/dso_conf.h
2021-08-04T04:28:53.3286079Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/aix-gcc/asm/crypto/buildinf.h
2021-08-04T04:28:53.3287391Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/aix-gcc/asm/include/openssl/opensslconf.h
2021-08-04T04:28:53.3288685Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/aix-gcc/asm/include/progs.h
2021-08-04T04:28:53.3289985Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/aix-gcc/asm_avx2/crypto/include/internal/bn_conf.h
2021-08-04T04:28:53.3291413Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/aix-gcc/asm_avx2/crypto/include/internal/dso_conf.h
2021-08-04T04:28:53.3292732Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/aix-gcc/asm_avx2/crypto/buildinf.h
2021-08-04T04:28:53.3294075Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/aix-gcc/asm_avx2/include/openssl/opensslconf.h
2021-08-04T04:28:53.3295387Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/aix-gcc/asm_avx2/include/progs.h
2021-08-04T04:28:53.3296701Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/aix-gcc/no-asm/crypto/include/internal/bn_conf.h
2021-08-04T04:28:53.3298086Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/aix-gcc/no-asm/crypto/include/internal/dso_conf.h
2021-08-04T04:28:53.3299397Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/aix-gcc/no-asm/crypto/buildinf.h
2021-08-04T04:28:53.3300723Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/aix-gcc/no-asm/include/openssl/opensslconf.h
2021-08-04T04:28:53.3302557Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/aix-gcc/no-asm/include/progs.h
2021-08-04T04:28:53.3303864Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/aix64-gcc/asm/crypto/include/internal/bn_conf.h
2021-08-04T04:28:53.3305234Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/aix64-gcc/asm/crypto/include/internal/dso_conf.h
2021-08-04T04:28:53.3306533Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/aix64-gcc/asm/crypto/buildinf.h
2021-08-04T04:28:53.3307854Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/aix64-gcc/asm/include/openssl/opensslconf.h
2021-08-04T04:28:53.3309150Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/aix64-gcc/asm/include/progs.h
2021-08-04T04:28:53.3310453Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/aix64-gcc/asm_avx2/crypto/include/internal/bn_conf.h
2021-08-04T04:28:53.3311844Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/aix64-gcc/asm_avx2/crypto/include/internal/dso_conf.h
2021-08-04T04:28:53.3313164Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/aix64-gcc/asm_avx2/crypto/buildinf.h
2021-08-04T04:28:53.3314612Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/aix64-gcc/asm_avx2/include/openssl/opensslconf.h
2021-08-04T04:28:53.3315954Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/aix64-gcc/asm_avx2/include/progs.h
2021-08-04T04:28:53.3317333Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/aix64-gcc/no-asm/crypto/include/internal/bn_conf.h
2021-08-04T04:28:53.3318741Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/aix64-gcc/no-asm/crypto/include/internal/dso_conf.h
2021-08-04T04:28:53.3320080Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/aix64-gcc/no-asm/crypto/buildinf.h
2021-08-04T04:28:53.3321416Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/aix64-gcc/no-asm/include/openssl/opensslconf.h
2021-08-04T04:28:53.3322747Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/aix64-gcc/no-asm/include/progs.h
2021-08-04T04:28:53.3324100Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/darwin-i386-cc/asm/crypto/include/internal/bn_conf.h
2021-08-04T04:28:53.3325534Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/darwin-i386-cc/asm/crypto/include/internal/dso_conf.h
2021-08-04T04:28:53.3326906Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/darwin-i386-cc/asm/crypto/buildinf.h
2021-08-04T04:28:53.3328286Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/darwin-i386-cc/asm/include/openssl/opensslconf.h
2021-08-04T04:28:53.3329655Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/darwin-i386-cc/asm/include/progs.h
2021-08-04T04:28:53.3331036Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/darwin-i386-cc/asm_avx2/crypto/include/internal/bn_conf.h
2021-08-04T04:28:53.3332510Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/darwin-i386-cc/asm_avx2/crypto/include/internal/dso_conf.h
2021-08-04T04:28:53.3333910Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/darwin-i386-cc/asm_avx2/crypto/buildinf.h
2021-08-04T04:28:53.3335314Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/darwin-i386-cc/asm_avx2/include/openssl/opensslconf.h
2021-08-04T04:28:53.3336715Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/darwin-i386-cc/asm_avx2/include/progs.h
2021-08-04T04:28:53.3338097Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/darwin-i386-cc/no-asm/crypto/include/internal/bn_conf.h
2021-08-04T04:28:53.3339564Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/darwin-i386-cc/no-asm/crypto/include/internal/dso_conf.h
2021-08-04T04:28:53.3340977Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/darwin-i386-cc/no-asm/crypto/buildinf.h
2021-08-04T04:28:53.3342680Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/darwin-i386-cc/no-asm/include/openssl/opensslconf.h
2021-08-04T04:28:53.3344086Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/darwin-i386-cc/no-asm/include/progs.h
2021-08-04T04:28:53.3345488Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/darwin64-x86_64-cc/asm/crypto/include/internal/bn_conf.h
2021-08-04T04:28:53.3346910Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/darwin64-x86_64-cc/asm/crypto/include/internal/dso_conf.h
2021-08-04T04:28:53.3348279Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/darwin64-x86_64-cc/asm/crypto/buildinf.h
2021-08-04T04:28:53.3349743Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/darwin64-x86_64-cc/asm/include/openssl/opensslconf.h
2021-08-04T04:28:53.3351104Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/darwin64-x86_64-cc/asm/include/progs.h
2021-08-04T04:28:53.3352500Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/crypto/include/internal/bn_conf.h
2021-08-04T04:28:53.3354023Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/crypto/include/internal/dso_conf.h
2021-08-04T04:28:53.3355451Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/crypto/buildinf.h
2021-08-04T04:28:53.3356852Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/include/openssl/opensslconf.h
2021-08-04T04:28:53.3358255Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/include/progs.h
2021-08-04T04:28:53.3359661Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/crypto/include/internal/bn_conf.h
2021-08-04T04:28:53.3361109Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/crypto/include/internal/dso_conf.h
2021-08-04T04:28:53.3362520Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/crypto/buildinf.h
2021-08-04T04:28:53.3363931Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/include/openssl/opensslconf.h
2021-08-04T04:28:53.3365317Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/include/progs.h
2021-08-04T04:28:53.3366701Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-aarch64/asm/crypto/include/internal/bn_conf.h
2021-08-04T04:28:53.3368131Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-aarch64/asm/crypto/include/internal/dso_conf.h
2021-08-04T04:28:53.3369501Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-aarch64/asm/crypto/buildinf.h
2021-08-04T04:28:53.3370898Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-aarch64/asm/include/openssl/opensslconf.h
2021-08-04T04:28:53.3372253Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-aarch64/asm/include/progs.h
2021-08-04T04:28:53.3373649Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-aarch64/asm_avx2/crypto/include/internal/bn_conf.h
2021-08-04T04:28:53.3375101Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-aarch64/asm_avx2/crypto/include/internal/dso_conf.h
2021-08-04T04:28:53.3376513Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-aarch64/asm_avx2/crypto/buildinf.h
2021-08-04T04:28:53.3377933Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-aarch64/asm_avx2/include/openssl/opensslconf.h
2021-08-04T04:28:53.3379318Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-aarch64/asm_avx2/include/progs.h
2021-08-04T04:28:53.3380730Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-aarch64/no-asm/crypto/include/internal/bn_conf.h
2021-08-04T04:28:53.3382370Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-aarch64/no-asm/crypto/include/internal/dso_conf.h
2021-08-04T04:28:53.3383790Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-aarch64/no-asm/crypto/buildinf.h
2021-08-04T04:28:53.3385317Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-aarch64/no-asm/include/openssl/opensslconf.h
2021-08-04T04:28:53.3386696Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-aarch64/no-asm/include/progs.h
2021-08-04T04:28:53.3388141Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-armv4/asm/crypto/include/internal/bn_conf.h
2021-08-04T04:28:53.3389554Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-armv4/asm/crypto/include/internal/dso_conf.h
2021-08-04T04:28:53.3390917Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-armv4/asm/crypto/buildinf.h
2021-08-04T04:28:53.3392287Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-armv4/asm/include/openssl/opensslconf.h
2021-08-04T04:28:53.3393610Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-armv4/asm/include/progs.h
2021-08-04T04:28:53.3394974Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-armv4/asm_avx2/crypto/include/internal/bn_conf.h
2021-08-04T04:28:53.3396408Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-armv4/asm_avx2/crypto/include/internal/dso_conf.h
2021-08-04T04:28:53.3397770Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-armv4/asm_avx2/crypto/buildinf.h
2021-08-04T04:28:53.3399162Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-armv4/asm_avx2/include/openssl/opensslconf.h
2021-08-04T04:28:53.3400519Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-armv4/asm_avx2/include/progs.h
2021-08-04T04:28:53.3401899Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-armv4/no-asm/crypto/include/internal/bn_conf.h
2021-08-04T04:28:53.3403338Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-armv4/no-asm/crypto/include/internal/dso_conf.h
2021-08-04T04:28:53.3404697Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-armv4/no-asm/crypto/buildinf.h
2021-08-04T04:28:53.3406089Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-armv4/no-asm/include/openssl/opensslconf.h
2021-08-04T04:28:53.3407440Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-armv4/no-asm/include/progs.h
2021-08-04T04:28:53.3408787Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-elf/asm/crypto/include/internal/bn_conf.h
2021-08-04T04:28:53.3410166Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-elf/asm/crypto/include/internal/dso_conf.h
2021-08-04T04:28:53.3411484Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-elf/asm/crypto/buildinf.h
2021-08-04T04:28:53.3412826Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-elf/asm/include/openssl/opensslconf.h
2021-08-04T04:28:53.3414117Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-elf/asm/include/progs.h
2021-08-04T04:28:53.3415462Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-elf/asm_avx2/crypto/include/internal/bn_conf.h
2021-08-04T04:28:53.3416875Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-elf/asm_avx2/crypto/include/internal/dso_conf.h
2021-08-04T04:28:53.3418213Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-elf/asm_avx2/crypto/buildinf.h
2021-08-04T04:28:53.3419573Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-elf/asm_avx2/include/openssl/opensslconf.h
2021-08-04T04:28:53.3421010Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-elf/asm_avx2/include/progs.h
2021-08-04T04:28:53.3422485Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-elf/no-asm/crypto/include/internal/bn_conf.h
2021-08-04T04:28:53.3423958Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-elf/no-asm/crypto/include/internal/dso_conf.h
2021-08-04T04:28:53.3425311Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-elf/no-asm/crypto/buildinf.h
2021-08-04T04:28:53.3426679Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-elf/no-asm/include/openssl/opensslconf.h
2021-08-04T04:28:53.3428025Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-elf/no-asm/include/progs.h
2021-08-04T04:28:53.3429355Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-ppc/asm/crypto/include/internal/bn_conf.h
2021-08-04T04:28:53.3430737Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-ppc/asm/crypto/include/internal/dso_conf.h
2021-08-04T04:28:53.3432046Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-ppc/asm/crypto/buildinf.h
2021-08-04T04:28:53.3433395Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-ppc/asm/include/openssl/opensslconf.h
2021-08-04T04:28:53.3434715Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-ppc/asm/include/progs.h
2021-08-04T04:28:53.3436047Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-ppc/asm_avx2/crypto/include/internal/bn_conf.h
2021-08-04T04:28:53.3437456Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-ppc/asm_avx2/crypto/include/internal/dso_conf.h
2021-08-04T04:28:53.3438795Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-ppc/asm_avx2/crypto/buildinf.h
2021-08-04T04:28:53.3440154Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-ppc/asm_avx2/include/openssl/opensslconf.h
2021-08-04T04:28:53.3441513Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-ppc/asm_avx2/include/progs.h
2021-08-04T04:28:53.3442847Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-ppc/no-asm/crypto/include/internal/bn_conf.h
2021-08-04T04:28:53.3444249Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-ppc/no-asm/crypto/include/internal/dso_conf.h
2021-08-04T04:28:53.3445576Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-ppc/no-asm/crypto/buildinf.h
2021-08-04T04:28:53.3446939Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-ppc/no-asm/include/openssl/opensslconf.h
2021-08-04T04:28:53.3448287Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-ppc/no-asm/include/progs.h
2021-08-04T04:28:53.3449619Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-ppc64/asm/crypto/include/internal/bn_conf.h
2021-08-04T04:28:53.3451037Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-ppc64/asm/crypto/include/internal/dso_conf.h
2021-08-04T04:28:53.3452391Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-ppc64/asm/crypto/buildinf.h
2021-08-04T04:28:53.3453745Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-ppc64/asm/include/openssl/opensslconf.h
2021-08-04T04:28:53.3455092Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-ppc64/asm/include/progs.h
2021-08-04T04:28:53.3456557Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-ppc64/asm_avx2/crypto/include/internal/bn_conf.h
2021-08-04T04:28:53.3458002Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-ppc64/asm_avx2/crypto/include/internal/dso_conf.h
2021-08-04T04:28:53.3459444Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-ppc64/asm_avx2/crypto/buildinf.h
2021-08-04T04:28:53.3460836Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-ppc64/asm_avx2/include/openssl/opensslconf.h
2021-08-04T04:28:53.3462409Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-ppc64/asm_avx2/include/progs.h
2021-08-04T04:28:53.3463775Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-ppc64/no-asm/crypto/include/internal/bn_conf.h
2021-08-04T04:28:53.3465222Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-ppc64/no-asm/crypto/include/internal/dso_conf.h
2021-08-04T04:28:53.3466606Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-ppc64/no-asm/crypto/buildinf.h
2021-08-04T04:28:53.3467992Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-ppc64/no-asm/include/openssl/opensslconf.h
2021-08-04T04:28:53.3469367Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-ppc64/no-asm/include/progs.h
2021-08-04T04:28:53.3470737Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-ppc64le/asm/crypto/include/internal/bn_conf.h
2021-08-04T04:28:53.3472184Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-ppc64le/asm/crypto/include/internal/dso_conf.h
2021-08-04T04:28:53.3473574Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-ppc64le/asm/crypto/buildinf.h
2021-08-04T04:28:53.3474954Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-ppc64le/asm/include/openssl/opensslconf.h
2021-08-04T04:28:53.3476344Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-ppc64le/asm/include/progs.h
2021-08-04T04:28:53.3477745Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-ppc64le/asm_avx2/crypto/include/internal/bn_conf.h
2021-08-04T04:28:53.3479210Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-ppc64le/asm_avx2/crypto/include/internal/dso_conf.h
2021-08-04T04:28:53.3480623Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-ppc64le/asm_avx2/crypto/buildinf.h
2021-08-04T04:28:53.3482033Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-ppc64le/asm_avx2/include/openssl/opensslconf.h
2021-08-04T04:28:53.3483447Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-ppc64le/asm_avx2/include/progs.h
2021-08-04T04:28:53.3484850Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-ppc64le/no-asm/crypto/include/internal/bn_conf.h
2021-08-04T04:28:53.3486298Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-ppc64le/no-asm/crypto/include/internal/dso_conf.h
2021-08-04T04:28:53.3487702Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-ppc64le/no-asm/crypto/buildinf.h
2021-08-04T04:28:53.3489111Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-ppc64le/no-asm/include/openssl/opensslconf.h
2021-08-04T04:28:53.3490506Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-ppc64le/no-asm/include/progs.h
2021-08-04T04:28:53.3492025Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-x32/asm/crypto/include/internal/bn_conf.h
2021-08-04T04:28:53.3493386Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-x32/asm/crypto/include/internal/dso_conf.h
2021-08-04T04:28:53.3494775Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-x32/asm/crypto/buildinf.h
2021-08-04T04:28:53.3496106Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-x32/asm/include/openssl/opensslconf.h
2021-08-04T04:28:53.3497409Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-x32/asm/include/progs.h
2021-08-04T04:28:53.3498736Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-x32/asm_avx2/crypto/include/internal/bn_conf.h
2021-08-04T04:28:53.3500120Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-x32/asm_avx2/crypto/include/internal/dso_conf.h
2021-08-04T04:28:53.3501937Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-x32/asm_avx2/crypto/buildinf.h
2021-08-04T04:28:53.3503401Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-x32/asm_avx2/include/openssl/opensslconf.h
2021-08-04T04:28:53.3504736Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-x32/asm_avx2/include/progs.h
2021-08-04T04:28:53.3506090Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-x32/no-asm/crypto/include/internal/bn_conf.h
2021-08-04T04:28:53.3507474Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-x32/no-asm/crypto/include/internal/dso_conf.h
2021-08-04T04:28:53.3508818Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-x32/no-asm/crypto/buildinf.h
2021-08-04T04:28:53.3510184Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-x32/no-asm/include/openssl/opensslconf.h
2021-08-04T04:28:53.3511508Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-x32/no-asm/include/progs.h
2021-08-04T04:28:53.3512843Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-x86_64/asm/crypto/include/internal/bn_conf.h
2021-08-04T04:28:53.3514206Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-x86_64/asm/crypto/include/internal/dso_conf.h
2021-08-04T04:28:53.3515522Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-x86_64/asm/crypto/buildinf.h
2021-08-04T04:28:53.3516863Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-x86_64/asm/include/openssl/opensslconf.h
2021-08-04T04:28:53.3518155Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-x86_64/asm/include/progs.h
2021-08-04T04:28:53.3519497Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-x86_64/asm_avx2/crypto/include/internal/bn_conf.h
2021-08-04T04:28:53.3520899Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-x86_64/asm_avx2/crypto/include/internal/dso_conf.h
2021-08-04T04:28:53.3522247Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-x86_64/asm_avx2/crypto/buildinf.h
2021-08-04T04:28:53.3523607Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-x86_64/asm_avx2/include/openssl/opensslconf.h
2021-08-04T04:28:53.3524937Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-x86_64/asm_avx2/include/progs.h
2021-08-04T04:28:53.3526273Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-x86_64/no-asm/crypto/include/internal/bn_conf.h
2021-08-04T04:28:53.3527788Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-x86_64/no-asm/crypto/include/internal/dso_conf.h
2021-08-04T04:28:53.3529136Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-x86_64/no-asm/crypto/buildinf.h
2021-08-04T04:28:53.3530562Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-x86_64/no-asm/include/openssl/opensslconf.h
2021-08-04T04:28:53.3531909Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-x86_64/no-asm/include/progs.h
2021-08-04T04:28:53.3533260Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux32-s390x/asm/crypto/include/internal/bn_conf.h
2021-08-04T04:28:53.3534687Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux32-s390x/asm/crypto/include/internal/dso_conf.h
2021-08-04T04:28:53.3536031Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux32-s390x/asm/crypto/buildinf.h
2021-08-04T04:28:53.3537386Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux32-s390x/asm/include/openssl/opensslconf.h
2021-08-04T04:28:53.3538720Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux32-s390x/asm/include/progs.h
2021-08-04T04:28:53.3540096Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux32-s390x/asm_avx2/crypto/include/internal/bn_conf.h
2021-08-04T04:28:53.3541726Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux32-s390x/asm_avx2/crypto/include/internal/dso_conf.h
2021-08-04T04:28:53.3543102Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux32-s390x/asm_avx2/crypto/buildinf.h
2021-08-04T04:28:53.3544498Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux32-s390x/asm_avx2/include/openssl/opensslconf.h
2021-08-04T04:28:53.3545860Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux32-s390x/asm_avx2/include/progs.h
2021-08-04T04:28:53.3547252Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux32-s390x/no-asm/crypto/include/internal/bn_conf.h
2021-08-04T04:28:53.3548697Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux32-s390x/no-asm/crypto/include/internal/dso_conf.h
2021-08-04T04:28:53.3550060Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux32-s390x/no-asm/crypto/buildinf.h
2021-08-04T04:28:53.3551453Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux32-s390x/no-asm/include/openssl/opensslconf.h
2021-08-04T04:28:53.3552800Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux32-s390x/no-asm/include/progs.h
2021-08-04T04:28:53.3554164Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux64-s390x/asm/crypto/include/internal/bn_conf.h
2021-08-04T04:28:53.3555577Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux64-s390x/asm/crypto/include/internal/dso_conf.h
2021-08-04T04:28:53.3556910Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux64-s390x/asm/crypto/buildinf.h
2021-08-04T04:28:53.3558270Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux64-s390x/asm/include/openssl/opensslconf.h
2021-08-04T04:28:53.3559610Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux64-s390x/asm/include/progs.h
2021-08-04T04:28:53.3560958Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux64-s390x/asm_avx2/crypto/include/internal/bn_conf.h
2021-08-04T04:28:53.3562556Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux64-s390x/asm_avx2/crypto/include/internal/dso_conf.h
2021-08-04T04:28:53.3563924Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux64-s390x/asm_avx2/crypto/buildinf.h
2021-08-04T04:28:53.3565408Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux64-s390x/asm_avx2/include/openssl/opensslconf.h
2021-08-04T04:28:53.3566791Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux64-s390x/asm_avx2/include/progs.h
2021-08-04T04:28:53.3568162Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux64-s390x/no-asm/crypto/include/internal/bn_conf.h
2021-08-04T04:28:53.3569601Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux64-s390x/no-asm/crypto/include/internal/dso_conf.h
2021-08-04T04:28:53.3570970Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux64-s390x/no-asm/crypto/buildinf.h
2021-08-04T04:28:53.3572367Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux64-s390x/no-asm/include/openssl/opensslconf.h
2021-08-04T04:28:53.3573731Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux64-s390x/no-asm/include/progs.h
2021-08-04T04:28:53.3575106Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/solaris-x86-gcc/asm/crypto/include/internal/bn_conf.h
2021-08-04T04:28:53.3576569Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/solaris-x86-gcc/asm/crypto/include/internal/dso_conf.h
2021-08-04T04:28:53.3577952Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/solaris-x86-gcc/asm/crypto/buildinf.h
2021-08-04T04:28:53.3579359Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/solaris-x86-gcc/asm/include/openssl/opensslconf.h
2021-08-04T04:28:53.3580750Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/solaris-x86-gcc/asm/include/progs.h
2021-08-04T04:28:53.3582255Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/crypto/include/internal/bn_conf.h
2021-08-04T04:28:53.3583745Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/crypto/include/internal/dso_conf.h
2021-08-04T04:28:53.3585171Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/crypto/buildinf.h
2021-08-04T04:28:53.3586592Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/include/openssl/opensslconf.h
2021-08-04T04:28:53.3588005Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/include/progs.h
2021-08-04T04:28:53.3589409Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/solaris-x86-gcc/no-asm/crypto/include/internal/bn_conf.h
2021-08-04T04:28:53.3590920Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/solaris-x86-gcc/no-asm/crypto/include/internal/dso_conf.h
2021-08-04T04:28:53.3592347Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/solaris-x86-gcc/no-asm/crypto/buildinf.h
2021-08-04T04:28:53.3593771Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/solaris-x86-gcc/no-asm/include/openssl/opensslconf.h
2021-08-04T04:28:53.3595175Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/solaris-x86-gcc/no-asm/include/progs.h
2021-08-04T04:28:53.3596568Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/solaris64-x86_64-gcc/asm/crypto/include/internal/bn_conf.h
2021-08-04T04:28:53.3598135Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/solaris64-x86_64-gcc/asm/crypto/include/internal/dso_conf.h
2021-08-04T04:28:53.3599528Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/solaris64-x86_64-gcc/asm/crypto/buildinf.h
2021-08-04T04:28:53.3600994Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/solaris64-x86_64-gcc/asm/include/openssl/opensslconf.h
2021-08-04T04:28:53.3602403Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/solaris64-x86_64-gcc/asm/include/progs.h
2021-08-04T04:28:53.3603818Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/crypto/include/internal/bn_conf.h
2021-08-04T04:28:53.3605309Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/crypto/include/internal/dso_conf.h
2021-08-04T04:28:53.3606744Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/crypto/buildinf.h
2021-08-04T04:28:53.3608175Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/include/openssl/opensslconf.h
2021-08-04T04:28:53.3609601Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/include/progs.h
2021-08-04T04:28:53.3611026Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/crypto/include/internal/bn_conf.h
2021-08-04T04:28:53.3612495Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/crypto/include/internal/dso_conf.h
2021-08-04T04:28:53.3613921Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/crypto/buildinf.h
2021-08-04T04:28:53.3615346Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/include/openssl/opensslconf.h
2021-08-04T04:28:53.3616763Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/include/progs.h
2021-08-04T04:28:53.3618125Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/BSD-x86/asm/crypto/include/internal/bn_conf.h
2021-08-04T04:28:53.3619465Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/BSD-x86/asm/crypto/include/internal/dso_conf.h
2021-08-04T04:28:53.3620766Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/BSD-x86/asm/crypto/buildinf.h
2021-08-04T04:28:53.3622241Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/BSD-x86/asm/include/openssl/opensslconf.h
2021-08-04T04:28:53.3623514Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/BSD-x86/asm/include/progs.h
2021-08-04T04:28:53.3624831Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/BSD-x86/asm_avx2/crypto/include/internal/bn_conf.h
2021-08-04T04:28:53.3626204Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/BSD-x86/asm_avx2/crypto/include/internal/dso_conf.h
2021-08-04T04:28:53.3627530Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/BSD-x86/asm_avx2/crypto/buildinf.h
2021-08-04T04:28:53.3628872Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/BSD-x86/asm_avx2/include/openssl/opensslconf.h
2021-08-04T04:28:53.3630171Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/BSD-x86/asm_avx2/include/progs.h
2021-08-04T04:28:53.3631492Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/BSD-x86/no-asm/crypto/include/internal/bn_conf.h
2021-08-04T04:28:53.3632953Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/BSD-x86/no-asm/crypto/include/internal/dso_conf.h
2021-08-04T04:28:53.3634278Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/BSD-x86/no-asm/crypto/buildinf.h
2021-08-04T04:28:53.3635664Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/BSD-x86/no-asm/include/openssl/opensslconf.h
2021-08-04T04:28:53.3636960Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/BSD-x86/no-asm/include/progs.h
2021-08-04T04:28:53.3638332Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/darwin64-arm64-cc/asm/crypto/include/internal/bn_conf.h
2021-08-04T04:28:53.3639785Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/darwin64-arm64-cc/asm/crypto/include/internal/dso_conf.h
2021-08-04T04:28:53.3641208Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/darwin64-arm64-cc/asm/crypto/buildinf.h
2021-08-04T04:28:53.3642640Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/darwin64-arm64-cc/asm/include/openssl/opensslconf.h
2021-08-04T04:28:53.3644028Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/darwin64-arm64-cc/asm/include/progs.h
2021-08-04T04:28:53.3645468Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/crypto/include/internal/bn_conf.h
2021-08-04T04:28:53.3646965Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/crypto/include/internal/dso_conf.h
2021-08-04T04:28:53.3648417Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/crypto/buildinf.h
2021-08-04T04:28:53.3649884Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/include/openssl/opensslconf.h
2021-08-04T04:28:53.3651319Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/include/progs.h
2021-08-04T04:28:53.3652761Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/darwin64-arm64-cc/no-asm/crypto/include/internal/bn_conf.h
2021-08-04T04:28:53.3654264Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/darwin64-arm64-cc/no-asm/crypto/include/internal/dso_conf.h
2021-08-04T04:28:53.3655698Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/darwin64-arm64-cc/no-asm/crypto/buildinf.h
2021-08-04T04:28:53.3657153Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/darwin64-arm64-cc/no-asm/include/openssl/opensslconf.h
2021-08-04T04:28:53.3658572Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/darwin64-arm64-cc/no-asm/include/progs.h
2021-08-04T04:28:53.3659989Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux64-mips64/asm/crypto/include/internal/bn_conf.h
2021-08-04T04:28:53.3661528Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux64-mips64/asm/crypto/include/internal/dso_conf.h
2021-08-04T04:28:53.3662915Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux64-mips64/asm/crypto/buildinf.h
2021-08-04T04:28:53.3664314Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux64-mips64/asm/include/openssl/opensslconf.h
2021-08-04T04:28:53.3665673Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux64-mips64/asm/include/progs.h
2021-08-04T04:28:53.3667078Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux64-mips64/asm_avx2/crypto/include/internal/bn_conf.h
2021-08-04T04:28:53.3668635Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux64-mips64/asm_avx2/crypto/include/internal/dso_conf.h
2021-08-04T04:28:53.3670031Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux64-mips64/asm_avx2/crypto/buildinf.h
2021-08-04T04:28:53.3671510Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux64-mips64/asm_avx2/include/openssl/opensslconf.h
2021-08-04T04:28:53.3672929Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux64-mips64/asm_avx2/include/progs.h
2021-08-04T04:28:53.3674327Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux64-mips64/no-asm/crypto/include/internal/bn_conf.h
2021-08-04T04:28:53.3675797Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux64-mips64/no-asm/crypto/include/internal/dso_conf.h
2021-08-04T04:28:53.3677188Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux64-mips64/no-asm/crypto/buildinf.h
2021-08-04T04:28:53.3678597Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux64-mips64/no-asm/include/openssl/opensslconf.h
2021-08-04T04:28:53.3679994Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux64-mips64/no-asm/include/progs.h
2021-08-04T04:28:53.3681155Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/bn_conf.h
2021-08-04T04:28:53.3682196Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/dso_conf.h
2021-08-04T04:28:53.3683275Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/opensslconf.h
2021-08-04T04:28:53.3684358Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/dso_conf_asm.h
2021-08-04T04:28:53.3685393Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/bn_conf_asm.h
2021-08-04T04:28:53.3686470Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/bn_conf_no-asm.h
2021-08-04T04:28:53.3687556Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/dso_conf_no-asm.h
2021-08-04T04:28:53.3688656Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/opensslconf_asm.h
2021-08-04T04:28:53.3689809Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/opensslconf_no-asm.h
2021-08-04T04:28:53.3690880Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/zconf.h
2021-08-04T04:28:53.3691845Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/zlib.h
2021-08-04T04:28:53.3693330Z npm ERR! gyp verb content checksum node-v16.6.1-headers.tar.gz a87003ca6f43a23d611637b4a39b5d255f1a0ed5ad9423134fc9ed61a6fca364
2021-08-04T04:28:53.3694469Z npm ERR! gyp verb tarball done parsing tarball
2021-08-04T04:28:53.3695202Z npm ERR! gyp verb check download content checksum, need to download `SHASUMS256.txt`... 
2021-08-04T04:28:53.3696134Z npm ERR! gyp verb checksum url https://nodejs.org/download/release/v16.6.1/SHASUMS256.txt
2021-08-04T04:28:53.3697068Z npm ERR! gyp http GET https://nodejs.org/download/release/v16.6.1/SHASUMS256.txt
2021-08-04T04:28:53.3697946Z npm ERR! gyp http 200 https://nodejs.org/download/release/v16.6.1/SHASUMS256.txt
2021-08-04T04:28:53.3723877Z npm ERR! gyp verb checksum data {"node-v16.6.1-aix-ppc64.tar.gz":"02581dbbfc2886dec326c3fca70c0f17e82491563057889dc630e5c055754c02","node-v16.6.1-darwin-arm64.tar.gz":"8b766a2bcc686f968146b09892f24cfbeaebb547a4d50744d9af80def5221613","node-v16.6.1-darwin-arm64.tar.xz":"3565e5c86067325db710490a6d2a41d1044e944d9346046e813543ec92ee7a4e","node-v16.6.1-darwin-x64.tar.gz":"bca84deb7bf6c57537b3af44997d985045c95b5048fc5665cdc7f54d5c147516","node-v16.6.1-darwin-x64.tar.xz":"711fea396b0a1c564b519c909be3afc938f75ad95d3ea9125e2187eb7e3ce1bf","node-v16.6.1-headers.tar.gz":"a87003ca6f43a23d611637b4a39b5d255f1a0ed5ad9423134fc9ed61a6fca364","node-v16.6.1-headers.tar.xz":"3c9bfa2d4594ff8f4baee01652ceb2a05c5d5e44100afd94a7ee6b347721e1e0","node-v16.6.1-linux-arm64.tar.gz":"ecab5720035b6bb97564b05df527d49a37489dcba6a244c0f1c7c801bb2755f7","node-v16.6.1-linux-arm64.tar.xz":"59867dccc1f392416e9301a94b9df19faa38d0b0d1d2f1cea174835dff1a1cb0","node-v16.6.1-linux-armv7l.tar.gz":"04268fda50beb3aa116e150adcd3175cde17166b1f40079765da281fa73cc6cb","node-v16.6.1-linux-armv7l.tar.xz":"903e30b38f67bb128d2e1ff520fc2fdabede1029338010b1304c9c081236859e","node-v16.6.1-linux-ppc64le.tar.gz":"9830281e2d553590c4a53d5d8327a2887df5b65452f5fa55ccd9ae597fcc247b","node-v16.6.1-linux-ppc64le.tar.xz":"9392e583f24d41c1e5f5625171d963fa01e924b3b38cdd7632f249e8e491e958","node-v16.6.1-linux-s390x.tar.gz":"fec6745555b477fbb62440b0306c8b4717980778bf8f0d5fd497915508775bd0","node-v16.6.1-linux-s390x.tar.xz":"878cb8dfe48312fe40ab9fc320395e8322e8d9e1db4821539dcc6e2b006d8616","node-v16.6.1-linux-x64.tar.gz":"e7e4149626ccd0653783ee8aef81eb50fa7ada2f9f7cbc031969b3b1ac3ffa6b","node-v16.6.1-linux-x64.tar.xz":"ff95e86c3161859251cf659a76be63d99fc45e2380addf634812e5afebac961a","node-v16.6.1.pkg":"1ab44e48c45c9fdc8a91b7339f610f7e0d87801640769c041d8649d00157d79f","node-v16.6.1.tar.gz":"36467b8a4e7e3bacc2f4f1709a83b0506429d1999bc461e5e363bc91d3437c09","node-v16.6.1.tar.xz":"79b1ea058cc67f2a69462cd5f2467a1efe08c64299c053da70384ce1a0e3e557","node-v16.6.1-win-x64.7z":"5b85e20f14c0c9a9c4ac6f867f8bcf47a09c645930707f7b766322065e719ed3","node-v16.6.1-win-x64.zip":"ec5dce1e182172cc7edc8d56c377f4d106232b2b14127bd2a1565497448504e9","node-v16.6.1-win-x86.7z":"a798038fcae1c02e831d42e5d7ca76b643905fd9716bf11a4357cfa903148fea","node-v16.6.1-win-x86.zip":"395ce9ac6c7204ccac8f16dfa158306ec42cf1a1ffc29f40076dcdafe78bd328","node-v16.6.1-x64.msi":"b3f74a4b6c8d31bb33b08228c6797b1f6d10b0bcf096f2d7287bcc225dfb237d","node-v16.6.1-x86.msi":"7a5a849bc890aee91a2ff0285fe90e6ddc793b4f265792ce70b50595f6e0543b","win-x64/node.exe":"cb88167e067634cc8053a5204364fbb3fcabe5f6b3b1a67b38f67c21ad72acb3","win-x64/node.lib":"e7484e4552df7e992e5d409e518aa467555769dc85917da408d41f85c4f2823d","win-x64/node_pdb.7z":"0eae256767c33fb44eab2c02972d1d835bcf6e6a430b6698e9120aeb4c49124f","win-x64/node_pdb.zip":"a40ddd793650ff3801aa149523ce98a9a4c66bbf9fc69d0cea0c9eaaba635d28","win-x86/node.exe":"c0bb2eb9118c32a2ec9c3dffc7155adbb29962d5ec88d337e30488e6e983993c","win-x86/node.lib":"7821ab6af3cef68eee042ef6b7fb2185eafff8bd4e4c988c8fc6c1d0242d2bcd","win-x86/node_pdb.7z":"b83ed322a47a81b56200e744457e286a07d7c48e15b8a71a63a9c0fc73276ce5","win-x86/node_pdb.zip":"ea5cfb3d53b8614d5f4941ffac6f8277e6998cc2f85f3a26e0838db533b21c61"}
2021-08-04T04:28:53.3746848Z npm ERR! gyp verb download contents checksum {"node-v16.6.1-headers.tar.gz":"a87003ca6f43a23d611637b4a39b5d255f1a0ed5ad9423134fc9ed61a6fca364"}
2021-08-04T04:28:53.3749463Z npm ERR! gyp verb validating download checksum for node-v16.6.1-headers.tar.gz (a87003ca6f43a23d611637b4a39b5d255f1a0ed5ad9423134fc9ed61a6fca364 == a87003ca6f43a23d611637b4a39b5d255f1a0ed5ad9423134fc9ed61a6fca364)
2021-08-04T04:28:53.3751207Z npm ERR! gyp verb get node dir target node version installed: 16.6.1
2021-08-04T04:28:53.3752249Z npm ERR! gyp verb build dir attempting to create "build" dir: /github/workspace/node_modules/node-sass/build
2021-08-04T04:28:53.3753389Z npm ERR! gyp verb build dir "build" dir needed to be created? /github/workspace/node_modules/node-sass/build
2021-08-04T04:28:53.3754207Z npm ERR! gyp verb build/config.gypi creating config file
2021-08-04T04:28:53.3755268Z npm ERR! gyp verb build/config.gypi writing out config file: /github/workspace/node_modules/node-sass/build/config.gypi
2021-08-04T04:28:53.3756672Z npm ERR! (node:124) [DEP0150] DeprecationWarning: Setting process.config is deprecated. In the future the property will be read-only.
2021-08-04T04:28:53.3757920Z npm ERR! (Use `node --trace-deprecation ...` to show where the warning was created)
2021-08-04T04:28:53.3759025Z npm ERR! gyp verb config.gypi checking for gypi file: /github/workspace/node_modules/node-sass/config.gypi
2021-08-04T04:28:53.3760314Z npm ERR! gyp verb common.gypi checking for gypi file: /github/workspace/node_modules/node-sass/common.gypi
2021-08-04T04:28:53.3761147Z npm ERR! gyp verb gyp gyp format was not specified; forcing "make"
2021-08-04T04:28:53.3761741Z npm ERR! gyp info spawn /usr/bin/python3
2021-08-04T04:28:53.3762210Z npm ERR! gyp info spawn args [
2021-08-04T04:28:53.3763066Z npm ERR! gyp info spawn args   '/github/workspace/node_modules/node-gyp/gyp/gyp_main.py',
2021-08-04T04:28:53.3763900Z npm ERR! gyp info spawn args   'binding.gyp',
2021-08-04T04:28:53.3764504Z npm ERR! gyp info spawn args   '-f',
2021-08-04T04:28:53.3765091Z npm ERR! gyp info spawn args   'make',
2021-08-04T04:28:53.3765657Z npm ERR! gyp info spawn args   '-I',
2021-08-04T04:28:53.3766499Z npm ERR! gyp info spawn args   '/github/workspace/node_modules/node-sass/build/config.gypi',
2021-08-04T04:28:53.3767270Z npm ERR! gyp info spawn args   '-I',
2021-08-04T04:28:53.3768086Z npm ERR! gyp info spawn args   '/github/workspace/node_modules/node-gyp/addon.gypi',
2021-08-04T04:28:53.3768838Z npm ERR! gyp info spawn args   '-I',
2021-08-04T04:28:53.3769647Z npm ERR! gyp info spawn args   '/github/home/.cache/node-gyp/16.6.1/include/node/common.gypi',
2021-08-04T04:28:53.3770520Z npm ERR! gyp info spawn args   '-Dlibrary=shared_library',
2021-08-04T04:28:53.3771258Z npm ERR! gyp info spawn args   '-Dvisibility=default',
2021-08-04T04:28:53.3772102Z npm ERR! gyp info spawn args   '-Dnode_root_dir=/github/home/.cache/node-gyp/16.6.1',
2021-08-04T04:28:53.3773028Z npm ERR! gyp info spawn args   '-Dnode_gyp_dir=/github/workspace/node_modules/node-gyp',
2021-08-04T04:28:53.3774066Z npm ERR! gyp info spawn args   '-Dnode_lib_file=/github/home/.cache/node-gyp/16.6.1/<(target_arch)/node.lib',
2021-08-04T04:28:53.3775107Z npm ERR! gyp info spawn args   '-Dmodule_root_dir=/github/workspace/node_modules/node-sass',
2021-08-04T04:28:53.3775932Z npm ERR! gyp info spawn args   '-Dnode_engine=v8',
2021-08-04T04:28:53.3776596Z npm ERR! gyp info spawn args   '--depth=.',
2021-08-04T04:28:53.3777249Z npm ERR! gyp info spawn args   '--no-parallel',
2021-08-04T04:28:53.3777987Z npm ERR! gyp info spawn args   '--generator-output',
2021-08-04T04:28:53.3778656Z npm ERR! gyp info spawn args   'build',
2021-08-04T04:28:53.3779286Z npm ERR! gyp info spawn args   '-Goutput_dir=.'
2021-08-04T04:28:53.3779760Z npm ERR! gyp info spawn args ]
2021-08-04T04:28:53.3780218Z npm ERR! gyp verb command build []
2021-08-04T04:28:53.3780704Z npm ERR! gyp verb build type Release
2021-08-04T04:28:53.3781196Z npm ERR! gyp verb architecture x64
2021-08-04T04:28:53.3782429Z npm ERR! gyp verb node dev dir /github/home/.cache/node-gyp/16.6.1
2021-08-04T04:28:53.3783061Z npm ERR! gyp verb `which` succeeded for `make` /usr/bin/make
2021-08-04T04:28:53.3783601Z npm ERR! gyp info spawn make
2021-08-04T04:28:53.3784302Z npm ERR! gyp info spawn args [ 'V=1', 'BUILDTYPE=Release', '-C', 'build' ]
2021-08-04T04:28:53.3785174Z npm ERR! ../src/libsass/src/cencode.c: In function 'base64_encode_block':
2021-08-04T04:28:53.3786266Z npm ERR! ../src/libsass/src/cencode.c:48:11: warning: this statement may fall through [-Wimplicit-fallthrough=]
2021-08-04T04:28:53.3787053Z npm ERR!     result = (fragment & 0x003) << 4;
2021-08-04T04:28:53.3787480Z npm ERR!     ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
2021-08-04T04:28:53.3787952Z npm ERR! ../src/libsass/src/cencode.c:52:2: note: here
2021-08-04T04:28:53.3788442Z npm ERR!   case step_B:
2021-08-04T04:28:53.3788790Z npm ERR!   ^~~~
2021-08-04T04:28:53.3789690Z npm ERR! ../src/libsass/src/cencode.c:62:11: warning: this statement may fall through [-Wimplicit-fallthrough=]
2021-08-04T04:28:53.3790464Z npm ERR!     result = (fragment & 0x00f) << 2;
2021-08-04T04:28:53.3790926Z npm ERR!     ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
2021-08-04T04:28:53.3791393Z npm ERR! ../src/libsass/src/cencode.c:66:2: note: here
2021-08-04T04:28:53.3791871Z npm ERR!   case step_C:
2021-08-04T04:28:53.3792216Z npm ERR!   ^~~~
2021-08-04T04:28:53.3794548Z npm ERR! ../src/libsass/src/functions.cpp: In function 'void Sass::Functions::handle_utf8_error(const Sass::ParserState&, Sass::Backtraces)':
2021-08-04T04:28:53.3796262Z npm ERR! ../src/libsass/src/functions.cpp:110:20: warning: catching polymorphic type 'class utf8::invalid_code_point' by value [-Wcatch-value=]
2021-08-04T04:28:53.3797124Z npm ERR!        catch (utf8::invalid_code_point) {
2021-08-04T04:28:53.3797744Z npm ERR!                     ^~~~~~~~~~~~~~~~~~
2021-08-04T04:28:53.3798939Z npm ERR! ../src/libsass/src/functions.cpp:114:20: warning: catching polymorphic type 'class utf8::not_enough_room' by value [-Wcatch-value=]
2021-08-04T04:28:53.3799779Z npm ERR!        catch (utf8::not_enough_room) {
2021-08-04T04:28:53.3800199Z npm ERR!                     ^~~~~~~~~~~~~~~
2021-08-04T04:28:53.3801382Z npm ERR! ../src/libsass/src/functions.cpp:118:20: warning: catching polymorphic type 'class utf8::invalid_utf8' by value [-Wcatch-value=]
2021-08-04T04:28:53.3802207Z npm ERR!        catch (utf8::invalid_utf8) {
2021-08-04T04:28:53.3802630Z npm ERR!                     ^~~~~~~~~~~~
2021-08-04T04:28:53.3803381Z npm ERR! ../src/libsass/src/json.cpp: In function 'char* json_encode_string(const char*)':
2021-08-04T04:28:53.3804707Z npm ERR! ../src/libsass/src/json.cpp:405:15: warning: catching polymorphic type 'class std::exception' by value [-Wcatch-value=]
2021-08-04T04:28:53.3805504Z npm ERR!    catch (std::exception) {
2021-08-04T04:28:53.3805924Z npm ERR!                ^~~~~~~~~
2021-08-04T04:28:53.3806735Z npm ERR! ../src/libsass/src/json.cpp: In function 'char* json_stringify(const JsonNode*, const char*)':
2021-08-04T04:28:53.3808109Z npm ERR! ../src/libsass/src/json.cpp:424:15: warning: catching polymorphic type 'class std::exception' by value [-Wcatch-value=]
2021-08-04T04:28:53.3808881Z npm ERR!    catch (std::exception) {
2021-08-04T04:28:53.3809300Z npm ERR!                ^~~~~~~~~
2021-08-04T04:28:53.3810032Z npm ERR! In file included from /github/home/.cache/node-gyp/16.6.1/include/node/v8.h:30,
2021-08-04T04:28:53.3810954Z npm ERR!                  from /github/home/.cache/node-gyp/16.6.1/include/node/node.h:63,
2021-08-04T04:28:53.3811517Z npm ERR!                  from ../../nan/nan.h:56,
2021-08-04T04:28:53.3811994Z npm ERR!                  from ../src/binding.cpp:1:
2021-08-04T04:28:53.3813207Z npm ERR! /github/home/.cache/node-gyp/16.6.1/include/node/v8-internal.h: In function 'void v8::internal::PerformCastCheck(T*)':
2021-08-04T04:28:53.3814459Z npm ERR! /github/home/.cache/node-gyp/16.6.1/include/node/v8-internal.h:488:38: error: 'remove_cv_t' is not a member of 'std'
2021-08-04T04:28:53.3815291Z npm ERR!              !std::is_same<Data, std::remove_cv_t<T>>::value>::Perform(data);
2021-08-04T04:28:53.3815815Z npm ERR!                                       ^~~~~~~~~~~
2021-08-04T04:28:53.3816739Z npm ERR! /github/home/.cache/node-gyp/16.6.1/include/node/v8-internal.h:488:38: note: suggested alternative: 'remove_cv'
2021-08-04T04:28:53.3817584Z npm ERR!              !std::is_same<Data, std::remove_cv_t<T>>::value>::Perform(data);
2021-08-04T04:28:53.3818127Z npm ERR!                                       ^~~~~~~~~~~
2021-08-04T04:28:53.3818549Z npm ERR!                                       remove_cv
2021-08-04T04:28:53.3819458Z npm ERR! /github/home/.cache/node-gyp/16.6.1/include/node/v8-internal.h:488:38: error: 'remove_cv_t' is not a member of 'std'
2021-08-04T04:28:53.3820665Z npm ERR! /github/home/.cache/node-gyp/16.6.1/include/node/v8-internal.h:488:38: note: suggested alternative: 'remove_cv'
2021-08-04T04:28:53.3821631Z npm ERR!              !std::is_same<Data, std::remove_cv_t<T>>::value>::Perform(data);
2021-08-04T04:28:53.3822176Z npm ERR!                                       ^~~~~~~~~~~
2021-08-04T04:28:53.3822598Z npm ERR!                                       remove_cv
2021-08-04T04:28:53.3823521Z npm ERR! /github/home/.cache/node-gyp/16.6.1/include/node/v8-internal.h:488:50: error: template argument 2 is invalid
2021-08-04T04:28:53.3824368Z npm ERR!              !std::is_same<Data, std::remove_cv_t<T>>::value>::Perform(data);
2021-08-04T04:28:53.3825024Z npm ERR!                                                   ^
2021-08-04T04:28:53.3826132Z npm ERR! /github/home/.cache/node-gyp/16.6.1/include/node/v8-internal.h:488:63: error: '::Perform' has not been declared
2021-08-04T04:28:53.3826961Z npm ERR!              !std::is_same<Data, std::remove_cv_t<T>>::value>::Perform(data);
2021-08-04T04:28:53.3827579Z npm ERR!                                                                ^~~~~~~
2021-08-04T04:28:53.3828534Z npm ERR! /github/home/.cache/node-gyp/16.6.1/include/node/v8-internal.h:488:63: note: suggested alternative: 'herror'
2021-08-04T04:28:53.3829378Z npm ERR!              !std::is_same<Data, std::remove_cv_t<T>>::value>::Perform(data);
2021-08-04T04:28:53.3829929Z npm ERR!                                                                ^~~~~~~
2021-08-04T04:28:53.3830355Z npm ERR!                                                                herror
2021-08-04T04:28:53.3831378Z npm ERR! ../src/binding.cpp: In function 'Nan::NAN_METHOD_RETURN_TYPE render(Nan::NAN_METHOD_ARGS_TYPE)':
2021-08-04T04:28:53.3832859Z npm ERR! ../src/binding.cpp:284:98: warning: cast between incompatible function types from 'void (*)(uv_work_t*)' {aka 'void (*)(uv_work_s*)'} to 'uv_after_work_cb' {aka 'void (*)(uv_work_s*, int)'} [-Wcast-function-type]
2021-08-04T04:28:53.3834295Z npm ERR!      int status = uv_queue_work(uv_default_loop(), &ctx_w->request, compile_it, (uv_after_work_cb)MakeCallback);
2021-08-04T04:28:53.3835024Z npm ERR!                                                                                                   ^~~~~~~~~~~~
2021-08-04T04:28:53.3836039Z npm ERR! ../src/binding.cpp: In function 'Nan::NAN_METHOD_RETURN_TYPE render_file(Nan::NAN_METHOD_ARGS_TYPE)':
2021-08-04T04:28:53.3837540Z npm ERR! ../src/binding.cpp:320:98: warning: cast between incompatible function types from 'void (*)(uv_work_t*)' {aka 'void (*)(uv_work_s*)'} to 'uv_after_work_cb' {aka 'void (*)(uv_work_s*, int)'} [-Wcast-function-type]
2021-08-04T04:28:53.3838975Z npm ERR!      int status = uv_queue_work(uv_default_loop(), &ctx_w->request, compile_it, (uv_after_work_cb)MakeCallback);
2021-08-04T04:28:53.3839679Z npm ERR!                                                                                                   ^~~~~~~~~~~~
2021-08-04T04:28:53.3840189Z npm ERR! In file included from ../../nan/nan.h:56,
2021-08-04T04:28:53.3840699Z npm ERR!                  from ../src/binding.cpp:1:
2021-08-04T04:28:53.3841235Z npm ERR! ../src/binding.cpp: At global scope:
2021-08-04T04:28:53.3843254Z npm ERR! /github/home/.cache/node-gyp/16.6.1/include/node/node.h:806:43: warning: cast between incompatible function types from 'void (*)(Nan::ADDON_REGISTER_FUNCTION_ARGS_TYPE)' {aka 'void (*)(v8::Local<v8::Object>)'} to 'node::addon_register_func' {aka 'void (*)(v8::Local<v8::Object>, v8::Local<v8::Value>, void*)'} [-Wcast-function-type]
2021-08-04T04:28:53.3844658Z npm ERR!        (node::addon_register_func) (regfunc),                          \
2021-08-04T04:28:53.3845161Z npm ERR!                                            ^
2021-08-04T04:28:53.3846038Z npm ERR! /github/home/.cache/node-gyp/16.6.1/include/node/node.h:840:3: note: in expansion of macro 'NODE_MODULE_X'
2021-08-04T04:28:53.3846907Z npm ERR!    NODE_MODULE_X(modname, regfunc, NULL, 0)  // NOLINT (readability/null_usage)
2021-08-04T04:28:53.3847492Z npm ERR!    ^~~~~~~~~~~~~
2021-08-04T04:28:53.3848187Z npm ERR! ../src/binding.cpp:358:1: note: in expansion of macro 'NODE_MODULE'
2021-08-04T04:28:53.3848875Z npm ERR!  NODE_MODULE(binding, RegisterModule);
2021-08-04T04:28:53.3849339Z npm ERR!  ^~~~~~~~~~~
2021-08-04T04:28:53.3849972Z npm ERR! make: *** [binding.target.mk:133: Release/obj.target/binding/src/binding.o] Error 1
2021-08-04T04:28:53.3850656Z npm ERR! gyp ERR! build error 
2021-08-04T04:28:53.3851176Z npm ERR! gyp ERR! stack Error: `make` failed with exit code: 2
2021-08-04T04:28:53.3852213Z npm ERR! gyp ERR! stack     at ChildProcess.onExit (/github/workspace/node_modules/node-gyp/lib/build.js:194:23)
2021-08-04T04:28:53.3853223Z npm ERR! gyp ERR! stack     at ChildProcess.emit (node:events:394:28)
2021-08-04T04:28:53.3854141Z npm ERR! gyp ERR! stack     at Process.ChildProcess._handle.onexit (node:internal/child_process:290:12)
2021-08-04T04:28:53.3855058Z npm ERR! gyp ERR! System Linux 5.8.0-1039-azure
2021-08-04T04:28:53.3856393Z npm ERR! gyp ERR! command "/usr/local/bin/node" "/github/workspace/node_modules/node-gyp/bin/node-gyp.js" "rebuild" "--verbose" "--libsass_ext=" "--libsass_cflags=" "--libsass_ldflags=" "--libsass_library="
2021-08-04T04:28:53.3857672Z npm ERR! gyp ERR! cwd /github/workspace/node_modules/node-sass
2021-08-04T04:28:53.3858340Z npm ERR! gyp ERR! node -v v16.6.1
2021-08-04T04:28:53.3859042Z npm ERR! gyp ERR! node-gyp -v v7.1.2
2021-08-04T04:28:53.3859466Z npm ERR! gyp ERR! not ok 
2021-08-04T04:28:53.3859925Z npm ERR! Build failed with error code: 1
2021-08-04T04:28:53.3860249Z 
2021-08-04T04:28:53.3860660Z npm ERR! A complete log of this run can be found in:
2021-08-04T04:28:53.3861594Z npm ERR!     /github/home/.npm/_logs/2021-08-04T04_28_53_221Z-debug.log
2021-08-04T04:28:53.5413356Z node:internal/modules/cjs/loader:933
2021-08-04T04:28:53.5414012Z   const err = new Error(message);
2021-08-04T04:28:53.5414446Z               ^
2021-08-04T04:28:53.5414686Z 
2021-08-04T04:28:53.5416430Z Error: Failed to load plugin 'eslint-comments' declared in '.eslintrc.js': Cannot find module 'eslint-plugin-eslint-comments'
2021-08-04T04:28:53.5417478Z Require stack:
2021-08-04T04:28:53.5418185Z - /github/workspace/__placeholder__.js
2021-08-04T04:28:53.5418891Z Referenced from: /github/workspace/.eslintrc.js
2021-08-04T04:28:53.5419785Z     at Function.Module._resolveFilename (node:internal/modules/cjs/loader:933:15)
2021-08-04T04:28:53.5420744Z     at Function.resolve (node:internal/modules/cjs/helpers:100:19)
2021-08-04T04:28:53.5422628Z     at Object.resolve (/ESLint-PR-review/node_modules/@eslint/eslintrc/lib/shared/relative-module-resolver.js:28:50)
2021-08-04T04:28:53.5424522Z     at ConfigArrayFactory._loadPlugin (/ESLint-PR-review/node_modules/@eslint/eslintrc/lib/config-array-factory.js:1017:39)
2021-08-04T04:28:53.5426549Z     at ConfigArrayFactory._loadExtendedPluginConfig (/ESLint-PR-review/node_modules/@eslint/eslintrc/lib/config-array-factory.js:837:29)
2021-08-04T04:28:53.5428587Z     at ConfigArrayFactory._loadExtends (/ESLint-PR-review/node_modules/@eslint/eslintrc/lib/config-array-factory.js:779:29)
2021-08-04T04:28:53.5430701Z     at ConfigArrayFactory._normalizeObjectConfigDataBody (/ESLint-PR-review/node_modules/@eslint/eslintrc/lib/config-array-factory.js:720:25)
2021-08-04T04:28:53.5432365Z     at _normalizeObjectConfigDataBody.next (<anonymous>)
2021-08-04T04:28:53.5434214Z     at ConfigArrayFactory._normalizeObjectConfigData (/ESLint-PR-review/node_modules/@eslint/eslintrc/lib/config-array-factory.js:665:20)
2021-08-04T04:28:53.5435724Z     at _normalizeObjectConfigData.next (<anonymous>) {
2021-08-04T04:28:53.5436660Z   code: 'MODULE_NOT_FOUND',
2021-08-04T04:28:53.5437472Z   requireStack: [ '/github/workspace/__placeholder__.js' ],
2021-08-04T04:28:53.5438369Z   messageTemplate: 'plugin-missing',
2021-08-04T04:28:53.5438961Z   messageData: {
2021-08-04T04:28:53.5439836Z     pluginName: 'eslint-plugin-eslint-comments',
2021-08-04T04:28:53.5440962Z     resolvePluginsRelativeTo: '/github/workspace',
2021-08-04T04:28:53.5441860Z     importerName: '.eslintrc.js'
2021-08-04T04:28:53.5442334Z   }
2021-08-04T04:28:53.5442633Z }
2021-08-04T04:28:53.6197950Z ##[error]SyntaxError: Unexpected end of JSON input
    at JSON.parse (<anonymous>)
    at /ESLint-PR-review/lib/main.js:38:29
    at Generator.next (<anonymous>)
    at /ESLint-PR-review/lib/main.js:27:71
    at new Promise (<anonymous>)
    at __awaiter (/ESLint-PR-review/lib/main.js:23:12)
    at run (/ESLint-PR-review/lib/main.js:35:19)
    at Object.<anonymous> (/ESLint-PR-review/lib/main.js:171:1)
    at Module._compile (node:internal/modules/cjs/loader:1101:14)
    at Object.Module._extensions..js (node:internal/modules/cjs/loader:1153:10)
2021-08-04T04:28:54.2392640Z Post job cleanup.
2021-08-04T04:28:54.3347116Z [command]/usr/bin/git version
2021-08-04T04:28:54.3390582Z git version 2.32.0
2021-08-04T04:28:54.3425246Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2021-08-04T04:28:54.3459877Z [command]/usr/bin/git submodule foreach --recursive git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :
2021-08-04T04:28:54.3673641Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2021-08-04T04:28:54.3698476Z http.https://github.com/.extraheader
2021-08-04T04:28:54.3708697Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader
2021-08-04T04:28:54.3745858Z [command]/usr/bin/git submodule foreach --recursive git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :
2021-08-04T04:28:54.4067579Z Cleaning up orphan processes
rpkak commented 3 years ago

I don't know how to enable debug mode :( Can you please give me an example?

Add a repository secret called ACTIONS_STEP_DEBUG with the value true (See GitHub docs).

hsh2001 commented 3 years ago

Thanks, here's my log

2021-08-04T05:04:10.1065140Z Found online and idle hosted runner(s) in the current repository's organization account that matches the required labels: 'ubuntu-latest'
2021-08-04T05:04:10.1065215Z Waiting for a hosted runner in 'organization' to pick this job...
2021-08-04T05:04:16.8817816Z ##[debug]Starting: lint
2021-08-04T05:04:16.8839521Z ##[debug]Cleaning runner temp folder: /home/runner/work/_temp
2021-08-04T05:04:16.8898894Z ##[debug]Starting: Set up job
2021-08-04T05:04:16.8899557Z Current runner version: '2.279.0'
2021-08-04T05:04:16.8929744Z ##[group]Operating System
2021-08-04T05:04:16.8930472Z Ubuntu
2021-08-04T05:04:16.8930899Z 20.04.2
2021-08-04T05:04:16.8931257Z LTS
2021-08-04T05:04:16.8931687Z ##[endgroup]
2021-08-04T05:04:16.8932228Z ##[group]Virtual Environment
2021-08-04T05:04:16.8932820Z Environment: ubuntu-20.04
2021-08-04T05:04:16.8933283Z Version: 20210726.1
2021-08-04T05:04:16.8934376Z Included Software: https://github.com/actions/virtual-environments/blob/ubuntu20/20210726.1/images/linux/Ubuntu2004-README.md
2021-08-04T05:04:16.8935570Z Image Release: https://github.com/actions/virtual-environments/releases/tag/ubuntu20%2F20210726.1
2021-08-04T05:04:16.8936337Z ##[endgroup]
2021-08-04T05:04:16.8938068Z ##[group]GITHUB_TOKEN Permissions
2021-08-04T05:04:16.8939186Z Actions: write
2021-08-04T05:04:16.8939793Z Checks: write
2021-08-04T05:04:16.8940248Z Contents: write
2021-08-04T05:04:16.8940745Z Deployments: write
2021-08-04T05:04:16.8941479Z Discussions: write
2021-08-04T05:04:16.8941912Z Issues: write
2021-08-04T05:04:16.8942372Z Metadata: read
2021-08-04T05:04:16.8942821Z Packages: write
2021-08-04T05:04:16.8943312Z PullRequests: write
2021-08-04T05:04:16.8944036Z RepositoryProjects: write
2021-08-04T05:04:16.8944571Z SecurityEvents: write
2021-08-04T05:04:16.8945087Z Statuses: write
2021-08-04T05:04:16.8945660Z ##[endgroup]
2021-08-04T05:04:16.8948360Z ##[debug]Primary repository: tcgwiz/web
2021-08-04T05:04:16.8949137Z Prepare workflow directory
2021-08-04T05:04:16.9012577Z ##[debug]Creating pipeline directory: '/home/runner/work/web'
2021-08-04T05:04:16.9016569Z ##[debug]Creating workspace directory: '/home/runner/work/web/web'
2021-08-04T05:04:16.9018204Z ##[debug]Update context data
2021-08-04T05:04:16.9020221Z ##[debug]Evaluating job-level environment variables
2021-08-04T05:04:16.9641751Z ##[debug]Evaluating job container
2021-08-04T05:04:16.9645538Z ##[debug]Evaluating job service containers
2021-08-04T05:04:16.9649009Z ##[debug]Evaluating job defaults
2021-08-04T05:04:16.9664006Z Prepare all required actions
2021-08-04T05:04:16.9675505Z Getting action download info
2021-08-04T05:04:17.4482506Z Download action repository 'actions/checkout@v2'
2021-08-04T05:04:18.3988732Z ##[debug]Download 'https://api.github.com/repos/actions/checkout/tarball/5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f' to '/home/runner/work/_actions/_temp_2b2e7534-efaf-4cdb-9ae4-6bdf2e92da17/ae679bb1-a51e-4fbf-9f01-203af9613748.tar.gz'
2021-08-04T05:04:18.5066321Z ##[debug]Unwrap 'actions-checkout-5a4ac90' to '/home/runner/work/_actions/actions/checkout/v2'
2021-08-04T05:04:18.5253407Z ##[debug]Archive '/home/runner/work/_actions/_temp_2b2e7534-efaf-4cdb-9ae4-6bdf2e92da17/ae679bb1-a51e-4fbf-9f01-203af9613748.tar.gz' has been unzipped into '/home/runner/work/_actions/actions/checkout/v2'.
2021-08-04T05:04:19.2800395Z Download action repository 'hsh2001/ESLint-PR-review@latest'
2021-08-04T05:04:19.6515312Z ##[debug]Download 'https://api.github.com/repos/hsh2001/ESLint-PR-review/tarball/ce742cf941e54a45235e1f5e9265358f28f051d6' to '/home/runner/work/_actions/_temp_0f6622a7-9476-4878-b1cf-6bce40346a14/8f687f64-e1ec-4cb1-92eb-63a4a9e3a886.tar.gz'
2021-08-04T05:04:19.6690223Z ##[debug]Unwrap 'hsh2001-ESLint-PR-review-ce742cf' to '/home/runner/work/_actions/hsh2001/ESLint-PR-review/latest'
2021-08-04T05:04:19.6730354Z ##[debug]Archive '/home/runner/work/_actions/_temp_0f6622a7-9476-4878-b1cf-6bce40346a14/8f687f64-e1ec-4cb1-92eb-63a4a9e3a886.tar.gz' has been unzipped into '/home/runner/work/_actions/hsh2001/ESLint-PR-review/latest'.
2021-08-04T05:04:19.6748893Z ##[debug]action.yml for action: '/home/runner/work/_actions/actions/checkout/v2/action.yml'.
2021-08-04T05:04:19.7645570Z ##[debug]action.yml for action: '/home/runner/work/_actions/hsh2001/ESLint-PR-review/latest/action.yml'.
2021-08-04T05:04:19.7746845Z ##[debug]Dockerfile for action: '/home/runner/work/_actions/hsh2001/ESLint-PR-review/latest/Dockerfile'.
2021-08-04T05:04:19.7939874Z ##[debug]Set step '__actions_checkout' display name to: 'Run actions/checkout@v2'
2021-08-04T05:04:19.7944005Z ##[debug]Set step '__hsh2001_ESLint-PR-review' display name to: 'Run hsh2001/ESLint-PR-review@latest'
2021-08-04T05:04:19.7958971Z ##[debug]Collect running processes for tracking orphan processes.
2021-08-04T05:04:19.8237868Z ##[debug]Finishing: Set up job
2021-08-04T05:04:19.8258595Z ##[debug]Evaluating condition for step: 'Build hsh2001/ESLint-PR-review@latest'
2021-08-04T05:04:19.8327821Z ##[debug]Evaluating: success()
2021-08-04T05:04:19.8335221Z ##[debug]Evaluating success:
2021-08-04T05:04:19.8368626Z ##[debug]=> true
2021-08-04T05:04:19.8377420Z ##[debug]Result: true
2021-08-04T05:04:19.8417526Z ##[debug]Starting: Build hsh2001/ESLint-PR-review@latest
2021-08-04T05:04:19.8433335Z ##[group]Build container for action use: '/home/runner/work/_actions/hsh2001/ESLint-PR-review/latest/Dockerfile'.
2021-08-04T05:04:19.8485596Z ##[command]/usr/bin/docker build -t 3bec5f:2230e461781a454bb9460ea11acc0737 -f "/home/runner/work/_actions/hsh2001/ESLint-PR-review/latest/Dockerfile" "/home/runner/work/_actions/hsh2001/ESLint-PR-review/latest"
2021-08-04T05:04:20.1880754Z Sending build context to Docker daemon  921.1kB
2021-08-04T05:04:20.1882002Z 
2021-08-04T05:04:20.1913407Z Step 1/3 : FROM node
2021-08-04T05:04:21.6394523Z latest: Pulling from library/node
2021-08-04T05:04:22.0083236Z 627b765e08d1: Already exists
2021-08-04T05:04:22.0122699Z c040670e5e55: Already exists
2021-08-04T05:04:22.0203585Z 073a180f4992: Already exists
2021-08-04T05:04:22.0231159Z bf76209566d0: Already exists
2021-08-04T05:04:22.0271057Z ca7044ed766e: Already exists
2021-08-04T05:04:22.0310313Z 51bff5b8b0ef: Pulling fs layer
2021-08-04T05:04:22.0316214Z a178231931b8: Pulling fs layer
2021-08-04T05:04:22.0316871Z c761ec88ae96: Pulling fs layer
2021-08-04T05:04:22.0321040Z 04064e5b8644: Pulling fs layer
2021-08-04T05:04:22.0321806Z 04064e5b8644: Waiting
2021-08-04T05:04:22.3992316Z 51bff5b8b0ef: Verifying Checksum
2021-08-04T05:04:22.3993426Z 51bff5b8b0ef: Download complete
2021-08-04T05:04:22.4326515Z c761ec88ae96: Verifying Checksum
2021-08-04T05:04:22.4328688Z c761ec88ae96: Download complete
2021-08-04T05:04:22.6729689Z a178231931b8: Verifying Checksum
2021-08-04T05:04:22.6742367Z a178231931b8: Download complete
2021-08-04T05:04:22.9391975Z 04064e5b8644: Download complete
2021-08-04T05:04:22.9460197Z 51bff5b8b0ef: Pull complete
2021-08-04T05:04:24.8755212Z a178231931b8: Pull complete
2021-08-04T05:04:25.0629266Z c761ec88ae96: Pull complete
2021-08-04T05:04:25.1407357Z 04064e5b8644: Pull complete
2021-08-04T05:04:25.1481387Z Digest: sha256:f71e36d6dcc304ade813e89d3b585d6b4c57b95cc8b27da04e3c25b1b50981a5
2021-08-04T05:04:25.1508421Z Status: Downloaded newer image for node:latest
2021-08-04T05:04:25.1524784Z  ---> 1d88d89c7230
2021-08-04T05:04:25.1525391Z Step 2/3 : COPY . /ESLint-PR-review
2021-08-04T05:04:33.1948528Z  ---> b680bde8fd24
2021-08-04T05:04:33.1949708Z Step 3/3 : ENTRYPOINT [ "/ESLint-PR-review/entrypoint.sh" ]
2021-08-04T05:04:33.2221519Z  ---> Running in b1d4e7bacc77
2021-08-04T05:04:34.4220598Z Removing intermediate container b1d4e7bacc77
2021-08-04T05:04:34.4303685Z  ---> 2933e7a4cada
2021-08-04T05:04:34.4304401Z Successfully built 2933e7a4cada
2021-08-04T05:04:34.4305155Z Successfully tagged 3bec5f:2230e461781a454bb9460ea11acc0737
2021-08-04T05:04:34.4318007Z ##[endgroup]
2021-08-04T05:04:34.4328930Z ##[debug]Finishing: Build hsh2001/ESLint-PR-review@latest
2021-08-04T05:04:34.4346734Z ##[debug]Evaluating condition for step: 'Run actions/checkout@v2'
2021-08-04T05:04:34.4352484Z ##[debug]Evaluating: success()
2021-08-04T05:04:34.4353346Z ##[debug]Evaluating success:
2021-08-04T05:04:34.4354706Z ##[debug]=> true
2021-08-04T05:04:34.4355691Z ##[debug]Result: true
2021-08-04T05:04:34.4358704Z ##[debug]Starting: Run actions/checkout@v2
2021-08-04T05:04:34.4647800Z ##[debug]Register post job cleanup for action: actions/checkout@v2
2021-08-04T05:04:34.4775317Z ##[debug]Loading inputs
2021-08-04T05:04:34.4784113Z ##[debug]Evaluating: github.repository
2021-08-04T05:04:34.4784826Z ##[debug]Evaluating Index:
2021-08-04T05:04:34.4787788Z ##[debug]..Evaluating github:
2021-08-04T05:04:34.4789310Z ##[debug]..=> Object
2021-08-04T05:04:34.4805206Z ##[debug]..Evaluating String:
2021-08-04T05:04:34.4806309Z ##[debug]..=> 'repository'
2021-08-04T05:04:34.4812361Z ##[debug]=> 'tcgwiz/web'
2021-08-04T05:04:34.4814423Z ##[debug]Result: 'tcgwiz/web'
2021-08-04T05:04:34.4818075Z ##[debug]Evaluating: github.token
2021-08-04T05:04:34.4818604Z ##[debug]Evaluating Index:
2021-08-04T05:04:34.4819067Z ##[debug]..Evaluating github:
2021-08-04T05:04:34.4819528Z ##[debug]..=> Object
2021-08-04T05:04:34.4819984Z ##[debug]..Evaluating String:
2021-08-04T05:04:34.4820413Z ##[debug]..=> 'token'
2021-08-04T05:04:34.4822476Z ##[debug]=> '***'
2021-08-04T05:04:34.4823679Z ##[debug]Result: '***'
2021-08-04T05:04:34.4832280Z ##[debug]Loading env
2021-08-04T05:04:34.4890058Z ##[group]Run actions/checkout@v2
2021-08-04T05:04:34.4890758Z with:
2021-08-04T05:04:34.4891501Z   repository: tcgwiz/web
2021-08-04T05:04:34.4892267Z   token: ***
2021-08-04T05:04:34.4892809Z   ssh-strict: true
2021-08-04T05:04:34.4893422Z   persist-credentials: true
2021-08-04T05:04:34.4893857Z   clean: true
2021-08-04T05:04:34.4894197Z   fetch-depth: 1
2021-08-04T05:04:34.4894706Z   lfs: false
2021-08-04T05:04:34.4895034Z   submodules: false
2021-08-04T05:04:34.4895554Z ##[endgroup]
2021-08-04T05:04:34.6769208Z ::save-state name=isPost,::true
2021-08-04T05:04:34.6770598Z ##[debug]Save intra-action state isPost = true
2021-08-04T05:04:34.7270079Z ##[debug]GITHUB_WORKSPACE = '/home/runner/work/web/web'
2021-08-04T05:04:34.7272863Z ##[debug]qualified repository = 'tcgwiz/web'
2021-08-04T05:04:34.7274506Z ##[debug]ref = 'refs/heads/hsh2001-patch-1'
2021-08-04T05:04:34.7276295Z ##[debug]commit = '2185b941a827968b714ecb5404922b0bf8499e69'
2021-08-04T05:04:34.7277514Z ##[debug]clean = true
2021-08-04T05:04:34.7278609Z ##[debug]fetch depth = 1
2021-08-04T05:04:34.7279627Z ##[debug]lfs = false
2021-08-04T05:04:34.7280663Z ##[debug]submodules = false
2021-08-04T05:04:34.7281793Z ##[debug]recursive submodules = false
2021-08-04T05:04:34.7283639Z ::add-matcher::/home/runner/work/_actions/actions/checkout/v2/dist/problem-matcher.json
2021-08-04T05:04:34.7389234Z ##[debug]Added matchers: 'checkout-git'. Problem matchers scan action output for known warning or error strings and report these inline.
2021-08-04T05:04:34.7392180Z Syncing repository: tcgwiz/web
2021-08-04T05:04:34.7393539Z ::group::Getting Git version info
2021-08-04T05:04:34.7394182Z ##[group]Getting Git version info
2021-08-04T05:04:34.7398225Z Working directory is '/home/runner/work/web/web'
2021-08-04T05:04:34.7482758Z ##[debug]Getting git version
2021-08-04T05:04:34.7502372Z [command]/usr/bin/git version
2021-08-04T05:04:34.7641487Z git version 2.32.0
2021-08-04T05:04:34.7669340Z ##[debug]Set git useragent to: git/2.32.0 (github-actions-checkout)
2021-08-04T05:04:34.7673729Z ::endgroup::
2021-08-04T05:04:34.7674194Z ##[endgroup]
2021-08-04T05:04:34.7683735Z Deleting the contents of '/home/runner/work/web/web'
2021-08-04T05:04:34.7690866Z ::save-state name=repositoryPath,::/home/runner/work/web/web
2021-08-04T05:04:34.7691733Z ##[debug]Save intra-action state repositoryPath = /home/runner/work/web/web
2021-08-04T05:04:34.7698953Z ::group::Initializing the repository
2021-08-04T05:04:34.7699807Z ##[group]Initializing the repository
2021-08-04T05:04:34.7705149Z [command]/usr/bin/git init /home/runner/work/web/web
2021-08-04T05:04:34.7780237Z hint: Using 'master' as the name for the initial branch. This default branch name
2021-08-04T05:04:34.7781850Z hint: is subject to change. To configure the initial branch name to use in all
2021-08-04T05:04:34.7783219Z hint: of your new repositories, which will suppress this warning, call:
2021-08-04T05:04:34.7784334Z hint: 
2021-08-04T05:04:34.7785463Z hint:  git config --global init.defaultBranch <name>
2021-08-04T05:04:34.7786728Z hint: 
2021-08-04T05:04:34.7788068Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
2021-08-04T05:04:34.7789184Z hint: 'development'. The just-created branch can be renamed via this command:
2021-08-04T05:04:34.7790017Z hint: 
2021-08-04T05:04:34.7790526Z hint:  git branch -m <name>
2021-08-04T05:04:34.7797871Z Initialized empty Git repository in /home/runner/work/web/web/.git/
2021-08-04T05:04:34.7808768Z [command]/usr/bin/git remote add origin https://github.com/tcgwiz/web
2021-08-04T05:04:34.7848674Z ::endgroup::
2021-08-04T05:04:34.7849034Z ##[endgroup]
2021-08-04T05:04:34.7850361Z ::group::Disabling automatic garbage collection
2021-08-04T05:04:34.7850942Z ##[group]Disabling automatic garbage collection
2021-08-04T05:04:34.7854652Z [command]/usr/bin/git config --local gc.auto 0
2021-08-04T05:04:34.7888475Z ::endgroup::
2021-08-04T05:04:34.7888848Z ##[endgroup]
2021-08-04T05:04:34.7893458Z ::add-mask::***
2021-08-04T05:04:34.7895350Z ::group::Setting up auth
2021-08-04T05:04:34.7895768Z ##[group]Setting up auth
2021-08-04T05:04:34.7907087Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2021-08-04T05:04:34.7943028Z [command]/usr/bin/git submodule foreach --recursive git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :
2021-08-04T05:04:34.8325368Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2021-08-04T05:04:34.8360203Z [command]/usr/bin/git submodule foreach --recursive git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :
2021-08-04T05:04:34.8575065Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2021-08-04T05:04:34.8623357Z ::endgroup::
2021-08-04T05:04:34.8623759Z ##[endgroup]
2021-08-04T05:04:34.8626486Z ::group::Fetching the repository
2021-08-04T05:04:34.8627008Z ##[group]Fetching the repository
2021-08-04T05:04:34.8638701Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --progress --no-recurse-submodules --depth=1 origin +2185b941a827968b714ecb5404922b0bf8499e69:refs/remotes/origin/hsh2001-patch-1
2021-08-04T05:04:35.2911141Z remote: Enumerating objects: 229, done.        
2021-08-04T05:04:35.2913745Z remote: Counting objects:   0% (1/229)        
2021-08-04T05:04:35.2914436Z remote: Counting objects:   1% (3/229)        
2021-08-04T05:04:35.2914950Z remote: Counting objects:   2% (5/229)        
2021-08-04T05:04:35.2915604Z remote: Counting objects:   3% (7/229)        
2021-08-04T05:04:35.2916245Z remote: Counting objects:   4% (10/229)        
2021-08-04T05:04:35.2916912Z remote: Counting objects:   5% (12/229)        
2021-08-04T05:04:35.2917450Z remote: Counting objects:   6% (14/229)        
2021-08-04T05:04:35.2918101Z remote: Counting objects:   7% (17/229)        
2021-08-04T05:04:35.2918886Z remote: Counting objects:   8% (19/229)        
2021-08-04T05:04:35.2919330Z remote: Counting objects:   9% (21/229)        
2021-08-04T05:04:35.2920109Z remote: Counting objects:  10% (23/229)        
2021-08-04T05:04:35.2920522Z remote: Counting objects:  11% (26/229)        
2021-08-04T05:04:35.2920948Z remote: Counting objects:  12% (28/229)        
2021-08-04T05:04:35.2921360Z remote: Counting objects:  13% (30/229)        
2021-08-04T05:04:35.2921786Z remote: Counting objects:  14% (33/229)        
2021-08-04T05:04:35.2922396Z remote: Counting objects:  15% (35/229)        
2021-08-04T05:04:35.2922858Z remote: Counting objects:  16% (37/229)        
2021-08-04T05:04:35.2923284Z remote: Counting objects:  17% (39/229)        
2021-08-04T05:04:35.2923696Z remote: Counting objects:  18% (42/229)        
2021-08-04T05:04:35.2924121Z remote: Counting objects:  19% (44/229)        
2021-08-04T05:04:35.2924532Z remote: Counting objects:  20% (46/229)        
2021-08-04T05:04:35.2925132Z remote: Counting objects:  21% (49/229)        
2021-08-04T05:04:35.2925893Z remote: Counting objects:  22% (51/229)        
2021-08-04T05:04:35.2926493Z remote: Counting objects:  23% (53/229)        
2021-08-04T05:04:35.2926903Z remote: Counting objects:  24% (55/229)        
2021-08-04T05:04:35.2927330Z remote: Counting objects:  25% (58/229)        
2021-08-04T05:04:35.2927741Z remote: Counting objects:  26% (60/229)        
2021-08-04T05:04:35.2928169Z remote: Counting objects:  27% (62/229)        
2021-08-04T05:04:35.2928594Z remote: Counting objects:  28% (65/229)        
2021-08-04T05:04:35.2929010Z remote: Counting objects:  29% (67/229)        
2021-08-04T05:04:35.2929437Z remote: Counting objects:  30% (69/229)        
2021-08-04T05:04:35.2929846Z remote: Counting objects:  31% (71/229)        
2021-08-04T05:04:35.2930267Z remote: Counting objects:  32% (74/229)        
2021-08-04T05:04:35.2930679Z remote: Counting objects:  33% (76/229)        
2021-08-04T05:04:35.2931108Z remote: Counting objects:  34% (78/229)        
2021-08-04T05:04:35.2931523Z remote: Counting objects:  35% (81/229)        
2021-08-04T05:04:35.2931955Z remote: Counting objects:  36% (83/229)        
2021-08-04T05:04:35.2932381Z remote: Counting objects:  37% (85/229)        
2021-08-04T05:04:35.2932791Z remote: Counting objects:  38% (88/229)        
2021-08-04T05:04:35.2933215Z remote: Counting objects:  39% (90/229)        
2021-08-04T05:04:35.2933627Z remote: Counting objects:  40% (92/229)        
2021-08-04T05:04:35.2934054Z remote: Counting objects:  41% (94/229)        
2021-08-04T05:04:35.2934470Z remote: Counting objects:  42% (97/229)        
2021-08-04T05:04:35.2934896Z remote: Counting objects:  43% (99/229)        
2021-08-04T05:04:35.2935313Z remote: Counting objects:  44% (101/229)        
2021-08-04T05:04:35.2935746Z remote: Counting objects:  45% (104/229)        
2021-08-04T05:04:35.2936178Z remote: Counting objects:  46% (106/229)        
2021-08-04T05:04:35.2936595Z remote: Counting objects:  47% (108/229)        
2021-08-04T05:04:35.2937029Z remote: Counting objects:  48% (110/229)        
2021-08-04T05:04:35.2937442Z remote: Counting objects:  49% (113/229)        
2021-08-04T05:04:35.2937870Z remote: Counting objects:  50% (115/229)        
2021-08-04T05:04:35.2938284Z remote: Counting objects:  51% (117/229)        
2021-08-04T05:04:35.2938950Z remote: Counting objects:  52% (120/229)        
2021-08-04T05:04:35.2939376Z remote: Counting objects:  53% (122/229)        
2021-08-04T05:04:35.2939813Z remote: Counting objects:  54% (124/229)        
2021-08-04T05:04:35.2940258Z remote: Counting objects:  55% (126/229)        
2021-08-04T05:04:35.2940685Z remote: Counting objects:  56% (129/229)        
2021-08-04T05:04:35.2941299Z remote: Counting objects:  57% (131/229)        
2021-08-04T05:04:35.2941725Z remote: Counting objects:  58% (133/229)        
2021-08-04T05:04:35.2942664Z remote: Counting objects:  59% (136/229)        
2021-08-04T05:04:35.2943074Z remote: Counting objects:  60% (138/229)        
2021-08-04T05:04:35.2943688Z remote: Counting objects:  61% (140/229)        
2021-08-04T05:04:35.2944112Z remote: Counting objects:  62% (142/229)        
2021-08-04T05:04:35.2944548Z remote: Counting objects:  63% (145/229)        
2021-08-04T05:04:35.2945134Z remote: Counting objects:  64% (147/229)        
2021-08-04T05:04:35.2945743Z remote: Counting objects:  65% (149/229)        
2021-08-04T05:04:35.2946196Z remote: Counting objects:  66% (152/229)        
2021-08-04T05:04:35.2946795Z remote: Counting objects:  67% (154/229)        
2021-08-04T05:04:35.2947348Z remote: Counting objects:  68% (156/229)        
2021-08-04T05:04:35.2947823Z remote: Counting objects:  69% (159/229)        
2021-08-04T05:04:35.2948245Z remote: Counting objects:  70% (161/229)        
2021-08-04T05:04:35.2948845Z remote: Counting objects:  71% (163/229)        
2021-08-04T05:04:35.2949444Z remote: Counting objects:  72% (165/229)        
2021-08-04T05:04:35.2951178Z remote: Counting objects:  73% (168/229)        
2021-08-04T05:04:35.2951804Z remote: Counting objects:  74% (170/229)        
2021-08-04T05:04:35.2952549Z remote: Counting objects:  75% (172/229)        
2021-08-04T05:04:35.2953085Z remote: Counting objects:  76% (175/229)        
2021-08-04T05:04:35.2953638Z remote: Counting objects:  77% (177/229)        
2021-08-04T05:04:35.2954485Z remote: Counting objects:  78% (179/229)        
2021-08-04T05:04:35.2955661Z remote: Counting objects:  79% (181/229)        
2021-08-04T05:04:35.2956681Z remote: Counting objects:  80% (184/229)        
2021-08-04T05:04:35.2957201Z remote: Counting objects:  81% (186/229)        
2021-08-04T05:04:35.2957734Z remote: Counting objects:  82% (188/229)        
2021-08-04T05:04:35.2958248Z remote: Counting objects:  83% (191/229)        
2021-08-04T05:04:35.2959086Z remote: Counting objects:  84% (193/229)        
2021-08-04T05:04:35.2959857Z remote: Counting objects:  85% (195/229)        
2021-08-04T05:04:35.2960296Z remote: Counting objects:  86% (197/229)        
2021-08-04T05:04:35.2960721Z remote: Counting objects:  87% (200/229)        
2021-08-04T05:04:35.2961169Z remote: Counting objects:  88% (202/229)        
2021-08-04T05:04:35.2961790Z remote: Counting objects:  89% (204/229)        
2021-08-04T05:04:35.2962413Z remote: Counting objects:  90% (207/229)        
2021-08-04T05:04:35.2962875Z remote: Counting objects:  91% (209/229)        
2021-08-04T05:04:35.2963476Z remote: Counting objects:  92% (211/229)        
2021-08-04T05:04:35.2963929Z remote: Counting objects:  93% (213/229)        
2021-08-04T05:04:35.2964373Z remote: Counting objects:  94% (216/229)        
2021-08-04T05:04:35.2964827Z remote: Counting objects:  95% (218/229)        
2021-08-04T05:04:35.2965427Z remote: Counting objects:  96% (220/229)        
2021-08-04T05:04:35.2966030Z remote: Counting objects:  97% (223/229)        
2021-08-04T05:04:35.2966453Z remote: Counting objects:  98% (225/229)        
2021-08-04T05:04:35.2966864Z remote: Counting objects:  99% (227/229)        
2021-08-04T05:04:35.2967297Z remote: Counting objects: 100% (229/229)        
2021-08-04T05:04:35.2967735Z remote: Counting objects: 100% (229/229), done.        
2021-08-04T05:04:35.2968215Z remote: Compressing objects:   0% (1/199)        
2021-08-04T05:04:35.2968674Z remote: Compressing objects:   1% (2/199)        
2021-08-04T05:04:35.2969135Z remote: Compressing objects:   2% (4/199)        
2021-08-04T05:04:35.2969769Z remote: Compressing objects:   3% (6/199)        
2021-08-04T05:04:35.2970395Z remote: Compressing objects:   4% (8/199)        
2021-08-04T05:04:35.2970881Z remote: Compressing objects:   5% (10/199)        
2021-08-04T05:04:35.2984838Z remote: Compressing objects:   6% (12/199)        
2021-08-04T05:04:35.2985385Z remote: Compressing objects:   7% (14/199)        
2021-08-04T05:04:35.2985905Z remote: Compressing objects:   8% (16/199)        
2021-08-04T05:04:35.2986754Z remote: Compressing objects:   9% (18/199)        
2021-08-04T05:04:35.2987428Z remote: Compressing objects:  10% (20/199)        
2021-08-04T05:04:35.2987910Z remote: Compressing objects:  11% (22/199)        
2021-08-04T05:04:35.2988417Z remote: Compressing objects:  12% (24/199)        
2021-08-04T05:04:35.2988898Z remote: Compressing objects:  13% (26/199)        
2021-08-04T05:04:35.2989391Z remote: Compressing objects:  14% (28/199)        
2021-08-04T05:04:35.2989870Z remote: Compressing objects:  15% (30/199)        
2021-08-04T05:04:35.2990366Z remote: Compressing objects:  16% (32/199)        
2021-08-04T05:04:35.2990863Z remote: Compressing objects:  17% (34/199)        
2021-08-04T05:04:35.2991648Z remote: Compressing objects:  18% (36/199)        
2021-08-04T05:04:35.2992165Z remote: Compressing objects:  19% (38/199)        
2021-08-04T05:04:35.2992632Z remote: Compressing objects:  20% (40/199)        
2021-08-04T05:04:35.2993113Z remote: Compressing objects:  21% (42/199)        
2021-08-04T05:04:35.2993581Z remote: Compressing objects:  22% (44/199)        
2021-08-04T05:04:35.2994064Z remote: Compressing objects:  23% (46/199)        
2021-08-04T05:04:35.2994621Z remote: Compressing objects:  24% (48/199)        
2021-08-04T05:04:35.2995284Z remote: Compressing objects:  25% (50/199)        
2021-08-04T05:04:35.2995781Z remote: Compressing objects:  26% (52/199)        
2021-08-04T05:04:35.2996629Z remote: Compressing objects:  27% (54/199)        
2021-08-04T05:04:35.2997161Z remote: Compressing objects:  28% (56/199)        
2021-08-04T05:04:35.2997857Z remote: Compressing objects:  29% (58/199)        
2021-08-04T05:04:35.2998585Z remote: Compressing objects:  30% (60/199)        
2021-08-04T05:04:35.2999454Z remote: Compressing objects:  31% (62/199)        
2021-08-04T05:04:35.3000357Z remote: Compressing objects:  32% (64/199)        
2021-08-04T05:04:35.3001190Z remote: Compressing objects:  33% (66/199)        
2021-08-04T05:04:35.3001892Z remote: Compressing objects:  34% (68/199)        
2021-08-04T05:04:35.3002734Z remote: Compressing objects:  35% (70/199)        
2021-08-04T05:04:35.3003581Z remote: Compressing objects:  36% (72/199)        
2021-08-04T05:04:35.3004436Z remote: Compressing objects:  37% (74/199)        
2021-08-04T05:04:35.3004935Z remote: Compressing objects:  38% (76/199)        
2021-08-04T05:04:35.3005598Z remote: Compressing objects:  39% (78/199)        
2021-08-04T05:04:35.3006234Z remote: Compressing objects:  40% (80/199)        
2021-08-04T05:04:35.3006715Z remote: Compressing objects:  41% (82/199)        
2021-08-04T05:04:35.3007182Z remote: Compressing objects:  42% (84/199)        
2021-08-04T05:04:35.3007825Z remote: Compressing objects:  43% (86/199)        
2021-08-04T05:04:35.3008337Z remote: Compressing objects:  44% (88/199)        
2021-08-04T05:04:35.3110150Z remote: Compressing objects:  45% (90/199)        
2021-08-04T05:04:35.3110941Z remote: Compressing objects:  46% (92/199)        
2021-08-04T05:04:35.3111933Z remote: Compressing objects:  47% (94/199)        
2021-08-04T05:04:35.3112419Z remote: Compressing objects:  48% (96/199)        
2021-08-04T05:04:35.3113253Z remote: Compressing objects:  49% (98/199)        
2021-08-04T05:04:35.3114475Z remote: Compressing objects:  50% (100/199)        
2021-08-04T05:04:35.3123689Z remote: Compressing objects:  51% (102/199)        
2021-08-04T05:04:35.3124498Z remote: Compressing objects:  52% (104/199)        
2021-08-04T05:04:35.3125078Z remote: Compressing objects:  53% (106/199)        
2021-08-04T05:04:35.3129497Z remote: Compressing objects:  54% (108/199)        
2021-08-04T05:04:35.3130003Z remote: Compressing objects:  55% (110/199)        
2021-08-04T05:04:35.3133028Z remote: Compressing objects:  56% (112/199)        
2021-08-04T05:04:35.3135352Z remote: Compressing objects:  57% (114/199)        
2021-08-04T05:04:35.3141443Z remote: Compressing objects:  58% (116/199)        
2021-08-04T05:04:35.3142138Z remote: Compressing objects:  59% (118/199)        
2021-08-04T05:04:35.3142647Z remote: Compressing objects:  60% (120/199)        
2021-08-04T05:04:35.3143455Z remote: Compressing objects:  61% (122/199)        
2021-08-04T05:04:35.3143927Z remote: Compressing objects:  62% (124/199)        
2021-08-04T05:04:35.3144565Z remote: Compressing objects:  63% (126/199)        
2021-08-04T05:04:35.3145024Z remote: Compressing objects:  64% (128/199)        
2021-08-04T05:04:35.3145631Z remote: Compressing objects:  65% (130/199)        
2021-08-04T05:04:35.3146183Z remote: Compressing objects:  66% (132/199)        
2021-08-04T05:04:35.3146736Z remote: Compressing objects:  67% (134/199)        
2021-08-04T05:04:35.3147182Z remote: Compressing objects:  68% (136/199)        
2021-08-04T05:04:35.3147778Z remote: Compressing objects:  69% (138/199)        
2021-08-04T05:04:35.3148253Z remote: Compressing objects:  70% (140/199)        
2021-08-04T05:04:35.3148713Z remote: Compressing objects:  71% (142/199)        
2021-08-04T05:04:35.3149157Z remote: Compressing objects:  72% (144/199)        
2021-08-04T05:04:35.3149616Z remote: Compressing objects:  73% (146/199)        
2021-08-04T05:04:35.3283471Z remote: Compressing objects:  74% (148/199)        
2021-08-04T05:04:35.3284721Z remote: Compressing objects:  75% (150/199)        
2021-08-04T05:04:35.3285212Z remote: Compressing objects:  76% (152/199)        
2021-08-04T05:04:35.3285685Z remote: Compressing objects:  77% (154/199)        
2021-08-04T05:04:35.3286351Z remote: Compressing objects:  78% (156/199)        
2021-08-04T05:04:35.3286834Z remote: Compressing objects:  79% (158/199)        
2021-08-04T05:04:35.3287334Z remote: Compressing objects:  80% (160/199)        
2021-08-04T05:04:35.3287829Z remote: Compressing objects:  81% (162/199)        
2021-08-04T05:04:35.3288475Z remote: Compressing objects:  82% (164/199)        
2021-08-04T05:04:35.3288964Z remote: Compressing objects:  83% (166/199)        
2021-08-04T05:04:35.3289431Z remote: Compressing objects:  84% (168/199)        
2021-08-04T05:04:35.3290086Z remote: Compressing objects:  85% (170/199)        
2021-08-04T05:04:35.3290582Z remote: Compressing objects:  86% (172/199)        
2021-08-04T05:04:35.3291386Z remote: Compressing objects:  87% (174/199)        
2021-08-04T05:04:35.3291920Z remote: Compressing objects:  88% (176/199)        
2021-08-04T05:04:35.3292508Z remote: Compressing objects:  89% (178/199)        
2021-08-04T05:04:35.3293105Z remote: Compressing objects:  90% (180/199)        
2021-08-04T05:04:35.3293676Z remote: Compressing objects:  91% (182/199)        
2021-08-04T05:04:35.3294222Z remote: Compressing objects:  92% (184/199)        
2021-08-04T05:04:35.3294784Z remote: Compressing objects:  93% (186/199)        
2021-08-04T05:04:35.3295308Z remote: Compressing objects:  94% (188/199)        
2021-08-04T05:04:35.3295840Z remote: Compressing objects:  95% (190/199)        
2021-08-04T05:04:35.3296364Z remote: Compressing objects:  96% (192/199)        
2021-08-04T05:04:35.3296872Z remote: Compressing objects:  97% (194/199)        
2021-08-04T05:04:35.3297778Z remote: Compressing objects:  98% (196/199)        
2021-08-04T05:04:35.3298333Z remote: Compressing objects:  99% (198/199)        
2021-08-04T05:04:35.3298895Z remote: Compressing objects: 100% (199/199)        
2021-08-04T05:04:35.3299437Z remote: Compressing objects: 100% (199/199), done.        
2021-08-04T05:04:35.3328839Z Receiving objects:   0% (1/229)
2021-08-04T05:04:35.3329427Z Receiving objects:   1% (3/229)
2021-08-04T05:04:35.3329835Z Receiving objects:   2% (5/229)
2021-08-04T05:04:35.3338300Z Receiving objects:   3% (7/229)
2021-08-04T05:04:35.3339071Z Receiving objects:   4% (10/229)
2021-08-04T05:04:35.3339817Z Receiving objects:   5% (12/229)
2021-08-04T05:04:35.3340211Z Receiving objects:   6% (14/229)
2021-08-04T05:04:35.3340630Z Receiving objects:   7% (17/229)
2021-08-04T05:04:35.3341378Z Receiving objects:   8% (19/229)
2021-08-04T05:04:35.3341801Z Receiving objects:   9% (21/229)
2021-08-04T05:04:35.3342207Z Receiving objects:  10% (23/229)
2021-08-04T05:04:35.3342853Z Receiving objects:  11% (26/229)
2021-08-04T05:04:35.3343581Z Receiving objects:  12% (28/229)
2021-08-04T05:04:35.3343949Z Receiving objects:  13% (30/229)
2021-08-04T05:04:35.3344505Z Receiving objects:  14% (33/229)
2021-08-04T05:04:35.3344863Z Receiving objects:  15% (35/229)
2021-08-04T05:04:35.3345227Z Receiving objects:  16% (37/229)
2021-08-04T05:04:35.3345754Z Receiving objects:  17% (39/229)
2021-08-04T05:04:35.3346135Z Receiving objects:  18% (42/229)
2021-08-04T05:04:35.3346507Z Receiving objects:  19% (44/229)
2021-08-04T05:04:35.3346890Z Receiving objects:  20% (46/229)
2021-08-04T05:04:35.3347256Z Receiving objects:  21% (49/229)
2021-08-04T05:04:35.3347641Z Receiving objects:  22% (51/229)
2021-08-04T05:04:35.3607412Z Receiving objects:  23% (53/229)
2021-08-04T05:04:35.3836137Z Receiving objects:  24% (55/229)
2021-08-04T05:04:35.3836916Z Receiving objects:  25% (58/229)
2021-08-04T05:04:35.3837646Z Receiving objects:  26% (60/229)
2021-08-04T05:04:35.3838125Z Receiving objects:  27% (62/229)
2021-08-04T05:04:35.3838509Z Receiving objects:  28% (65/229)
2021-08-04T05:04:35.3838904Z Receiving objects:  29% (67/229)
2021-08-04T05:04:35.3839278Z Receiving objects:  30% (69/229)
2021-08-04T05:04:35.3839835Z Receiving objects:  31% (71/229)
2021-08-04T05:04:35.3840214Z Receiving objects:  32% (74/229)
2021-08-04T05:04:35.3840622Z Receiving objects:  33% (76/229)
2021-08-04T05:04:35.3844611Z Receiving objects:  34% (78/229)
2021-08-04T05:04:35.3845327Z Receiving objects:  35% (81/229)
2021-08-04T05:04:35.3845880Z Receiving objects:  36% (83/229)
2021-08-04T05:04:35.3846389Z Receiving objects:  37% (85/229)
2021-08-04T05:04:35.3849363Z Receiving objects:  38% (88/229)
2021-08-04T05:04:35.3850156Z Receiving objects:  39% (90/229)
2021-08-04T05:04:35.3850727Z Receiving objects:  40% (92/229)
2021-08-04T05:04:35.3851265Z Receiving objects:  41% (94/229)
2021-08-04T05:04:35.3852825Z Receiving objects:  42% (97/229)
2021-08-04T05:04:35.3854536Z Receiving objects:  43% (99/229)
2021-08-04T05:04:35.3855221Z Receiving objects:  44% (101/229)
2021-08-04T05:04:35.3858350Z Receiving objects:  45% (104/229)
2021-08-04T05:04:35.3859168Z Receiving objects:  46% (106/229)
2021-08-04T05:04:35.3859823Z Receiving objects:  47% (108/229)
2021-08-04T05:04:35.3864499Z Receiving objects:  48% (110/229)
2021-08-04T05:04:35.3918355Z Receiving objects:  49% (113/229)
2021-08-04T05:04:35.3996712Z Receiving objects:  50% (115/229)
2021-08-04T05:04:35.4058034Z Receiving objects:  51% (117/229)
2021-08-04T05:04:35.4071593Z Receiving objects:  52% (120/229)
2021-08-04T05:04:35.4073705Z Receiving objects:  53% (122/229)
2021-08-04T05:04:35.4117743Z Receiving objects:  54% (124/229)
2021-08-04T05:04:35.4285534Z Receiving objects:  55% (126/229)
2021-08-04T05:04:35.4316630Z Receiving objects:  56% (129/229)
2021-08-04T05:04:35.4357250Z Receiving objects:  57% (131/229)
2021-08-04T05:04:35.4389492Z Receiving objects:  58% (133/229)
2021-08-04T05:04:35.4391721Z Receiving objects:  59% (136/229)
2021-08-04T05:04:35.4399124Z Receiving objects:  60% (138/229)
2021-08-04T05:04:35.4400018Z Receiving objects:  61% (140/229)
2021-08-04T05:04:35.5501587Z Receiving objects:  62% (142/229)
2021-08-04T05:04:35.5534735Z Receiving objects:  63% (145/229)
2021-08-04T05:04:35.5554115Z Receiving objects:  64% (147/229)
2021-08-04T05:04:35.5943356Z Receiving objects:  65% (149/229)
2021-08-04T05:04:35.5948574Z Receiving objects:  66% (152/229)
2021-08-04T05:04:35.5971520Z Receiving objects:  67% (154/229)
2021-08-04T05:04:35.5983651Z Receiving objects:  68% (156/229)
2021-08-04T05:04:35.5989210Z Receiving objects:  69% (159/229)
2021-08-04T05:04:35.5990316Z Receiving objects:  70% (161/229)
2021-08-04T05:04:35.5991511Z Receiving objects:  71% (163/229)
2021-08-04T05:04:35.5992336Z Receiving objects:  72% (165/229)
2021-08-04T05:04:35.5993266Z Receiving objects:  73% (168/229)
2021-08-04T05:04:35.5994045Z Receiving objects:  74% (170/229)
2021-08-04T05:04:35.5994715Z Receiving objects:  75% (172/229)
2021-08-04T05:04:35.5995327Z Receiving objects:  76% (175/229)
2021-08-04T05:04:35.5996315Z Receiving objects:  77% (177/229)
2021-08-04T05:04:35.5996922Z Receiving objects:  78% (179/229)
2021-08-04T05:04:35.5997537Z Receiving objects:  79% (181/229)
2021-08-04T05:04:35.5998204Z Receiving objects:  80% (184/229)
2021-08-04T05:04:35.5998821Z Receiving objects:  81% (186/229)
2021-08-04T05:04:35.5999565Z Receiving objects:  82% (188/229)
2021-08-04T05:04:35.6000183Z Receiving objects:  83% (191/229)
2021-08-04T05:04:35.6000779Z Receiving objects:  84% (193/229)
2021-08-04T05:04:35.6001355Z Receiving objects:  85% (195/229)
2021-08-04T05:04:35.6002001Z Receiving objects:  86% (197/229)
2021-08-04T05:04:35.6002577Z Receiving objects:  87% (200/229)
2021-08-04T05:04:35.6003349Z Receiving objects:  88% (202/229)
2021-08-04T05:04:35.6004382Z Receiving objects:  89% (204/229)
2021-08-04T05:04:35.6005015Z Receiving objects:  90% (207/229)
2021-08-04T05:04:35.6005581Z Receiving objects:  91% (209/229)
2021-08-04T05:04:35.6006902Z remote: Total 229 (delta 27), reused 149 (delta 12), pack-reused 0        
2021-08-04T05:04:35.6008251Z Receiving objects:  92% (211/229)
2021-08-04T05:04:35.6008844Z Receiving objects:  93% (213/229)
2021-08-04T05:04:35.6009454Z Receiving objects:  94% (216/229)
2021-08-04T05:04:35.6011563Z Receiving objects:  95% (218/229)
2021-08-04T05:04:35.6012737Z Receiving objects:  96% (220/229)
2021-08-04T05:04:35.6013182Z Receiving objects:  97% (223/229)
2021-08-04T05:04:35.6013617Z Receiving objects:  98% (225/229)
2021-08-04T05:04:35.6014033Z Receiving objects:  99% (227/229)
2021-08-04T05:04:35.6014867Z Receiving objects: 100% (229/229)
2021-08-04T05:04:35.6015347Z Receiving objects: 100% (229/229), 7.89 MiB | 29.71 MiB/s, done.
2021-08-04T05:04:35.6015831Z Resolving deltas:   0% (0/27)
2021-08-04T05:04:35.6016324Z Resolving deltas:   3% (1/27)
2021-08-04T05:04:35.6016751Z Resolving deltas:   7% (2/27)
2021-08-04T05:04:35.6081359Z Resolving deltas:  11% (3/27)
2021-08-04T05:04:35.6082316Z Resolving deltas:  14% (4/27)
2021-08-04T05:04:35.6083262Z Resolving deltas:  18% (5/27)
2021-08-04T05:04:35.6084056Z Resolving deltas:  22% (6/27)
2021-08-04T05:04:35.6089953Z Resolving deltas:  25% (7/27)
2021-08-04T05:04:35.6090763Z Resolving deltas:  29% (8/27)
2021-08-04T05:04:35.6094763Z Resolving deltas:  33% (9/27)
2021-08-04T05:04:35.6100339Z Resolving deltas:  37% (10/27)
2021-08-04T05:04:35.6101704Z Resolving deltas:  40% (11/27)
2021-08-04T05:04:35.6102990Z Resolving deltas:  44% (12/27)
2021-08-04T05:04:35.6103794Z Resolving deltas:  48% (13/27)
2021-08-04T05:04:35.6104238Z Resolving deltas:  51% (14/27)
2021-08-04T05:04:35.6105842Z Resolving deltas:  55% (15/27)
2021-08-04T05:04:35.6106325Z Resolving deltas:  59% (16/27)
2021-08-04T05:04:35.6106783Z Resolving deltas:  62% (17/27)
2021-08-04T05:04:35.6107300Z Resolving deltas:  66% (18/27)
2021-08-04T05:04:35.6107762Z Resolving deltas:  70% (19/27)
2021-08-04T05:04:35.6108233Z Resolving deltas:  74% (20/27)
2021-08-04T05:04:35.6108688Z Resolving deltas:  77% (21/27)
2021-08-04T05:04:35.6109966Z Resolving deltas:  81% (22/27)
2021-08-04T05:04:35.6110413Z Resolving deltas:  85% (23/27)
2021-08-04T05:04:35.6111094Z Resolving deltas:  88% (24/27)
2021-08-04T05:04:35.6112217Z Resolving deltas:  92% (25/27)
2021-08-04T05:04:35.6113010Z Resolving deltas:  96% (26/27)
2021-08-04T05:04:35.6113736Z Resolving deltas: 100% (27/27)
2021-08-04T05:04:35.6115125Z Resolving deltas: 100% (27/27), done.
2021-08-04T05:04:35.6315494Z From https://github.com/tcgwiz/web
2021-08-04T05:04:35.6317730Z  * [new ref]         2185b941a827968b714ecb5404922b0bf8499e69 -> origin/hsh2001-patch-1
2021-08-04T05:04:35.6342968Z ::endgroup::
2021-08-04T05:04:35.6343377Z ##[endgroup]
2021-08-04T05:04:35.6358721Z ::group::Determining the checkout info
2021-08-04T05:04:35.6359343Z ##[group]Determining the checkout info
2021-08-04T05:04:35.6361162Z ::endgroup::
2021-08-04T05:04:35.6361579Z ##[endgroup]
2021-08-04T05:04:35.6362962Z ::group::Checking out the ref
2021-08-04T05:04:35.6363462Z ##[group]Checking out the ref
2021-08-04T05:04:35.6364939Z [command]/usr/bin/git checkout --progress --force -B hsh2001-patch-1 refs/remotes/origin/hsh2001-patch-1
2021-08-04T05:04:35.7142420Z Switched to a new branch 'hsh2001-patch-1'
2021-08-04T05:04:35.7148993Z Branch 'hsh2001-patch-1' set up to track remote branch 'hsh2001-patch-1' from 'origin'.
2021-08-04T05:04:35.7150619Z ::endgroup::
2021-08-04T05:04:35.7150982Z ##[endgroup]
2021-08-04T05:04:35.7187066Z [command]/usr/bin/git log -1 --format='%H'
2021-08-04T05:04:35.7216441Z '2185b941a827968b714ecb5404922b0bf8499e69'
2021-08-04T05:04:35.7228684Z ::remove-matcher owner=checkout-git,::
2021-08-04T05:04:35.7231722Z ##[debug]Removed matchers: 'checkout-git'
2021-08-04T05:04:35.7273070Z ##[debug]Node Action run completed with exit code 0
2021-08-04T05:04:35.7281410Z ##[debug]Finishing: Run actions/checkout@v2
2021-08-04T05:04:35.7288969Z ##[debug]Evaluating condition for step: 'Run hsh2001/ESLint-PR-review@latest'
2021-08-04T05:04:35.7293812Z ##[debug]Evaluating: success()
2021-08-04T05:04:35.7294706Z ##[debug]Evaluating success:
2021-08-04T05:04:35.7296184Z ##[debug]=> true
2021-08-04T05:04:35.7297462Z ##[debug]Result: true
2021-08-04T05:04:35.7301413Z ##[debug]Starting: Run hsh2001/ESLint-PR-review@latest
2021-08-04T05:04:35.7346815Z ##[debug]Loading inputs
2021-08-04T05:04:35.7389851Z ##[debug]Evaluating: secrets.GIT_TOKEN
2021-08-04T05:04:35.7390357Z ##[debug]Evaluating Index:
2021-08-04T05:04:35.7390795Z ##[debug]..Evaluating secrets:
2021-08-04T05:04:35.7391208Z ##[debug]..=> Object
2021-08-04T05:04:35.7391647Z ##[debug]..Evaluating String:
2021-08-04T05:04:35.7392067Z ##[debug]..=> 'GIT_TOKEN'
2021-08-04T05:04:35.7392633Z ##[debug]=> null
2021-08-04T05:04:35.7393166Z ##[debug]Result: null
2021-08-04T05:04:35.7412022Z ##[debug]Loading env
2021-08-04T05:04:35.7429374Z ##[group]Run hsh2001/ESLint-PR-review@latest
2021-08-04T05:04:35.7430183Z with:
2021-08-04T05:04:35.7430635Z   src: .
2021-08-04T05:04:35.7430996Z   eslint-format: table
2021-08-04T05:04:35.7431394Z   project-root: .
2021-08-04T05:04:35.7431788Z   approve-mode: 0
2021-08-04T05:04:35.7432198Z   extensions: js,jsx,ts,tsx
2021-08-04T05:04:35.7432610Z ##[endgroup]
2021-08-04T05:04:35.7453755Z ##[debug]Evaluating: inputs.project-root
2021-08-04T05:04:35.7454281Z ##[debug]Evaluating Index:
2021-08-04T05:04:35.7454701Z ##[debug]..Evaluating inputs:
2021-08-04T05:04:35.7455101Z ##[debug]..=> Object
2021-08-04T05:04:35.7455485Z ##[debug]..Evaluating String:
2021-08-04T05:04:35.7455907Z ##[debug]..=> 'project-root'
2021-08-04T05:04:35.7456399Z ##[debug]=> '.'
2021-08-04T05:04:35.7456736Z ##[debug]Result: '.'
2021-08-04T05:04:35.7458108Z ##[debug]Evaluating: inputs.src
2021-08-04T05:04:35.7458755Z ##[debug]Evaluating Index:
2021-08-04T05:04:35.7459175Z ##[debug]..Evaluating inputs:
2021-08-04T05:04:35.7459766Z ##[debug]..=> Object
2021-08-04T05:04:35.7460202Z ##[debug]..Evaluating String:
2021-08-04T05:04:35.7460630Z ##[debug]..=> 'src'
2021-08-04T05:04:35.7461472Z ##[debug]=> '.'
2021-08-04T05:04:35.7461826Z ##[debug]Result: '.'
2021-08-04T05:04:35.7462629Z ##[debug]Evaluating: inputs.github-token
2021-08-04T05:04:35.7463174Z ##[debug]Evaluating Index:
2021-08-04T05:04:35.7463793Z ##[debug]..Evaluating inputs:
2021-08-04T05:04:35.7464204Z ##[debug]..=> Object
2021-08-04T05:04:35.7464871Z ##[debug]..Evaluating String:
2021-08-04T05:04:35.7465292Z ##[debug]..=> 'github-token'
2021-08-04T05:04:35.7465686Z ##[debug]=> ''
2021-08-04T05:04:35.7466267Z ##[debug]Result: ''
2021-08-04T05:04:35.7466957Z ##[debug]Evaluating: inputs.eslint-format
2021-08-04T05:04:35.7467473Z ##[debug]Evaluating Index:
2021-08-04T05:04:35.7467906Z ##[debug]..Evaluating inputs:
2021-08-04T05:04:35.7468492Z ##[debug]..=> Object
2021-08-04T05:04:35.7468900Z ##[debug]..Evaluating String:
2021-08-04T05:04:35.7469696Z ##[debug]..=> 'eslint-format'
2021-08-04T05:04:35.7470109Z ##[debug]=> 'table'
2021-08-04T05:04:35.7470696Z ##[debug]Result: 'table'
2021-08-04T05:04:35.7471705Z ##[debug]Evaluating: inputs.approve-mode
2021-08-04T05:04:35.7472289Z ##[debug]Evaluating Index:
2021-08-04T05:04:35.7472917Z ##[debug]..Evaluating inputs:
2021-08-04T05:04:35.7473352Z ##[debug]..=> Object
2021-08-04T05:04:35.7473781Z ##[debug]..Evaluating String:
2021-08-04T05:04:35.7474235Z ##[debug]..=> 'approve-mode'
2021-08-04T05:04:35.7474670Z ##[debug]=> '0'
2021-08-04T05:04:35.7475183Z ##[debug]Result: '0'
2021-08-04T05:04:35.7475851Z ##[debug]Evaluating: inputs.extensions
2021-08-04T05:04:35.7476345Z ##[debug]Evaluating Index:
2021-08-04T05:04:35.7476780Z ##[debug]..Evaluating inputs:
2021-08-04T05:04:35.7477224Z ##[debug]..=> Object
2021-08-04T05:04:35.7477637Z ##[debug]..Evaluating String:
2021-08-04T05:04:35.7478227Z ##[debug]..=> 'extensions'
2021-08-04T05:04:35.7478826Z ##[debug]=> 'js,jsx,ts,tsx'
2021-08-04T05:04:35.7479274Z ##[debug]Result: 'js,jsx,ts,tsx'
2021-08-04T05:04:35.7506849Z ##[command]/usr/bin/docker run --name bec5f2230e461781a454bb9460ea11acc0737_ab3fb5 --label 3bec5f --workdir /github/workspace --rm -e INPUT_GITHUB-TOKEN -e INPUT_SRC -e INPUT_ESLINT-FORMAT -e INPUT_PROJECT-ROOT -e INPUT_APPROVE-MODE -e INPUT_EXTENSIONS -e HOME -e GITHUB_JOB -e GITHUB_REF -e GITHUB_SHA -e GITHUB_REPOSITORY -e GITHUB_REPOSITORY_OWNER -e GITHUB_RUN_ID -e GITHUB_RUN_NUMBER -e GITHUB_RETENTION_DAYS -e GITHUB_ACTOR -e GITHUB_WORKFLOW -e GITHUB_HEAD_REF -e GITHUB_BASE_REF -e GITHUB_EVENT_NAME -e GITHUB_SERVER_URL -e GITHUB_API_URL -e GITHUB_GRAPHQL_URL -e GITHUB_WORKSPACE -e GITHUB_ACTION -e GITHUB_EVENT_PATH -e GITHUB_ACTION_REPOSITORY -e GITHUB_ACTION_REF -e GITHUB_PATH -e GITHUB_ENV -e RUNNER_DEBUG -e RUNNER_OS -e RUNNER_TOOL_CACHE -e RUNNER_TEMP -e RUNNER_WORKSPACE -e ACTIONS_RUNTIME_URL -e ACTIONS_RUNTIME_TOKEN -e ACTIONS_CACHE_URL -e GITHUB_ACTIONS=true -e CI=true -v "/var/run/docker.sock":"/var/run/docker.sock" -v "/home/runner/work/_temp/_github_home":"/github/home" -v "/home/runner/work/_temp/_github_workflow":"/github/workflow" -v "/home/runner/work/_temp/_runner_file_commands":"/github/file_commands" -v "/home/runner/work/web/web":"/github/workspace" 3bec5f:2230e461781a454bb9460ea11acc0737  "." "." "" "table" "0" "js,jsx,ts,tsx"
2021-08-04T05:04:36.5448197Z ##[debug]Install ESLint-PR-review Packages:
2021-08-04T05:04:47.1752177Z npm WARN deprecated resolve-url@0.2.1: https://github.com/lydell/resolve-url#deprecated
2021-08-04T05:04:47.9505071Z npm WARN deprecated request-promise-native@1.0.8: request-promise-native has been deprecated because it extends the now deprecated request package, see https://github.com/request/request/issues/3142
2021-08-04T05:04:48.0655119Z npm WARN deprecated urix@0.1.0: Please see https://github.com/lydell/urix#deprecated
2021-08-04T05:04:48.5649582Z npm WARN deprecated uuid@3.3.3: 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.
2021-08-04T05:04:48.6874021Z npm WARN deprecated sane@4.1.0: some dependency vulnerabilities fixed, support for node < 10 dropped, and newer ECMAScript syntax/features added
2021-08-04T05:04:50.2414811Z npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142
2021-08-04T05:04:51.9956186Z npm WARN deprecated har-validator@5.1.3: this library is no longer supported
2021-08-04T05:04:55.1204742Z npm WARN deprecated debug@4.1.1: Debug versions >=3.2.0 <3.2.7 || >=4 <4.3.1 have a low-severity ReDos regression when used in a Node.js environment. It is recommended you upgrade to 3.2.7 or 4.3.1. (https://github.com/visionmedia/debug/issues/797)
2021-08-04T05:04:59.1722541Z ##[debug]
2021-08-04T05:04:59.1727501Z ##[debug]added 1106 packages, and audited 1107 packages in 22s
2021-08-04T05:04:59.1731434Z ##[debug]
2021-08-04T05:04:59.1739727Z ##[debug]88 packages are looking for funding
2021-08-04T05:04:59.1761702Z ##[debug]run `npm fund` for details
2021-08-04T05:04:59.1763035Z ##[debug]
2021-08-04T05:04:59.1766948Z ##[debug]found 0 vulnerabilities
2021-08-04T05:04:59.1963548Z ##[debug]Build ESLint-PR-review:
2021-08-04T05:04:59.5010631Z ##[debug]
2021-08-04T05:04:59.5016334Z ##[debug]> typescript-action@0.0.0 build
2021-08-04T05:04:59.5020840Z ##[debug]> tsc
2021-08-04T05:04:59.5024979Z ##[debug]
2021-08-04T05:05:10.6369535Z ##[debug]Install Project Packages:
2021-08-04T05:05:11.9528275Z npm WARN EBADENGINE Unsupported engine {
2021-08-04T05:05:11.9530156Z npm WARN EBADENGINE   package: 'react-lottie@1.2.3',
2021-08-04T05:05:11.9531173Z npm WARN EBADENGINE   required: { npm: '^3.0.0' },
2021-08-04T05:05:11.9532121Z npm WARN EBADENGINE   current: { node: 'v16.6.1', npm: '7.20.3' }
2021-08-04T05:05:11.9533009Z npm WARN EBADENGINE }
2021-08-04T05:06:57.2276617Z npm WARN deprecated urix@0.1.0: Please see https://github.com/lydell/urix#deprecated
2021-08-04T05:06:57.4554761Z npm WARN deprecated resolve-url@0.2.1: https://github.com/lydell/resolve-url#deprecated
2021-08-04T05:06:59.1394926Z npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142
2021-08-04T05:06:59.1415236Z npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142
2021-08-04T05:06:59.1871636Z npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142
2021-08-04T05:06:59.2066941Z 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.
2021-08-04T05:06:59.4036201Z npm WARN deprecated har-validator@5.1.5: this library is no longer supported
2021-08-04T05:07:00.7563179Z npm WARN deprecated chokidar@2.1.8: Chokidar 2 will break on node v14+. Upgrade to chokidar 3 with 15x less dependencies.
2021-08-04T05:07:01.3121463Z npm WARN deprecated har-validator@5.1.5: this library is no longer supported
2021-08-04T05:07:01.5821298Z npm WARN deprecated har-validator@5.1.5: this library is no longer supported
2021-08-04T05:07:02.2905328Z npm WARN deprecated sntp@1.0.9: This module moved to @hapi/sntp. Please make sure to switch over as this distribution is no longer supported and may contain bugs and critical security issues.
2021-08-04T05:07:05.5147299Z npm WARN deprecated cryptiles@2.0.5: This version has been deprecated in accordance with the hapi support policy (hapi.im/support). Please upgrade to the latest version to get the best features, bug fixes, and security patches. If you are unable to upgrade at this time, paid support is available for older versions (hapi.im/commercial).
2021-08-04T05:07:06.5290558Z npm WARN deprecated hoek@2.16.3: This version has been deprecated in accordance with the hapi support policy (hapi.im/support). Please upgrade to the latest version to get the best features, bug fixes, and security patches. If you are unable to upgrade at this time, paid support is available for older versions (hapi.im/commercial).
2021-08-04T05:07:07.3412538Z npm WARN deprecated @zeit/next-css@1.0.1: Next.js now has built-in support for CSS: https://nextjs.org/docs/basic-features/built-in-css-support. The built-in support solves many bugs and painpoints that the next-css plugin had.
2021-08-04T05:07:08.1104137Z npm WARN deprecated @types/delay@3.1.0: This is a stub types definition. delay provides its own type definitions, so you do not need this installed.
2021-08-04T05:07:08.1210596Z npm WARN deprecated @types/axios@0.14.0: This is a stub types definition for axios (https://github.com/mzabriskie/axios). axios provides its own type definitions, so you don't need @types/axios installed!
2021-08-04T05:07:08.3284173Z npm WARN deprecated boom@2.10.1: This version has been deprecated in accordance with the hapi support policy (hapi.im/support). Please upgrade to the latest version to get the best features, bug fixes, and security patches. If you are unable to upgrade at this time, paid support is available for older versions (hapi.im/commercial).
2021-08-04T05:07:09.3957555Z npm WARN deprecated hawk@3.1.3: This module moved to @hapi/hawk. Please make sure to switch over as this distribution is no longer supported and may contain bugs and critical security issues.
2021-08-04T05:07:10.4106089Z npm WARN deprecated har-validator@4.2.1: this library is no longer supported
2021-08-04T05:07:10.4843765Z npm WARN deprecated request@2.81.0: request has been deprecated, see https://github.com/request/request/issues/3142
2021-08-04T05:07:10.6546937Z npm WARN deprecated node-pre-gyp@0.11.0: Please upgrade to @mapbox/node-pre-gyp: the non-scoped node-pre-gyp package is deprecated and only the @mapbox scoped package will recieve updates in the future
2021-08-04T05:07:17.2050558Z npm WARN deprecated core-js@2.6.12: core-js@<3.3 is no longer maintained and not recommended for usage due to the number of issues. Because of the V8 engine whims, feature detection in old core-js versions could cause a slowdown up to 100x even if nothing is polyfilled. Please, upgrade your dependencies to the actual version of core-js.
2021-08-04T05:09:21.5684558Z npm ERR! code 1
2021-08-04T05:09:21.5689565Z npm ERR! path /github/workspace/node_modules/node-sass
2021-08-04T05:09:21.5773451Z npm ERR! command failed
2021-08-04T05:09:21.5783661Z npm ERR! command sh -c node scripts/build.js
2021-08-04T05:09:21.5786922Z npm ERR! Building: /usr/local/bin/node /github/workspace/node_modules/node-gyp/bin/node-gyp.js rebuild --verbose --libsass_ext= --libsass_cflags= --libsass_ldflags= --libsass_library=
2021-08-04T05:09:21.5789221Z npm ERR! make: Entering directory '/github/workspace/node_modules/node-sass/build'
2021-08-04T05:09:21.5796437Z npm ERR!   g++ -o Release/obj.target/libsass/src/libsass/src/ast.o ../src/libsass/src/ast.cpp '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-D__STDC_FORMAT_MACROS' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/github/home/.cache/node-gyp/16.6.1/include/node -I/github/home/.cache/node-gyp/16.6.1/src -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/config -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/openssl/include -I/github/home/.cache/node-gyp/16.6.1/deps/uv/include -I/github/home/.cache/node-gyp/16.6.1/deps/zlib -I/github/home/.cache/node-gyp/16.6.1/deps/v8/include -I../src/libsass/include  -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++14 -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/ast.o.d.raw   -c
2021-08-04T05:09:21.5920729Z npm ERR!   g++ -o Release/obj.target/libsass/src/libsass/src/ast_fwd_decl.o ../src/libsass/src/ast_fwd_decl.cpp '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-D__STDC_FORMAT_MACROS' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/github/home/.cache/node-gyp/16.6.1/include/node -I/github/home/.cache/node-gyp/16.6.1/src -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/config -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/openssl/include -I/github/home/.cache/node-gyp/16.6.1/deps/uv/include -I/github/home/.cache/node-gyp/16.6.1/deps/zlib -I/github/home/.cache/node-gyp/16.6.1/deps/v8/include -I../src/libsass/include  -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++14 -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/ast_fwd_decl.o.d.raw   -c
2021-08-04T05:09:21.5929458Z npm ERR!   g++ -o Release/obj.target/libsass/src/libsass/src/backtrace.o ../src/libsass/src/backtrace.cpp '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-D__STDC_FORMAT_MACROS' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/github/home/.cache/node-gyp/16.6.1/include/node -I/github/home/.cache/node-gyp/16.6.1/src -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/config -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/openssl/include -I/github/home/.cache/node-gyp/16.6.1/deps/uv/include -I/github/home/.cache/node-gyp/16.6.1/deps/zlib -I/github/home/.cache/node-gyp/16.6.1/deps/v8/include -I../src/libsass/include  -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++14 -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/backtrace.o.d.raw   -c
2021-08-04T05:09:21.5937591Z npm ERR!   g++ -o Release/obj.target/libsass/src/libsass/src/base64vlq.o ../src/libsass/src/base64vlq.cpp '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-D__STDC_FORMAT_MACROS' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/github/home/.cache/node-gyp/16.6.1/include/node -I/github/home/.cache/node-gyp/16.6.1/src -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/config -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/openssl/include -I/github/home/.cache/node-gyp/16.6.1/deps/uv/include -I/github/home/.cache/node-gyp/16.6.1/deps/zlib -I/github/home/.cache/node-gyp/16.6.1/deps/v8/include -I../src/libsass/include  -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++14 -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/base64vlq.o.d.raw   -c
2021-08-04T05:09:21.5947034Z npm ERR!   g++ -o Release/obj.target/libsass/src/libsass/src/bind.o ../src/libsass/src/bind.cpp '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-D__STDC_FORMAT_MACROS' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/github/home/.cache/node-gyp/16.6.1/include/node -I/github/home/.cache/node-gyp/16.6.1/src -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/config -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/openssl/include -I/github/home/.cache/node-gyp/16.6.1/deps/uv/include -I/github/home/.cache/node-gyp/16.6.1/deps/zlib -I/github/home/.cache/node-gyp/16.6.1/deps/v8/include -I../src/libsass/include  -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++14 -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/bind.o.d.raw   -c
2021-08-04T05:09:21.5970679Z npm ERR!   cc -o Release/obj.target/libsass/src/libsass/src/cencode.o ../src/libsass/src/cencode.c '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-D__STDC_FORMAT_MACROS' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/github/home/.cache/node-gyp/16.6.1/include/node -I/github/home/.cache/node-gyp/16.6.1/src -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/config -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/openssl/include -I/github/home/.cache/node-gyp/16.6.1/deps/uv/include -I/github/home/.cache/node-gyp/16.6.1/deps/zlib -I/github/home/.cache/node-gyp/16.6.1/deps/v8/include -I../src/libsass/include  -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer  -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/cencode.o.d.raw   -c
2021-08-04T05:09:21.6023816Z npm ERR!   g++ -o Release/obj.target/libsass/src/libsass/src/check_nesting.o ../src/libsass/src/check_nesting.cpp '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-D__STDC_FORMAT_MACROS' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/github/home/.cache/node-gyp/16.6.1/include/node -I/github/home/.cache/node-gyp/16.6.1/src -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/config -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/openssl/include -I/github/home/.cache/node-gyp/16.6.1/deps/uv/include -I/github/home/.cache/node-gyp/16.6.1/deps/zlib -I/github/home/.cache/node-gyp/16.6.1/deps/v8/include -I../src/libsass/include  -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++14 -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/check_nesting.o.d.raw   -c
2021-08-04T05:09:21.6032886Z npm ERR!   g++ -o Release/obj.target/libsass/src/libsass/src/color_maps.o ../src/libsass/src/color_maps.cpp '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-D__STDC_FORMAT_MACROS' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/github/home/.cache/node-gyp/16.6.1/include/node -I/github/home/.cache/node-gyp/16.6.1/src -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/config -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/openssl/include -I/github/home/.cache/node-gyp/16.6.1/deps/uv/include -I/github/home/.cache/node-gyp/16.6.1/deps/zlib -I/github/home/.cache/node-gyp/16.6.1/deps/v8/include -I../src/libsass/include  -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++14 -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/color_maps.o.d.raw   -c
2021-08-04T05:09:21.6041923Z npm ERR!   g++ -o Release/obj.target/libsass/src/libsass/src/constants.o ../src/libsass/src/constants.cpp '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-D__STDC_FORMAT_MACROS' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/github/home/.cache/node-gyp/16.6.1/include/node -I/github/home/.cache/node-gyp/16.6.1/src -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/config -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/openssl/include -I/github/home/.cache/node-gyp/16.6.1/deps/uv/include -I/github/home/.cache/node-gyp/16.6.1/deps/zlib -I/github/home/.cache/node-gyp/16.6.1/deps/v8/include -I../src/libsass/include  -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++14 -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/constants.o.d.raw   -c
2021-08-04T05:09:21.6051544Z npm ERR!   g++ -o Release/obj.target/libsass/src/libsass/src/context.o ../src/libsass/src/context.cpp '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-D__STDC_FORMAT_MACROS' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/github/home/.cache/node-gyp/16.6.1/include/node -I/github/home/.cache/node-gyp/16.6.1/src -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/config -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/openssl/include -I/github/home/.cache/node-gyp/16.6.1/deps/uv/include -I/github/home/.cache/node-gyp/16.6.1/deps/zlib -I/github/home/.cache/node-gyp/16.6.1/deps/v8/include -I../src/libsass/include  -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++14 -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/context.o.d.raw   -c
2021-08-04T05:09:21.6060586Z npm ERR!   g++ -o Release/obj.target/libsass/src/libsass/src/cssize.o ../src/libsass/src/cssize.cpp '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-D__STDC_FORMAT_MACROS' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/github/home/.cache/node-gyp/16.6.1/include/node -I/github/home/.cache/node-gyp/16.6.1/src -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/config -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/openssl/include -I/github/home/.cache/node-gyp/16.6.1/deps/uv/include -I/github/home/.cache/node-gyp/16.6.1/deps/zlib -I/github/home/.cache/node-gyp/16.6.1/deps/v8/include -I../src/libsass/include  -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++14 -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/cssize.o.d.raw   -c
2021-08-04T05:09:21.6069925Z npm ERR!   g++ -o Release/obj.target/libsass/src/libsass/src/emitter.o ../src/libsass/src/emitter.cpp '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-D__STDC_FORMAT_MACROS' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/github/home/.cache/node-gyp/16.6.1/include/node -I/github/home/.cache/node-gyp/16.6.1/src -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/config -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/openssl/include -I/github/home/.cache/node-gyp/16.6.1/deps/uv/include -I/github/home/.cache/node-gyp/16.6.1/deps/zlib -I/github/home/.cache/node-gyp/16.6.1/deps/v8/include -I../src/libsass/include  -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++14 -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/emitter.o.d.raw   -c
2021-08-04T05:09:21.6079070Z npm ERR!   g++ -o Release/obj.target/libsass/src/libsass/src/environment.o ../src/libsass/src/environment.cpp '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-D__STDC_FORMAT_MACROS' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/github/home/.cache/node-gyp/16.6.1/include/node -I/github/home/.cache/node-gyp/16.6.1/src -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/config -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/openssl/include -I/github/home/.cache/node-gyp/16.6.1/deps/uv/include -I/github/home/.cache/node-gyp/16.6.1/deps/zlib -I/github/home/.cache/node-gyp/16.6.1/deps/v8/include -I../src/libsass/include  -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++14 -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/environment.o.d.raw   -c
2021-08-04T05:09:21.6089894Z npm ERR!   g++ -o Release/obj.target/libsass/src/libsass/src/error_handling.o ../src/libsass/src/error_handling.cpp '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-D__STDC_FORMAT_MACROS' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/github/home/.cache/node-gyp/16.6.1/include/node -I/github/home/.cache/node-gyp/16.6.1/src -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/config -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/openssl/include -I/github/home/.cache/node-gyp/16.6.1/deps/uv/include -I/github/home/.cache/node-gyp/16.6.1/deps/zlib -I/github/home/.cache/node-gyp/16.6.1/deps/v8/include -I../src/libsass/include  -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++14 -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/error_handling.o.d.raw   -c
2021-08-04T05:09:21.6107134Z npm ERR!   g++ -o Release/obj.target/libsass/src/libsass/src/eval.o ../src/libsass/src/eval.cpp '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-D__STDC_FORMAT_MACROS' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/github/home/.cache/node-gyp/16.6.1/include/node -I/github/home/.cache/node-gyp/16.6.1/src -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/config -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/openssl/include -I/github/home/.cache/node-gyp/16.6.1/deps/uv/include -I/github/home/.cache/node-gyp/16.6.1/deps/zlib -I/github/home/.cache/node-gyp/16.6.1/deps/v8/include -I../src/libsass/include  -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++14 -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/eval.o.d.raw   -c
2021-08-04T05:09:21.6116515Z npm ERR!   g++ -o Release/obj.target/libsass/src/libsass/src/expand.o ../src/libsass/src/expand.cpp '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-D__STDC_FORMAT_MACROS' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/github/home/.cache/node-gyp/16.6.1/include/node -I/github/home/.cache/node-gyp/16.6.1/src -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/config -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/openssl/include -I/github/home/.cache/node-gyp/16.6.1/deps/uv/include -I/github/home/.cache/node-gyp/16.6.1/deps/zlib -I/github/home/.cache/node-gyp/16.6.1/deps/v8/include -I../src/libsass/include  -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++14 -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/expand.o.d.raw   -c
2021-08-04T05:09:21.6124485Z npm ERR!   g++ -o Release/obj.target/libsass/src/libsass/src/extend.o ../src/libsass/src/extend.cpp '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-D__STDC_FORMAT_MACROS' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/github/home/.cache/node-gyp/16.6.1/include/node -I/github/home/.cache/node-gyp/16.6.1/src -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/config -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/openssl/include -I/github/home/.cache/node-gyp/16.6.1/deps/uv/include -I/github/home/.cache/node-gyp/16.6.1/deps/zlib -I/github/home/.cache/node-gyp/16.6.1/deps/v8/include -I../src/libsass/include  -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++14 -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/extend.o.d.raw   -c
2021-08-04T05:09:21.6132383Z npm ERR!   g++ -o Release/obj.target/libsass/src/libsass/src/file.o ../src/libsass/src/file.cpp '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-D__STDC_FORMAT_MACROS' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/github/home/.cache/node-gyp/16.6.1/include/node -I/github/home/.cache/node-gyp/16.6.1/src -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/config -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/openssl/include -I/github/home/.cache/node-gyp/16.6.1/deps/uv/include -I/github/home/.cache/node-gyp/16.6.1/deps/zlib -I/github/home/.cache/node-gyp/16.6.1/deps/v8/include -I../src/libsass/include  -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++14 -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/file.o.d.raw   -c
2021-08-04T05:09:21.6140788Z npm ERR!   g++ -o Release/obj.target/libsass/src/libsass/src/functions.o ../src/libsass/src/functions.cpp '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-D__STDC_FORMAT_MACROS' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/github/home/.cache/node-gyp/16.6.1/include/node -I/github/home/.cache/node-gyp/16.6.1/src -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/config -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/openssl/include -I/github/home/.cache/node-gyp/16.6.1/deps/uv/include -I/github/home/.cache/node-gyp/16.6.1/deps/zlib -I/github/home/.cache/node-gyp/16.6.1/deps/v8/include -I../src/libsass/include  -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++14 -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/functions.o.d.raw   -c
2021-08-04T05:09:21.6150306Z npm ERR!   g++ -o Release/obj.target/libsass/src/libsass/src/inspect.o ../src/libsass/src/inspect.cpp '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-D__STDC_FORMAT_MACROS' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/github/home/.cache/node-gyp/16.6.1/include/node -I/github/home/.cache/node-gyp/16.6.1/src -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/config -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/openssl/include -I/github/home/.cache/node-gyp/16.6.1/deps/uv/include -I/github/home/.cache/node-gyp/16.6.1/deps/zlib -I/github/home/.cache/node-gyp/16.6.1/deps/v8/include -I../src/libsass/include  -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++14 -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/inspect.o.d.raw   -c
2021-08-04T05:09:21.6159191Z npm ERR!   g++ -o Release/obj.target/libsass/src/libsass/src/json.o ../src/libsass/src/json.cpp '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-D__STDC_FORMAT_MACROS' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/github/home/.cache/node-gyp/16.6.1/include/node -I/github/home/.cache/node-gyp/16.6.1/src -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/config -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/openssl/include -I/github/home/.cache/node-gyp/16.6.1/deps/uv/include -I/github/home/.cache/node-gyp/16.6.1/deps/zlib -I/github/home/.cache/node-gyp/16.6.1/deps/v8/include -I../src/libsass/include  -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++14 -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/json.o.d.raw   -c
2021-08-04T05:09:21.6167018Z npm ERR!   g++ -o Release/obj.target/libsass/src/libsass/src/lexer.o ../src/libsass/src/lexer.cpp '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-D__STDC_FORMAT_MACROS' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/github/home/.cache/node-gyp/16.6.1/include/node -I/github/home/.cache/node-gyp/16.6.1/src -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/config -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/openssl/include -I/github/home/.cache/node-gyp/16.6.1/deps/uv/include -I/github/home/.cache/node-gyp/16.6.1/deps/zlib -I/github/home/.cache/node-gyp/16.6.1/deps/v8/include -I../src/libsass/include  -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++14 -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/lexer.o.d.raw   -c
2021-08-04T05:09:21.6175263Z npm ERR!   g++ -o Release/obj.target/libsass/src/libsass/src/listize.o ../src/libsass/src/listize.cpp '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-D__STDC_FORMAT_MACROS' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/github/home/.cache/node-gyp/16.6.1/include/node -I/github/home/.cache/node-gyp/16.6.1/src -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/config -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/openssl/include -I/github/home/.cache/node-gyp/16.6.1/deps/uv/include -I/github/home/.cache/node-gyp/16.6.1/deps/zlib -I/github/home/.cache/node-gyp/16.6.1/deps/v8/include -I../src/libsass/include  -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++14 -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/listize.o.d.raw   -c
2021-08-04T05:09:21.6184917Z npm ERR!   g++ -o Release/obj.target/libsass/src/libsass/src/memory/SharedPtr.o ../src/libsass/src/memory/SharedPtr.cpp '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-D__STDC_FORMAT_MACROS' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/github/home/.cache/node-gyp/16.6.1/include/node -I/github/home/.cache/node-gyp/16.6.1/src -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/config -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/openssl/include -I/github/home/.cache/node-gyp/16.6.1/deps/uv/include -I/github/home/.cache/node-gyp/16.6.1/deps/zlib -I/github/home/.cache/node-gyp/16.6.1/deps/v8/include -I../src/libsass/include  -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++14 -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/memory/SharedPtr.o.d.raw   -c
2021-08-04T05:09:21.6195672Z npm ERR!   g++ -o Release/obj.target/libsass/src/libsass/src/node.o ../src/libsass/src/node.cpp '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-D__STDC_FORMAT_MACROS' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/github/home/.cache/node-gyp/16.6.1/include/node -I/github/home/.cache/node-gyp/16.6.1/src -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/config -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/openssl/include -I/github/home/.cache/node-gyp/16.6.1/deps/uv/include -I/github/home/.cache/node-gyp/16.6.1/deps/zlib -I/github/home/.cache/node-gyp/16.6.1/deps/v8/include -I../src/libsass/include  -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++14 -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/node.o.d.raw   -c
2021-08-04T05:09:21.6211096Z npm ERR!   g++ -o Release/obj.target/libsass/src/libsass/src/operators.o ../src/libsass/src/operators.cpp '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-D__STDC_FORMAT_MACROS' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/github/home/.cache/node-gyp/16.6.1/include/node -I/github/home/.cache/node-gyp/16.6.1/src -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/config -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/openssl/include -I/github/home/.cache/node-gyp/16.6.1/deps/uv/include -I/github/home/.cache/node-gyp/16.6.1/deps/zlib -I/github/home/.cache/node-gyp/16.6.1/deps/v8/include -I../src/libsass/include  -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++14 -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/operators.o.d.raw   -c
2021-08-04T05:09:21.6219688Z npm ERR!   g++ -o Release/obj.target/libsass/src/libsass/src/output.o ../src/libsass/src/output.cpp '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-D__STDC_FORMAT_MACROS' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/github/home/.cache/node-gyp/16.6.1/include/node -I/github/home/.cache/node-gyp/16.6.1/src -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/config -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/openssl/include -I/github/home/.cache/node-gyp/16.6.1/deps/uv/include -I/github/home/.cache/node-gyp/16.6.1/deps/zlib -I/github/home/.cache/node-gyp/16.6.1/deps/v8/include -I../src/libsass/include  -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++14 -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/output.o.d.raw   -c
2021-08-04T05:09:21.6228778Z npm ERR!   g++ -o Release/obj.target/libsass/src/libsass/src/parser.o ../src/libsass/src/parser.cpp '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-D__STDC_FORMAT_MACROS' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/github/home/.cache/node-gyp/16.6.1/include/node -I/github/home/.cache/node-gyp/16.6.1/src -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/config -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/openssl/include -I/github/home/.cache/node-gyp/16.6.1/deps/uv/include -I/github/home/.cache/node-gyp/16.6.1/deps/zlib -I/github/home/.cache/node-gyp/16.6.1/deps/v8/include -I../src/libsass/include  -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++14 -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/parser.o.d.raw   -c
2021-08-04T05:09:21.6237950Z npm ERR!   g++ -o Release/obj.target/libsass/src/libsass/src/plugins.o ../src/libsass/src/plugins.cpp '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-D__STDC_FORMAT_MACROS' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/github/home/.cache/node-gyp/16.6.1/include/node -I/github/home/.cache/node-gyp/16.6.1/src -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/config -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/openssl/include -I/github/home/.cache/node-gyp/16.6.1/deps/uv/include -I/github/home/.cache/node-gyp/16.6.1/deps/zlib -I/github/home/.cache/node-gyp/16.6.1/deps/v8/include -I../src/libsass/include  -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++14 -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/plugins.o.d.raw   -c
2021-08-04T05:09:21.6245720Z npm ERR!   g++ -o Release/obj.target/libsass/src/libsass/src/position.o ../src/libsass/src/position.cpp '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-D__STDC_FORMAT_MACROS' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/github/home/.cache/node-gyp/16.6.1/include/node -I/github/home/.cache/node-gyp/16.6.1/src -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/config -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/openssl/include -I/github/home/.cache/node-gyp/16.6.1/deps/uv/include -I/github/home/.cache/node-gyp/16.6.1/deps/zlib -I/github/home/.cache/node-gyp/16.6.1/deps/v8/include -I../src/libsass/include  -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++14 -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/position.o.d.raw   -c
2021-08-04T05:09:21.6254242Z npm ERR!   g++ -o Release/obj.target/libsass/src/libsass/src/prelexer.o ../src/libsass/src/prelexer.cpp '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-D__STDC_FORMAT_MACROS' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/github/home/.cache/node-gyp/16.6.1/include/node -I/github/home/.cache/node-gyp/16.6.1/src -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/config -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/openssl/include -I/github/home/.cache/node-gyp/16.6.1/deps/uv/include -I/github/home/.cache/node-gyp/16.6.1/deps/zlib -I/github/home/.cache/node-gyp/16.6.1/deps/v8/include -I../src/libsass/include  -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++14 -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/prelexer.o.d.raw   -c
2021-08-04T05:09:21.6332939Z npm ERR!   g++ -o Release/obj.target/libsass/src/libsass/src/remove_placeholders.o ../src/libsass/src/remove_placeholders.cpp '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-D__STDC_FORMAT_MACROS' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/github/home/.cache/node-gyp/16.6.1/include/node -I/github/home/.cache/node-gyp/16.6.1/src -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/config -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/openssl/include -I/github/home/.cache/node-gyp/16.6.1/deps/uv/include -I/github/home/.cache/node-gyp/16.6.1/deps/zlib -I/github/home/.cache/node-gyp/16.6.1/deps/v8/include -I../src/libsass/include  -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++14 -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/remove_placeholders.o.d.raw   -c
2021-08-04T05:09:21.6342700Z npm ERR!   g++ -o Release/obj.target/libsass/src/libsass/src/sass.o ../src/libsass/src/sass.cpp '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-D__STDC_FORMAT_MACROS' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/github/home/.cache/node-gyp/16.6.1/include/node -I/github/home/.cache/node-gyp/16.6.1/src -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/config -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/openssl/include -I/github/home/.cache/node-gyp/16.6.1/deps/uv/include -I/github/home/.cache/node-gyp/16.6.1/deps/zlib -I/github/home/.cache/node-gyp/16.6.1/deps/v8/include -I../src/libsass/include  -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++14 -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/sass.o.d.raw   -c
2021-08-04T05:09:21.6653124Z npm ERR!   g++ -o Release/obj.target/libsass/src/libsass/src/sass2scss.o ../src/libsass/src/sass2scss.cpp '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-D__STDC_FORMAT_MACROS' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/github/home/.cache/node-gyp/16.6.1/include/node -I/github/home/.cache/node-gyp/16.6.1/src -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/config -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/openssl/include -I/github/home/.cache/node-gyp/16.6.1/deps/uv/include -I/github/home/.cache/node-gyp/16.6.1/deps/zlib -I/github/home/.cache/node-gyp/16.6.1/deps/v8/include -I../src/libsass/include  -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++14 -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/sass2scss.o.d.raw   -c
2021-08-04T05:09:21.6663196Z npm ERR!   g++ -o Release/obj.target/libsass/src/libsass/src/sass_context.o ../src/libsass/src/sass_context.cpp '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-D__STDC_FORMAT_MACROS' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/github/home/.cache/node-gyp/16.6.1/include/node -I/github/home/.cache/node-gyp/16.6.1/src -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/config -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/openssl/include -I/github/home/.cache/node-gyp/16.6.1/deps/uv/include -I/github/home/.cache/node-gyp/16.6.1/deps/zlib -I/github/home/.cache/node-gyp/16.6.1/deps/v8/include -I../src/libsass/include  -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++14 -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/sass_context.o.d.raw   -c
2021-08-04T05:09:21.6673290Z npm ERR!   g++ -o Release/obj.target/libsass/src/libsass/src/sass_functions.o ../src/libsass/src/sass_functions.cpp '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-D__STDC_FORMAT_MACROS' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/github/home/.cache/node-gyp/16.6.1/include/node -I/github/home/.cache/node-gyp/16.6.1/src -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/config -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/openssl/include -I/github/home/.cache/node-gyp/16.6.1/deps/uv/include -I/github/home/.cache/node-gyp/16.6.1/deps/zlib -I/github/home/.cache/node-gyp/16.6.1/deps/v8/include -I../src/libsass/include  -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++14 -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/sass_functions.o.d.raw   -c
2021-08-04T05:09:21.6682727Z npm ERR!   g++ -o Release/obj.target/libsass/src/libsass/src/sass_util.o ../src/libsass/src/sass_util.cpp '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-D__STDC_FORMAT_MACROS' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/github/home/.cache/node-gyp/16.6.1/include/node -I/github/home/.cache/node-gyp/16.6.1/src -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/config -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/openssl/include -I/github/home/.cache/node-gyp/16.6.1/deps/uv/include -I/github/home/.cache/node-gyp/16.6.1/deps/zlib -I/github/home/.cache/node-gyp/16.6.1/deps/v8/include -I../src/libsass/include  -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++14 -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/sass_util.o.d.raw   -c
2021-08-04T05:09:21.6701826Z npm ERR!   g++ -o Release/obj.target/libsass/src/libsass/src/sass_values.o ../src/libsass/src/sass_values.cpp '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-D__STDC_FORMAT_MACROS' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/github/home/.cache/node-gyp/16.6.1/include/node -I/github/home/.cache/node-gyp/16.6.1/src -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/config -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/openssl/include -I/github/home/.cache/node-gyp/16.6.1/deps/uv/include -I/github/home/.cache/node-gyp/16.6.1/deps/zlib -I/github/home/.cache/node-gyp/16.6.1/deps/v8/include -I../src/libsass/include  -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++14 -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/sass_values.o.d.raw   -c
2021-08-04T05:09:21.6713862Z npm ERR!   g++ -o Release/obj.target/libsass/src/libsass/src/source_map.o ../src/libsass/src/source_map.cpp '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-D__STDC_FORMAT_MACROS' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/github/home/.cache/node-gyp/16.6.1/include/node -I/github/home/.cache/node-gyp/16.6.1/src -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/config -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/openssl/include -I/github/home/.cache/node-gyp/16.6.1/deps/uv/include -I/github/home/.cache/node-gyp/16.6.1/deps/zlib -I/github/home/.cache/node-gyp/16.6.1/deps/v8/include -I../src/libsass/include  -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++14 -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/source_map.o.d.raw   -c
2021-08-04T05:09:21.6724202Z npm ERR!   g++ -o Release/obj.target/libsass/src/libsass/src/subset_map.o ../src/libsass/src/subset_map.cpp '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-D__STDC_FORMAT_MACROS' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/github/home/.cache/node-gyp/16.6.1/include/node -I/github/home/.cache/node-gyp/16.6.1/src -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/config -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/openssl/include -I/github/home/.cache/node-gyp/16.6.1/deps/uv/include -I/github/home/.cache/node-gyp/16.6.1/deps/zlib -I/github/home/.cache/node-gyp/16.6.1/deps/v8/include -I../src/libsass/include  -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++14 -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/subset_map.o.d.raw   -c
2021-08-04T05:09:21.6735540Z npm ERR!   g++ -o Release/obj.target/libsass/src/libsass/src/to_c.o ../src/libsass/src/to_c.cpp '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-D__STDC_FORMAT_MACROS' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/github/home/.cache/node-gyp/16.6.1/include/node -I/github/home/.cache/node-gyp/16.6.1/src -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/config -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/openssl/include -I/github/home/.cache/node-gyp/16.6.1/deps/uv/include -I/github/home/.cache/node-gyp/16.6.1/deps/zlib -I/github/home/.cache/node-gyp/16.6.1/deps/v8/include -I../src/libsass/include  -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++14 -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/to_c.o.d.raw   -c
2021-08-04T05:09:21.6746790Z npm ERR!   g++ -o Release/obj.target/libsass/src/libsass/src/to_value.o ../src/libsass/src/to_value.cpp '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-D__STDC_FORMAT_MACROS' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/github/home/.cache/node-gyp/16.6.1/include/node -I/github/home/.cache/node-gyp/16.6.1/src -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/config -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/openssl/include -I/github/home/.cache/node-gyp/16.6.1/deps/uv/include -I/github/home/.cache/node-gyp/16.6.1/deps/zlib -I/github/home/.cache/node-gyp/16.6.1/deps/v8/include -I../src/libsass/include  -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++14 -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/to_value.o.d.raw   -c
2021-08-04T05:09:21.6766680Z npm ERR!   g++ -o Release/obj.target/libsass/src/libsass/src/units.o ../src/libsass/src/units.cpp '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-D__STDC_FORMAT_MACROS' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/github/home/.cache/node-gyp/16.6.1/include/node -I/github/home/.cache/node-gyp/16.6.1/src -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/config -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/openssl/include -I/github/home/.cache/node-gyp/16.6.1/deps/uv/include -I/github/home/.cache/node-gyp/16.6.1/deps/zlib -I/github/home/.cache/node-gyp/16.6.1/deps/v8/include -I../src/libsass/include  -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++14 -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/units.o.d.raw   -c
2021-08-04T05:09:21.6774770Z npm ERR!   g++ -o Release/obj.target/libsass/src/libsass/src/utf8_string.o ../src/libsass/src/utf8_string.cpp '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-D__STDC_FORMAT_MACROS' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/github/home/.cache/node-gyp/16.6.1/include/node -I/github/home/.cache/node-gyp/16.6.1/src -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/config -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/openssl/include -I/github/home/.cache/node-gyp/16.6.1/deps/uv/include -I/github/home/.cache/node-gyp/16.6.1/deps/zlib -I/github/home/.cache/node-gyp/16.6.1/deps/v8/include -I../src/libsass/include  -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++14 -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/utf8_string.o.d.raw   -c
2021-08-04T05:09:21.6783315Z npm ERR!   g++ -o Release/obj.target/libsass/src/libsass/src/util.o ../src/libsass/src/util.cpp '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-D__STDC_FORMAT_MACROS' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/github/home/.cache/node-gyp/16.6.1/include/node -I/github/home/.cache/node-gyp/16.6.1/src -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/config -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/openssl/include -I/github/home/.cache/node-gyp/16.6.1/deps/uv/include -I/github/home/.cache/node-gyp/16.6.1/deps/zlib -I/github/home/.cache/node-gyp/16.6.1/deps/v8/include -I../src/libsass/include  -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++14 -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/util.o.d.raw   -c
2021-08-04T05:09:21.6792053Z npm ERR!   g++ -o Release/obj.target/libsass/src/libsass/src/values.o ../src/libsass/src/values.cpp '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-D__STDC_FORMAT_MACROS' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/github/home/.cache/node-gyp/16.6.1/include/node -I/github/home/.cache/node-gyp/16.6.1/src -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/config -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/openssl/include -I/github/home/.cache/node-gyp/16.6.1/deps/uv/include -I/github/home/.cache/node-gyp/16.6.1/deps/zlib -I/github/home/.cache/node-gyp/16.6.1/deps/v8/include -I../src/libsass/include  -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++14 -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/values.o.d.raw   -c
2021-08-04T05:09:21.6813526Z npm ERR!   rm -f Release/obj.target/src/sass.a && ar crs Release/obj.target/src/sass.a Release/obj.target/libsass/src/libsass/src/ast.o Release/obj.target/libsass/src/libsass/src/ast_fwd_decl.o Release/obj.target/libsass/src/libsass/src/backtrace.o Release/obj.target/libsass/src/libsass/src/base64vlq.o Release/obj.target/libsass/src/libsass/src/bind.o Release/obj.target/libsass/src/libsass/src/cencode.o Release/obj.target/libsass/src/libsass/src/check_nesting.o Release/obj.target/libsass/src/libsass/src/color_maps.o Release/obj.target/libsass/src/libsass/src/constants.o Release/obj.target/libsass/src/libsass/src/context.o Release/obj.target/libsass/src/libsass/src/cssize.o Release/obj.target/libsass/src/libsass/src/emitter.o Release/obj.target/libsass/src/libsass/src/environment.o Release/obj.target/libsass/src/libsass/src/error_handling.o Release/obj.target/libsass/src/libsass/src/eval.o Release/obj.target/libsass/src/libsass/src/expand.o Release/obj.target/libsass/src/libsass/src/extend.o Release/obj.target/libsass/src/libsass/src/file.o Release/obj.target/libsass/src/libsass/src/functions.o Release/obj.target/libsass/src/libsass/src/inspect.o Release/obj.target/libsass/src/libsass/src/json.o Release/obj.target/libsass/src/libsass/src/lexer.o Release/obj.target/libsass/src/libsass/src/listize.o Release/obj.target/libsass/src/libsass/src/memory/SharedPtr.o Release/obj.target/libsass/src/libsass/src/node.o Release/obj.target/libsass/src/libsass/src/operators.o Release/obj.target/libsass/src/libsass/src/output.o Release/obj.target/libsass/src/libsass/src/parser.o Release/obj.target/libsass/src/libsass/src/plugins.o Release/obj.target/libsass/src/libsass/src/position.o Release/obj.target/libsass/src/libsass/src/prelexer.o Release/obj.target/libsass/src/libsass/src/remove_placeholders.o Release/obj.target/libsass/src/libsass/src/sass.o Release/obj.target/libsass/src/libsass/src/sass2scss.o Release/obj.target/libsass/src/libsass/src/sass_context.o Release/obj.target/libsass/src/libsass/src/sass_functions.o Release/obj.target/libsass/src/libsass/src/sass_util.o Release/obj.target/libsass/src/libsass/src/sass_values.o Release/obj.target/libsass/src/libsass/src/source_map.o Release/obj.target/libsass/src/libsass/src/subset_map.o Release/obj.target/libsass/src/libsass/src/to_c.o Release/obj.target/libsass/src/libsass/src/to_value.o Release/obj.target/libsass/src/libsass/src/units.o Release/obj.target/libsass/src/libsass/src/utf8_string.o Release/obj.target/libsass/src/libsass/src/util.o Release/obj.target/libsass/src/libsass/src/values.o
2021-08-04T05:09:21.6825535Z npm ERR!   ln -f "Release/obj.target/src/sass.a" "Release/sass.a" 2>/dev/null || (rm -rf "Release/sass.a" && cp -af "Release/obj.target/src/sass.a" "Release/sass.a")
2021-08-04T05:09:21.6831382Z npm ERR!   g++ -o Release/obj.target/binding/src/binding.o ../src/binding.cpp '-DNODE_GYP_MODULE_NAME=binding' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-D__STDC_FORMAT_MACROS' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DBUILDING_NODE_EXTENSION' -I/github/home/.cache/node-gyp/16.6.1/include/node -I/github/home/.cache/node-gyp/16.6.1/src -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/config -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/openssl/include -I/github/home/.cache/node-gyp/16.6.1/deps/uv/include -I/github/home/.cache/node-gyp/16.6.1/deps/zlib -I/github/home/.cache/node-gyp/16.6.1/deps/v8/include -I../../nan -I../src/libsass/include  -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -fno-rtti -fno-exceptions -std=gnu++14 -std=c++0x -MMD -MF ./Release/.deps/Release/obj.target/binding/src/binding.o.d.raw   -c
2021-08-04T05:09:21.6836464Z npm ERR! make: Leaving directory '/github/workspace/node_modules/node-sass/build'
2021-08-04T05:09:21.6837384Z npm ERR! gyp info it worked if it ends with ok
2021-08-04T05:09:21.6837888Z npm ERR! gyp verb cli [
2021-08-04T05:09:21.6838529Z npm ERR! gyp verb cli   '/usr/local/bin/node',
2021-08-04T05:09:21.6839441Z npm ERR! gyp verb cli   '/github/workspace/node_modules/node-gyp/bin/node-gyp.js',
2021-08-04T05:09:21.6840270Z npm ERR! gyp verb cli   'rebuild',
2021-08-04T05:09:21.6840922Z npm ERR! gyp verb cli   '--verbose',
2021-08-04T05:09:21.6841581Z npm ERR! gyp verb cli   '--libsass_ext=',
2021-08-04T05:09:21.6842270Z npm ERR! gyp verb cli   '--libsass_cflags=',
2021-08-04T05:09:21.6842958Z npm ERR! gyp verb cli   '--libsass_ldflags=',
2021-08-04T05:09:21.6843840Z npm ERR! gyp verb cli   '--libsass_library='
2021-08-04T05:09:21.6844316Z npm ERR! gyp verb cli ]
2021-08-04T05:09:21.6844906Z npm ERR! gyp info using node-gyp@7.1.2
2021-08-04T05:09:21.6845427Z npm ERR! gyp info using node@16.6.1 | linux | x64
2021-08-04T05:09:21.6845924Z npm ERR! gyp verb command rebuild []
2021-08-04T05:09:21.6846425Z npm ERR! gyp verb command clean []
2021-08-04T05:09:21.6847012Z npm ERR! gyp verb clean removing "build" directory
2021-08-04T05:09:21.6847586Z npm ERR! gyp verb command configure []
2021-08-04T05:09:21.6848275Z npm ERR! gyp verb find Python Python is not set from command line or npm configuration
2021-08-04T05:09:21.6849125Z npm ERR! gyp verb find Python Python is not set from environment variable PYTHON
2021-08-04T05:09:21.6849876Z npm ERR! gyp verb find Python checking if "python3" can be used
2021-08-04T05:09:21.6850853Z npm ERR! gyp verb find Python - executing "python3" to get executable path
2021-08-04T05:09:21.6851815Z npm ERR! gyp verb find Python - executable path is "/usr/bin/python3"
2021-08-04T05:09:21.6852738Z npm ERR! gyp verb find Python - executing "/usr/bin/python3" to get version
2021-08-04T05:09:21.6853560Z npm ERR! gyp verb find Python - version is "3.7.3"
2021-08-04T05:09:21.6854221Z npm ERR! gyp info find Python using Python version 3.7.3 found at "/usr/bin/python3"
2021-08-04T05:09:21.6855294Z npm ERR! gyp verb get node dir no --target version specified, falling back to host node version: 16.6.1
2021-08-04T05:09:21.6856158Z npm ERR! gyp verb command install [ '16.6.1' ]
2021-08-04T05:09:21.6856861Z npm ERR! gyp verb install input version string "16.6.1"
2021-08-04T05:09:21.6857489Z npm ERR! gyp verb install installing version: 16.6.1
2021-08-04T05:09:21.6858442Z npm ERR! gyp verb install --ensure was passed, so won't reinstall if already installed
2021-08-04T05:09:21.6859317Z npm ERR! gyp verb install version not already installed, continuing with install 16.6.1
2021-08-04T05:09:21.6860512Z npm ERR! gyp verb ensuring nodedir is created /github/home/.cache/node-gyp/16.6.1
2021-08-04T05:09:21.6861644Z npm ERR! gyp verb created nodedir /github/home/.cache
2021-08-04T05:09:21.6863081Z npm ERR! gyp http GET https://nodejs.org/download/release/v16.6.1/node-v16.6.1-headers.tar.gz
2021-08-04T05:09:21.6864336Z npm ERR! gyp http 200 https://nodejs.org/download/release/v16.6.1/node-v16.6.1-headers.tar.gz
2021-08-04T05:09:21.6865477Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/common.gypi
2021-08-04T05:09:21.6866499Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/config.gypi
2021-08-04T05:09:21.6867494Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/node.h
2021-08-04T05:09:21.6868644Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/node_api.h
2021-08-04T05:09:21.6869820Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/js_native_api.h
2021-08-04T05:09:21.6870860Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/js_native_api_types.h
2021-08-04T05:09:21.6871930Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/node_api_types.h
2021-08-04T05:09:21.6872961Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/node_buffer.h
2021-08-04T05:09:21.6873986Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/node_object_wrap.h
2021-08-04T05:09:21.6875025Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/node_version.h
2021-08-04T05:09:21.6876039Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/v8config.h
2021-08-04T05:09:21.6877015Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/v8.h
2021-08-04T05:09:21.6877994Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/v8-internal.h
2021-08-04T05:09:21.6879036Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/v8-profiler.h
2021-08-04T05:09:21.6880067Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/v8-version.h
2021-08-04T05:09:21.6881102Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/v8-platform.h
2021-08-04T05:09:21.6882424Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/libplatform/libplatform-export.h
2021-08-04T05:09:21.6883624Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/libplatform/libplatform.h
2021-08-04T05:09:21.6884740Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/libplatform/v8-tracing.h
2021-08-04T05:09:21.6885802Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/cppgc/common.h
2021-08-04T05:09:21.6886748Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/uv.h
2021-08-04T05:09:21.6887681Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/uv/aix.h
2021-08-04T05:09:21.6888691Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/uv/android-ifaddrs.h
2021-08-04T05:09:21.6889718Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/uv/bsd.h
2021-08-04T05:09:21.6890662Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/uv/darwin.h
2021-08-04T05:09:21.6891634Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/uv/linux.h
2021-08-04T05:09:21.6892587Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/uv/os390.h
2021-08-04T05:09:21.6893525Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/uv/posix.h
2021-08-04T05:09:21.6894678Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/uv/stdint-msvc2008.h
2021-08-04T05:09:21.6896935Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/uv/sunos.h
2021-08-04T05:09:21.6898257Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/uv/threadpool.h
2021-08-04T05:09:21.6899383Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/uv/tree.h
2021-08-04T05:09:21.6901270Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/uv/errno.h
2021-08-04T05:09:21.6902884Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/uv/unix.h
2021-08-04T05:09:21.6904055Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/uv/win.h
2021-08-04T05:09:21.6905416Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/uv/version.h
2021-08-04T05:09:21.6906663Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/aes.h
2021-08-04T05:09:21.6908071Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/asn1.h
2021-08-04T05:09:21.6909586Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/asn1_mac.h
2021-08-04T05:09:21.6910750Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/asn1t.h
2021-08-04T05:09:21.6911910Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/async.h
2021-08-04T05:09:21.6913086Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/asyncerr.h
2021-08-04T05:09:21.6914252Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/bio.h
2021-08-04T05:09:21.6915524Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/bioerr.h
2021-08-04T05:09:21.6917036Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/blowfish.h
2021-08-04T05:09:21.6918523Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/bnerr.h
2021-08-04T05:09:21.6919690Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/buffer.h
2021-08-04T05:09:21.6920896Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/buffererr.h
2021-08-04T05:09:21.6922100Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/camellia.h
2021-08-04T05:09:21.6924136Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/cast.h
2021-08-04T05:09:21.6925378Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/cmac.h
2021-08-04T05:09:21.6926698Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/cms.h
2021-08-04T05:09:21.6927857Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/cmserr.h
2021-08-04T05:09:21.6929629Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/comp.h
2021-08-04T05:09:21.6930852Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/comperr.h
2021-08-04T05:09:21.6932078Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/conf.h
2021-08-04T05:09:21.6933495Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/conf_api.h
2021-08-04T05:09:21.6935379Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/conferr.h
2021-08-04T05:09:21.6936828Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/cryptoerr.h
2021-08-04T05:09:21.6938014Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/ct.h
2021-08-04T05:09:21.6939146Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/cterr.h
2021-08-04T05:09:21.6940694Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/des.h
2021-08-04T05:09:21.6942546Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/dh.h
2021-08-04T05:09:21.6943813Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/dherr.h
2021-08-04T05:09:21.6944964Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/dsa.h
2021-08-04T05:09:21.6946026Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/dsaerr.h
2021-08-04T05:09:21.6947113Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/dtls1.h
2021-08-04T05:09:21.6948337Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/ebcdic.h
2021-08-04T05:09:21.6949422Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/ecdh.h
2021-08-04T05:09:21.6950491Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/ecdsa.h
2021-08-04T05:09:21.6951586Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/engine.h
2021-08-04T05:09:21.6952711Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/engineerr.h
2021-08-04T05:09:21.6953804Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/err.h
2021-08-04T05:09:21.6954885Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/sslerr.h
2021-08-04T05:09:21.6955951Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/hmac.h
2021-08-04T05:09:21.6957022Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/idea.h
2021-08-04T05:09:21.6958083Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/kdf.h
2021-08-04T05:09:21.6959236Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/kdferr.h
2021-08-04T05:09:21.6960325Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/lhash.h
2021-08-04T05:09:21.6961376Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/md2.h
2021-08-04T05:09:21.6962429Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/md4.h
2021-08-04T05:09:21.6963476Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/md5.h
2021-08-04T05:09:21.6964682Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/mdc2.h
2021-08-04T05:09:21.6965722Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/modes.h
2021-08-04T05:09:21.6966768Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/objects.h
2021-08-04T05:09:21.6967875Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/objectserr.h
2021-08-04T05:09:21.6968940Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/ocsp.h
2021-08-04T05:09:21.6970000Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/ocsperr.h
2021-08-04T05:09:21.6971051Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/x509err.h
2021-08-04T05:09:21.6972109Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/crypto.h
2021-08-04T05:09:21.6973221Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/pem.h
2021-08-04T05:09:21.6974248Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/pem2.h
2021-08-04T05:09:21.6975294Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/pkcs12.h
2021-08-04T05:09:21.6976586Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/pkcs12err.h
2021-08-04T05:09:21.6978051Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/pkcs7.h
2021-08-04T05:09:21.6979226Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/pkcs7err.h
2021-08-04T05:09:21.6980286Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/rand.h
2021-08-04T05:09:21.6981493Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/rand_drbg.h
2021-08-04T05:09:21.6982823Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/randerr.h
2021-08-04T05:09:21.6984092Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/rc2.h
2021-08-04T05:09:21.6985100Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/rc4.h
2021-08-04T05:09:21.6986120Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/rc5.h
2021-08-04T05:09:21.6987486Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/ripemd.h
2021-08-04T05:09:21.6988661Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/rsa.h
2021-08-04T05:09:21.6990130Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/rsaerr.h
2021-08-04T05:09:21.6991265Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/safestack.h
2021-08-04T05:09:21.6992408Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/seed.h
2021-08-04T05:09:21.6993775Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/sha.h
2021-08-04T05:09:21.6994768Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/srp.h
2021-08-04T05:09:21.6995764Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/srtp.h
2021-08-04T05:09:21.7056353Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/ssl2.h
2021-08-04T05:09:21.7058175Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/evperr.h
2021-08-04T05:09:21.7059574Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/stack.h
2021-08-04T05:09:21.7060624Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/store.h
2021-08-04T05:09:21.7061833Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/storeerr.h
2021-08-04T05:09:21.7063446Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/symhacks.h
2021-08-04T05:09:21.7064707Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/ts.h
2021-08-04T05:09:21.7065667Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/tserr.h
2021-08-04T05:09:21.7066651Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/txt_db.h
2021-08-04T05:09:21.7067605Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/ui.h
2021-08-04T05:09:21.7068756Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/uierr.h
2021-08-04T05:09:21.7069767Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/whrlpool.h
2021-08-04T05:09:21.7070793Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/ec.h
2021-08-04T05:09:21.7071787Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/x509v3.h
2021-08-04T05:09:21.7073113Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/x509v3err.h
2021-08-04T05:09:21.7074124Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/evp.h
2021-08-04T05:09:21.7075124Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/ossl_typ.h
2021-08-04T05:09:21.7076471Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/pemerr.h
2021-08-04T05:09:21.7078129Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/ssl3.h
2021-08-04T05:09:21.7079571Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/opensslv.h
2021-08-04T05:09:21.7080898Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/ssl.h
2021-08-04T05:09:21.7082490Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/ecerr.h
2021-08-04T05:09:21.7083704Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/tls1.h
2021-08-04T05:09:21.7085484Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/x509.h
2021-08-04T05:09:21.7086828Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/x509_vfy.h
2021-08-04T05:09:21.7088028Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/asn1err.h
2021-08-04T05:09:21.7089607Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/bn.h
2021-08-04T05:09:21.7091140Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/e_os2.h
2021-08-04T05:09:21.7092920Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/obj_mac.h
2021-08-04T05:09:21.7094288Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/BSD-x86_64/asm/crypto/include/internal/bn_conf.h
2021-08-04T05:09:21.7095832Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/BSD-x86_64/asm/crypto/include/internal/dso_conf.h
2021-08-04T05:09:21.7097431Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/BSD-x86_64/asm/crypto/buildinf.h
2021-08-04T05:09:21.7099979Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/BSD-x86_64/asm/include/openssl/opensslconf.h
2021-08-04T05:09:21.7101749Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/BSD-x86_64/asm/include/progs.h
2021-08-04T05:09:21.7103511Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/BSD-x86_64/asm_avx2/crypto/include/internal/bn_conf.h
2021-08-04T05:09:21.7105295Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/BSD-x86_64/asm_avx2/crypto/include/internal/dso_conf.h
2021-08-04T05:09:21.7107045Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/BSD-x86_64/asm_avx2/crypto/buildinf.h
2021-08-04T05:09:21.7108733Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/BSD-x86_64/asm_avx2/include/openssl/opensslconf.h
2021-08-04T05:09:21.7110228Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/BSD-x86_64/asm_avx2/include/progs.h
2021-08-04T05:09:21.7111707Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/BSD-x86_64/no-asm/crypto/include/internal/bn_conf.h
2021-08-04T05:09:21.7113376Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/BSD-x86_64/no-asm/crypto/include/internal/dso_conf.h
2021-08-04T05:09:21.7115138Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/BSD-x86_64/no-asm/crypto/buildinf.h
2021-08-04T05:09:21.7116489Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/BSD-x86_64/no-asm/include/openssl/opensslconf.h
2021-08-04T05:09:21.7117821Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/BSD-x86_64/no-asm/include/progs.h
2021-08-04T05:09:21.7119349Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/VC-WIN32/asm/crypto/include/internal/bn_conf.h
2021-08-04T05:09:21.7120896Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/VC-WIN32/asm/crypto/include/internal/dso_conf.h
2021-08-04T05:09:21.7122195Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/VC-WIN32/asm/crypto/buildinf.h
2021-08-04T05:09:21.7125480Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/VC-WIN32/asm/include/openssl/opensslconf.h
2021-08-04T05:09:21.7127338Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/VC-WIN32/asm/include/progs.h
2021-08-04T05:09:21.7128845Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/VC-WIN32/asm_avx2/crypto/include/internal/bn_conf.h
2021-08-04T05:09:21.7131058Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/VC-WIN32/asm_avx2/crypto/include/internal/dso_conf.h
2021-08-04T05:09:21.7132685Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/VC-WIN32/asm_avx2/crypto/buildinf.h
2021-08-04T05:09:21.7134207Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/VC-WIN32/asm_avx2/include/openssl/opensslconf.h
2021-08-04T05:09:21.7135942Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/VC-WIN32/asm_avx2/include/progs.h
2021-08-04T05:09:21.7137485Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/VC-WIN32/no-asm/crypto/include/internal/bn_conf.h
2021-08-04T05:09:21.7138931Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/VC-WIN32/no-asm/crypto/include/internal/dso_conf.h
2021-08-04T05:09:21.7140526Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/VC-WIN32/no-asm/crypto/buildinf.h
2021-08-04T05:09:21.7142477Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/VC-WIN32/no-asm/include/openssl/opensslconf.h
2021-08-04T05:09:21.7144255Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/VC-WIN32/no-asm/include/progs.h
2021-08-04T05:09:21.7146657Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/VC-WIN64-ARM/no-asm/crypto/include/internal/bn_conf.h
2021-08-04T05:09:21.7148397Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/VC-WIN64-ARM/no-asm/crypto/include/internal/dso_conf.h
2021-08-04T05:09:21.7149945Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/VC-WIN64-ARM/no-asm/crypto/buildinf.h
2021-08-04T05:09:21.7152548Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/VC-WIN64-ARM/no-asm/include/openssl/opensslconf.h
2021-08-04T05:09:21.7155246Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/VC-WIN64-ARM/no-asm/include/progs.h
2021-08-04T05:09:21.7156915Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/VC-WIN64A/asm/crypto/include/internal/bn_conf.h
2021-08-04T05:09:21.7158462Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/VC-WIN64A/asm/crypto/include/internal/dso_conf.h
2021-08-04T05:09:21.7161353Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/VC-WIN64A/asm/crypto/buildinf.h
2021-08-04T05:09:21.7162864Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/VC-WIN64A/asm/include/openssl/opensslconf.h
2021-08-04T05:09:21.7164333Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/VC-WIN64A/asm/include/progs.h
2021-08-04T05:09:21.7165920Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/VC-WIN64A/asm_avx2/crypto/include/internal/bn_conf.h
2021-08-04T05:09:21.7167452Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/VC-WIN64A/asm_avx2/crypto/include/internal/dso_conf.h
2021-08-04T05:09:21.7168908Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/VC-WIN64A/asm_avx2/crypto/buildinf.h
2021-08-04T05:09:21.7170365Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/VC-WIN64A/asm_avx2/include/openssl/opensslconf.h
2021-08-04T05:09:21.7171824Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/VC-WIN64A/asm_avx2/include/progs.h
2021-08-04T05:09:21.7173253Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/VC-WIN64A/no-asm/crypto/include/internal/bn_conf.h
2021-08-04T05:09:21.7174766Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/VC-WIN64A/no-asm/crypto/include/internal/dso_conf.h
2021-08-04T05:09:21.7176534Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/VC-WIN64A/no-asm/crypto/buildinf.h
2021-08-04T05:09:21.7178013Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/VC-WIN64A/no-asm/include/openssl/opensslconf.h
2021-08-04T05:09:21.7179415Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/VC-WIN64A/no-asm/include/progs.h
2021-08-04T05:09:21.7181106Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/aix-gcc/asm/crypto/include/internal/bn_conf.h
2021-08-04T05:09:21.7182567Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/aix-gcc/asm/crypto/include/internal/dso_conf.h
2021-08-04T05:09:21.7183921Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/aix-gcc/asm/crypto/buildinf.h
2021-08-04T05:09:21.7185279Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/aix-gcc/asm/include/openssl/opensslconf.h
2021-08-04T05:09:21.7186640Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/aix-gcc/asm/include/progs.h
2021-08-04T05:09:21.7188012Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/aix-gcc/asm_avx2/crypto/include/internal/bn_conf.h
2021-08-04T05:09:21.7189449Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/aix-gcc/asm_avx2/crypto/include/internal/dso_conf.h
2021-08-04T05:09:21.7190839Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/aix-gcc/asm_avx2/crypto/buildinf.h
2021-08-04T05:09:21.7192230Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/aix-gcc/asm_avx2/include/openssl/opensslconf.h
2021-08-04T05:09:21.7193596Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/aix-gcc/asm_avx2/include/progs.h
2021-08-04T05:09:21.7194978Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/aix-gcc/no-asm/crypto/include/internal/bn_conf.h
2021-08-04T05:09:21.7196407Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/aix-gcc/no-asm/crypto/include/internal/dso_conf.h
2021-08-04T05:09:21.7197788Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/aix-gcc/no-asm/crypto/buildinf.h
2021-08-04T05:09:21.7199305Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/aix-gcc/no-asm/include/openssl/opensslconf.h
2021-08-04T05:09:21.7202733Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/aix-gcc/no-asm/include/progs.h
2021-08-04T05:09:21.7204239Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/aix64-gcc/asm/crypto/include/internal/bn_conf.h
2021-08-04T05:09:21.7206207Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/aix64-gcc/asm/crypto/include/internal/dso_conf.h
2021-08-04T05:09:21.7207740Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/aix64-gcc/asm/crypto/buildinf.h
2021-08-04T05:09:21.7209507Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/aix64-gcc/asm/include/openssl/opensslconf.h
2021-08-04T05:09:21.7210866Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/aix64-gcc/asm/include/progs.h
2021-08-04T05:09:21.7212376Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/aix64-gcc/asm_avx2/crypto/include/internal/bn_conf.h
2021-08-04T05:09:21.7213814Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/aix64-gcc/asm_avx2/crypto/include/internal/dso_conf.h
2021-08-04T05:09:21.7215774Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/aix64-gcc/asm_avx2/crypto/buildinf.h
2021-08-04T05:09:21.7217926Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/aix64-gcc/asm_avx2/include/openssl/opensslconf.h
2021-08-04T05:09:21.7219952Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/aix64-gcc/asm_avx2/include/progs.h
2021-08-04T05:09:21.7221452Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/aix64-gcc/no-asm/crypto/include/internal/bn_conf.h
2021-08-04T05:09:21.7223033Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/aix64-gcc/no-asm/crypto/include/internal/dso_conf.h
2021-08-04T05:09:21.7224372Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/aix64-gcc/no-asm/crypto/buildinf.h
2021-08-04T05:09:21.7225741Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/aix64-gcc/no-asm/include/openssl/opensslconf.h
2021-08-04T05:09:21.7227066Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/aix64-gcc/no-asm/include/progs.h
2021-08-04T05:09:21.7228580Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/darwin-i386-cc/asm/crypto/include/internal/bn_conf.h
2021-08-04T05:09:21.7230058Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/darwin-i386-cc/asm/crypto/include/internal/dso_conf.h
2021-08-04T05:09:21.7231487Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/darwin-i386-cc/asm/crypto/buildinf.h
2021-08-04T05:09:21.7232945Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/darwin-i386-cc/asm/include/openssl/opensslconf.h
2021-08-04T05:09:21.7234355Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/darwin-i386-cc/asm/include/progs.h
2021-08-04T05:09:21.7235802Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/darwin-i386-cc/asm_avx2/crypto/include/internal/bn_conf.h
2021-08-04T05:09:21.7237321Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/darwin-i386-cc/asm_avx2/crypto/include/internal/dso_conf.h
2021-08-04T05:09:21.7238983Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/darwin-i386-cc/asm_avx2/crypto/buildinf.h
2021-08-04T05:09:21.7241054Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/darwin-i386-cc/asm_avx2/include/openssl/opensslconf.h
2021-08-04T05:09:21.7242932Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/darwin-i386-cc/asm_avx2/include/progs.h
2021-08-04T05:09:21.7245001Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/darwin-i386-cc/no-asm/crypto/include/internal/bn_conf.h
2021-08-04T05:09:21.7247143Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/darwin-i386-cc/no-asm/crypto/include/internal/dso_conf.h
2021-08-04T05:09:21.7248838Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/darwin-i386-cc/no-asm/crypto/buildinf.h
2021-08-04T05:09:21.7250500Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/darwin-i386-cc/no-asm/include/openssl/opensslconf.h
2021-08-04T05:09:21.7251942Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/darwin-i386-cc/no-asm/include/progs.h
2021-08-04T05:09:21.7253394Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/darwin64-x86_64-cc/asm/crypto/include/internal/bn_conf.h
2021-08-04T05:09:21.7254886Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/darwin64-x86_64-cc/asm/crypto/include/internal/dso_conf.h
2021-08-04T05:09:21.7256300Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/darwin64-x86_64-cc/asm/crypto/buildinf.h
2021-08-04T05:09:21.7257860Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/darwin64-x86_64-cc/asm/include/openssl/opensslconf.h
2021-08-04T05:09:21.7259317Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/darwin64-x86_64-cc/asm/include/progs.h
2021-08-04T05:09:21.7260767Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/crypto/include/internal/bn_conf.h
2021-08-04T05:09:21.7262552Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/crypto/include/internal/dso_conf.h
2021-08-04T05:09:21.7264165Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/crypto/buildinf.h
2021-08-04T05:09:21.7265641Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/include/openssl/opensslconf.h
2021-08-04T05:09:21.7267088Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/include/progs.h
2021-08-04T05:09:21.7268542Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/crypto/include/internal/bn_conf.h
2021-08-04T05:09:21.7270051Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/crypto/include/internal/dso_conf.h
2021-08-04T05:09:21.7272357Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/crypto/buildinf.h
2021-08-04T05:09:21.7273997Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/include/openssl/opensslconf.h
2021-08-04T05:09:21.7275589Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/include/progs.h
2021-08-04T05:09:21.7276971Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-aarch64/asm/crypto/include/internal/bn_conf.h
2021-08-04T05:09:21.7278423Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-aarch64/asm/crypto/include/internal/dso_conf.h
2021-08-04T05:09:21.7279791Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-aarch64/asm/crypto/buildinf.h
2021-08-04T05:09:21.7281197Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-aarch64/asm/include/openssl/opensslconf.h
2021-08-04T05:09:21.7282583Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-aarch64/asm/include/progs.h
2021-08-04T05:09:21.7283968Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-aarch64/asm_avx2/crypto/include/internal/bn_conf.h
2021-08-04T05:09:21.7285444Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-aarch64/asm_avx2/crypto/include/internal/dso_conf.h
2021-08-04T05:09:21.7286839Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-aarch64/asm_avx2/crypto/buildinf.h
2021-08-04T05:09:21.7288271Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-aarch64/asm_avx2/include/openssl/opensslconf.h
2021-08-04T05:09:21.7289672Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-aarch64/asm_avx2/include/progs.h
2021-08-04T05:09:21.7291085Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-aarch64/no-asm/crypto/include/internal/bn_conf.h
2021-08-04T05:09:21.7292552Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-aarch64/no-asm/crypto/include/internal/dso_conf.h
2021-08-04T05:09:21.7293941Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-aarch64/no-asm/crypto/buildinf.h
2021-08-04T05:09:21.7295515Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-aarch64/no-asm/include/openssl/opensslconf.h
2021-08-04T05:09:21.7297325Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-aarch64/no-asm/include/progs.h
2021-08-04T05:09:21.7298833Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-armv4/asm/crypto/include/internal/bn_conf.h
2021-08-04T05:09:21.7300206Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-armv4/asm/crypto/include/internal/dso_conf.h
2021-08-04T05:09:21.7303269Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-armv4/asm/crypto/buildinf.h
2021-08-04T05:09:21.7304804Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-armv4/asm/include/openssl/opensslconf.h
2021-08-04T05:09:21.7306464Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-armv4/asm/include/progs.h
2021-08-04T05:09:21.7308162Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-armv4/asm_avx2/crypto/include/internal/bn_conf.h
2021-08-04T05:09:21.7310997Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-armv4/asm_avx2/crypto/include/internal/dso_conf.h
2021-08-04T05:09:21.7313022Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-armv4/asm_avx2/crypto/buildinf.h
2021-08-04T05:09:21.7314435Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-armv4/asm_avx2/include/openssl/opensslconf.h
2021-08-04T05:09:21.7315818Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-armv4/asm_avx2/include/progs.h
2021-08-04T05:09:21.7317193Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-armv4/no-asm/crypto/include/internal/bn_conf.h
2021-08-04T05:09:21.7318643Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-armv4/no-asm/crypto/include/internal/dso_conf.h
2021-08-04T05:09:21.7320093Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-armv4/no-asm/crypto/buildinf.h
2021-08-04T05:09:21.7321477Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-armv4/no-asm/include/openssl/opensslconf.h
2021-08-04T05:09:21.7322866Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-armv4/no-asm/include/progs.h
2021-08-04T05:09:21.7324217Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-elf/asm/crypto/include/internal/bn_conf.h
2021-08-04T05:09:21.7325888Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-elf/asm/crypto/include/internal/dso_conf.h
2021-08-04T05:09:21.7327554Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-elf/asm/crypto/buildinf.h
2021-08-04T05:09:21.7329423Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-elf/asm/include/openssl/opensslconf.h
2021-08-04T05:09:21.7330909Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-elf/asm/include/progs.h
2021-08-04T05:09:21.7332300Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-elf/asm_avx2/crypto/include/internal/bn_conf.h
2021-08-04T05:09:21.7333950Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-elf/asm_avx2/crypto/include/internal/dso_conf.h
2021-08-04T05:09:21.7335442Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-elf/asm_avx2/crypto/buildinf.h
2021-08-04T05:09:21.7336920Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-elf/asm_avx2/include/openssl/opensslconf.h
2021-08-04T05:09:21.7338483Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-elf/asm_avx2/include/progs.h
2021-08-04T05:09:21.7340016Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-elf/no-asm/crypto/include/internal/bn_conf.h
2021-08-04T05:09:21.7341735Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-elf/no-asm/crypto/include/internal/dso_conf.h
2021-08-04T05:09:21.7343404Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-elf/no-asm/crypto/buildinf.h
2021-08-04T05:09:21.7345466Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-elf/no-asm/include/openssl/opensslconf.h
2021-08-04T05:09:21.7346864Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-elf/no-asm/include/progs.h
2021-08-04T05:09:21.7348322Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-ppc/asm/crypto/include/internal/bn_conf.h
2021-08-04T05:09:21.7349812Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-ppc/asm/crypto/include/internal/dso_conf.h
2021-08-04T05:09:21.7351243Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-ppc/asm/crypto/buildinf.h
2021-08-04T05:09:21.7352687Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-ppc/asm/include/openssl/opensslconf.h
2021-08-04T05:09:21.7354068Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-ppc/asm/include/progs.h
2021-08-04T05:09:21.7356004Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-ppc/asm_avx2/crypto/include/internal/bn_conf.h
2021-08-04T05:09:21.7357552Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-ppc/asm_avx2/crypto/include/internal/dso_conf.h
2021-08-04T05:09:21.7359023Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-ppc/asm_avx2/crypto/buildinf.h
2021-08-04T05:09:21.7360506Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-ppc/asm_avx2/include/openssl/opensslconf.h
2021-08-04T05:09:21.7361904Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-ppc/asm_avx2/include/progs.h
2021-08-04T05:09:21.7363404Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-ppc/no-asm/crypto/include/internal/bn_conf.h
2021-08-04T05:09:21.7364958Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-ppc/no-asm/crypto/include/internal/dso_conf.h
2021-08-04T05:09:21.7366359Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-ppc/no-asm/crypto/buildinf.h
2021-08-04T05:09:21.7367828Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-ppc/no-asm/include/openssl/opensslconf.h
2021-08-04T05:09:21.7369229Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-ppc/no-asm/include/progs.h
2021-08-04T05:09:21.7370702Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-ppc64/asm/crypto/include/internal/bn_conf.h
2021-08-04T05:09:21.7372250Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-ppc64/asm/crypto/include/internal/dso_conf.h
2021-08-04T05:09:21.7373665Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-ppc64/asm/crypto/buildinf.h
2021-08-04T05:09:21.7375137Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-ppc64/asm/include/openssl/opensslconf.h
2021-08-04T05:09:21.7376543Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-ppc64/asm/include/progs.h
2021-08-04T05:09:21.7378146Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-ppc64/asm_avx2/crypto/include/internal/bn_conf.h
2021-08-04T05:09:21.7379881Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-ppc64/asm_avx2/crypto/include/internal/dso_conf.h
2021-08-04T05:09:21.7381433Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-ppc64/asm_avx2/crypto/buildinf.h
2021-08-04T05:09:21.7383100Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-ppc64/asm_avx2/include/openssl/opensslconf.h
2021-08-04T05:09:21.7384492Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-ppc64/asm_avx2/include/progs.h
2021-08-04T05:09:21.7386353Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-ppc64/no-asm/crypto/include/internal/bn_conf.h
2021-08-04T05:09:21.7388130Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-ppc64/no-asm/crypto/include/internal/dso_conf.h
2021-08-04T05:09:21.7389707Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-ppc64/no-asm/crypto/buildinf.h
2021-08-04T05:09:21.7391171Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-ppc64/no-asm/include/openssl/opensslconf.h
2021-08-04T05:09:21.7392580Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-ppc64/no-asm/include/progs.h
2021-08-04T05:09:21.7394016Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-ppc64le/asm/crypto/include/internal/bn_conf.h
2021-08-04T05:09:21.7395584Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-ppc64le/asm/crypto/include/internal/dso_conf.h
2021-08-04T05:09:21.7397024Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-ppc64le/asm/crypto/buildinf.h
2021-08-04T05:09:21.7398765Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-ppc64le/asm/include/openssl/opensslconf.h
2021-08-04T05:09:21.7400368Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-ppc64le/asm/include/progs.h
2021-08-04T05:09:21.7401768Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-ppc64le/asm_avx2/crypto/include/internal/bn_conf.h
2021-08-04T05:09:21.7405592Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-ppc64le/asm_avx2/crypto/include/internal/dso_conf.h
2021-08-04T05:09:21.7407460Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-ppc64le/asm_avx2/crypto/buildinf.h
2021-08-04T05:09:21.7409940Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-ppc64le/asm_avx2/include/openssl/opensslconf.h
2021-08-04T05:09:21.7412301Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-ppc64le/asm_avx2/include/progs.h
2021-08-04T05:09:21.7414780Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-ppc64le/no-asm/crypto/include/internal/bn_conf.h
2021-08-04T05:09:21.7416427Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-ppc64le/no-asm/crypto/include/internal/dso_conf.h
2021-08-04T05:09:21.7418019Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-ppc64le/no-asm/crypto/buildinf.h
2021-08-04T05:09:21.7421332Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-ppc64le/no-asm/include/openssl/opensslconf.h
2021-08-04T05:09:21.7423826Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-ppc64le/no-asm/include/progs.h
2021-08-04T05:09:21.7425610Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-x32/asm/crypto/include/internal/bn_conf.h
2021-08-04T05:09:21.7427287Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-x32/asm/crypto/include/internal/dso_conf.h
2021-08-04T05:09:21.7428708Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-x32/asm/crypto/buildinf.h
2021-08-04T05:09:21.7430387Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-x32/asm/include/openssl/opensslconf.h
2021-08-04T05:09:21.7431852Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-x32/asm/include/progs.h
2021-08-04T05:09:21.7433277Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-x32/asm_avx2/crypto/include/internal/bn_conf.h
2021-08-04T05:09:21.7434903Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-x32/asm_avx2/crypto/include/internal/dso_conf.h
2021-08-04T05:09:21.7436392Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-x32/asm_avx2/crypto/buildinf.h
2021-08-04T05:09:21.7437847Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-x32/asm_avx2/include/openssl/opensslconf.h
2021-08-04T05:09:21.7440568Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-x32/asm_avx2/include/progs.h
2021-08-04T05:09:21.7442157Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-x32/no-asm/crypto/include/internal/bn_conf.h
2021-08-04T05:09:21.7443740Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-x32/no-asm/crypto/include/internal/dso_conf.h
2021-08-04T05:09:21.7445189Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-x32/no-asm/crypto/buildinf.h
2021-08-04T05:09:21.7446601Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-x32/no-asm/include/openssl/opensslconf.h
2021-08-04T05:09:21.7448033Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-x32/no-asm/include/progs.h
2021-08-04T05:09:21.7449433Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-x86_64/asm/crypto/include/internal/bn_conf.h
2021-08-04T05:09:21.7450971Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-x86_64/asm/crypto/include/internal/dso_conf.h
2021-08-04T05:09:21.7452390Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-x86_64/asm/crypto/buildinf.h
2021-08-04T05:09:21.7453780Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-x86_64/asm/include/openssl/opensslconf.h
2021-08-04T05:09:21.7455212Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-x86_64/asm/include/progs.h
2021-08-04T05:09:21.7456598Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-x86_64/asm_avx2/crypto/include/internal/bn_conf.h
2021-08-04T05:09:21.7458522Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-x86_64/asm_avx2/crypto/include/internal/dso_conf.h
2021-08-04T05:09:21.7460013Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-x86_64/asm_avx2/crypto/buildinf.h
2021-08-04T05:09:21.7462001Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-x86_64/asm_avx2/include/openssl/opensslconf.h
2021-08-04T05:09:21.7463427Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-x86_64/asm_avx2/include/progs.h
2021-08-04T05:09:21.7464783Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-x86_64/no-asm/crypto/include/internal/bn_conf.h
2021-08-04T05:09:21.7466436Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-x86_64/no-asm/crypto/include/internal/dso_conf.h
2021-08-04T05:09:21.7467924Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-x86_64/no-asm/crypto/buildinf.h
2021-08-04T05:09:21.7469643Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-x86_64/no-asm/include/openssl/opensslconf.h
2021-08-04T05:09:21.7471415Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-x86_64/no-asm/include/progs.h
2021-08-04T05:09:21.7473063Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux32-s390x/asm/crypto/include/internal/bn_conf.h
2021-08-04T05:09:21.7474492Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux32-s390x/asm/crypto/include/internal/dso_conf.h
2021-08-04T05:09:21.7475897Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux32-s390x/asm/crypto/buildinf.h
2021-08-04T05:09:21.7477431Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux32-s390x/asm/include/openssl/opensslconf.h
2021-08-04T05:09:21.7478797Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux32-s390x/asm/include/progs.h
2021-08-04T05:09:21.7480204Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux32-s390x/asm_avx2/crypto/include/internal/bn_conf.h
2021-08-04T05:09:21.7481885Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux32-s390x/asm_avx2/crypto/include/internal/dso_conf.h
2021-08-04T05:09:21.7483340Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux32-s390x/asm_avx2/crypto/buildinf.h
2021-08-04T05:09:21.7485082Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux32-s390x/asm_avx2/include/openssl/opensslconf.h
2021-08-04T05:09:21.7486672Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux32-s390x/asm_avx2/include/progs.h
2021-08-04T05:09:21.7488101Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux32-s390x/no-asm/crypto/include/internal/bn_conf.h
2021-08-04T05:09:21.7489508Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux32-s390x/no-asm/crypto/include/internal/dso_conf.h
2021-08-04T05:09:21.7490917Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux32-s390x/no-asm/crypto/buildinf.h
2021-08-04T05:09:21.7492256Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux32-s390x/no-asm/include/openssl/opensslconf.h
2021-08-04T05:09:21.7493619Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux32-s390x/no-asm/include/progs.h
2021-08-04T05:09:21.7495005Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux64-s390x/asm/crypto/include/internal/bn_conf.h
2021-08-04T05:09:21.7496368Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux64-s390x/asm/crypto/include/internal/dso_conf.h
2021-08-04T05:09:21.7497891Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux64-s390x/asm/crypto/buildinf.h
2021-08-04T05:09:21.7499211Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux64-s390x/asm/include/openssl/opensslconf.h
2021-08-04T05:09:21.7500468Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux64-s390x/asm/include/progs.h
2021-08-04T05:09:21.7502013Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux64-s390x/asm_avx2/crypto/include/internal/bn_conf.h
2021-08-04T05:09:21.7503853Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux64-s390x/asm_avx2/crypto/include/internal/dso_conf.h
2021-08-04T05:09:21.7506598Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux64-s390x/asm_avx2/crypto/buildinf.h
2021-08-04T05:09:21.7508344Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux64-s390x/asm_avx2/include/openssl/opensslconf.h
2021-08-04T05:09:21.7509856Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux64-s390x/asm_avx2/include/progs.h
2021-08-04T05:09:21.7511289Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux64-s390x/no-asm/crypto/include/internal/bn_conf.h
2021-08-04T05:09:21.7512686Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux64-s390x/no-asm/crypto/include/internal/dso_conf.h
2021-08-04T05:09:21.7514070Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux64-s390x/no-asm/crypto/buildinf.h
2021-08-04T05:09:21.7515595Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux64-s390x/no-asm/include/openssl/opensslconf.h
2021-08-04T05:09:21.7517057Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux64-s390x/no-asm/include/progs.h
2021-08-04T05:09:21.7518889Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/solaris-x86-gcc/asm/crypto/include/internal/bn_conf.h
2021-08-04T05:09:21.7520515Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/solaris-x86-gcc/asm/crypto/include/internal/dso_conf.h
2021-08-04T05:09:21.7521822Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/solaris-x86-gcc/asm/crypto/buildinf.h
2021-08-04T05:09:21.7523191Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/solaris-x86-gcc/asm/include/openssl/opensslconf.h
2021-08-04T05:09:21.7524497Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/solaris-x86-gcc/asm/include/progs.h
2021-08-04T05:09:21.7525916Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/crypto/include/internal/bn_conf.h
2021-08-04T05:09:21.7527361Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/crypto/include/internal/dso_conf.h
2021-08-04T05:09:21.7528709Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/crypto/buildinf.h
2021-08-04T05:09:21.7530328Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/include/openssl/opensslconf.h
2021-08-04T05:09:21.7531702Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/include/progs.h
2021-08-04T05:09:21.7533322Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/solaris-x86-gcc/no-asm/crypto/include/internal/bn_conf.h
2021-08-04T05:09:21.7534764Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/solaris-x86-gcc/no-asm/crypto/include/internal/dso_conf.h
2021-08-04T05:09:21.7536095Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/solaris-x86-gcc/no-asm/crypto/buildinf.h
2021-08-04T05:09:21.7537493Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/solaris-x86-gcc/no-asm/include/openssl/opensslconf.h
2021-08-04T05:09:21.7538836Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/solaris-x86-gcc/no-asm/include/progs.h
2021-08-04T05:09:21.7540234Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/solaris64-x86_64-gcc/asm/crypto/include/internal/bn_conf.h
2021-08-04T05:09:21.7542093Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/solaris64-x86_64-gcc/asm/crypto/include/internal/dso_conf.h
2021-08-04T05:09:21.7543470Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/solaris64-x86_64-gcc/asm/crypto/buildinf.h
2021-08-04T05:09:21.7544869Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/solaris64-x86_64-gcc/asm/include/openssl/opensslconf.h
2021-08-04T05:09:21.7546420Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/solaris64-x86_64-gcc/asm/include/progs.h
2021-08-04T05:09:21.7547809Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/crypto/include/internal/bn_conf.h
2021-08-04T05:09:21.7549271Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/crypto/include/internal/dso_conf.h
2021-08-04T05:09:21.7550748Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/crypto/buildinf.h
2021-08-04T05:09:21.7552141Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/include/openssl/opensslconf.h
2021-08-04T05:09:21.7553482Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/include/progs.h
2021-08-04T05:09:21.7554817Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/crypto/include/internal/bn_conf.h
2021-08-04T05:09:21.7556216Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/crypto/include/internal/dso_conf.h
2021-08-04T05:09:21.7557513Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/crypto/buildinf.h
2021-08-04T05:09:21.7558901Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/include/openssl/opensslconf.h
2021-08-04T05:09:21.7560252Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/include/progs.h
2021-08-04T05:09:21.7561522Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/BSD-x86/asm/crypto/include/internal/bn_conf.h
2021-08-04T05:09:21.7562811Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/BSD-x86/asm/crypto/include/internal/dso_conf.h
2021-08-04T05:09:21.7564106Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/BSD-x86/asm/crypto/buildinf.h
2021-08-04T05:09:21.7565506Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/BSD-x86/asm/include/openssl/opensslconf.h
2021-08-04T05:09:21.7566769Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/BSD-x86/asm/include/progs.h
2021-08-04T05:09:21.7568437Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/BSD-x86/asm_avx2/crypto/include/internal/bn_conf.h
2021-08-04T05:09:21.7570604Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/BSD-x86/asm_avx2/crypto/include/internal/dso_conf.h
2021-08-04T05:09:21.7571998Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/BSD-x86/asm_avx2/crypto/buildinf.h
2021-08-04T05:09:21.7573768Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/BSD-x86/asm_avx2/include/openssl/opensslconf.h
2021-08-04T05:09:21.7575072Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/BSD-x86/asm_avx2/include/progs.h
2021-08-04T05:09:21.7576518Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/BSD-x86/no-asm/crypto/include/internal/bn_conf.h
2021-08-04T05:09:21.7577970Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/BSD-x86/no-asm/crypto/include/internal/dso_conf.h
2021-08-04T05:09:21.7579455Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/BSD-x86/no-asm/crypto/buildinf.h
2021-08-04T05:09:21.7580680Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/BSD-x86/no-asm/include/openssl/opensslconf.h
2021-08-04T05:09:21.7582210Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/BSD-x86/no-asm/include/progs.h
2021-08-04T05:09:21.7583521Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/darwin64-arm64-cc/asm/crypto/include/internal/bn_conf.h
2021-08-04T05:09:21.7584943Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/darwin64-arm64-cc/asm/crypto/include/internal/dso_conf.h
2021-08-04T05:09:21.7586292Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/darwin64-arm64-cc/asm/crypto/buildinf.h
2021-08-04T05:09:21.7587604Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/darwin64-arm64-cc/asm/include/openssl/opensslconf.h
2021-08-04T05:09:21.7588944Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/darwin64-arm64-cc/asm/include/progs.h
2021-08-04T05:09:21.7590302Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/crypto/include/internal/bn_conf.h
2021-08-04T05:09:21.7591741Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/crypto/include/internal/dso_conf.h
2021-08-04T05:09:21.7593110Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/crypto/buildinf.h
2021-08-04T05:09:21.7594445Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/include/openssl/opensslconf.h
2021-08-04T05:09:21.7595813Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/include/progs.h
2021-08-04T05:09:21.7597231Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/darwin64-arm64-cc/no-asm/crypto/include/internal/bn_conf.h
2021-08-04T05:09:21.7598599Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/darwin64-arm64-cc/no-asm/crypto/include/internal/dso_conf.h
2021-08-04T05:09:21.7600162Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/darwin64-arm64-cc/no-asm/crypto/buildinf.h
2021-08-04T05:09:21.7601581Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/darwin64-arm64-cc/no-asm/include/openssl/opensslconf.h
2021-08-04T05:09:21.7603159Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/darwin64-arm64-cc/no-asm/include/progs.h
2021-08-04T05:09:21.7604697Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux64-mips64/asm/crypto/include/internal/bn_conf.h
2021-08-04T05:09:21.7607825Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux64-mips64/asm/crypto/include/internal/dso_conf.h
2021-08-04T05:09:21.7609495Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux64-mips64/asm/crypto/buildinf.h
2021-08-04T05:09:21.7611935Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux64-mips64/asm/include/openssl/opensslconf.h
2021-08-04T05:09:21.7659302Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux64-mips64/asm/include/progs.h
2021-08-04T05:09:21.7662950Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux64-mips64/asm_avx2/crypto/include/internal/bn_conf.h
2021-08-04T05:09:21.7667089Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux64-mips64/asm_avx2/crypto/include/internal/dso_conf.h
2021-08-04T05:09:21.7669669Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux64-mips64/asm_avx2/crypto/buildinf.h
2021-08-04T05:09:21.7673365Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux64-mips64/asm_avx2/include/openssl/opensslconf.h
2021-08-04T05:09:21.7678049Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux64-mips64/asm_avx2/include/progs.h
2021-08-04T05:09:21.7681807Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux64-mips64/no-asm/crypto/include/internal/bn_conf.h
2021-08-04T05:09:21.7683587Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux64-mips64/no-asm/crypto/include/internal/dso_conf.h
2021-08-04T05:09:21.7685026Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux64-mips64/no-asm/crypto/buildinf.h
2021-08-04T05:09:21.7686887Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux64-mips64/no-asm/include/openssl/opensslconf.h
2021-08-04T05:09:21.7688984Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux64-mips64/no-asm/include/progs.h
2021-08-04T05:09:21.7690298Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/bn_conf.h
2021-08-04T05:09:21.7691677Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/dso_conf.h
2021-08-04T05:09:21.7692843Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/opensslconf.h
2021-08-04T05:09:21.7693933Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/dso_conf_asm.h
2021-08-04T05:09:21.7694936Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/bn_conf_asm.h
2021-08-04T05:09:21.7696047Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/bn_conf_no-asm.h
2021-08-04T05:09:21.7697088Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/dso_conf_no-asm.h
2021-08-04T05:09:21.7699232Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/opensslconf_asm.h
2021-08-04T05:09:21.7701120Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/opensslconf_no-asm.h
2021-08-04T05:09:21.7702508Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/zconf.h
2021-08-04T05:09:21.7703601Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/zlib.h
2021-08-04T05:09:21.7705534Z npm ERR! gyp verb content checksum node-v16.6.1-headers.tar.gz a87003ca6f43a23d611637b4a39b5d255f1a0ed5ad9423134fc9ed61a6fca364
2021-08-04T05:09:21.7707955Z npm ERR! gyp verb tarball done parsing tarball
2021-08-04T05:09:21.7708817Z npm ERR! gyp verb check download content checksum, need to download `SHASUMS256.txt`... 
2021-08-04T05:09:21.7709942Z npm ERR! gyp verb checksum url https://nodejs.org/download/release/v16.6.1/SHASUMS256.txt
2021-08-04T05:09:21.7711578Z npm ERR! gyp http GET https://nodejs.org/download/release/v16.6.1/SHASUMS256.txt
2021-08-04T05:09:21.7712701Z npm ERR! gyp http 200 https://nodejs.org/download/release/v16.6.1/SHASUMS256.txt
2021-08-04T05:09:21.7746198Z npm ERR! gyp verb checksum data {"node-v16.6.1-aix-ppc64.tar.gz":"02581dbbfc2886dec326c3fca70c0f17e82491563057889dc630e5c055754c02","node-v16.6.1-darwin-arm64.tar.gz":"8b766a2bcc686f968146b09892f24cfbeaebb547a4d50744d9af80def5221613","node-v16.6.1-darwin-arm64.tar.xz":"3565e5c86067325db710490a6d2a41d1044e944d9346046e813543ec92ee7a4e","node-v16.6.1-darwin-x64.tar.gz":"bca84deb7bf6c57537b3af44997d985045c95b5048fc5665cdc7f54d5c147516","node-v16.6.1-darwin-x64.tar.xz":"711fea396b0a1c564b519c909be3afc938f75ad95d3ea9125e2187eb7e3ce1bf","node-v16.6.1-headers.tar.gz":"a87003ca6f43a23d611637b4a39b5d255f1a0ed5ad9423134fc9ed61a6fca364","node-v16.6.1-headers.tar.xz":"3c9bfa2d4594ff8f4baee01652ceb2a05c5d5e44100afd94a7ee6b347721e1e0","node-v16.6.1-linux-arm64.tar.gz":"ecab5720035b6bb97564b05df527d49a37489dcba6a244c0f1c7c801bb2755f7","node-v16.6.1-linux-arm64.tar.xz":"59867dccc1f392416e9301a94b9df19faa38d0b0d1d2f1cea174835dff1a1cb0","node-v16.6.1-linux-armv7l.tar.gz":"04268fda50beb3aa116e150adcd3175cde17166b1f40079765da281fa73cc6cb","node-v16.6.1-linux-armv7l.tar.xz":"903e30b38f67bb128d2e1ff520fc2fdabede1029338010b1304c9c081236859e","node-v16.6.1-linux-ppc64le.tar.gz":"9830281e2d553590c4a53d5d8327a2887df5b65452f5fa55ccd9ae597fcc247b","node-v16.6.1-linux-ppc64le.tar.xz":"9392e583f24d41c1e5f5625171d963fa01e924b3b38cdd7632f249e8e491e958","node-v16.6.1-linux-s390x.tar.gz":"fec6745555b477fbb62440b0306c8b4717980778bf8f0d5fd497915508775bd0","node-v16.6.1-linux-s390x.tar.xz":"878cb8dfe48312fe40ab9fc320395e8322e8d9e1db4821539dcc6e2b006d8616","node-v16.6.1-linux-x64.tar.gz":"e7e4149626ccd0653783ee8aef81eb50fa7ada2f9f7cbc031969b3b1ac3ffa6b","node-v16.6.1-linux-x64.tar.xz":"ff95e86c3161859251cf659a76be63d99fc45e2380addf634812e5afebac961a","node-v16.6.1.pkg":"1ab44e48c45c9fdc8a91b7339f610f7e0d87801640769c041d8649d00157d79f","node-v16.6.1.tar.gz":"36467b8a4e7e3bacc2f4f1709a83b0506429d1999bc461e5e363bc91d3437c09","node-v16.6.1.tar.xz":"79b1ea058cc67f2a69462cd5f2467a1efe08c64299c053da70384ce1a0e3e557","node-v16.6.1-win-x64.7z":"5b85e20f14c0c9a9c4ac6f867f8bcf47a09c645930707f7b766322065e719ed3","node-v16.6.1-win-x64.zip":"ec5dce1e182172cc7edc8d56c377f4d106232b2b14127bd2a1565497448504e9","node-v16.6.1-win-x86.7z":"a798038fcae1c02e831d42e5d7ca76b643905fd9716bf11a4357cfa903148fea","node-v16.6.1-win-x86.zip":"395ce9ac6c7204ccac8f16dfa158306ec42cf1a1ffc29f40076dcdafe78bd328","node-v16.6.1-x64.msi":"b3f74a4b6c8d31bb33b08228c6797b1f6d10b0bcf096f2d7287bcc225dfb237d","node-v16.6.1-x86.msi":"7a5a849bc890aee91a2ff0285fe90e6ddc793b4f265792ce70b50595f6e0543b","win-x64/node.exe":"cb88167e067634cc8053a5204364fbb3fcabe5f6b3b1a67b38f67c21ad72acb3","win-x64/node.lib":"e7484e4552df7e992e5d409e518aa467555769dc85917da408d41f85c4f2823d","win-x64/node_pdb.7z":"0eae256767c33fb44eab2c02972d1d835bcf6e6a430b6698e9120aeb4c49124f","win-x64/node_pdb.zip":"a40ddd793650ff3801aa149523ce98a9a4c66bbf9fc69d0cea0c9eaaba635d28","win-x86/node.exe":"c0bb2eb9118c32a2ec9c3dffc7155adbb29962d5ec88d337e30488e6e983993c","win-x86/node.lib":"7821ab6af3cef68eee042ef6b7fb2185eafff8bd4e4c988c8fc6c1d0242d2bcd","win-x86/node_pdb.7z":"b83ed322a47a81b56200e744457e286a07d7c48e15b8a71a63a9c0fc73276ce5","win-x86/node_pdb.zip":"ea5cfb3d53b8614d5f4941ffac6f8277e6998cc2f85f3a26e0838db533b21c61"}
2021-08-04T05:09:21.7774149Z npm ERR! gyp verb download contents checksum {"node-v16.6.1-headers.tar.gz":"a87003ca6f43a23d611637b4a39b5d255f1a0ed5ad9423134fc9ed61a6fca364"}
2021-08-04T05:09:21.7777896Z npm ERR! gyp verb validating download checksum for node-v16.6.1-headers.tar.gz (a87003ca6f43a23d611637b4a39b5d255f1a0ed5ad9423134fc9ed61a6fca364 == a87003ca6f43a23d611637b4a39b5d255f1a0ed5ad9423134fc9ed61a6fca364)
2021-08-04T05:09:21.7780258Z npm ERR! gyp verb get node dir target node version installed: 16.6.1
2021-08-04T05:09:21.7781668Z npm ERR! gyp verb build dir attempting to create "build" dir: /github/workspace/node_modules/node-sass/build
2021-08-04T05:09:21.7782888Z npm ERR! gyp verb build dir "build" dir needed to be created? /github/workspace/node_modules/node-sass/build
2021-08-04T05:09:21.7783789Z npm ERR! gyp verb build/config.gypi creating config file
2021-08-04T05:09:21.7784867Z npm ERR! gyp verb build/config.gypi writing out config file: /github/workspace/node_modules/node-sass/build/config.gypi
2021-08-04T05:09:21.7786283Z npm ERR! (node:124) [DEP0150] DeprecationWarning: Setting process.config is deprecated. In the future the property will be read-only.
2021-08-04T05:09:21.7787488Z npm ERR! (Use `node --trace-deprecation ...` to show where the warning was created)
2021-08-04T05:09:21.7788893Z npm ERR! gyp verb config.gypi checking for gypi file: /github/workspace/node_modules/node-sass/config.gypi
2021-08-04T05:09:21.7790356Z npm ERR! gyp verb common.gypi checking for gypi file: /github/workspace/node_modules/node-sass/common.gypi
2021-08-04T05:09:21.7791597Z npm ERR! gyp verb gyp gyp format was not specified; forcing "make"
2021-08-04T05:09:21.7792421Z npm ERR! gyp info spawn /usr/bin/python3
2021-08-04T05:09:21.7792916Z npm ERR! gyp info spawn args [
2021-08-04T05:09:21.7794850Z npm ERR! gyp info spawn args   '/github/workspace/node_modules/node-gyp/gyp/gyp_main.py',
2021-08-04T05:09:21.7795995Z npm ERR! gyp info spawn args   'binding.gyp',
2021-08-04T05:09:21.7797356Z npm ERR! gyp info spawn args   '-f',
2021-08-04T05:09:21.7798002Z npm ERR! gyp info spawn args   'make',
2021-08-04T05:09:21.7798672Z npm ERR! gyp info spawn args   '-I',
2021-08-04T05:09:21.7799573Z npm ERR! gyp info spawn args   '/github/workspace/node_modules/node-sass/build/config.gypi',
2021-08-04T05:09:21.7800454Z npm ERR! gyp info spawn args   '-I',
2021-08-04T05:09:21.7801324Z npm ERR! gyp info spawn args   '/github/workspace/node_modules/node-gyp/addon.gypi',
2021-08-04T05:09:21.7802291Z npm ERR! gyp info spawn args   '-I',
2021-08-04T05:09:21.7803451Z npm ERR! gyp info spawn args   '/github/home/.cache/node-gyp/16.6.1/include/node/common.gypi',
2021-08-04T05:09:21.7804741Z npm ERR! gyp info spawn args   '-Dlibrary=shared_library',
2021-08-04T05:09:21.7805684Z npm ERR! gyp info spawn args   '-Dvisibility=default',
2021-08-04T05:09:21.7807218Z npm ERR! gyp info spawn args   '-Dnode_root_dir=/github/home/.cache/node-gyp/16.6.1',
2021-08-04T05:09:21.7810518Z npm ERR! gyp info spawn args   '-Dnode_gyp_dir=/github/workspace/node_modules/node-gyp',
2021-08-04T05:09:21.7811838Z npm ERR! gyp info spawn args   '-Dnode_lib_file=/github/home/.cache/node-gyp/16.6.1/<(target_arch)/node.lib',
2021-08-04T05:09:21.7813059Z npm ERR! gyp info spawn args   '-Dmodule_root_dir=/github/workspace/node_modules/node-sass',
2021-08-04T05:09:21.7814510Z npm ERR! gyp info spawn args   '-Dnode_engine=v8',
2021-08-04T05:09:21.7815307Z npm ERR! gyp info spawn args   '--depth=.',
2021-08-04T05:09:21.7818593Z npm ERR! gyp info spawn args   '--no-parallel',
2021-08-04T05:09:21.7819559Z npm ERR! gyp info spawn args   '--generator-output',
2021-08-04T05:09:21.7820745Z npm ERR! gyp info spawn args   'build',
2021-08-04T05:09:21.7821977Z npm ERR! gyp info spawn args   '-Goutput_dir=.'
2021-08-04T05:09:21.7822559Z npm ERR! gyp info spawn args ]
2021-08-04T05:09:21.7823137Z npm ERR! gyp verb command build []
2021-08-04T05:09:21.7823728Z npm ERR! gyp verb build type Release
2021-08-04T05:09:21.7824369Z npm ERR! gyp verb architecture x64
2021-08-04T05:09:21.7825273Z npm ERR! gyp verb node dev dir /github/home/.cache/node-gyp/16.6.1
2021-08-04T05:09:21.7826165Z npm ERR! gyp verb `which` succeeded for `make` /usr/bin/make
2021-08-04T05:09:21.7826781Z npm ERR! gyp info spawn make
2021-08-04T05:09:21.7827720Z npm ERR! gyp info spawn args [ 'V=1', 'BUILDTYPE=Release', '-C', 'build' ]
2021-08-04T05:09:21.7829080Z npm ERR! ../src/libsass/src/cencode.c: In function 'base64_encode_block':
2021-08-04T05:09:21.7830450Z npm ERR! ../src/libsass/src/cencode.c:48:11: warning: this statement may fall through [-Wimplicit-fallthrough=]
2021-08-04T05:09:21.7831370Z npm ERR!     result = (fragment & 0x003) << 4;
2021-08-04T05:09:21.7832016Z npm ERR!     ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
2021-08-04T05:09:21.7832627Z npm ERR! ../src/libsass/src/cencode.c:52:2: note: here
2021-08-04T05:09:21.7833170Z npm ERR!   case step_B:
2021-08-04T05:09:21.7833629Z npm ERR!   ^~~~
2021-08-04T05:09:21.7834696Z npm ERR! ../src/libsass/src/cencode.c:62:11: warning: this statement may fall through [-Wimplicit-fallthrough=]
2021-08-04T05:09:21.7835912Z npm ERR!     result = (fragment & 0x00f) << 2;
2021-08-04T05:09:21.7836376Z npm ERR!     ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
2021-08-04T05:09:21.7837093Z npm ERR! ../src/libsass/src/cencode.c:66:2: note: here
2021-08-04T05:09:21.7837637Z npm ERR!   case step_C:
2021-08-04T05:09:21.7838030Z npm ERR!   ^~~~
2021-08-04T05:09:21.7840448Z npm ERR! ../src/libsass/src/functions.cpp: In function 'void Sass::Functions::handle_utf8_error(const Sass::ParserState&, Sass::Backtraces)':
2021-08-04T05:09:21.7842377Z npm ERR! ../src/libsass/src/functions.cpp:110:20: warning: catching polymorphic type 'class utf8::invalid_code_point' by value [-Wcatch-value=]
2021-08-04T05:09:21.7843293Z npm ERR!        catch (utf8::invalid_code_point) {
2021-08-04T05:09:21.7843755Z npm ERR!                     ^~~~~~~~~~~~~~~~~~
2021-08-04T05:09:21.7845133Z npm ERR! ../src/libsass/src/functions.cpp:114:20: warning: catching polymorphic type 'class utf8::not_enough_room' by value [-Wcatch-value=]
2021-08-04T05:09:21.7846190Z npm ERR!        catch (utf8::not_enough_room) {
2021-08-04T05:09:21.7846644Z npm ERR!                     ^~~~~~~~~~~~~~~
2021-08-04T05:09:21.7847933Z npm ERR! ../src/libsass/src/functions.cpp:118:20: warning: catching polymorphic type 'class utf8::invalid_utf8' by value [-Wcatch-value=]
2021-08-04T05:09:21.7848763Z npm ERR!        catch (utf8::invalid_utf8) {
2021-08-04T05:09:21.7849293Z npm ERR!                     ^~~~~~~~~~~~
2021-08-04T05:09:21.7850094Z npm ERR! ../src/libsass/src/json.cpp: In function 'char* json_encode_string(const char*)':
2021-08-04T05:09:21.7851498Z npm ERR! ../src/libsass/src/json.cpp:405:15: warning: catching polymorphic type 'class std::exception' by value [-Wcatch-value=]
2021-08-04T05:09:21.7852341Z npm ERR!    catch (std::exception) {
2021-08-04T05:09:21.7852767Z npm ERR!                ^~~~~~~~~
2021-08-04T05:09:21.7853704Z npm ERR! ../src/libsass/src/json.cpp: In function 'char* json_stringify(const JsonNode*, const char*)':
2021-08-04T05:09:21.7855333Z npm ERR! ../src/libsass/src/json.cpp:424:15: warning: catching polymorphic type 'class std::exception' by value [-Wcatch-value=]
2021-08-04T05:09:21.7857034Z npm ERR!    catch (std::exception) {
2021-08-04T05:09:21.7857492Z npm ERR!                ^~~~~~~~~
2021-08-04T05:09:21.7858561Z npm ERR! In file included from /github/home/.cache/node-gyp/16.6.1/include/node/v8.h:30,
2021-08-04T05:09:21.7860278Z npm ERR!                  from /github/home/.cache/node-gyp/16.6.1/include/node/node.h:63,
2021-08-04T05:09:21.7861872Z npm ERR!                  from ../../nan/nan.h:56,
2021-08-04T05:09:21.7862436Z npm ERR!                  from ../src/binding.cpp:1:
2021-08-04T05:09:21.7864287Z npm ERR! /github/home/.cache/node-gyp/16.6.1/include/node/v8-internal.h: In function 'void v8::internal::PerformCastCheck(T*)':
2021-08-04T05:09:21.7865682Z npm ERR! /github/home/.cache/node-gyp/16.6.1/include/node/v8-internal.h:488:38: error: 'remove_cv_t' is not a member of 'std'
2021-08-04T05:09:21.7866745Z npm ERR!              !std::is_same<Data, std::remove_cv_t<T>>::value>::Perform(data);
2021-08-04T05:09:21.7867405Z npm ERR!                                       ^~~~~~~~~~~
2021-08-04T05:09:21.7868450Z npm ERR! /github/home/.cache/node-gyp/16.6.1/include/node/v8-internal.h:488:38: note: suggested alternative: 'remove_cv'
2021-08-04T05:09:21.7869502Z npm ERR!              !std::is_same<Data, std::remove_cv_t<T>>::value>::Perform(data);
2021-08-04T05:09:21.7870272Z npm ERR!                                       ^~~~~~~~~~~
2021-08-04T05:09:21.7870688Z npm ERR!                                       remove_cv
2021-08-04T05:09:21.7871887Z npm ERR! /github/home/.cache/node-gyp/16.6.1/include/node/v8-internal.h:488:38: error: 'remove_cv_t' is not a member of 'std'
2021-08-04T05:09:21.7873104Z npm ERR! /github/home/.cache/node-gyp/16.6.1/include/node/v8-internal.h:488:38: note: suggested alternative: 'remove_cv'
2021-08-04T05:09:21.7874040Z npm ERR!              !std::is_same<Data, std::remove_cv_t<T>>::value>::Perform(data);
2021-08-04T05:09:21.7874843Z npm ERR!                                       ^~~~~~~~~~~
2021-08-04T05:09:21.7983541Z npm ERR!                                       remove_cv
2021-08-04T05:09:21.7984723Z npm ERR! /github/home/.cache/node-gyp/16.6.1/include/node/v8-internal.h:488:50: error: template argument 2 is invalid
2021-08-04T05:09:21.7985557Z npm ERR!              !std::is_same<Data, std::remove_cv_t<T>>::value>::Perform(data);
2021-08-04T05:09:21.7986233Z npm ERR!                                                   ^
2021-08-04T05:09:21.7987401Z npm ERR! /github/home/.cache/node-gyp/16.6.1/include/node/v8-internal.h:488:63: error: '::Perform' has not been declared
2021-08-04T05:09:21.7988212Z npm ERR!              !std::is_same<Data, std::remove_cv_t<T>>::value>::Perform(data);
2021-08-04T05:09:21.7988715Z npm ERR!                                                                ^~~~~~~
2021-08-04T05:09:21.7989819Z npm ERR! /github/home/.cache/node-gyp/16.6.1/include/node/v8-internal.h:488:63: note: suggested alternative: 'herror'
2021-08-04T05:09:21.7990621Z npm ERR!              !std::is_same<Data, std::remove_cv_t<T>>::value>::Perform(data);
2021-08-04T05:09:21.7991131Z npm ERR!                                                                ^~~~~~~
2021-08-04T05:09:21.7991531Z npm ERR!                                                                herror
2021-08-04T05:09:21.7992514Z npm ERR! ../src/binding.cpp: In function 'Nan::NAN_METHOD_RETURN_TYPE render(Nan::NAN_METHOD_ARGS_TYPE)':
2021-08-04T05:09:21.7993927Z npm ERR! ../src/binding.cpp:284:98: warning: cast between incompatible function types from 'void (*)(uv_work_t*)' {aka 'void (*)(uv_work_s*)'} to 'uv_after_work_cb' {aka 'void (*)(uv_work_s*, int)'} [-Wcast-function-type]
2021-08-04T05:09:21.7995273Z npm ERR!      int status = uv_queue_work(uv_default_loop(), &ctx_w->request, compile_it, (uv_after_work_cb)MakeCallback);
2021-08-04T05:09:21.7995965Z npm ERR!                                                                                                   ^~~~~~~~~~~~
2021-08-04T05:09:21.7996955Z npm ERR! ../src/binding.cpp: In function 'Nan::NAN_METHOD_RETURN_TYPE render_file(Nan::NAN_METHOD_ARGS_TYPE)':
2021-08-04T05:09:21.7998364Z npm ERR! ../src/binding.cpp:320:98: warning: cast between incompatible function types from 'void (*)(uv_work_t*)' {aka 'void (*)(uv_work_s*)'} to 'uv_after_work_cb' {aka 'void (*)(uv_work_s*, int)'} [-Wcast-function-type]
2021-08-04T05:09:21.8000342Z npm ERR!      int status = uv_queue_work(uv_default_loop(), &ctx_w->request, compile_it, (uv_after_work_cb)MakeCallback);
2021-08-04T05:09:21.8001016Z npm ERR!                                                                                                   ^~~~~~~~~~~~
2021-08-04T05:09:21.8001483Z npm ERR! In file included from ../../nan/nan.h:56,
2021-08-04T05:09:21.8001973Z npm ERR!                  from ../src/binding.cpp:1:
2021-08-04T05:09:21.8002468Z npm ERR! ../src/binding.cpp: At global scope:
2021-08-04T05:09:21.8004431Z npm ERR! /github/home/.cache/node-gyp/16.6.1/include/node/node.h:806:43: warning: cast between incompatible function types from 'void (*)(Nan::ADDON_REGISTER_FUNCTION_ARGS_TYPE)' {aka 'void (*)(v8::Local<v8::Object>)'} to 'node::addon_register_func' {aka 'void (*)(v8::Local<v8::Object>, v8::Local<v8::Value>, void*)'} [-Wcast-function-type]
2021-08-04T05:09:21.8005776Z npm ERR!        (node::addon_register_func) (regfunc),                          \
2021-08-04T05:09:21.8006237Z npm ERR!                                            ^
2021-08-04T05:09:21.8007091Z npm ERR! /github/home/.cache/node-gyp/16.6.1/include/node/node.h:840:3: note: in expansion of macro 'NODE_MODULE_X'
2021-08-04T05:09:21.8007910Z npm ERR!    NODE_MODULE_X(modname, regfunc, NULL, 0)  // NOLINT (readability/null_usage)
2021-08-04T05:09:21.8008458Z npm ERR!    ^~~~~~~~~~~~~
2021-08-04T05:09:21.8009144Z npm ERR! ../src/binding.cpp:358:1: note: in expansion of macro 'NODE_MODULE'
2021-08-04T05:09:21.8012356Z npm ERR!  NODE_MODULE(binding, RegisterModule);
2021-08-04T05:09:21.8012972Z npm ERR!  ^~~~~~~~~~~
2021-08-04T05:09:21.8014426Z npm ERR! make: *** [binding.target.mk:133: Release/obj.target/binding/src/binding.o] Error 1
2021-08-04T05:09:21.8015208Z npm ERR! gyp ERR! build error 
2021-08-04T05:09:21.8015789Z npm ERR! gyp ERR! stack Error: `make` failed with exit code: 2
2021-08-04T05:09:21.8017162Z npm ERR! gyp ERR! stack     at ChildProcess.onExit (/github/workspace/node_modules/node-gyp/lib/build.js:194:23)
2021-08-04T05:09:21.8018364Z npm ERR! gyp ERR! stack     at ChildProcess.emit (node:events:394:28)
2021-08-04T05:09:21.8019414Z npm ERR! gyp ERR! stack     at Process.ChildProcess._handle.onexit (node:internal/child_process:290:12)
2021-08-04T05:09:21.8020551Z npm ERR! gyp ERR! System Linux 5.8.0-1039-azure
2021-08-04T05:09:21.8022832Z npm ERR! gyp ERR! command "/usr/local/bin/node" "/github/workspace/node_modules/node-gyp/bin/node-gyp.js" "rebuild" "--verbose" "--libsass_ext=" "--libsass_cflags=" "--libsass_ldflags=" "--libsass_library="
2021-08-04T05:09:21.8024522Z npm ERR! gyp ERR! cwd /github/workspace/node_modules/node-sass
2021-08-04T05:09:21.8025394Z npm ERR! gyp ERR! node -v v16.6.1
2021-08-04T05:09:21.8026057Z npm ERR! gyp ERR! node-gyp -v v7.1.2
2021-08-04T05:09:21.8026577Z npm ERR! gyp ERR! not ok 
2021-08-04T05:09:21.8027492Z npm ERR! Build failed with error code: 1
2021-08-04T05:09:21.8027876Z 
2021-08-04T05:09:21.8028552Z npm ERR! A complete log of this run can be found in:
2021-08-04T05:09:21.8029501Z npm ERR!     /github/home/.npm/_logs/2021-08-04T05_09_21_620Z-debug.log
2021-08-04T05:09:22.0239168Z node:internal/modules/cjs/loader:933
2021-08-04T05:09:22.0239792Z   const err = new Error(message);
2021-08-04T05:09:22.0240250Z               ^
2021-08-04T05:09:22.0240512Z 
2021-08-04T05:09:22.0242229Z Error: Failed to load plugin 'eslint-comments' declared in '.eslintrc.js': Cannot find module 'eslint-plugin-eslint-comments'
2021-08-04T05:09:22.0243468Z Require stack:
2021-08-04T05:09:22.0244475Z - /github/workspace/__placeholder__.js
2021-08-04T05:09:22.0245255Z Referenced from: /github/workspace/.eslintrc.js
2021-08-04T05:09:22.0246045Z     at Function.Module._resolveFilename (node:internal/modules/cjs/loader:933:15)
2021-08-04T05:09:22.0246860Z     at Function.resolve (node:internal/modules/cjs/helpers:100:19)
2021-08-04T05:09:22.0248149Z     at Object.resolve (/ESLint-PR-review/node_modules/@eslint/eslintrc/lib/shared/relative-module-resolver.js:28:50)
2021-08-04T05:09:22.0249735Z     at ConfigArrayFactory._loadPlugin (/ESLint-PR-review/node_modules/@eslint/eslintrc/lib/config-array-factory.js:1017:39)
2021-08-04T05:09:22.0251496Z     at ConfigArrayFactory._loadExtendedPluginConfig (/ESLint-PR-review/node_modules/@eslint/eslintrc/lib/config-array-factory.js:837:29)
2021-08-04T05:09:22.0253234Z     at ConfigArrayFactory._loadExtends (/ESLint-PR-review/node_modules/@eslint/eslintrc/lib/config-array-factory.js:779:29)
2021-08-04T05:09:22.0255214Z     at ConfigArrayFactory._normalizeObjectConfigDataBody (/ESLint-PR-review/node_modules/@eslint/eslintrc/lib/config-array-factory.js:720:25)
2021-08-04T05:09:22.0258422Z     at _normalizeObjectConfigDataBody.next (<anonymous>)
2021-08-04T05:09:22.0260374Z     at ConfigArrayFactory._normalizeObjectConfigData (/ESLint-PR-review/node_modules/@eslint/eslintrc/lib/config-array-factory.js:665:20)
2021-08-04T05:09:22.0263119Z     at _normalizeObjectConfigData.next (<anonymous>) {
2021-08-04T05:09:22.0264224Z   code: 'MODULE_NOT_FOUND',
2021-08-04T05:09:22.0265178Z   requireStack: [ '/github/workspace/__placeholder__.js' ],
2021-08-04T05:09:22.0268695Z   messageTemplate: 'plugin-missing',
2021-08-04T05:09:22.0269426Z   messageData: {
2021-08-04T05:09:22.0271109Z     pluginName: 'eslint-plugin-eslint-comments',
2021-08-04T05:09:22.0272318Z     resolvePluginsRelativeTo: '/github/workspace',
2021-08-04T05:09:22.0273180Z     importerName: '.eslintrc.js'
2021-08-04T05:09:22.0273610Z   }
2021-08-04T05:09:22.0274091Z }
2021-08-04T05:09:22.0317984Z ##[debug]JSON output:
2021-08-04T05:09:22.0324167Z ##[debug]
2021-08-04T05:09:22.1309950Z ##[debug]Enhanced Annotations not enabled on the server. The 'title', 'end_line', and 'end_column' fields are unsupported.
2021-08-04T05:09:22.1318965Z ##[error]SyntaxError: Unexpected end of JSON input
    at JSON.parse (<anonymous>)
    at /ESLint-PR-review/lib/main.js:38:29
    at Generator.next (<anonymous>)
    at /ESLint-PR-review/lib/main.js:27:71
    at new Promise (<anonymous>)
    at __awaiter (/ESLint-PR-review/lib/main.js:23:12)
    at run (/ESLint-PR-review/lib/main.js:35:19)
    at Object.<anonymous> (/ESLint-PR-review/lib/main.js:171:1)
    at Module._compile (node:internal/modules/cjs/loader:1101:14)
    at Object.Module._extensions..js (node:internal/modules/cjs/loader:1153:10)
2021-08-04T05:09:22.7870856Z ##[debug]Docker Action run completed with exit code 1
2021-08-04T05:09:22.7878584Z ##[debug]Finishing: Run hsh2001/ESLint-PR-review@latest
2021-08-04T05:09:22.7887169Z ##[debug]Evaluating condition for step: 'Post Run actions/checkout@v2'
2021-08-04T05:09:22.7892667Z ##[debug]Evaluating: always()
2021-08-04T05:09:22.7893392Z ##[debug]Evaluating always:
2021-08-04T05:09:22.7894099Z ##[debug]=> true
2021-08-04T05:09:22.7894816Z ##[debug]Result: true
2021-08-04T05:09:22.7896826Z ##[debug]Starting: Post Run actions/checkout@v2
2021-08-04T05:09:22.7944873Z ##[debug]Loading inputs
2021-08-04T05:09:22.7947370Z ##[debug]Evaluating: github.repository
2021-08-04T05:09:22.7948087Z ##[debug]Evaluating Index:
2021-08-04T05:09:22.7948620Z ##[debug]..Evaluating github:
2021-08-04T05:09:22.7949172Z ##[debug]..=> Object
2021-08-04T05:09:22.7949713Z ##[debug]..Evaluating String:
2021-08-04T05:09:22.7950558Z ##[debug]..=> 'repository'
2021-08-04T05:09:22.7951403Z ##[debug]=> 'tcgwiz/web'
2021-08-04T05:09:22.7952017Z ##[debug]Result: 'tcgwiz/web'
2021-08-04T05:09:22.7954519Z ##[debug]Evaluating: github.token
2021-08-04T05:09:22.7955018Z ##[debug]Evaluating Index:
2021-08-04T05:09:22.7955744Z ##[debug]..Evaluating github:
2021-08-04T05:09:22.7956210Z ##[debug]..=> Object
2021-08-04T05:09:22.7956813Z ##[debug]..Evaluating String:
2021-08-04T05:09:22.7957300Z ##[debug]..=> 'token'
2021-08-04T05:09:22.7958632Z ##[debug]=> '***'
2021-08-04T05:09:22.7959770Z ##[debug]Result: '***'
2021-08-04T05:09:22.7969520Z ##[debug]Loading env
2021-08-04T05:09:22.7980834Z Post job cleanup.
2021-08-04T05:09:22.9018394Z ##[debug]Getting git version
2021-08-04T05:09:22.9034883Z [command]/usr/bin/git version
2021-08-04T05:09:22.9098305Z git version 2.32.0
2021-08-04T05:09:22.9122120Z ##[debug]Set git useragent to: git/2.32.0 (github-actions-checkout)
2021-08-04T05:09:22.9127770Z ::add-mask::***
2021-08-04T05:09:22.9134955Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2021-08-04T05:09:22.9169399Z [command]/usr/bin/git submodule foreach --recursive git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :
2021-08-04T05:09:22.9403969Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2021-08-04T05:09:22.9424884Z http.https://github.com/.extraheader
2021-08-04T05:09:22.9435012Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader
2021-08-04T05:09:22.9465045Z [command]/usr/bin/git submodule foreach --recursive git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :
2021-08-04T05:09:22.9747929Z ##[debug]Node Action run completed with exit code 0
2021-08-04T05:09:22.9750602Z ##[debug]Finishing: Post Run actions/checkout@v2
2021-08-04T05:09:22.9761000Z ##[debug]Starting: Complete job
2021-08-04T05:09:22.9766018Z Cleaning up orphan processes
2021-08-04T05:09:23.0211512Z ##[debug]Finishing: Complete job
2021-08-04T05:09:23.0221090Z ##[debug]Finishing: lint
rpkak commented 3 years ago

Do you want to share your code/repo?

hsh2001 commented 3 years ago

sorry I can't. But I can share packack.json and package-lock.json

hsh2001 commented 3 years ago

package.json

package-lock.json

rpkak commented 3 years ago

Can you try to execute this from the repo root (where the .git folder is located):

eslint ./src --ext .js,.jsx,.ts,.tsx -f table
hsh2001 commented 3 years ago
No files matching the pattern "./src" were found.
Please check for typing mistakes in the pattern.

My source directory is same as repo root. So I run eslint . --ext .js,.jsx,.ts,.tsx -f table then

/workspace/web/pages/index.tsx

║ Line     │ Column   │ Type     │ Message                                                │ Rule ID              ║
╟──────────┼──────────┼──────────┼────────────────────────────────────────────────────────┼──────────────────────╢
║ 7        │ 10       │ warning  │ 'useMemberID' is defined but never used.               │ @typescript-eslint/  ║
║          │          │          │                                                        │ no-unused-vars       ║

╔════════════════════════════════════════════════════════════════════════════════════════════════════════════════╗
║ 0 Errors                                                                                                       ║
╟────────────────────────────────────────────────────────────────────────────────────────────────────────────────╢
║ 1 Warning                                                                                                      ║
╚════════════════════════════════════════════════════════════════════════════════════════════════════════════════╝
rpkak commented 3 years ago

Can you share the debug logs again, but use master as the version?

hsh2001 commented 3 years ago
2021-08-04T08:48:02.5045630Z Found online and idle hosted runner(s) in the current repository's organization account that matches the required labels: 'ubuntu-latest'
2021-08-04T08:48:02.5045698Z Waiting for a hosted runner in 'organization' to pick this job...
2021-08-04T08:48:11.8580749Z ##[debug]Starting: lint
2021-08-04T08:48:11.8607424Z ##[debug]Cleaning runner temp folder: /home/runner/work/_temp
2021-08-04T08:48:11.8674039Z ##[debug]Starting: Set up job
2021-08-04T08:48:11.8674815Z Current runner version: '2.279.0'
2021-08-04T08:48:11.8709825Z ##[group]Operating System
2021-08-04T08:48:11.8710909Z Ubuntu
2021-08-04T08:48:11.8711497Z 20.04.2
2021-08-04T08:48:11.8711942Z LTS
2021-08-04T08:48:11.8712483Z ##[endgroup]
2021-08-04T08:48:11.8713087Z ##[group]Virtual Environment
2021-08-04T08:48:11.8713827Z Environment: ubuntu-20.04
2021-08-04T08:48:11.8714444Z Version: 20210803.0
2021-08-04T08:48:11.8715588Z Included Software: https://github.com/actions/virtual-environments/blob/ubuntu20/20210803.0/images/linux/Ubuntu2004-README.md
2021-08-04T08:48:11.8717077Z Image Release: https://github.com/actions/virtual-environments/releases/tag/ubuntu20%2F20210803.0
2021-08-04T08:48:11.8718209Z ##[endgroup]
2021-08-04T08:48:11.8720424Z ##[group]GITHUB_TOKEN Permissions
2021-08-04T08:48:11.8721908Z Actions: write
2021-08-04T08:48:11.8722650Z Checks: write
2021-08-04T08:48:11.8723256Z Contents: write
2021-08-04T08:48:11.8723886Z Deployments: write
2021-08-04T08:48:11.8724587Z Discussions: write
2021-08-04T08:48:11.8725131Z Issues: write
2021-08-04T08:48:11.8725719Z Metadata: read
2021-08-04T08:48:11.8726280Z Packages: write
2021-08-04T08:48:11.8727006Z PullRequests: write
2021-08-04T08:48:11.8727707Z RepositoryProjects: write
2021-08-04T08:48:11.8728435Z SecurityEvents: write
2021-08-04T08:48:11.8729037Z Statuses: write
2021-08-04T08:48:11.8729767Z ##[endgroup]
2021-08-04T08:48:11.8733222Z ##[debug]Primary repository: tcgwiz/web
2021-08-04T08:48:11.8734371Z Prepare workflow directory
2021-08-04T08:48:11.8809619Z ##[debug]Creating pipeline directory: '/home/runner/work/web'
2021-08-04T08:48:11.8813355Z ##[debug]Creating workspace directory: '/home/runner/work/web/web'
2021-08-04T08:48:11.8815436Z ##[debug]Update context data
2021-08-04T08:48:11.8818142Z ##[debug]Evaluating job-level environment variables
2021-08-04T08:48:11.9476731Z ##[debug]Evaluating job container
2021-08-04T08:48:11.9481146Z ##[debug]Evaluating job service containers
2021-08-04T08:48:11.9485458Z ##[debug]Evaluating job defaults
2021-08-04T08:48:11.9505265Z Prepare all required actions
2021-08-04T08:48:11.9517408Z Getting action download info
2021-08-04T08:48:12.3750642Z Download action repository 'actions/checkout@v2'
2021-08-04T08:48:13.2727828Z ##[debug]Download 'https://api.github.com/repos/actions/checkout/tarball/5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f' to '/home/runner/work/_actions/_temp_68e26cc7-9db5-4916-a8e2-f8cc64f7ce40/fb7873b2-57cb-4d66-8b7e-c26a16776cb5.tar.gz'
2021-08-04T08:48:13.3956153Z ##[debug]Unwrap 'actions-checkout-5a4ac90' to '/home/runner/work/_actions/actions/checkout/v2'
2021-08-04T08:48:13.4187882Z ##[debug]Archive '/home/runner/work/_actions/_temp_68e26cc7-9db5-4916-a8e2-f8cc64f7ce40/fb7873b2-57cb-4d66-8b7e-c26a16776cb5.tar.gz' has been unzipped into '/home/runner/work/_actions/actions/checkout/v2'.
2021-08-04T08:48:14.1552490Z Download action repository 'hsh2001/ESLint-PR-review@latest'
2021-08-04T08:48:14.5610427Z ##[debug]Download 'https://api.github.com/repos/hsh2001/ESLint-PR-review/tarball/ce742cf941e54a45235e1f5e9265358f28f051d6' to '/home/runner/work/_actions/_temp_7c0e5e36-7299-46d1-9aa6-533e65555fc2/0d09c1f7-43c9-41eb-bbb6-ef0388b36be9.tar.gz'
2021-08-04T08:48:14.5851865Z ##[debug]Unwrap 'hsh2001-ESLint-PR-review-ce742cf' to '/home/runner/work/_actions/hsh2001/ESLint-PR-review/latest'
2021-08-04T08:48:14.5891118Z ##[debug]Archive '/home/runner/work/_actions/_temp_7c0e5e36-7299-46d1-9aa6-533e65555fc2/0d09c1f7-43c9-41eb-bbb6-ef0388b36be9.tar.gz' has been unzipped into '/home/runner/work/_actions/hsh2001/ESLint-PR-review/latest'.
2021-08-04T08:48:14.5917235Z ##[debug]action.yml for action: '/home/runner/work/_actions/actions/checkout/v2/action.yml'.
2021-08-04T08:48:14.6860029Z ##[debug]action.yml for action: '/home/runner/work/_actions/hsh2001/ESLint-PR-review/latest/action.yml'.
2021-08-04T08:48:14.6952777Z ##[debug]Dockerfile for action: '/home/runner/work/_actions/hsh2001/ESLint-PR-review/latest/Dockerfile'.
2021-08-04T08:48:14.7178782Z ##[debug]Set step '__actions_checkout' display name to: 'Run actions/checkout@v2'
2021-08-04T08:48:14.7183820Z ##[debug]Set step '__hsh2001_ESLint-PR-review' display name to: 'Run hsh2001/ESLint-PR-review@latest'
2021-08-04T08:48:14.7199569Z ##[debug]Collect running processes for tracking orphan processes.
2021-08-04T08:48:14.7452502Z ##[debug]Finishing: Set up job
2021-08-04T08:48:14.7478043Z ##[debug]Evaluating condition for step: 'Build hsh2001/ESLint-PR-review@latest'
2021-08-04T08:48:14.7552658Z ##[debug]Evaluating: success()
2021-08-04T08:48:14.7560855Z ##[debug]Evaluating success:
2021-08-04T08:48:14.7593391Z ##[debug]=> true
2021-08-04T08:48:14.7603244Z ##[debug]Result: true
2021-08-04T08:48:14.7644680Z ##[debug]Starting: Build hsh2001/ESLint-PR-review@latest
2021-08-04T08:48:14.7661822Z ##[group]Build container for action use: '/home/runner/work/_actions/hsh2001/ESLint-PR-review/latest/Dockerfile'.
2021-08-04T08:48:14.7722196Z ##[command]/usr/bin/docker build -t 3bec5f:f60fc44a877f4572aa5cf913fb61b3ef -f "/home/runner/work/_actions/hsh2001/ESLint-PR-review/latest/Dockerfile" "/home/runner/work/_actions/hsh2001/ESLint-PR-review/latest"
2021-08-04T08:48:15.1451027Z Sending build context to Docker daemon  921.1kB
2021-08-04T08:48:15.1451959Z 
2021-08-04T08:48:15.1493469Z Step 1/3 : FROM node
2021-08-04T08:48:16.6533710Z latest: Pulling from library/node
2021-08-04T08:48:16.9275808Z 627b765e08d1: Already exists
2021-08-04T08:48:16.9459613Z c040670e5e55: Already exists
2021-08-04T08:48:16.9536103Z 073a180f4992: Already exists
2021-08-04T08:48:16.9612669Z bf76209566d0: Already exists
2021-08-04T08:48:16.9651781Z ca7044ed766e: Already exists
2021-08-04T08:48:16.9683930Z 51bff5b8b0ef: Pulling fs layer
2021-08-04T08:48:16.9684585Z a178231931b8: Pulling fs layer
2021-08-04T08:48:16.9685168Z c761ec88ae96: Pulling fs layer
2021-08-04T08:48:16.9685697Z 04064e5b8644: Pulling fs layer
2021-08-04T08:48:16.9686640Z 04064e5b8644: Waiting
2021-08-04T08:48:17.3396562Z 51bff5b8b0ef: Verifying Checksum
2021-08-04T08:48:17.3397956Z 51bff5b8b0ef: Download complete
2021-08-04T08:48:17.3636117Z c761ec88ae96: Verifying Checksum
2021-08-04T08:48:17.3637437Z c761ec88ae96: Download complete
2021-08-04T08:48:17.6712101Z a178231931b8: Verifying Checksum
2021-08-04T08:48:17.6714007Z a178231931b8: Download complete
2021-08-04T08:48:17.7308007Z 04064e5b8644: Verifying Checksum
2021-08-04T08:48:17.7310317Z 04064e5b8644: Download complete
2021-08-04T08:48:18.1210863Z 51bff5b8b0ef: Pull complete
2021-08-04T08:48:20.2256328Z a178231931b8: Pull complete
2021-08-04T08:48:20.4116819Z c761ec88ae96: Pull complete
2021-08-04T08:48:20.5013859Z 04064e5b8644: Pull complete
2021-08-04T08:48:20.5140299Z Digest: sha256:f71e36d6dcc304ade813e89d3b585d6b4c57b95cc8b27da04e3c25b1b50981a5
2021-08-04T08:48:20.5185929Z Status: Downloaded newer image for node:latest
2021-08-04T08:48:20.5186920Z  ---> 1d88d89c7230
2021-08-04T08:48:20.5187879Z Step 2/3 : COPY . /ESLint-PR-review
2021-08-04T08:48:30.3409250Z  ---> 94280f2dbac7
2021-08-04T08:48:30.3410065Z Step 3/3 : ENTRYPOINT [ "/ESLint-PR-review/entrypoint.sh" ]
2021-08-04T08:48:30.3835143Z  ---> Running in 6a7c8048634e
2021-08-04T08:48:31.6865713Z Removing intermediate container 6a7c8048634e
2021-08-04T08:48:31.6867095Z  ---> 31ee26d3e2b5
2021-08-04T08:48:31.6877991Z Successfully built 31ee26d3e2b5
2021-08-04T08:48:31.7023094Z Successfully tagged 3bec5f:f60fc44a877f4572aa5cf913fb61b3ef
2021-08-04T08:48:31.7047683Z ##[endgroup]
2021-08-04T08:48:31.7060745Z ##[debug]Finishing: Build hsh2001/ESLint-PR-review@latest
2021-08-04T08:48:31.7083880Z ##[debug]Evaluating condition for step: 'Run actions/checkout@v2'
2021-08-04T08:48:31.7089733Z ##[debug]Evaluating: success()
2021-08-04T08:48:31.7090559Z ##[debug]Evaluating success:
2021-08-04T08:48:31.7091904Z ##[debug]=> true
2021-08-04T08:48:31.7092809Z ##[debug]Result: true
2021-08-04T08:48:31.7094738Z ##[debug]Starting: Run actions/checkout@v2
2021-08-04T08:48:31.7398997Z ##[debug]Register post job cleanup for action: actions/checkout@v2
2021-08-04T08:48:31.7508480Z ##[debug]Loading inputs
2021-08-04T08:48:31.7518001Z ##[debug]Evaluating: github.repository
2021-08-04T08:48:31.7518761Z ##[debug]Evaluating Index:
2021-08-04T08:48:31.7521540Z ##[debug]..Evaluating github:
2021-08-04T08:48:31.7523111Z ##[debug]..=> Object
2021-08-04T08:48:31.7538576Z ##[debug]..Evaluating String:
2021-08-04T08:48:31.7539716Z ##[debug]..=> 'repository'
2021-08-04T08:48:31.7545789Z ##[debug]=> 'tcgwiz/web'
2021-08-04T08:48:31.7547958Z ##[debug]Result: 'tcgwiz/web'
2021-08-04T08:48:31.7551408Z ##[debug]Evaluating: github.token
2021-08-04T08:48:31.7551968Z ##[debug]Evaluating Index:
2021-08-04T08:48:31.7552479Z ##[debug]..Evaluating github:
2021-08-04T08:48:31.7552955Z ##[debug]..=> Object
2021-08-04T08:48:31.7553438Z ##[debug]..Evaluating String:
2021-08-04T08:48:31.7553915Z ##[debug]..=> 'token'
2021-08-04T08:48:31.7555751Z ##[debug]=> '***'
2021-08-04T08:48:31.7556687Z ##[debug]Result: '***'
2021-08-04T08:48:31.7565745Z ##[debug]Loading env
2021-08-04T08:48:31.7626780Z ##[group]Run actions/checkout@v2
2021-08-04T08:48:31.7627994Z with:
2021-08-04T08:48:31.7628467Z   repository: tcgwiz/web
2021-08-04T08:48:31.7629422Z   token: ***
2021-08-04T08:48:31.7629821Z   ssh-strict: true
2021-08-04T08:48:31.7630381Z   persist-credentials: true
2021-08-04T08:48:31.7631214Z   clean: true
2021-08-04T08:48:31.7631895Z   fetch-depth: 1
2021-08-04T08:48:31.7632276Z   lfs: false
2021-08-04T08:48:31.7633058Z   submodules: false
2021-08-04T08:48:31.7633600Z ##[endgroup]
2021-08-04T08:48:31.9602352Z ::save-state name=isPost,::true
2021-08-04T08:48:31.9603383Z ##[debug]Save intra-action state isPost = true
2021-08-04T08:48:32.0190878Z ##[debug]GITHUB_WORKSPACE = '/home/runner/work/web/web'
2021-08-04T08:48:32.0192888Z ##[debug]qualified repository = 'tcgwiz/web'
2021-08-04T08:48:32.0194297Z ##[debug]ref = 'refs/heads/master'
2021-08-04T08:48:32.0195992Z ##[debug]commit = '17ed57db665a3d955e3a8788b4e2f8d49a23a354'
2021-08-04T08:48:32.0197188Z ##[debug]clean = true
2021-08-04T08:48:32.0198107Z ##[debug]fetch depth = 1
2021-08-04T08:48:32.0199018Z ##[debug]lfs = false
2021-08-04T08:48:32.0199962Z ##[debug]submodules = false
2021-08-04T08:48:32.0200980Z ##[debug]recursive submodules = false
2021-08-04T08:48:32.0223784Z ::add-matcher::/home/runner/work/_actions/actions/checkout/v2/dist/problem-matcher.json
2021-08-04T08:48:32.0361546Z ##[debug]Added matchers: 'checkout-git'. Problem matchers scan action output for known warning or error strings and report these inline.
2021-08-04T08:48:32.0403345Z Syncing repository: tcgwiz/web
2021-08-04T08:48:32.0404572Z ::group::Getting Git version info
2021-08-04T08:48:32.0405197Z ##[group]Getting Git version info
2021-08-04T08:48:32.0406614Z Working directory is '/home/runner/work/web/web'
2021-08-04T08:48:32.0436503Z ##[debug]Getting git version
2021-08-04T08:48:32.0455698Z [command]/usr/bin/git version
2021-08-04T08:48:32.0615049Z git version 2.32.0
2021-08-04T08:48:32.0642844Z ##[debug]Set git useragent to: git/2.32.0 (github-actions-checkout)
2021-08-04T08:48:32.0645661Z ::endgroup::
2021-08-04T08:48:32.0646244Z ##[endgroup]
2021-08-04T08:48:32.0651606Z Deleting the contents of '/home/runner/work/web/web'
2021-08-04T08:48:32.0657412Z ::save-state name=repositoryPath,::/home/runner/work/web/web
2021-08-04T08:48:32.0658723Z ##[debug]Save intra-action state repositoryPath = /home/runner/work/web/web
2021-08-04T08:48:32.0660399Z ::group::Initializing the repository
2021-08-04T08:48:32.0661040Z ##[group]Initializing the repository
2021-08-04T08:48:32.0662143Z [command]/usr/bin/git init /home/runner/work/web/web
2021-08-04T08:48:32.0745365Z hint: Using 'master' as the name for the initial branch. This default branch name
2021-08-04T08:48:32.0746910Z hint: is subject to change. To configure the initial branch name to use in all
2021-08-04T08:48:32.0748022Z hint: of your new repositories, which will suppress this warning, call:
2021-08-04T08:48:32.0748704Z hint: 
2021-08-04T08:48:32.0752995Z hint:  git config --global init.defaultBranch <name>
2021-08-04T08:48:32.0753874Z hint: 
2021-08-04T08:48:32.0756752Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
2021-08-04T08:48:32.0757937Z hint: 'development'. The just-created branch can be renamed via this command:
2021-08-04T08:48:32.0758683Z hint: 
2021-08-04T08:48:32.0759854Z hint:  git branch -m <name>
2021-08-04T08:48:32.0766441Z Initialized empty Git repository in /home/runner/work/web/web/.git/
2021-08-04T08:48:32.0776129Z [command]/usr/bin/git remote add origin https://github.com/tcgwiz/web
2021-08-04T08:48:32.0816241Z ::endgroup::
2021-08-04T08:48:32.0816626Z ##[endgroup]
2021-08-04T08:48:32.0817885Z ::group::Disabling automatic garbage collection
2021-08-04T08:48:32.0818497Z ##[group]Disabling automatic garbage collection
2021-08-04T08:48:32.0821032Z [command]/usr/bin/git config --local gc.auto 0
2021-08-04T08:48:32.0855647Z ::endgroup::
2021-08-04T08:48:32.0856186Z ##[endgroup]
2021-08-04T08:48:32.0860152Z ::add-mask::***
2021-08-04T08:48:32.0862103Z ::group::Setting up auth
2021-08-04T08:48:32.0862709Z ##[group]Setting up auth
2021-08-04T08:48:32.0868806Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2021-08-04T08:48:32.0899683Z [command]/usr/bin/git submodule foreach --recursive git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :
2021-08-04T08:48:32.1345854Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2021-08-04T08:48:32.1381647Z [command]/usr/bin/git submodule foreach --recursive git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :
2021-08-04T08:48:32.1613380Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2021-08-04T08:48:32.1657205Z ::endgroup::
2021-08-04T08:48:32.1657587Z ##[endgroup]
2021-08-04T08:48:32.1658869Z ::group::Fetching the repository
2021-08-04T08:48:32.1659344Z ##[group]Fetching the repository
2021-08-04T08:48:32.1670849Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --progress --no-recurse-submodules --depth=1 origin +17ed57db665a3d955e3a8788b4e2f8d49a23a354:refs/remotes/origin/master
2021-08-04T08:48:32.6265807Z remote: Enumerating objects: 229, done.        
2021-08-04T08:48:32.6266649Z remote: Counting objects:   0% (1/229)        
2021-08-04T08:48:32.6267337Z remote: Counting objects:   1% (3/229)        
2021-08-04T08:48:32.6267995Z remote: Counting objects:   2% (5/229)        
2021-08-04T08:48:32.6268641Z remote: Counting objects:   3% (7/229)        
2021-08-04T08:48:32.6269283Z remote: Counting objects:   4% (10/229)        
2021-08-04T08:48:32.6269944Z remote: Counting objects:   5% (12/229)        
2021-08-04T08:48:32.6270538Z remote: Counting objects:   6% (14/229)        
2021-08-04T08:48:32.6271114Z remote: Counting objects:   7% (17/229)        
2021-08-04T08:48:32.6271716Z remote: Counting objects:   8% (19/229)        
2021-08-04T08:48:32.6272291Z remote: Counting objects:   9% (21/229)        
2021-08-04T08:48:32.6272883Z remote: Counting objects:  10% (23/229)        
2021-08-04T08:48:32.6273462Z remote: Counting objects:  11% (26/229)        
2021-08-04T08:48:32.6274065Z remote: Counting objects:  12% (28/229)        
2021-08-04T08:48:32.6275143Z remote: Counting objects:  13% (30/229)        
2021-08-04T08:48:32.6275752Z remote: Counting objects:  14% (33/229)        
2021-08-04T08:48:32.6276324Z remote: Counting objects:  15% (35/229)        
2021-08-04T08:48:32.6277158Z remote: Counting objects:  16% (37/229)        
2021-08-04T08:48:32.6277771Z remote: Counting objects:  17% (39/229)        
2021-08-04T08:48:32.6278323Z remote: Counting objects:  18% (42/229)        
2021-08-04T08:48:32.6278892Z remote: Counting objects:  19% (44/229)        
2021-08-04T08:48:32.6279446Z remote: Counting objects:  20% (46/229)        
2021-08-04T08:48:32.6280166Z remote: Counting objects:  21% (49/229)        
2021-08-04T08:48:32.6280724Z remote: Counting objects:  22% (51/229)        
2021-08-04T08:48:32.6281298Z remote: Counting objects:  23% (53/229)        
2021-08-04T08:48:32.6281899Z remote: Counting objects:  24% (55/229)        
2021-08-04T08:48:32.6282449Z remote: Counting objects:  25% (58/229)        
2021-08-04T08:48:32.6283039Z remote: Counting objects:  26% (60/229)        
2021-08-04T08:48:32.6283636Z remote: Counting objects:  27% (62/229)        
2021-08-04T08:48:32.6284187Z remote: Counting objects:  28% (65/229)        
2021-08-04T08:48:32.6284725Z remote: Counting objects:  29% (67/229)        
2021-08-04T08:48:32.6285272Z remote: Counting objects:  30% (69/229)        
2021-08-04T08:48:32.6285801Z remote: Counting objects:  31% (71/229)        
2021-08-04T08:48:32.6286349Z remote: Counting objects:  32% (74/229)        
2021-08-04T08:48:32.6286890Z remote: Counting objects:  33% (76/229)        
2021-08-04T08:48:32.6287417Z remote: Counting objects:  34% (78/229)        
2021-08-04T08:48:32.6287968Z remote: Counting objects:  35% (81/229)        
2021-08-04T08:48:32.6288494Z remote: Counting objects:  36% (83/229)        
2021-08-04T08:48:32.6289546Z remote: Counting objects:  37% (85/229)        
2021-08-04T08:48:32.6290092Z remote: Counting objects:  38% (88/229)        
2021-08-04T08:48:32.6290632Z remote: Counting objects:  39% (90/229)        
2021-08-04T08:48:32.6291159Z remote: Counting objects:  40% (92/229)        
2021-08-04T08:48:32.6291700Z remote: Counting objects:  41% (94/229)        
2021-08-04T08:48:32.6292255Z remote: Counting objects:  42% (97/229)        
2021-08-04T08:48:32.6292789Z remote: Counting objects:  43% (99/229)        
2021-08-04T08:48:32.6293338Z remote: Counting objects:  44% (101/229)        
2021-08-04T08:48:32.6293877Z remote: Counting objects:  45% (104/229)        
2021-08-04T08:48:32.6294426Z remote: Counting objects:  46% (106/229)        
2021-08-04T08:48:32.6294959Z remote: Counting objects:  47% (108/229)        
2021-08-04T08:48:32.6295511Z remote: Counting objects:  48% (110/229)        
2021-08-04T08:48:32.6296048Z remote: Counting objects:  49% (113/229)        
2021-08-04T08:48:32.6296595Z remote: Counting objects:  50% (115/229)        
2021-08-04T08:48:32.6297142Z remote: Counting objects:  51% (117/229)        
2021-08-04T08:48:32.6297675Z remote: Counting objects:  52% (120/229)        
2021-08-04T08:48:32.6298225Z remote: Counting objects:  53% (122/229)        
2021-08-04T08:48:32.6298756Z remote: Counting objects:  54% (124/229)        
2021-08-04T08:48:32.6299310Z remote: Counting objects:  55% (126/229)        
2021-08-04T08:48:32.6299843Z remote: Counting objects:  56% (129/229)        
2021-08-04T08:48:32.6300390Z remote: Counting objects:  57% (131/229)        
2021-08-04T08:48:32.6300922Z remote: Counting objects:  58% (133/229)        
2021-08-04T08:48:32.6301466Z remote: Counting objects:  59% (136/229)        
2021-08-04T08:48:32.6301996Z remote: Counting objects:  60% (138/229)        
2021-08-04T08:48:32.6302741Z remote: Counting objects:  61% (140/229)        
2021-08-04T08:48:32.6303290Z remote: Counting objects:  62% (142/229)        
2021-08-04T08:48:32.6303819Z remote: Counting objects:  63% (145/229)        
2021-08-04T08:48:32.6304577Z remote: Counting objects:  64% (147/229)        
2021-08-04T08:48:32.6305132Z remote: Counting objects:  65% (149/229)        
2021-08-04T08:48:32.6305661Z remote: Counting objects:  66% (152/229)        
2021-08-04T08:48:32.6306204Z remote: Counting objects:  67% (154/229)        
2021-08-04T08:48:32.6306883Z remote: Counting objects:  68% (156/229)        
2021-08-04T08:48:32.6307460Z remote: Counting objects:  69% (159/229)        
2021-08-04T08:48:32.6307988Z remote: Counting objects:  70% (161/229)        
2021-08-04T08:48:32.6308533Z remote: Counting objects:  71% (163/229)        
2021-08-04T08:48:32.6309063Z remote: Counting objects:  72% (165/229)        
2021-08-04T08:48:32.6309609Z remote: Counting objects:  73% (168/229)        
2021-08-04T08:48:32.6310236Z remote: Counting objects:  74% (170/229)        
2021-08-04T08:48:32.6310785Z remote: Counting objects:  75% (172/229)        
2021-08-04T08:48:32.6311330Z remote: Counting objects:  76% (175/229)        
2021-08-04T08:48:32.6311861Z remote: Counting objects:  77% (177/229)        
2021-08-04T08:48:32.6312405Z remote: Counting objects:  78% (179/229)        
2021-08-04T08:48:32.6312934Z remote: Counting objects:  79% (181/229)        
2021-08-04T08:48:32.6313477Z remote: Counting objects:  80% (184/229)        
2021-08-04T08:48:32.6314005Z remote: Counting objects:  81% (186/229)        
2021-08-04T08:48:32.6314555Z remote: Counting objects:  82% (188/229)        
2021-08-04T08:48:32.6315087Z remote: Counting objects:  83% (191/229)        
2021-08-04T08:48:32.6315630Z remote: Counting objects:  84% (193/229)        
2021-08-04T08:48:32.6316171Z remote: Counting objects:  85% (195/229)        
2021-08-04T08:48:32.6316698Z remote: Counting objects:  86% (197/229)        
2021-08-04T08:48:32.6317244Z remote: Counting objects:  87% (200/229)        
2021-08-04T08:48:32.6317773Z remote: Counting objects:  88% (202/229)        
2021-08-04T08:48:32.6318312Z remote: Counting objects:  89% (204/229)        
2021-08-04T08:48:32.6318877Z remote: Counting objects:  90% (207/229)        
2021-08-04T08:48:32.6319424Z remote: Counting objects:  91% (209/229)        
2021-08-04T08:48:32.6319953Z remote: Counting objects:  92% (211/229)        
2021-08-04T08:48:32.6320494Z remote: Counting objects:  93% (213/229)        
2021-08-04T08:48:32.6321039Z remote: Counting objects:  94% (216/229)        
2021-08-04T08:48:32.6321571Z remote: Counting objects:  95% (218/229)        
2021-08-04T08:48:32.6322123Z remote: Counting objects:  96% (220/229)        
2021-08-04T08:48:32.6322661Z remote: Counting objects:  97% (223/229)        
2021-08-04T08:48:32.6323203Z remote: Counting objects:  98% (225/229)        
2021-08-04T08:48:32.6323732Z remote: Counting objects:  99% (227/229)        
2021-08-04T08:48:32.6324279Z remote: Counting objects: 100% (229/229)        
2021-08-04T08:48:32.6324839Z remote: Counting objects: 100% (229/229), done.        
2021-08-04T08:48:32.6325444Z remote: Compressing objects:   0% (1/199)        
2021-08-04T08:48:32.6326046Z remote: Compressing objects:   1% (2/199)        
2021-08-04T08:48:32.6326627Z remote: Compressing objects:   2% (4/199)        
2021-08-04T08:48:32.6327224Z remote: Compressing objects:   3% (6/199)        
2021-08-04T08:48:32.6327799Z remote: Compressing objects:   4% (8/199)        
2021-08-04T08:48:32.6328396Z remote: Compressing objects:   5% (10/199)        
2021-08-04T08:48:32.6328981Z remote: Compressing objects:   6% (12/199)        
2021-08-04T08:48:32.6329587Z remote: Compressing objects:   7% (14/199)        
2021-08-04T08:48:32.6330897Z remote: Compressing objects:   8% (16/199)        
2021-08-04T08:48:32.6331512Z remote: Compressing objects:   9% (18/199)        
2021-08-04T08:48:32.6332113Z remote: Compressing objects:  10% (20/199)        
2021-08-04T08:48:32.6332699Z remote: Compressing objects:  11% (22/199)        
2021-08-04T08:48:32.6333293Z remote: Compressing objects:  12% (24/199)        
2021-08-04T08:48:32.6333869Z remote: Compressing objects:  13% (26/199)        
2021-08-04T08:48:32.6334462Z remote: Compressing objects:  14% (28/199)        
2021-08-04T08:48:32.6335041Z remote: Compressing objects:  15% (30/199)        
2021-08-04T08:48:32.6336728Z remote: Compressing objects:  16% (32/199)        
2021-08-04T08:48:32.6337346Z remote: Compressing objects:  17% (34/199)        
2021-08-04T08:48:32.6338061Z remote: Compressing objects:  18% (36/199)        
2021-08-04T08:48:32.6338762Z remote: Compressing objects:  19% (38/199)        
2021-08-04T08:48:32.6339342Z remote: Compressing objects:  20% (40/199)        
2021-08-04T08:48:32.6339940Z remote: Compressing objects:  21% (42/199)        
2021-08-04T08:48:32.6340518Z remote: Compressing objects:  22% (44/199)        
2021-08-04T08:48:32.6341112Z remote: Compressing objects:  23% (46/199)        
2021-08-04T08:48:32.6341774Z remote: Compressing objects:  24% (48/199)        
2021-08-04T08:48:32.6342628Z remote: Compressing objects:  25% (50/199)        
2021-08-04T08:48:32.6343214Z remote: Compressing objects:  26% (52/199)        
2021-08-04T08:48:32.6343805Z remote: Compressing objects:  27% (54/199)        
2021-08-04T08:48:32.6344402Z remote: Compressing objects:  28% (56/199)        
2021-08-04T08:48:32.6344977Z remote: Compressing objects:  29% (58/199)        
2021-08-04T08:48:32.6345571Z remote: Compressing objects:  30% (60/199)        
2021-08-04T08:48:32.6346152Z remote: Compressing objects:  31% (62/199)        
2021-08-04T08:48:32.6346746Z remote: Compressing objects:  32% (64/199)        
2021-08-04T08:48:32.6347326Z remote: Compressing objects:  33% (66/199)        
2021-08-04T08:48:32.6347939Z remote: Compressing objects:  34% (68/199)        
2021-08-04T08:48:32.6348518Z remote: Compressing objects:  35% (70/199)        
2021-08-04T08:48:32.6349111Z remote: Compressing objects:  36% (72/199)        
2021-08-04T08:48:32.6349714Z remote: Compressing objects:  37% (74/199)        
2021-08-04T08:48:32.6350296Z remote: Compressing objects:  38% (76/199)        
2021-08-04T08:48:32.6350890Z remote: Compressing objects:  39% (78/199)        
2021-08-04T08:48:32.6351468Z remote: Compressing objects:  40% (80/199)        
2021-08-04T08:48:32.6352063Z remote: Compressing objects:  41% (82/199)        
2021-08-04T08:48:32.6352642Z remote: Compressing objects:  42% (84/199)        
2021-08-04T08:48:32.6353238Z remote: Compressing objects:  43% (86/199)        
2021-08-04T08:48:32.6353823Z remote: Compressing objects:  44% (88/199)        
2021-08-04T08:48:32.6420054Z remote: Compressing objects:  45% (90/199)        
2021-08-04T08:48:32.6420709Z remote: Compressing objects:  46% (92/199)        
2021-08-04T08:48:32.6421318Z remote: Compressing objects:  47% (94/199)        
2021-08-04T08:48:32.6421901Z remote: Compressing objects:  48% (96/199)        
2021-08-04T08:48:32.6428563Z remote: Compressing objects:  49% (98/199)        
2021-08-04T08:48:32.6438422Z remote: Compressing objects:  50% (100/199)        
2021-08-04T08:48:32.6439137Z remote: Compressing objects:  51% (102/199)        
2021-08-04T08:48:32.6439795Z remote: Compressing objects:  52% (104/199)        
2021-08-04T08:48:32.6440490Z remote: Compressing objects:  53% (106/199)        
2021-08-04T08:48:32.6449572Z remote: Compressing objects:  54% (108/199)        
2021-08-04T08:48:32.6450440Z remote: Compressing objects:  55% (110/199)        
2021-08-04T08:48:32.6450930Z remote: Compressing objects:  56% (112/199)        
2021-08-04T08:48:32.6451417Z remote: Compressing objects:  57% (114/199)        
2021-08-04T08:48:32.6451912Z remote: Compressing objects:  58% (116/199)        
2021-08-04T08:48:32.6452387Z remote: Compressing objects:  59% (118/199)        
2021-08-04T08:48:32.6464434Z remote: Compressing objects:  60% (120/199)        
2021-08-04T08:48:32.6465153Z remote: Compressing objects:  61% (122/199)        
2021-08-04T08:48:32.6466067Z remote: Compressing objects:  62% (124/199)        
2021-08-04T08:48:32.6466931Z remote: Compressing objects:  63% (126/199)        
2021-08-04T08:48:32.6467453Z remote: Compressing objects:  64% (128/199)        
2021-08-04T08:48:32.6468187Z remote: Compressing objects:  65% (130/199)        
2021-08-04T08:48:32.6468693Z remote: Compressing objects:  66% (132/199)        
2021-08-04T08:48:32.6469558Z remote: Compressing objects:  67% (134/199)        
2021-08-04T08:48:32.6470032Z remote: Compressing objects:  68% (136/199)        
2021-08-04T08:48:32.6470991Z remote: Compressing objects:  69% (138/199)        
2021-08-04T08:48:32.6471495Z remote: Compressing objects:  70% (140/199)        
2021-08-04T08:48:32.6471943Z remote: Compressing objects:  71% (142/199)        
2021-08-04T08:48:32.6472403Z remote: Compressing objects:  72% (144/199)        
2021-08-04T08:48:32.6472848Z remote: Compressing objects:  73% (146/199)        
2021-08-04T08:48:32.6628381Z remote: Compressing objects:  74% (148/199)        
2021-08-04T08:48:32.6629387Z remote: Compressing objects:  75% (150/199)        
2021-08-04T08:48:32.6629992Z remote: Compressing objects:  76% (152/199)        
2021-08-04T08:48:32.6630592Z remote: Compressing objects:  77% (154/199)        
2021-08-04T08:48:32.6631174Z remote: Compressing objects:  78% (156/199)        
2021-08-04T08:48:32.6631769Z remote: Compressing objects:  79% (158/199)        
2021-08-04T08:48:32.6632352Z remote: Compressing objects:  80% (160/199)        
2021-08-04T08:48:32.6632944Z remote: Compressing objects:  81% (162/199)        
2021-08-04T08:48:32.6633535Z remote: Compressing objects:  82% (164/199)        
2021-08-04T08:48:32.6634134Z remote: Compressing objects:  83% (166/199)        
2021-08-04T08:48:32.6634721Z remote: Compressing objects:  84% (168/199)        
2021-08-04T08:48:32.6635315Z remote: Compressing objects:  85% (170/199)        
2021-08-04T08:48:32.6635912Z remote: Compressing objects:  86% (172/199)        
2021-08-04T08:48:32.6636500Z remote: Compressing objects:  87% (174/199)        
2021-08-04T08:48:32.6637092Z remote: Compressing objects:  88% (176/199)        
2021-08-04T08:48:32.6637678Z remote: Compressing objects:  89% (178/199)        
2021-08-04T08:48:32.6638346Z remote: Compressing objects:  90% (180/199)        
2021-08-04T08:48:32.6639233Z remote: Compressing objects:  91% (182/199)        
2021-08-04T08:48:32.6639968Z remote: Compressing objects:  92% (184/199)        
2021-08-04T08:48:32.6640784Z remote: Compressing objects:  93% (186/199)        
2021-08-04T08:48:32.6641658Z remote: Compressing objects:  94% (188/199)        
2021-08-04T08:48:32.6642590Z remote: Compressing objects:  95% (190/199)        
2021-08-04T08:48:32.6643172Z remote: Compressing objects:  96% (192/199)        
2021-08-04T08:48:32.6643769Z remote: Compressing objects:  97% (194/199)        
2021-08-04T08:48:32.6644349Z remote: Compressing objects:  98% (196/199)        
2021-08-04T08:48:32.6644945Z remote: Compressing objects:  99% (198/199)        
2021-08-04T08:48:32.6645527Z remote: Compressing objects: 100% (199/199)        
2021-08-04T08:48:32.6646149Z remote: Compressing objects: 100% (199/199), done.        
2021-08-04T08:48:32.6704307Z Receiving objects:   0% (1/229)
2021-08-04T08:48:32.6705284Z Receiving objects:   1% (3/229)
2021-08-04T08:48:32.6706065Z Receiving objects:   2% (5/229)
2021-08-04T08:48:32.6706803Z Receiving objects:   3% (7/229)
2021-08-04T08:48:32.6707593Z Receiving objects:   4% (10/229)
2021-08-04T08:48:32.6708327Z Receiving objects:   5% (12/229)
2021-08-04T08:48:32.6709083Z Receiving objects:   6% (14/229)
2021-08-04T08:48:32.6709873Z Receiving objects:   7% (17/229)
2021-08-04T08:48:32.6710622Z Receiving objects:   8% (19/229)
2021-08-04T08:48:32.6711363Z Receiving objects:   9% (21/229)
2021-08-04T08:48:32.6712188Z Receiving objects:  10% (23/229)
2021-08-04T08:48:32.6712943Z Receiving objects:  11% (26/229)
2021-08-04T08:48:32.6713690Z Receiving objects:  12% (28/229)
2021-08-04T08:48:32.6714442Z Receiving objects:  13% (30/229)
2021-08-04T08:48:32.6715205Z Receiving objects:  14% (33/229)
2021-08-04T08:48:32.6716346Z Receiving objects:  15% (35/229)
2021-08-04T08:48:32.6716940Z Receiving objects:  16% (37/229)
2021-08-04T08:48:32.6717460Z Receiving objects:  17% (39/229)
2021-08-04T08:48:32.6717998Z Receiving objects:  18% (42/229)
2021-08-04T08:48:32.6718533Z Receiving objects:  19% (44/229)
2021-08-04T08:48:32.6719046Z Receiving objects:  20% (46/229)
2021-08-04T08:48:32.6719577Z Receiving objects:  21% (49/229)
2021-08-04T08:48:32.6720094Z Receiving objects:  22% (51/229)
2021-08-04T08:48:32.6965049Z Receiving objects:  23% (53/229)
2021-08-04T08:48:32.7567731Z Receiving objects:  24% (55/229)
2021-08-04T08:48:32.7571690Z Receiving objects:  25% (58/229)
2021-08-04T08:48:32.7575551Z Receiving objects:  26% (60/229)
2021-08-04T08:48:32.7578531Z Receiving objects:  27% (62/229)
2021-08-04T08:48:32.7581751Z Receiving objects:  28% (65/229)
2021-08-04T08:48:32.7586217Z Receiving objects:  29% (67/229)
2021-08-04T08:48:32.7590009Z Receiving objects:  30% (69/229)
2021-08-04T08:48:32.7593470Z Receiving objects:  31% (71/229)
2021-08-04T08:48:32.7596360Z Receiving objects:  32% (74/229)
2021-08-04T08:48:32.7600782Z Receiving objects:  33% (76/229)
2021-08-04T08:48:32.7604985Z Receiving objects:  34% (78/229)
2021-08-04T08:48:32.7608668Z Receiving objects:  35% (81/229)
2021-08-04T08:48:32.7614117Z Receiving objects:  36% (83/229)
2021-08-04T08:48:32.7617597Z Receiving objects:  37% (85/229)
2021-08-04T08:48:32.7620575Z Receiving objects:  38% (88/229)
2021-08-04T08:48:32.7624579Z Receiving objects:  39% (90/229)
2021-08-04T08:48:32.7629636Z Receiving objects:  40% (92/229)
2021-08-04T08:48:32.7633994Z Receiving objects:  41% (94/229)
2021-08-04T08:48:32.7637285Z Receiving objects:  42% (97/229)
2021-08-04T08:48:32.7642221Z Receiving objects:  43% (99/229)
2021-08-04T08:48:32.7646646Z Receiving objects:  44% (101/229)
2021-08-04T08:48:32.7651812Z Receiving objects:  45% (104/229)
2021-08-04T08:48:32.7659410Z Receiving objects:  46% (106/229)
2021-08-04T08:48:32.7667751Z Receiving objects:  47% (108/229)
2021-08-04T08:48:32.7677128Z Receiving objects:  48% (110/229)
2021-08-04T08:48:32.7937654Z Receiving objects:  49% (113/229)
2021-08-04T08:48:32.8280596Z Receiving objects:  50% (115/229)
2021-08-04T08:48:32.8500432Z Receiving objects:  51% (117/229)
2021-08-04T08:48:32.8545477Z Receiving objects:  52% (120/229)
2021-08-04T08:48:32.8548119Z Receiving objects:  53% (122/229)
2021-08-04T08:48:32.8663275Z Receiving objects:  54% (124/229)
2021-08-04T08:48:32.8818295Z Receiving objects:  55% (126/229)
2021-08-04T08:48:32.8875278Z Receiving objects:  56% (129/229)
2021-08-04T08:48:32.8971069Z Receiving objects:  57% (131/229)
2021-08-04T08:48:32.9042964Z Receiving objects:  58% (133/229)
2021-08-04T08:48:32.9047723Z Receiving objects:  59% (136/229)
2021-08-04T08:48:32.9059024Z Receiving objects:  60% (138/229)
2021-08-04T08:48:32.9059668Z Receiving objects:  61% (140/229)
2021-08-04T08:48:33.0010843Z Receiving objects:  62% (142/229)
2021-08-04T08:48:33.0033746Z Receiving objects:  63% (145/229)
2021-08-04T08:48:33.0040582Z Receiving objects:  64% (147/229)
2021-08-04T08:48:33.0399315Z Receiving objects:  65% (149/229)
2021-08-04T08:48:33.0400214Z Receiving objects:  66% (152/229)
2021-08-04T08:48:33.0400853Z Receiving objects:  67% (154/229)
2021-08-04T08:48:33.0401457Z Receiving objects:  68% (156/229)
2021-08-04T08:48:33.0402076Z Receiving objects:  69% (159/229)
2021-08-04T08:48:33.0405214Z Receiving objects:  70% (161/229)
2021-08-04T08:48:33.0405895Z Receiving objects:  71% (163/229)
2021-08-04T08:48:33.0406523Z Receiving objects:  72% (165/229)
2021-08-04T08:48:33.0408379Z Receiving objects:  73% (168/229)
2021-08-04T08:48:33.0409180Z Receiving objects:  74% (170/229)
2021-08-04T08:48:33.0409823Z Receiving objects:  75% (172/229)
2021-08-04T08:48:33.0413617Z Receiving objects:  76% (175/229)
2021-08-04T08:48:33.0414342Z Receiving objects:  77% (177/229)
2021-08-04T08:48:33.0415984Z Receiving objects:  78% (179/229)
2021-08-04T08:48:33.0416688Z Receiving objects:  79% (181/229)
2021-08-04T08:48:33.0417297Z Receiving objects:  80% (184/229)
2021-08-04T08:48:33.0417926Z Receiving objects:  81% (186/229)
2021-08-04T08:48:33.0418543Z Receiving objects:  82% (188/229)
2021-08-04T08:48:33.0419152Z Receiving objects:  83% (191/229)
2021-08-04T08:48:33.0419765Z Receiving objects:  84% (193/229)
2021-08-04T08:48:33.0420364Z Receiving objects:  85% (195/229)
2021-08-04T08:48:33.0420975Z Receiving objects:  86% (197/229)
2021-08-04T08:48:33.0421587Z Receiving objects:  87% (200/229)
2021-08-04T08:48:33.0422457Z Receiving objects:  88% (202/229)
2021-08-04T08:48:33.0423390Z Receiving objects:  89% (204/229)
2021-08-04T08:48:33.0424084Z Receiving objects:  90% (207/229)
2021-08-04T08:48:33.0439918Z Receiving objects:  91% (209/229)
2021-08-04T08:48:33.0441855Z remote: Total 229 (delta 27), reused 149 (delta 12), pack-reused 0        
2021-08-04T08:48:33.0442735Z Receiving objects:  92% (211/229)
2021-08-04T08:48:33.0443375Z Receiving objects:  93% (213/229)
2021-08-04T08:48:33.0444243Z Receiving objects:  94% (216/229)
2021-08-04T08:48:33.0445757Z Receiving objects:  95% (218/229)
2021-08-04T08:48:33.0453931Z Receiving objects:  96% (220/229)
2021-08-04T08:48:33.0457388Z Receiving objects:  97% (223/229)
2021-08-04T08:48:33.0458105Z Receiving objects:  98% (225/229)
2021-08-04T08:48:33.0458728Z Receiving objects:  99% (227/229)
2021-08-04T08:48:33.0459345Z Receiving objects: 100% (229/229)
2021-08-04T08:48:33.0460046Z Receiving objects: 100% (229/229), 7.89 MiB | 20.93 MiB/s, done.
2021-08-04T08:48:33.0464036Z Resolving deltas:   0% (0/27)
2021-08-04T08:48:33.0467086Z Resolving deltas:   3% (1/27)
2021-08-04T08:48:33.0504204Z Resolving deltas:   7% (2/27)
2021-08-04T08:48:33.0505787Z Resolving deltas:  11% (3/27)
2021-08-04T08:48:33.0509072Z Resolving deltas:  14% (4/27)
2021-08-04T08:48:33.0509782Z Resolving deltas:  18% (5/27)
2021-08-04T08:48:33.0517339Z Resolving deltas:  22% (6/27)
2021-08-04T08:48:33.0518097Z Resolving deltas:  25% (7/27)
2021-08-04T08:48:33.0518731Z Resolving deltas:  29% (8/27)
2021-08-04T08:48:33.0519316Z Resolving deltas:  33% (9/27)
2021-08-04T08:48:33.0519917Z Resolving deltas:  37% (10/27)
2021-08-04T08:48:33.0520515Z Resolving deltas:  40% (11/27)
2021-08-04T08:48:33.0521091Z Resolving deltas:  44% (12/27)
2021-08-04T08:48:33.0521684Z Resolving deltas:  48% (13/27)
2021-08-04T08:48:33.0522263Z Resolving deltas:  51% (14/27)
2021-08-04T08:48:33.0522854Z Resolving deltas:  55% (15/27)
2021-08-04T08:48:33.0523447Z Resolving deltas:  59% (16/27)
2021-08-04T08:48:33.0524089Z Resolving deltas:  62% (17/27)
2021-08-04T08:48:33.0524694Z Resolving deltas:  66% (18/27)
2021-08-04T08:48:33.0529065Z Resolving deltas:  70% (19/27)
2021-08-04T08:48:33.0529808Z Resolving deltas:  74% (20/27)
2021-08-04T08:48:33.0532173Z Resolving deltas:  77% (21/27)
2021-08-04T08:48:33.0533431Z Resolving deltas:  81% (22/27)
2021-08-04T08:48:33.0538792Z Resolving deltas:  85% (23/27)
2021-08-04T08:48:33.0539507Z Resolving deltas:  88% (24/27)
2021-08-04T08:48:33.0542686Z Resolving deltas:  92% (25/27)
2021-08-04T08:48:33.0603319Z Resolving deltas:  96% (26/27)
2021-08-04T08:48:33.0605608Z Resolving deltas: 100% (27/27)
2021-08-04T08:48:33.0606133Z Resolving deltas: 100% (27/27), done.
2021-08-04T08:48:33.0767865Z From https://github.com/tcgwiz/web
2021-08-04T08:48:33.0770535Z  * [new ref]         17ed57db665a3d955e3a8788b4e2f8d49a23a354 -> origin/master
2021-08-04T08:48:33.0821180Z ::endgroup::
2021-08-04T08:48:33.0821688Z ##[endgroup]
2021-08-04T08:48:33.0823972Z ::group::Determining the checkout info
2021-08-04T08:48:33.0824644Z ##[group]Determining the checkout info
2021-08-04T08:48:33.0825979Z ::endgroup::
2021-08-04T08:48:33.0826387Z ##[endgroup]
2021-08-04T08:48:33.0827513Z ::group::Checking out the ref
2021-08-04T08:48:33.0829096Z ##[group]Checking out the ref
2021-08-04T08:48:33.0832631Z [command]/usr/bin/git checkout --progress --force -B master refs/remotes/origin/master
2021-08-04T08:48:33.1734608Z Reset branch 'master'
2021-08-04T08:48:33.1736137Z Branch 'master' set up to track remote branch 'master' from 'origin'.
2021-08-04T08:48:33.1744268Z ::endgroup::
2021-08-04T08:48:33.1744695Z ##[endgroup]
2021-08-04T08:48:33.1788403Z [command]/usr/bin/git log -1 --format='%H'
2021-08-04T08:48:33.1844311Z '17ed57db665a3d955e3a8788b4e2f8d49a23a354'
2021-08-04T08:48:33.1854464Z ::remove-matcher owner=checkout-git,::
2021-08-04T08:48:33.1857389Z ##[debug]Removed matchers: 'checkout-git'
2021-08-04T08:48:33.1909013Z ##[debug]Node Action run completed with exit code 0
2021-08-04T08:48:33.1917291Z ##[debug]Finishing: Run actions/checkout@v2
2021-08-04T08:48:33.1924507Z ##[debug]Evaluating condition for step: 'Run hsh2001/ESLint-PR-review@latest'
2021-08-04T08:48:33.1929078Z ##[debug]Evaluating: success()
2021-08-04T08:48:33.1929929Z ##[debug]Evaluating success:
2021-08-04T08:48:33.1931375Z ##[debug]=> true
2021-08-04T08:48:33.1932221Z ##[debug]Result: true
2021-08-04T08:48:33.1934336Z ##[debug]Starting: Run hsh2001/ESLint-PR-review@latest
2021-08-04T08:48:33.1980577Z ##[debug]Loading inputs
2021-08-04T08:48:33.2021326Z ##[debug]Evaluating: secrets.GIT_TOKEN
2021-08-04T08:48:33.2021956Z ##[debug]Evaluating Index:
2021-08-04T08:48:33.2022816Z ##[debug]..Evaluating secrets:
2021-08-04T08:48:33.2023351Z ##[debug]..=> Object
2021-08-04T08:48:33.2023888Z ##[debug]..Evaluating String:
2021-08-04T08:48:33.2024411Z ##[debug]..=> 'GIT_TOKEN'
2021-08-04T08:48:33.2025128Z ##[debug]=> null
2021-08-04T08:48:33.2025595Z ##[debug]Result: null
2021-08-04T08:48:33.2042315Z ##[debug]Loading env
2021-08-04T08:48:33.2056873Z ##[group]Run hsh2001/ESLint-PR-review@latest
2021-08-04T08:48:33.2057402Z with:
2021-08-04T08:48:33.2057741Z   src: .
2021-08-04T08:48:33.2058139Z   eslint-format: table
2021-08-04T08:48:33.2058616Z   project-root: .
2021-08-04T08:48:33.2059098Z   approve-mode: 0
2021-08-04T08:48:33.2059579Z   extensions: js,jsx,ts,tsx
2021-08-04T08:48:33.2060108Z ##[endgroup]
2021-08-04T08:48:33.2082556Z ##[debug]Evaluating: inputs.project-root
2021-08-04T08:48:33.2083199Z ##[debug]Evaluating Index:
2021-08-04T08:48:33.2083741Z ##[debug]..Evaluating inputs:
2021-08-04T08:48:33.2084227Z ##[debug]..=> Object
2021-08-04T08:48:33.2084718Z ##[debug]..Evaluating String:
2021-08-04T08:48:33.2085245Z ##[debug]..=> 'project-root'
2021-08-04T08:48:33.2085846Z ##[debug]=> '.'
2021-08-04T08:48:33.2087352Z ##[debug]Result: '.'
2021-08-04T08:48:33.2088864Z ##[debug]Evaluating: inputs.src
2021-08-04T08:48:33.2089417Z ##[debug]Evaluating Index:
2021-08-04T08:48:33.2089920Z ##[debug]..Evaluating inputs:
2021-08-04T08:48:33.2090416Z ##[debug]..=> Object
2021-08-04T08:48:33.2090903Z ##[debug]..Evaluating String:
2021-08-04T08:48:33.2091362Z ##[debug]..=> 'src'
2021-08-04T08:48:33.2091779Z ##[debug]=> '.'
2021-08-04T08:48:33.2092177Z ##[debug]Result: '.'
2021-08-04T08:48:33.2092991Z ##[debug]Evaluating: inputs.github-token
2021-08-04T08:48:33.2093614Z ##[debug]Evaluating Index:
2021-08-04T08:48:33.2094131Z ##[debug]..Evaluating inputs:
2021-08-04T08:48:33.2094602Z ##[debug]..=> Object
2021-08-04T08:48:33.2095085Z ##[debug]..Evaluating String:
2021-08-04T08:48:33.2095602Z ##[debug]..=> 'github-token'
2021-08-04T08:48:33.2096070Z ##[debug]=> ''
2021-08-04T08:48:33.2096465Z ##[debug]Result: ''
2021-08-04T08:48:33.2097282Z ##[debug]Evaluating: inputs.eslint-format
2021-08-04T08:48:33.2097901Z ##[debug]Evaluating Index:
2021-08-04T08:48:33.2098417Z ##[debug]..Evaluating inputs:
2021-08-04T08:48:33.2098883Z ##[debug]..=> Object
2021-08-04T08:48:33.2099363Z ##[debug]..Evaluating String:
2021-08-04T08:48:33.2099885Z ##[debug]..=> 'eslint-format'
2021-08-04T08:48:33.2100359Z ##[debug]=> 'table'
2021-08-04T08:48:33.2100824Z ##[debug]Result: 'table'
2021-08-04T08:48:33.2101697Z ##[debug]Evaluating: inputs.approve-mode
2021-08-04T08:48:33.2102599Z ##[debug]Evaluating Index:
2021-08-04T08:48:33.2103115Z ##[debug]..Evaluating inputs:
2021-08-04T08:48:33.2103609Z ##[debug]..=> Object
2021-08-04T08:48:33.2104077Z ##[debug]..Evaluating String:
2021-08-04T08:48:33.2104602Z ##[debug]..=> 'approve-mode'
2021-08-04T08:48:33.2105077Z ##[debug]=> '0'
2021-08-04T08:48:33.2105486Z ##[debug]Result: '0'
2021-08-04T08:48:33.2106282Z ##[debug]Evaluating: inputs.extensions
2021-08-04T08:48:33.2106884Z ##[debug]Evaluating Index:
2021-08-04T08:48:33.2107399Z ##[debug]..Evaluating inputs:
2021-08-04T08:48:33.2107864Z ##[debug]..=> Object
2021-08-04T08:48:33.2108345Z ##[debug]..Evaluating String:
2021-08-04T08:48:33.2108836Z ##[debug]..=> 'extensions'
2021-08-04T08:48:33.2109347Z ##[debug]=> 'js,jsx,ts,tsx'
2021-08-04T08:48:33.2109882Z ##[debug]Result: 'js,jsx,ts,tsx'
2021-08-04T08:48:33.2138251Z ##[command]/usr/bin/docker run --name bec5ff60fc44a877f4572aa5cf913fb61b3ef_c6f6ba --label 3bec5f --workdir /github/workspace --rm -e INPUT_GITHUB-TOKEN -e INPUT_SRC -e INPUT_ESLINT-FORMAT -e INPUT_PROJECT-ROOT -e INPUT_APPROVE-MODE -e INPUT_EXTENSIONS -e HOME -e GITHUB_JOB -e GITHUB_REF -e GITHUB_SHA -e GITHUB_REPOSITORY -e GITHUB_REPOSITORY_OWNER -e GITHUB_RUN_ID -e GITHUB_RUN_NUMBER -e GITHUB_RETENTION_DAYS -e GITHUB_ACTOR -e GITHUB_WORKFLOW -e GITHUB_HEAD_REF -e GITHUB_BASE_REF -e GITHUB_EVENT_NAME -e GITHUB_SERVER_URL -e GITHUB_API_URL -e GITHUB_GRAPHQL_URL -e GITHUB_WORKSPACE -e GITHUB_ACTION -e GITHUB_EVENT_PATH -e GITHUB_ACTION_REPOSITORY -e GITHUB_ACTION_REF -e GITHUB_PATH -e GITHUB_ENV -e RUNNER_DEBUG -e RUNNER_OS -e RUNNER_TOOL_CACHE -e RUNNER_TEMP -e RUNNER_WORKSPACE -e ACTIONS_RUNTIME_URL -e ACTIONS_RUNTIME_TOKEN -e ACTIONS_CACHE_URL -e GITHUB_ACTIONS=true -e CI=true -v "/var/run/docker.sock":"/var/run/docker.sock" -v "/home/runner/work/_temp/_github_home":"/github/home" -v "/home/runner/work/_temp/_github_workflow":"/github/workflow" -v "/home/runner/work/_temp/_runner_file_commands":"/github/file_commands" -v "/home/runner/work/web/web":"/github/workspace" 3bec5f:f60fc44a877f4572aa5cf913fb61b3ef  "." "." "" "table" "0" "js,jsx,ts,tsx"
2021-08-04T08:48:34.2402889Z ##[debug]Install ESLint-PR-review Packages:
2021-08-04T08:48:46.6696100Z npm WARN deprecated resolve-url@0.2.1: https://github.com/lydell/resolve-url#deprecated
2021-08-04T08:48:46.6698550Z npm WARN deprecated request-promise-native@1.0.8: request-promise-native has been deprecated because it extends the now deprecated request package, see https://github.com/request/request/issues/3142
2021-08-04T08:48:46.7490723Z npm WARN deprecated urix@0.1.0: Please see https://github.com/lydell/urix#deprecated
2021-08-04T08:48:47.3731355Z npm WARN deprecated uuid@3.3.3: 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.
2021-08-04T08:48:47.3908354Z npm WARN deprecated sane@4.1.0: some dependency vulnerabilities fixed, support for node < 10 dropped, and newer ECMAScript syntax/features added
2021-08-04T08:48:49.1310715Z npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142
2021-08-04T08:48:50.8070581Z npm WARN deprecated har-validator@5.1.3: this library is no longer supported
2021-08-04T08:48:54.2519162Z npm WARN deprecated debug@4.1.1: Debug versions >=3.2.0 <3.2.7 || >=4 <4.3.1 have a low-severity ReDos regression when used in a Node.js environment. It is recommended you upgrade to 3.2.7 or 4.3.1. (https://github.com/visionmedia/debug/issues/797)
2021-08-04T08:48:58.5453581Z ##[debug]
2021-08-04T08:48:58.5459783Z ##[debug]added 1106 packages, and audited 1107 packages in 24s
2021-08-04T08:48:58.5461114Z ##[debug]
2021-08-04T08:48:58.5467179Z ##[debug]88 packages are looking for funding
2021-08-04T08:48:58.5473614Z ##[debug]run `npm fund` for details
2021-08-04T08:48:58.5479195Z ##[debug]
2021-08-04T08:48:58.5485158Z ##[debug]found 0 vulnerabilities
2021-08-04T08:48:58.5697044Z ##[debug]Build ESLint-PR-review:
2021-08-04T08:48:58.9147193Z ##[debug]
2021-08-04T08:48:58.9157295Z ##[debug]> typescript-action@0.0.0 build
2021-08-04T08:48:58.9158630Z ##[debug]> tsc
2021-08-04T08:48:58.9159656Z ##[debug]
2021-08-04T08:49:10.9958265Z ##[debug]Install Project Packages:
2021-08-04T08:49:12.4788373Z npm WARN EBADENGINE Unsupported engine {
2021-08-04T08:49:12.4789832Z npm WARN EBADENGINE   package: 'react-lottie@1.2.3',
2021-08-04T08:49:12.4790666Z npm WARN EBADENGINE   required: { npm: '^3.0.0' },
2021-08-04T08:49:12.4791499Z npm WARN EBADENGINE   current: { node: 'v16.6.1', npm: '7.20.3' }
2021-08-04T08:49:12.4792063Z npm WARN EBADENGINE }
2021-08-04T08:50:58.7892000Z npm WARN deprecated urix@0.1.0: Please see https://github.com/lydell/urix#deprecated
2021-08-04T08:50:59.0232824Z npm WARN deprecated resolve-url@0.2.1: https://github.com/lydell/resolve-url#deprecated
2021-08-04T08:51:01.0174469Z npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142
2021-08-04T08:51:01.1022619Z npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142
2021-08-04T08:51:01.1028239Z npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142
2021-08-04T08:51:01.4190434Z npm WARN deprecated har-validator@5.1.5: this library is no longer supported
2021-08-04T08:51:02.1383775Z npm WARN deprecated sntp@1.0.9: This module moved to @hapi/sntp. Please make sure to switch over as this distribution is no longer supported and may contain bugs and critical security issues.
2021-08-04T08:51:02.5578301Z 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.
2021-08-04T08:51:03.3779614Z npm WARN deprecated har-validator@5.1.5: this library is no longer supported
2021-08-04T08:51:03.4429769Z npm WARN deprecated chokidar@2.1.8: Chokidar 2 will break on node v14+. Upgrade to chokidar 3 with 15x less dependencies.
2021-08-04T08:51:03.6767924Z npm WARN deprecated har-validator@5.1.5: this library is no longer supported
2021-08-04T08:51:07.8613377Z npm WARN deprecated cryptiles@2.0.5: This version has been deprecated in accordance with the hapi support policy (hapi.im/support). Please upgrade to the latest version to get the best features, bug fixes, and security patches. If you are unable to upgrade at this time, paid support is available for older versions (hapi.im/commercial).
2021-08-04T08:51:08.7102472Z npm WARN deprecated hoek@2.16.3: This version has been deprecated in accordance with the hapi support policy (hapi.im/support). Please upgrade to the latest version to get the best features, bug fixes, and security patches. If you are unable to upgrade at this time, paid support is available for older versions (hapi.im/commercial).
2021-08-04T08:51:09.8633598Z npm WARN deprecated @zeit/next-css@1.0.1: Next.js now has built-in support for CSS: https://nextjs.org/docs/basic-features/built-in-css-support. The built-in support solves many bugs and painpoints that the next-css plugin had.
2021-08-04T08:51:10.5877599Z npm WARN deprecated @types/delay@3.1.0: This is a stub types definition. delay provides its own type definitions, so you do not need this installed.
2021-08-04T08:51:10.6186686Z npm WARN deprecated @types/axios@0.14.0: This is a stub types definition for axios (https://github.com/mzabriskie/axios). axios provides its own type definitions, so you don't need @types/axios installed!
2021-08-04T08:51:10.9318835Z npm WARN deprecated boom@2.10.1: This version has been deprecated in accordance with the hapi support policy (hapi.im/support). Please upgrade to the latest version to get the best features, bug fixes, and security patches. If you are unable to upgrade at this time, paid support is available for older versions (hapi.im/commercial).
2021-08-04T08:51:12.1332706Z npm WARN deprecated hawk@3.1.3: This module moved to @hapi/hawk. Please make sure to switch over as this distribution is no longer supported and may contain bugs and critical security issues.
2021-08-04T08:51:12.9881644Z npm WARN deprecated har-validator@4.2.1: this library is no longer supported
2021-08-04T08:51:13.0222558Z npm WARN deprecated request@2.81.0: request has been deprecated, see https://github.com/request/request/issues/3142
2021-08-04T08:51:13.2008018Z npm WARN deprecated node-pre-gyp@0.11.0: Please upgrade to @mapbox/node-pre-gyp: the non-scoped node-pre-gyp package is deprecated and only the @mapbox scoped package will recieve updates in the future
2021-08-04T08:51:20.1484525Z npm WARN deprecated core-js@2.6.12: core-js@<3.3 is no longer maintained and not recommended for usage due to the number of issues. Because of the V8 engine whims, feature detection in old core-js versions could cause a slowdown up to 100x even if nothing is polyfilled. Please, upgrade your dependencies to the actual version of core-js.
2021-08-04T08:53:40.5820631Z npm ERR! code 1
2021-08-04T08:53:40.5826764Z npm ERR! path /github/workspace/node_modules/node-sass
2021-08-04T08:53:40.5844206Z npm ERR! command failed
2021-08-04T08:53:40.5851107Z npm ERR! command sh -c node scripts/build.js
2021-08-04T08:53:40.5927198Z npm ERR! Building: /usr/local/bin/node /github/workspace/node_modules/node-gyp/bin/node-gyp.js rebuild --verbose --libsass_ext= --libsass_cflags= --libsass_ldflags= --libsass_library=
2021-08-04T08:53:40.5929152Z npm ERR! make: Entering directory '/github/workspace/node_modules/node-sass/build'
2021-08-04T08:53:40.5934981Z npm ERR!   g++ -o Release/obj.target/libsass/src/libsass/src/ast.o ../src/libsass/src/ast.cpp '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-D__STDC_FORMAT_MACROS' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/github/home/.cache/node-gyp/16.6.1/include/node -I/github/home/.cache/node-gyp/16.6.1/src -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/config -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/openssl/include -I/github/home/.cache/node-gyp/16.6.1/deps/uv/include -I/github/home/.cache/node-gyp/16.6.1/deps/zlib -I/github/home/.cache/node-gyp/16.6.1/deps/v8/include -I../src/libsass/include  -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++14 -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/ast.o.d.raw   -c
2021-08-04T08:53:40.5950950Z npm ERR!   g++ -o Release/obj.target/libsass/src/libsass/src/ast_fwd_decl.o ../src/libsass/src/ast_fwd_decl.cpp '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-D__STDC_FORMAT_MACROS' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/github/home/.cache/node-gyp/16.6.1/include/node -I/github/home/.cache/node-gyp/16.6.1/src -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/config -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/openssl/include -I/github/home/.cache/node-gyp/16.6.1/deps/uv/include -I/github/home/.cache/node-gyp/16.6.1/deps/zlib -I/github/home/.cache/node-gyp/16.6.1/deps/v8/include -I../src/libsass/include  -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++14 -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/ast_fwd_decl.o.d.raw   -c
2021-08-04T08:53:40.6007442Z npm ERR!   g++ -o Release/obj.target/libsass/src/libsass/src/backtrace.o ../src/libsass/src/backtrace.cpp '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-D__STDC_FORMAT_MACROS' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/github/home/.cache/node-gyp/16.6.1/include/node -I/github/home/.cache/node-gyp/16.6.1/src -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/config -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/openssl/include -I/github/home/.cache/node-gyp/16.6.1/deps/uv/include -I/github/home/.cache/node-gyp/16.6.1/deps/zlib -I/github/home/.cache/node-gyp/16.6.1/deps/v8/include -I../src/libsass/include  -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++14 -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/backtrace.o.d.raw   -c
2021-08-04T08:53:40.6067161Z npm ERR!   g++ -o Release/obj.target/libsass/src/libsass/src/base64vlq.o ../src/libsass/src/base64vlq.cpp '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-D__STDC_FORMAT_MACROS' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/github/home/.cache/node-gyp/16.6.1/include/node -I/github/home/.cache/node-gyp/16.6.1/src -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/config -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/openssl/include -I/github/home/.cache/node-gyp/16.6.1/deps/uv/include -I/github/home/.cache/node-gyp/16.6.1/deps/zlib -I/github/home/.cache/node-gyp/16.6.1/deps/v8/include -I../src/libsass/include  -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++14 -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/base64vlq.o.d.raw   -c
2021-08-04T08:53:40.6101012Z npm ERR!   g++ -o Release/obj.target/libsass/src/libsass/src/bind.o ../src/libsass/src/bind.cpp '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-D__STDC_FORMAT_MACROS' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/github/home/.cache/node-gyp/16.6.1/include/node -I/github/home/.cache/node-gyp/16.6.1/src -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/config -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/openssl/include -I/github/home/.cache/node-gyp/16.6.1/deps/uv/include -I/github/home/.cache/node-gyp/16.6.1/deps/zlib -I/github/home/.cache/node-gyp/16.6.1/deps/v8/include -I../src/libsass/include  -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++14 -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/bind.o.d.raw   -c
2021-08-04T08:53:40.6112171Z npm ERR!   cc -o Release/obj.target/libsass/src/libsass/src/cencode.o ../src/libsass/src/cencode.c '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-D__STDC_FORMAT_MACROS' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/github/home/.cache/node-gyp/16.6.1/include/node -I/github/home/.cache/node-gyp/16.6.1/src -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/config -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/openssl/include -I/github/home/.cache/node-gyp/16.6.1/deps/uv/include -I/github/home/.cache/node-gyp/16.6.1/deps/zlib -I/github/home/.cache/node-gyp/16.6.1/deps/v8/include -I../src/libsass/include  -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer  -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/cencode.o.d.raw   -c
2021-08-04T08:53:40.6134997Z npm ERR!   g++ -o Release/obj.target/libsass/src/libsass/src/check_nesting.o ../src/libsass/src/check_nesting.cpp '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-D__STDC_FORMAT_MACROS' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/github/home/.cache/node-gyp/16.6.1/include/node -I/github/home/.cache/node-gyp/16.6.1/src -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/config -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/openssl/include -I/github/home/.cache/node-gyp/16.6.1/deps/uv/include -I/github/home/.cache/node-gyp/16.6.1/deps/zlib -I/github/home/.cache/node-gyp/16.6.1/deps/v8/include -I../src/libsass/include  -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++14 -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/check_nesting.o.d.raw   -c
2021-08-04T08:53:40.6143799Z npm ERR!   g++ -o Release/obj.target/libsass/src/libsass/src/color_maps.o ../src/libsass/src/color_maps.cpp '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-D__STDC_FORMAT_MACROS' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/github/home/.cache/node-gyp/16.6.1/include/node -I/github/home/.cache/node-gyp/16.6.1/src -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/config -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/openssl/include -I/github/home/.cache/node-gyp/16.6.1/deps/uv/include -I/github/home/.cache/node-gyp/16.6.1/deps/zlib -I/github/home/.cache/node-gyp/16.6.1/deps/v8/include -I../src/libsass/include  -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++14 -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/color_maps.o.d.raw   -c
2021-08-04T08:53:40.6290051Z npm ERR!   g++ -o Release/obj.target/libsass/src/libsass/src/constants.o ../src/libsass/src/constants.cpp '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-D__STDC_FORMAT_MACROS' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/github/home/.cache/node-gyp/16.6.1/include/node -I/github/home/.cache/node-gyp/16.6.1/src -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/config -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/openssl/include -I/github/home/.cache/node-gyp/16.6.1/deps/uv/include -I/github/home/.cache/node-gyp/16.6.1/deps/zlib -I/github/home/.cache/node-gyp/16.6.1/deps/v8/include -I../src/libsass/include  -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++14 -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/constants.o.d.raw   -c
2021-08-04T08:53:40.6312400Z npm ERR!   g++ -o Release/obj.target/libsass/src/libsass/src/context.o ../src/libsass/src/context.cpp '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-D__STDC_FORMAT_MACROS' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/github/home/.cache/node-gyp/16.6.1/include/node -I/github/home/.cache/node-gyp/16.6.1/src -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/config -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/openssl/include -I/github/home/.cache/node-gyp/16.6.1/deps/uv/include -I/github/home/.cache/node-gyp/16.6.1/deps/zlib -I/github/home/.cache/node-gyp/16.6.1/deps/v8/include -I../src/libsass/include  -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++14 -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/context.o.d.raw   -c
2021-08-04T08:53:40.6321551Z npm ERR!   g++ -o Release/obj.target/libsass/src/libsass/src/cssize.o ../src/libsass/src/cssize.cpp '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-D__STDC_FORMAT_MACROS' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/github/home/.cache/node-gyp/16.6.1/include/node -I/github/home/.cache/node-gyp/16.6.1/src -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/config -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/openssl/include -I/github/home/.cache/node-gyp/16.6.1/deps/uv/include -I/github/home/.cache/node-gyp/16.6.1/deps/zlib -I/github/home/.cache/node-gyp/16.6.1/deps/v8/include -I../src/libsass/include  -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++14 -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/cssize.o.d.raw   -c
2021-08-04T08:53:40.6331901Z npm ERR!   g++ -o Release/obj.target/libsass/src/libsass/src/emitter.o ../src/libsass/src/emitter.cpp '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-D__STDC_FORMAT_MACROS' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/github/home/.cache/node-gyp/16.6.1/include/node -I/github/home/.cache/node-gyp/16.6.1/src -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/config -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/openssl/include -I/github/home/.cache/node-gyp/16.6.1/deps/uv/include -I/github/home/.cache/node-gyp/16.6.1/deps/zlib -I/github/home/.cache/node-gyp/16.6.1/deps/v8/include -I../src/libsass/include  -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++14 -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/emitter.o.d.raw   -c
2021-08-04T08:53:40.6341413Z npm ERR!   g++ -o Release/obj.target/libsass/src/libsass/src/environment.o ../src/libsass/src/environment.cpp '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-D__STDC_FORMAT_MACROS' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/github/home/.cache/node-gyp/16.6.1/include/node -I/github/home/.cache/node-gyp/16.6.1/src -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/config -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/openssl/include -I/github/home/.cache/node-gyp/16.6.1/deps/uv/include -I/github/home/.cache/node-gyp/16.6.1/deps/zlib -I/github/home/.cache/node-gyp/16.6.1/deps/v8/include -I../src/libsass/include  -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++14 -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/environment.o.d.raw   -c
2021-08-04T08:53:40.6393389Z npm ERR!   g++ -o Release/obj.target/libsass/src/libsass/src/error_handling.o ../src/libsass/src/error_handling.cpp '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-D__STDC_FORMAT_MACROS' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/github/home/.cache/node-gyp/16.6.1/include/node -I/github/home/.cache/node-gyp/16.6.1/src -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/config -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/openssl/include -I/github/home/.cache/node-gyp/16.6.1/deps/uv/include -I/github/home/.cache/node-gyp/16.6.1/deps/zlib -I/github/home/.cache/node-gyp/16.6.1/deps/v8/include -I../src/libsass/include  -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++14 -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/error_handling.o.d.raw   -c
2021-08-04T08:53:40.6401927Z npm ERR!   g++ -o Release/obj.target/libsass/src/libsass/src/eval.o ../src/libsass/src/eval.cpp '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-D__STDC_FORMAT_MACROS' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/github/home/.cache/node-gyp/16.6.1/include/node -I/github/home/.cache/node-gyp/16.6.1/src -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/config -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/openssl/include -I/github/home/.cache/node-gyp/16.6.1/deps/uv/include -I/github/home/.cache/node-gyp/16.6.1/deps/zlib -I/github/home/.cache/node-gyp/16.6.1/deps/v8/include -I../src/libsass/include  -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++14 -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/eval.o.d.raw   -c
2021-08-04T08:53:40.6411747Z npm ERR!   g++ -o Release/obj.target/libsass/src/libsass/src/expand.o ../src/libsass/src/expand.cpp '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-D__STDC_FORMAT_MACROS' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/github/home/.cache/node-gyp/16.6.1/include/node -I/github/home/.cache/node-gyp/16.6.1/src -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/config -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/openssl/include -I/github/home/.cache/node-gyp/16.6.1/deps/uv/include -I/github/home/.cache/node-gyp/16.6.1/deps/zlib -I/github/home/.cache/node-gyp/16.6.1/deps/v8/include -I../src/libsass/include  -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++14 -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/expand.o.d.raw   -c
2021-08-04T08:53:40.6422499Z npm ERR!   g++ -o Release/obj.target/libsass/src/libsass/src/extend.o ../src/libsass/src/extend.cpp '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-D__STDC_FORMAT_MACROS' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/github/home/.cache/node-gyp/16.6.1/include/node -I/github/home/.cache/node-gyp/16.6.1/src -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/config -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/openssl/include -I/github/home/.cache/node-gyp/16.6.1/deps/uv/include -I/github/home/.cache/node-gyp/16.6.1/deps/zlib -I/github/home/.cache/node-gyp/16.6.1/deps/v8/include -I../src/libsass/include  -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++14 -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/extend.o.d.raw   -c
2021-08-04T08:53:40.6437663Z npm ERR!   g++ -o Release/obj.target/libsass/src/libsass/src/file.o ../src/libsass/src/file.cpp '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-D__STDC_FORMAT_MACROS' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/github/home/.cache/node-gyp/16.6.1/include/node -I/github/home/.cache/node-gyp/16.6.1/src -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/config -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/openssl/include -I/github/home/.cache/node-gyp/16.6.1/deps/uv/include -I/github/home/.cache/node-gyp/16.6.1/deps/zlib -I/github/home/.cache/node-gyp/16.6.1/deps/v8/include -I../src/libsass/include  -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++14 -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/file.o.d.raw   -c
2021-08-04T08:53:40.6840630Z npm ERR!   g++ -o Release/obj.target/libsass/src/libsass/src/functions.o ../src/libsass/src/functions.cpp '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-D__STDC_FORMAT_MACROS' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/github/home/.cache/node-gyp/16.6.1/include/node -I/github/home/.cache/node-gyp/16.6.1/src -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/config -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/openssl/include -I/github/home/.cache/node-gyp/16.6.1/deps/uv/include -I/github/home/.cache/node-gyp/16.6.1/deps/zlib -I/github/home/.cache/node-gyp/16.6.1/deps/v8/include -I../src/libsass/include  -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++14 -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/functions.o.d.raw   -c
2021-08-04T08:53:40.6849931Z npm ERR!   g++ -o Release/obj.target/libsass/src/libsass/src/inspect.o ../src/libsass/src/inspect.cpp '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-D__STDC_FORMAT_MACROS' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/github/home/.cache/node-gyp/16.6.1/include/node -I/github/home/.cache/node-gyp/16.6.1/src -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/config -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/openssl/include -I/github/home/.cache/node-gyp/16.6.1/deps/uv/include -I/github/home/.cache/node-gyp/16.6.1/deps/zlib -I/github/home/.cache/node-gyp/16.6.1/deps/v8/include -I../src/libsass/include  -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++14 -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/inspect.o.d.raw   -c
2021-08-04T08:53:40.6858163Z npm ERR!   g++ -o Release/obj.target/libsass/src/libsass/src/json.o ../src/libsass/src/json.cpp '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-D__STDC_FORMAT_MACROS' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/github/home/.cache/node-gyp/16.6.1/include/node -I/github/home/.cache/node-gyp/16.6.1/src -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/config -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/openssl/include -I/github/home/.cache/node-gyp/16.6.1/deps/uv/include -I/github/home/.cache/node-gyp/16.6.1/deps/zlib -I/github/home/.cache/node-gyp/16.6.1/deps/v8/include -I../src/libsass/include  -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++14 -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/json.o.d.raw   -c
2021-08-04T08:53:40.6876781Z npm ERR!   g++ -o Release/obj.target/libsass/src/libsass/src/lexer.o ../src/libsass/src/lexer.cpp '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-D__STDC_FORMAT_MACROS' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/github/home/.cache/node-gyp/16.6.1/include/node -I/github/home/.cache/node-gyp/16.6.1/src -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/config -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/openssl/include -I/github/home/.cache/node-gyp/16.6.1/deps/uv/include -I/github/home/.cache/node-gyp/16.6.1/deps/zlib -I/github/home/.cache/node-gyp/16.6.1/deps/v8/include -I../src/libsass/include  -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++14 -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/lexer.o.d.raw   -c
2021-08-04T08:53:40.6884709Z npm ERR!   g++ -o Release/obj.target/libsass/src/libsass/src/listize.o ../src/libsass/src/listize.cpp '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-D__STDC_FORMAT_MACROS' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/github/home/.cache/node-gyp/16.6.1/include/node -I/github/home/.cache/node-gyp/16.6.1/src -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/config -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/openssl/include -I/github/home/.cache/node-gyp/16.6.1/deps/uv/include -I/github/home/.cache/node-gyp/16.6.1/deps/zlib -I/github/home/.cache/node-gyp/16.6.1/deps/v8/include -I../src/libsass/include  -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++14 -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/listize.o.d.raw   -c
2021-08-04T08:53:40.6892858Z npm ERR!   g++ -o Release/obj.target/libsass/src/libsass/src/memory/SharedPtr.o ../src/libsass/src/memory/SharedPtr.cpp '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-D__STDC_FORMAT_MACROS' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/github/home/.cache/node-gyp/16.6.1/include/node -I/github/home/.cache/node-gyp/16.6.1/src -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/config -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/openssl/include -I/github/home/.cache/node-gyp/16.6.1/deps/uv/include -I/github/home/.cache/node-gyp/16.6.1/deps/zlib -I/github/home/.cache/node-gyp/16.6.1/deps/v8/include -I../src/libsass/include  -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++14 -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/memory/SharedPtr.o.d.raw   -c
2021-08-04T08:53:40.6901093Z npm ERR!   g++ -o Release/obj.target/libsass/src/libsass/src/node.o ../src/libsass/src/node.cpp '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-D__STDC_FORMAT_MACROS' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/github/home/.cache/node-gyp/16.6.1/include/node -I/github/home/.cache/node-gyp/16.6.1/src -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/config -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/openssl/include -I/github/home/.cache/node-gyp/16.6.1/deps/uv/include -I/github/home/.cache/node-gyp/16.6.1/deps/zlib -I/github/home/.cache/node-gyp/16.6.1/deps/v8/include -I../src/libsass/include  -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++14 -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/node.o.d.raw   -c
2021-08-04T08:53:40.6909814Z npm ERR!   g++ -o Release/obj.target/libsass/src/libsass/src/operators.o ../src/libsass/src/operators.cpp '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-D__STDC_FORMAT_MACROS' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/github/home/.cache/node-gyp/16.6.1/include/node -I/github/home/.cache/node-gyp/16.6.1/src -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/config -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/openssl/include -I/github/home/.cache/node-gyp/16.6.1/deps/uv/include -I/github/home/.cache/node-gyp/16.6.1/deps/zlib -I/github/home/.cache/node-gyp/16.6.1/deps/v8/include -I../src/libsass/include  -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++14 -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/operators.o.d.raw   -c
2021-08-04T08:53:40.6917768Z npm ERR!   g++ -o Release/obj.target/libsass/src/libsass/src/output.o ../src/libsass/src/output.cpp '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-D__STDC_FORMAT_MACROS' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/github/home/.cache/node-gyp/16.6.1/include/node -I/github/home/.cache/node-gyp/16.6.1/src -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/config -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/openssl/include -I/github/home/.cache/node-gyp/16.6.1/deps/uv/include -I/github/home/.cache/node-gyp/16.6.1/deps/zlib -I/github/home/.cache/node-gyp/16.6.1/deps/v8/include -I../src/libsass/include  -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++14 -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/output.o.d.raw   -c
2021-08-04T08:53:40.6924992Z npm ERR!   g++ -o Release/obj.target/libsass/src/libsass/src/parser.o ../src/libsass/src/parser.cpp '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-D__STDC_FORMAT_MACROS' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/github/home/.cache/node-gyp/16.6.1/include/node -I/github/home/.cache/node-gyp/16.6.1/src -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/config -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/openssl/include -I/github/home/.cache/node-gyp/16.6.1/deps/uv/include -I/github/home/.cache/node-gyp/16.6.1/deps/zlib -I/github/home/.cache/node-gyp/16.6.1/deps/v8/include -I../src/libsass/include  -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++14 -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/parser.o.d.raw   -c
2021-08-04T08:53:40.6938836Z npm ERR!   g++ -o Release/obj.target/libsass/src/libsass/src/plugins.o ../src/libsass/src/plugins.cpp '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-D__STDC_FORMAT_MACROS' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/github/home/.cache/node-gyp/16.6.1/include/node -I/github/home/.cache/node-gyp/16.6.1/src -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/config -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/openssl/include -I/github/home/.cache/node-gyp/16.6.1/deps/uv/include -I/github/home/.cache/node-gyp/16.6.1/deps/zlib -I/github/home/.cache/node-gyp/16.6.1/deps/v8/include -I../src/libsass/include  -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++14 -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/plugins.o.d.raw   -c
2021-08-04T08:53:40.6949250Z npm ERR!   g++ -o Release/obj.target/libsass/src/libsass/src/position.o ../src/libsass/src/position.cpp '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-D__STDC_FORMAT_MACROS' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/github/home/.cache/node-gyp/16.6.1/include/node -I/github/home/.cache/node-gyp/16.6.1/src -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/config -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/openssl/include -I/github/home/.cache/node-gyp/16.6.1/deps/uv/include -I/github/home/.cache/node-gyp/16.6.1/deps/zlib -I/github/home/.cache/node-gyp/16.6.1/deps/v8/include -I../src/libsass/include  -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++14 -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/position.o.d.raw   -c
2021-08-04T08:53:40.6958288Z npm ERR!   g++ -o Release/obj.target/libsass/src/libsass/src/prelexer.o ../src/libsass/src/prelexer.cpp '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-D__STDC_FORMAT_MACROS' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/github/home/.cache/node-gyp/16.6.1/include/node -I/github/home/.cache/node-gyp/16.6.1/src -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/config -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/openssl/include -I/github/home/.cache/node-gyp/16.6.1/deps/uv/include -I/github/home/.cache/node-gyp/16.6.1/deps/zlib -I/github/home/.cache/node-gyp/16.6.1/deps/v8/include -I../src/libsass/include  -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++14 -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/prelexer.o.d.raw   -c
2021-08-04T08:53:40.6968865Z npm ERR!   g++ -o Release/obj.target/libsass/src/libsass/src/remove_placeholders.o ../src/libsass/src/remove_placeholders.cpp '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-D__STDC_FORMAT_MACROS' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/github/home/.cache/node-gyp/16.6.1/include/node -I/github/home/.cache/node-gyp/16.6.1/src -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/config -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/openssl/include -I/github/home/.cache/node-gyp/16.6.1/deps/uv/include -I/github/home/.cache/node-gyp/16.6.1/deps/zlib -I/github/home/.cache/node-gyp/16.6.1/deps/v8/include -I../src/libsass/include  -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++14 -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/remove_placeholders.o.d.raw   -c
2021-08-04T08:53:40.6978393Z npm ERR!   g++ -o Release/obj.target/libsass/src/libsass/src/sass.o ../src/libsass/src/sass.cpp '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-D__STDC_FORMAT_MACROS' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/github/home/.cache/node-gyp/16.6.1/include/node -I/github/home/.cache/node-gyp/16.6.1/src -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/config -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/openssl/include -I/github/home/.cache/node-gyp/16.6.1/deps/uv/include -I/github/home/.cache/node-gyp/16.6.1/deps/zlib -I/github/home/.cache/node-gyp/16.6.1/deps/v8/include -I../src/libsass/include  -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++14 -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/sass.o.d.raw   -c
2021-08-04T08:53:40.6988299Z npm ERR!   g++ -o Release/obj.target/libsass/src/libsass/src/sass2scss.o ../src/libsass/src/sass2scss.cpp '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-D__STDC_FORMAT_MACROS' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/github/home/.cache/node-gyp/16.6.1/include/node -I/github/home/.cache/node-gyp/16.6.1/src -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/config -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/openssl/include -I/github/home/.cache/node-gyp/16.6.1/deps/uv/include -I/github/home/.cache/node-gyp/16.6.1/deps/zlib -I/github/home/.cache/node-gyp/16.6.1/deps/v8/include -I../src/libsass/include  -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++14 -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/sass2scss.o.d.raw   -c
2021-08-04T08:53:40.6997954Z npm ERR!   g++ -o Release/obj.target/libsass/src/libsass/src/sass_context.o ../src/libsass/src/sass_context.cpp '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-D__STDC_FORMAT_MACROS' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/github/home/.cache/node-gyp/16.6.1/include/node -I/github/home/.cache/node-gyp/16.6.1/src -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/config -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/openssl/include -I/github/home/.cache/node-gyp/16.6.1/deps/uv/include -I/github/home/.cache/node-gyp/16.6.1/deps/zlib -I/github/home/.cache/node-gyp/16.6.1/deps/v8/include -I../src/libsass/include  -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++14 -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/sass_context.o.d.raw   -c
2021-08-04T08:53:40.7006647Z npm ERR!   g++ -o Release/obj.target/libsass/src/libsass/src/sass_functions.o ../src/libsass/src/sass_functions.cpp '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-D__STDC_FORMAT_MACROS' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/github/home/.cache/node-gyp/16.6.1/include/node -I/github/home/.cache/node-gyp/16.6.1/src -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/config -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/openssl/include -I/github/home/.cache/node-gyp/16.6.1/deps/uv/include -I/github/home/.cache/node-gyp/16.6.1/deps/zlib -I/github/home/.cache/node-gyp/16.6.1/deps/v8/include -I../src/libsass/include  -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++14 -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/sass_functions.o.d.raw   -c
2021-08-04T08:53:40.7014765Z npm ERR!   g++ -o Release/obj.target/libsass/src/libsass/src/sass_util.o ../src/libsass/src/sass_util.cpp '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-D__STDC_FORMAT_MACROS' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/github/home/.cache/node-gyp/16.6.1/include/node -I/github/home/.cache/node-gyp/16.6.1/src -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/config -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/openssl/include -I/github/home/.cache/node-gyp/16.6.1/deps/uv/include -I/github/home/.cache/node-gyp/16.6.1/deps/zlib -I/github/home/.cache/node-gyp/16.6.1/deps/v8/include -I../src/libsass/include  -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++14 -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/sass_util.o.d.raw   -c
2021-08-04T08:53:40.7024765Z npm ERR!   g++ -o Release/obj.target/libsass/src/libsass/src/sass_values.o ../src/libsass/src/sass_values.cpp '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-D__STDC_FORMAT_MACROS' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/github/home/.cache/node-gyp/16.6.1/include/node -I/github/home/.cache/node-gyp/16.6.1/src -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/config -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/openssl/include -I/github/home/.cache/node-gyp/16.6.1/deps/uv/include -I/github/home/.cache/node-gyp/16.6.1/deps/zlib -I/github/home/.cache/node-gyp/16.6.1/deps/v8/include -I../src/libsass/include  -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++14 -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/sass_values.o.d.raw   -c
2021-08-04T08:53:40.7070808Z npm ERR!   g++ -o Release/obj.target/libsass/src/libsass/src/source_map.o ../src/libsass/src/source_map.cpp '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-D__STDC_FORMAT_MACROS' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/github/home/.cache/node-gyp/16.6.1/include/node -I/github/home/.cache/node-gyp/16.6.1/src -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/config -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/openssl/include -I/github/home/.cache/node-gyp/16.6.1/deps/uv/include -I/github/home/.cache/node-gyp/16.6.1/deps/zlib -I/github/home/.cache/node-gyp/16.6.1/deps/v8/include -I../src/libsass/include  -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++14 -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/source_map.o.d.raw   -c
2021-08-04T08:53:40.7078851Z npm ERR!   g++ -o Release/obj.target/libsass/src/libsass/src/subset_map.o ../src/libsass/src/subset_map.cpp '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-D__STDC_FORMAT_MACROS' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/github/home/.cache/node-gyp/16.6.1/include/node -I/github/home/.cache/node-gyp/16.6.1/src -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/config -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/openssl/include -I/github/home/.cache/node-gyp/16.6.1/deps/uv/include -I/github/home/.cache/node-gyp/16.6.1/deps/zlib -I/github/home/.cache/node-gyp/16.6.1/deps/v8/include -I../src/libsass/include  -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++14 -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/subset_map.o.d.raw   -c
2021-08-04T08:53:40.7089361Z npm ERR!   g++ -o Release/obj.target/libsass/src/libsass/src/to_c.o ../src/libsass/src/to_c.cpp '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-D__STDC_FORMAT_MACROS' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/github/home/.cache/node-gyp/16.6.1/include/node -I/github/home/.cache/node-gyp/16.6.1/src -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/config -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/openssl/include -I/github/home/.cache/node-gyp/16.6.1/deps/uv/include -I/github/home/.cache/node-gyp/16.6.1/deps/zlib -I/github/home/.cache/node-gyp/16.6.1/deps/v8/include -I../src/libsass/include  -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++14 -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/to_c.o.d.raw   -c
2021-08-04T08:53:40.7096987Z npm ERR!   g++ -o Release/obj.target/libsass/src/libsass/src/to_value.o ../src/libsass/src/to_value.cpp '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-D__STDC_FORMAT_MACROS' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/github/home/.cache/node-gyp/16.6.1/include/node -I/github/home/.cache/node-gyp/16.6.1/src -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/config -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/openssl/include -I/github/home/.cache/node-gyp/16.6.1/deps/uv/include -I/github/home/.cache/node-gyp/16.6.1/deps/zlib -I/github/home/.cache/node-gyp/16.6.1/deps/v8/include -I../src/libsass/include  -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++14 -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/to_value.o.d.raw   -c
2021-08-04T08:53:40.7104571Z npm ERR!   g++ -o Release/obj.target/libsass/src/libsass/src/units.o ../src/libsass/src/units.cpp '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-D__STDC_FORMAT_MACROS' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/github/home/.cache/node-gyp/16.6.1/include/node -I/github/home/.cache/node-gyp/16.6.1/src -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/config -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/openssl/include -I/github/home/.cache/node-gyp/16.6.1/deps/uv/include -I/github/home/.cache/node-gyp/16.6.1/deps/zlib -I/github/home/.cache/node-gyp/16.6.1/deps/v8/include -I../src/libsass/include  -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++14 -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/units.o.d.raw   -c
2021-08-04T08:53:40.7112090Z npm ERR!   g++ -o Release/obj.target/libsass/src/libsass/src/utf8_string.o ../src/libsass/src/utf8_string.cpp '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-D__STDC_FORMAT_MACROS' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/github/home/.cache/node-gyp/16.6.1/include/node -I/github/home/.cache/node-gyp/16.6.1/src -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/config -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/openssl/include -I/github/home/.cache/node-gyp/16.6.1/deps/uv/include -I/github/home/.cache/node-gyp/16.6.1/deps/zlib -I/github/home/.cache/node-gyp/16.6.1/deps/v8/include -I../src/libsass/include  -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++14 -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/utf8_string.o.d.raw   -c
2021-08-04T08:53:40.7119968Z npm ERR!   g++ -o Release/obj.target/libsass/src/libsass/src/util.o ../src/libsass/src/util.cpp '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-D__STDC_FORMAT_MACROS' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/github/home/.cache/node-gyp/16.6.1/include/node -I/github/home/.cache/node-gyp/16.6.1/src -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/config -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/openssl/include -I/github/home/.cache/node-gyp/16.6.1/deps/uv/include -I/github/home/.cache/node-gyp/16.6.1/deps/zlib -I/github/home/.cache/node-gyp/16.6.1/deps/v8/include -I../src/libsass/include  -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++14 -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/util.o.d.raw   -c
2021-08-04T08:53:40.7127649Z npm ERR!   g++ -o Release/obj.target/libsass/src/libsass/src/values.o ../src/libsass/src/values.cpp '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-D__STDC_FORMAT_MACROS' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/github/home/.cache/node-gyp/16.6.1/include/node -I/github/home/.cache/node-gyp/16.6.1/src -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/config -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/openssl/include -I/github/home/.cache/node-gyp/16.6.1/deps/uv/include -I/github/home/.cache/node-gyp/16.6.1/deps/zlib -I/github/home/.cache/node-gyp/16.6.1/deps/v8/include -I../src/libsass/include  -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++14 -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/values.o.d.raw   -c
2021-08-04T08:53:40.7146769Z npm ERR!   rm -f Release/obj.target/src/sass.a && ar crs Release/obj.target/src/sass.a Release/obj.target/libsass/src/libsass/src/ast.o Release/obj.target/libsass/src/libsass/src/ast_fwd_decl.o Release/obj.target/libsass/src/libsass/src/backtrace.o Release/obj.target/libsass/src/libsass/src/base64vlq.o Release/obj.target/libsass/src/libsass/src/bind.o Release/obj.target/libsass/src/libsass/src/cencode.o Release/obj.target/libsass/src/libsass/src/check_nesting.o Release/obj.target/libsass/src/libsass/src/color_maps.o Release/obj.target/libsass/src/libsass/src/constants.o Release/obj.target/libsass/src/libsass/src/context.o Release/obj.target/libsass/src/libsass/src/cssize.o Release/obj.target/libsass/src/libsass/src/emitter.o Release/obj.target/libsass/src/libsass/src/environment.o Release/obj.target/libsass/src/libsass/src/error_handling.o Release/obj.target/libsass/src/libsass/src/eval.o Release/obj.target/libsass/src/libsass/src/expand.o Release/obj.target/libsass/src/libsass/src/extend.o Release/obj.target/libsass/src/libsass/src/file.o Release/obj.target/libsass/src/libsass/src/functions.o Release/obj.target/libsass/src/libsass/src/inspect.o Release/obj.target/libsass/src/libsass/src/json.o Release/obj.target/libsass/src/libsass/src/lexer.o Release/obj.target/libsass/src/libsass/src/listize.o Release/obj.target/libsass/src/libsass/src/memory/SharedPtr.o Release/obj.target/libsass/src/libsass/src/node.o Release/obj.target/libsass/src/libsass/src/operators.o Release/obj.target/libsass/src/libsass/src/output.o Release/obj.target/libsass/src/libsass/src/parser.o Release/obj.target/libsass/src/libsass/src/plugins.o Release/obj.target/libsass/src/libsass/src/position.o Release/obj.target/libsass/src/libsass/src/prelexer.o Release/obj.target/libsass/src/libsass/src/remove_placeholders.o Release/obj.target/libsass/src/libsass/src/sass.o Release/obj.target/libsass/src/libsass/src/sass2scss.o Release/obj.target/libsass/src/libsass/src/sass_context.o Release/obj.target/libsass/src/libsass/src/sass_functions.o Release/obj.target/libsass/src/libsass/src/sass_util.o Release/obj.target/libsass/src/libsass/src/sass_values.o Release/obj.target/libsass/src/libsass/src/source_map.o Release/obj.target/libsass/src/libsass/src/subset_map.o Release/obj.target/libsass/src/libsass/src/to_c.o Release/obj.target/libsass/src/libsass/src/to_value.o Release/obj.target/libsass/src/libsass/src/units.o Release/obj.target/libsass/src/libsass/src/utf8_string.o Release/obj.target/libsass/src/libsass/src/util.o Release/obj.target/libsass/src/libsass/src/values.o
2021-08-04T08:53:40.7157686Z npm ERR!   ln -f "Release/obj.target/src/sass.a" "Release/sass.a" 2>/dev/null || (rm -rf "Release/sass.a" && cp -af "Release/obj.target/src/sass.a" "Release/sass.a")
2021-08-04T08:53:40.7163137Z npm ERR!   g++ -o Release/obj.target/binding/src/binding.o ../src/binding.cpp '-DNODE_GYP_MODULE_NAME=binding' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-D__STDC_FORMAT_MACROS' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DBUILDING_NODE_EXTENSION' -I/github/home/.cache/node-gyp/16.6.1/include/node -I/github/home/.cache/node-gyp/16.6.1/src -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/config -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/openssl/include -I/github/home/.cache/node-gyp/16.6.1/deps/uv/include -I/github/home/.cache/node-gyp/16.6.1/deps/zlib -I/github/home/.cache/node-gyp/16.6.1/deps/v8/include -I../../nan -I../src/libsass/include  -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -fno-rtti -fno-exceptions -std=gnu++14 -std=c++0x -MMD -MF ./Release/.deps/Release/obj.target/binding/src/binding.o.d.raw   -c
2021-08-04T08:53:40.7167012Z npm ERR! make: Leaving directory '/github/workspace/node_modules/node-sass/build'
2021-08-04T08:53:40.7167680Z npm ERR! gyp info it worked if it ends with ok
2021-08-04T08:53:40.7168133Z npm ERR! gyp verb cli [
2021-08-04T08:53:40.7168722Z npm ERR! gyp verb cli   '/usr/local/bin/node',
2021-08-04T08:53:40.7169554Z npm ERR! gyp verb cli   '/github/workspace/node_modules/node-gyp/bin/node-gyp.js',
2021-08-04T08:53:40.7170299Z npm ERR! gyp verb cli   'rebuild',
2021-08-04T08:53:40.7170891Z npm ERR! gyp verb cli   '--verbose',
2021-08-04T08:53:40.7171561Z npm ERR! gyp verb cli   '--libsass_ext=',
2021-08-04T08:53:40.7173102Z npm ERR! gyp verb cli   '--libsass_cflags=',
2021-08-04T08:53:40.7173956Z npm ERR! gyp verb cli   '--libsass_ldflags=',
2021-08-04T08:53:40.7175297Z npm ERR! gyp verb cli   '--libsass_library='
2021-08-04T08:53:40.7175754Z npm ERR! gyp verb cli ]
2021-08-04T08:53:40.7176317Z npm ERR! gyp info using node-gyp@7.1.2
2021-08-04T08:53:40.7176806Z npm ERR! gyp info using node@16.6.1 | linux | x64
2021-08-04T08:53:40.7177273Z npm ERR! gyp verb command rebuild []
2021-08-04T08:53:40.7177740Z npm ERR! gyp verb command clean []
2021-08-04T08:53:40.7178244Z npm ERR! gyp verb clean removing "build" directory
2021-08-04T08:53:40.7178779Z npm ERR! gyp verb command configure []
2021-08-04T08:53:40.7179433Z npm ERR! gyp verb find Python Python is not set from command line or npm configuration
2021-08-04T08:53:40.7180214Z npm ERR! gyp verb find Python Python is not set from environment variable PYTHON
2021-08-04T08:53:40.7181437Z npm ERR! gyp verb find Python checking if "python3" can be used
2021-08-04T08:53:40.7182639Z npm ERR! gyp verb find Python - executing "python3" to get executable path
2021-08-04T08:53:40.7183566Z npm ERR! gyp verb find Python - executable path is "/usr/bin/python3"
2021-08-04T08:53:40.7184435Z npm ERR! gyp verb find Python - executing "/usr/bin/python3" to get version
2021-08-04T08:53:40.7185213Z npm ERR! gyp verb find Python - version is "3.7.3"
2021-08-04T08:53:40.7186474Z npm ERR! gyp info find Python using Python version 3.7.3 found at "/usr/bin/python3"
2021-08-04T08:53:40.7187628Z npm ERR! gyp verb get node dir no --target version specified, falling back to host node version: 16.6.1
2021-08-04T08:53:40.7188461Z npm ERR! gyp verb command install [ '16.6.1' ]
2021-08-04T08:53:40.7189132Z npm ERR! gyp verb install input version string "16.6.1"
2021-08-04T08:53:40.7189735Z npm ERR! gyp verb install installing version: 16.6.1
2021-08-04T08:53:40.7190629Z npm ERR! gyp verb install --ensure was passed, so won't reinstall if already installed
2021-08-04T08:53:40.7191444Z npm ERR! gyp verb install version not already installed, continuing with install 16.6.1
2021-08-04T08:53:40.7192393Z npm ERR! gyp verb ensuring nodedir is created /github/home/.cache/node-gyp/16.6.1
2021-08-04T08:53:40.7193184Z npm ERR! gyp verb created nodedir /github/home/.cache
2021-08-04T08:53:40.7194233Z npm ERR! gyp http GET https://nodejs.org/download/release/v16.6.1/node-v16.6.1-headers.tar.gz
2021-08-04T08:53:40.7195441Z npm ERR! gyp http 200 https://nodejs.org/download/release/v16.6.1/node-v16.6.1-headers.tar.gz
2021-08-04T08:53:40.7196546Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/common.gypi
2021-08-04T08:53:40.7197537Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/config.gypi
2021-08-04T08:53:40.7198523Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/node.h
2021-08-04T08:53:40.7199485Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/node_api.h
2021-08-04T08:53:40.7200460Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/js_native_api.h
2021-08-04T08:53:40.7201888Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/js_native_api_types.h
2021-08-04T08:53:40.7203860Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/node_api_types.h
2021-08-04T08:53:40.7205028Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/node_buffer.h
2021-08-04T08:53:40.7206454Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/node_object_wrap.h
2021-08-04T08:53:40.7207470Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/node_version.h
2021-08-04T08:53:40.7208474Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/v8config.h
2021-08-04T08:53:40.7209410Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/v8.h
2021-08-04T08:53:40.7210384Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/v8-internal.h
2021-08-04T08:53:40.7211381Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/v8-profiler.h
2021-08-04T08:53:40.7212393Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/v8-version.h
2021-08-04T08:53:40.7213385Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/v8-platform.h
2021-08-04T08:53:40.7214549Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/libplatform/libplatform-export.h
2021-08-04T08:53:40.7215766Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/libplatform/libplatform.h
2021-08-04T08:53:40.7216881Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/libplatform/v8-tracing.h
2021-08-04T08:53:40.7217941Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/cppgc/common.h
2021-08-04T08:53:40.7218885Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/uv.h
2021-08-04T08:53:40.7219826Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/uv/aix.h
2021-08-04T08:53:40.7220842Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/uv/android-ifaddrs.h
2021-08-04T08:53:40.7221874Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/uv/bsd.h
2021-08-04T08:53:40.7223025Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/uv/darwin.h
2021-08-04T08:53:40.7223986Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/uv/linux.h
2021-08-04T08:53:40.7224956Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/uv/os390.h
2021-08-04T08:53:40.7225905Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/uv/posix.h
2021-08-04T08:53:40.7227083Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/uv/stdint-msvc2008.h
2021-08-04T08:53:40.7228171Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/uv/sunos.h
2021-08-04T08:53:40.7229156Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/uv/threadpool.h
2021-08-04T08:53:40.7230150Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/uv/tree.h
2021-08-04T08:53:40.7231265Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/uv/errno.h
2021-08-04T08:53:40.7232232Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/uv/unix.h
2021-08-04T08:53:40.7234285Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/uv/win.h
2021-08-04T08:53:40.7235431Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/uv/version.h
2021-08-04T08:53:40.7236776Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/aes.h
2021-08-04T08:53:40.7238295Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/asn1.h
2021-08-04T08:53:40.7239285Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/asn1_mac.h
2021-08-04T08:53:40.7240438Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/asn1t.h
2021-08-04T08:53:40.7241455Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/async.h
2021-08-04T08:53:40.7242615Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/asyncerr.h
2021-08-04T08:53:40.7243610Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/bio.h
2021-08-04T08:53:40.7244592Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/bioerr.h
2021-08-04T08:53:40.7245589Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/blowfish.h
2021-08-04T08:53:40.7246586Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/bnerr.h
2021-08-04T08:53:40.7247564Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/buffer.h
2021-08-04T08:53:40.7248587Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/buffererr.h
2021-08-04T08:53:40.7249596Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/camellia.h
2021-08-04T08:53:40.7250588Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/cast.h
2021-08-04T08:53:40.7251730Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/cmac.h
2021-08-04T08:53:40.7252859Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/cms.h
2021-08-04T08:53:40.7254075Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/cmserr.h
2021-08-04T08:53:40.7255109Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/comp.h
2021-08-04T08:53:40.7256618Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/comperr.h
2021-08-04T08:53:40.7257581Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/conf.h
2021-08-04T08:53:40.7258519Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/conf_api.h
2021-08-04T08:53:40.7259486Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/conferr.h
2021-08-04T08:53:40.7260458Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/cryptoerr.h
2021-08-04T08:53:40.7261427Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/ct.h
2021-08-04T08:53:40.7262550Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/cterr.h
2021-08-04T08:53:40.7263576Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/des.h
2021-08-04T08:53:40.7264924Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/dh.h
2021-08-04T08:53:40.7266478Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/dherr.h
2021-08-04T08:53:40.7267785Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/dsa.h
2021-08-04T08:53:40.7269583Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/dsaerr.h
2021-08-04T08:53:40.7271121Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/dtls1.h
2021-08-04T08:53:40.7272125Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/ebcdic.h
2021-08-04T08:53:40.7273433Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/ecdh.h
2021-08-04T08:53:40.7274556Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/ecdsa.h
2021-08-04T08:53:40.7275512Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/engine.h
2021-08-04T08:53:40.7276510Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/engineerr.h
2021-08-04T08:53:40.7277479Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/err.h
2021-08-04T08:53:40.7278444Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/sslerr.h
2021-08-04T08:53:40.7279402Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/hmac.h
2021-08-04T08:53:40.7280338Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/idea.h
2021-08-04T08:53:40.7281285Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/kdf.h
2021-08-04T08:53:40.7282222Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/kdferr.h
2021-08-04T08:53:40.7283183Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/lhash.h
2021-08-04T08:53:40.7284287Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/md2.h
2021-08-04T08:53:40.7285252Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/md4.h
2021-08-04T08:53:40.7286838Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/md5.h
2021-08-04T08:53:40.7288098Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/mdc2.h
2021-08-04T08:53:40.7289422Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/modes.h
2021-08-04T08:53:40.7290544Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/objects.h
2021-08-04T08:53:40.7291554Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/objectserr.h
2021-08-04T08:53:40.7292521Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/ocsp.h
2021-08-04T08:53:40.7293495Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/ocsperr.h
2021-08-04T08:53:40.7294470Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/x509err.h
2021-08-04T08:53:40.7295415Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/crypto.h
2021-08-04T08:53:40.7296371Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/pem.h
2021-08-04T08:53:40.7297304Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/pem2.h
2021-08-04T08:53:40.7298262Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/pkcs12.h
2021-08-04T08:53:40.7299248Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/pkcs12err.h
2021-08-04T08:53:40.7300215Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/pkcs7.h
2021-08-04T08:53:40.7301194Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/pkcs7err.h
2021-08-04T08:53:40.7302248Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/rand.h
2021-08-04T08:53:40.7303248Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/rand_drbg.h
2021-08-04T08:53:40.7304487Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/randerr.h
2021-08-04T08:53:40.7306378Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/rc2.h
2021-08-04T08:53:40.7307357Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/rc4.h
2021-08-04T08:53:40.7308634Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/rc5.h
2021-08-04T08:53:40.7309815Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/ripemd.h
2021-08-04T08:53:40.7310780Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/rsa.h
2021-08-04T08:53:40.7311917Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/rsaerr.h
2021-08-04T08:53:40.7312887Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/safestack.h
2021-08-04T08:53:40.7313865Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/seed.h
2021-08-04T08:53:40.7314813Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/sha.h
2021-08-04T08:53:40.7316087Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/srp.h
2021-08-04T08:53:40.7317030Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/srtp.h
2021-08-04T08:53:40.7317962Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/ssl2.h
2021-08-04T08:53:40.7319266Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/evperr.h
2021-08-04T08:53:40.7320216Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/stack.h
2021-08-04T08:53:40.7321171Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/store.h
2021-08-04T08:53:40.7322153Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/storeerr.h
2021-08-04T08:53:40.7323133Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/symhacks.h
2021-08-04T08:53:40.7324269Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/ts.h
2021-08-04T08:53:40.7325406Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/tserr.h
2021-08-04T08:53:40.7326418Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/txt_db.h
2021-08-04T08:53:40.7327417Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/ui.h
2021-08-04T08:53:40.7328870Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/uierr.h
2021-08-04T08:53:40.7329841Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/whrlpool.h
2021-08-04T08:53:40.7331436Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/ec.h
2021-08-04T08:53:40.7332411Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/x509v3.h
2021-08-04T08:53:40.7333565Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/x509v3err.h
2021-08-04T08:53:40.7335862Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/evp.h
2021-08-04T08:53:40.7337051Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/ossl_typ.h
2021-08-04T08:53:40.7338625Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/pemerr.h
2021-08-04T08:53:40.7339920Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/ssl3.h
2021-08-04T08:53:40.7340885Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/opensslv.h
2021-08-04T08:53:40.7341851Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/ssl.h
2021-08-04T08:53:40.7343080Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/ecerr.h
2021-08-04T08:53:40.7344070Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/tls1.h
2021-08-04T08:53:40.7345173Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/x509.h
2021-08-04T08:53:40.7346393Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/x509_vfy.h
2021-08-04T08:53:40.7347425Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/asn1err.h
2021-08-04T08:53:40.7349319Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/bn.h
2021-08-04T08:53:40.7351070Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/e_os2.h
2021-08-04T08:53:40.7352152Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/obj_mac.h
2021-08-04T08:53:40.7353723Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/BSD-x86_64/asm/crypto/include/internal/bn_conf.h
2021-08-04T08:53:40.7355199Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/BSD-x86_64/asm/crypto/include/internal/dso_conf.h
2021-08-04T08:53:40.7356437Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/BSD-x86_64/asm/crypto/buildinf.h
2021-08-04T08:53:40.7357705Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/BSD-x86_64/asm/include/openssl/opensslconf.h
2021-08-04T08:53:40.7359611Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/BSD-x86_64/asm/include/progs.h
2021-08-04T08:53:40.7361234Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/BSD-x86_64/asm_avx2/crypto/include/internal/bn_conf.h
2021-08-04T08:53:40.7362791Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/BSD-x86_64/asm_avx2/crypto/include/internal/dso_conf.h
2021-08-04T08:53:40.7364682Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/BSD-x86_64/asm_avx2/crypto/buildinf.h
2021-08-04T08:53:40.7366659Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/BSD-x86_64/asm_avx2/include/openssl/opensslconf.h
2021-08-04T08:53:40.7368367Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/BSD-x86_64/asm_avx2/include/progs.h
2021-08-04T08:53:40.7369980Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/BSD-x86_64/no-asm/crypto/include/internal/bn_conf.h
2021-08-04T08:53:40.7371524Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/BSD-x86_64/no-asm/crypto/include/internal/dso_conf.h
2021-08-04T08:53:40.7372835Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/BSD-x86_64/no-asm/crypto/buildinf.h
2021-08-04T08:53:40.7374141Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/BSD-x86_64/no-asm/include/openssl/opensslconf.h
2021-08-04T08:53:40.7375436Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/BSD-x86_64/no-asm/include/progs.h
2021-08-04T08:53:40.7376712Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/VC-WIN32/asm/crypto/include/internal/bn_conf.h
2021-08-04T08:53:40.7378045Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/VC-WIN32/asm/crypto/include/internal/dso_conf.h
2021-08-04T08:53:40.7379316Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/VC-WIN32/asm/crypto/buildinf.h
2021-08-04T08:53:40.7380607Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/VC-WIN32/asm/include/openssl/opensslconf.h
2021-08-04T08:53:40.7381882Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/VC-WIN32/asm/include/progs.h
2021-08-04T08:53:40.7383644Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/VC-WIN32/asm_avx2/crypto/include/internal/bn_conf.h
2021-08-04T08:53:40.7385151Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/VC-WIN32/asm_avx2/crypto/include/internal/dso_conf.h
2021-08-04T08:53:40.7386714Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/VC-WIN32/asm_avx2/crypto/buildinf.h
2021-08-04T08:53:40.7388074Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/VC-WIN32/asm_avx2/include/openssl/opensslconf.h
2021-08-04T08:53:40.7389569Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/VC-WIN32/asm_avx2/include/progs.h
2021-08-04T08:53:40.7390995Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/VC-WIN32/no-asm/crypto/include/internal/bn_conf.h
2021-08-04T08:53:40.7392359Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/VC-WIN32/no-asm/crypto/include/internal/dso_conf.h
2021-08-04T08:53:40.7394091Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/VC-WIN32/no-asm/crypto/buildinf.h
2021-08-04T08:53:40.7395410Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/VC-WIN32/no-asm/include/openssl/opensslconf.h
2021-08-04T08:53:40.7396908Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/VC-WIN32/no-asm/include/progs.h
2021-08-04T08:53:40.7398263Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/VC-WIN64-ARM/no-asm/crypto/include/internal/bn_conf.h
2021-08-04T08:53:40.7399905Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/VC-WIN64-ARM/no-asm/crypto/include/internal/dso_conf.h
2021-08-04T08:53:40.7401459Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/VC-WIN64-ARM/no-asm/crypto/buildinf.h
2021-08-04T08:53:40.7402845Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/VC-WIN64-ARM/no-asm/include/openssl/opensslconf.h
2021-08-04T08:53:40.7404362Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/VC-WIN64-ARM/no-asm/include/progs.h
2021-08-04T08:53:40.7405882Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/VC-WIN64A/asm/crypto/include/internal/bn_conf.h
2021-08-04T08:53:40.7407436Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/VC-WIN64A/asm/crypto/include/internal/dso_conf.h
2021-08-04T08:53:40.7408961Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/VC-WIN64A/asm/crypto/buildinf.h
2021-08-04T08:53:40.7410444Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/VC-WIN64A/asm/include/openssl/opensslconf.h
2021-08-04T08:53:40.7412125Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/VC-WIN64A/asm/include/progs.h
2021-08-04T08:53:40.7413706Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/VC-WIN64A/asm_avx2/crypto/include/internal/bn_conf.h
2021-08-04T08:53:40.7415709Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/VC-WIN64A/asm_avx2/crypto/include/internal/dso_conf.h
2021-08-04T08:53:40.7417463Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/VC-WIN64A/asm_avx2/crypto/buildinf.h
2021-08-04T08:53:40.7418778Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/VC-WIN64A/asm_avx2/include/openssl/opensslconf.h
2021-08-04T08:53:40.7420094Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/VC-WIN64A/asm_avx2/include/progs.h
2021-08-04T08:53:40.7421411Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/VC-WIN64A/no-asm/crypto/include/internal/bn_conf.h
2021-08-04T08:53:40.7423231Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/VC-WIN64A/no-asm/crypto/include/internal/dso_conf.h
2021-08-04T08:53:40.7424877Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/VC-WIN64A/no-asm/crypto/buildinf.h
2021-08-04T08:53:40.7426420Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/VC-WIN64A/no-asm/include/openssl/opensslconf.h
2021-08-04T08:53:40.7427782Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/VC-WIN64A/no-asm/include/progs.h
2021-08-04T08:53:40.7429448Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/aix-gcc/asm/crypto/include/internal/bn_conf.h
2021-08-04T08:53:40.7431057Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/aix-gcc/asm/crypto/include/internal/dso_conf.h
2021-08-04T08:53:40.7432332Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/aix-gcc/asm/crypto/buildinf.h
2021-08-04T08:53:40.7433609Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/aix-gcc/asm/include/openssl/opensslconf.h
2021-08-04T08:53:40.7435833Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/aix-gcc/asm/include/progs.h
2021-08-04T08:53:40.7437464Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/aix-gcc/asm_avx2/crypto/include/internal/bn_conf.h
2021-08-04T08:53:40.7439007Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/aix-gcc/asm_avx2/crypto/include/internal/dso_conf.h
2021-08-04T08:53:40.7440985Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/aix-gcc/asm_avx2/crypto/buildinf.h
2021-08-04T08:53:40.7442503Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/aix-gcc/asm_avx2/include/openssl/opensslconf.h
2021-08-04T08:53:40.7444029Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/aix-gcc/asm_avx2/include/progs.h
2021-08-04T08:53:40.7445524Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/aix-gcc/no-asm/crypto/include/internal/bn_conf.h
2021-08-04T08:53:40.7447180Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/aix-gcc/no-asm/crypto/include/internal/dso_conf.h
2021-08-04T08:53:40.7449002Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/aix-gcc/no-asm/crypto/buildinf.h
2021-08-04T08:53:40.7450487Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/aix-gcc/no-asm/include/openssl/opensslconf.h
2021-08-04T08:53:40.7452063Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/aix-gcc/no-asm/include/progs.h
2021-08-04T08:53:40.7453504Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/aix64-gcc/asm/crypto/include/internal/bn_conf.h
2021-08-04T08:53:40.7455186Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/aix64-gcc/asm/crypto/include/internal/dso_conf.h
2021-08-04T08:53:40.7456753Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/aix64-gcc/asm/crypto/buildinf.h
2021-08-04T08:53:40.7458327Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/aix64-gcc/asm/include/openssl/opensslconf.h
2021-08-04T08:53:40.7459672Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/aix64-gcc/asm/include/progs.h
2021-08-04T08:53:40.7461262Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/aix64-gcc/asm_avx2/crypto/include/internal/bn_conf.h
2021-08-04T08:53:40.7463811Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/aix64-gcc/asm_avx2/crypto/include/internal/dso_conf.h
2021-08-04T08:53:40.7465371Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/aix64-gcc/asm_avx2/crypto/buildinf.h
2021-08-04T08:53:40.7467775Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/aix64-gcc/asm_avx2/include/openssl/opensslconf.h
2021-08-04T08:53:40.7470422Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/aix64-gcc/asm_avx2/include/progs.h
2021-08-04T08:53:40.7471876Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/aix64-gcc/no-asm/crypto/include/internal/bn_conf.h
2021-08-04T08:53:40.7473890Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/aix64-gcc/no-asm/crypto/include/internal/dso_conf.h
2021-08-04T08:53:40.7475380Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/aix64-gcc/no-asm/crypto/buildinf.h
2021-08-04T08:53:40.7476756Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/aix64-gcc/no-asm/include/openssl/opensslconf.h
2021-08-04T08:53:40.7478634Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/aix64-gcc/no-asm/include/progs.h
2021-08-04T08:53:40.7480373Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/darwin-i386-cc/asm/crypto/include/internal/bn_conf.h
2021-08-04T08:53:40.7482163Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/darwin-i386-cc/asm/crypto/include/internal/dso_conf.h
2021-08-04T08:53:40.7483680Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/darwin-i386-cc/asm/crypto/buildinf.h
2021-08-04T08:53:40.7485100Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/darwin-i386-cc/asm/include/openssl/opensslconf.h
2021-08-04T08:53:40.7486642Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/darwin-i386-cc/asm/include/progs.h
2021-08-04T08:53:40.7488403Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/darwin-i386-cc/asm_avx2/crypto/include/internal/bn_conf.h
2021-08-04T08:53:40.7490378Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/darwin-i386-cc/asm_avx2/crypto/include/internal/dso_conf.h
2021-08-04T08:53:40.7492863Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/darwin-i386-cc/asm_avx2/crypto/buildinf.h
2021-08-04T08:53:40.7496126Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/darwin-i386-cc/asm_avx2/include/openssl/opensslconf.h
2021-08-04T08:53:40.7497968Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/darwin-i386-cc/asm_avx2/include/progs.h
2021-08-04T08:53:40.7500592Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/darwin-i386-cc/no-asm/crypto/include/internal/bn_conf.h
2021-08-04T08:53:40.7502984Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/darwin-i386-cc/no-asm/crypto/include/internal/dso_conf.h
2021-08-04T08:53:40.7504579Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/darwin-i386-cc/no-asm/crypto/buildinf.h
2021-08-04T08:53:40.7506312Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/darwin-i386-cc/no-asm/include/openssl/opensslconf.h
2021-08-04T08:53:40.7507980Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/darwin-i386-cc/no-asm/include/progs.h
2021-08-04T08:53:40.7509506Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/darwin64-x86_64-cc/asm/crypto/include/internal/bn_conf.h
2021-08-04T08:53:40.7511084Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/darwin64-x86_64-cc/asm/crypto/include/internal/dso_conf.h
2021-08-04T08:53:40.7512684Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/darwin64-x86_64-cc/asm/crypto/buildinf.h
2021-08-04T08:53:40.7514824Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/darwin64-x86_64-cc/asm/include/openssl/opensslconf.h
2021-08-04T08:53:40.7516566Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/darwin64-x86_64-cc/asm/include/progs.h
2021-08-04T08:53:40.7518206Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/crypto/include/internal/bn_conf.h
2021-08-04T08:53:40.7519830Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/crypto/include/internal/dso_conf.h
2021-08-04T08:53:40.7521554Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/crypto/buildinf.h
2021-08-04T08:53:40.7523346Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/include/openssl/opensslconf.h
2021-08-04T08:53:40.7525100Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/include/progs.h
2021-08-04T08:53:40.7526881Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/crypto/include/internal/bn_conf.h
2021-08-04T08:53:40.7528780Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/crypto/include/internal/dso_conf.h
2021-08-04T08:53:40.7530295Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/crypto/buildinf.h
2021-08-04T08:53:40.7532010Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/include/openssl/opensslconf.h
2021-08-04T08:53:40.7533573Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/include/progs.h
2021-08-04T08:53:40.7535169Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-aarch64/asm/crypto/include/internal/bn_conf.h
2021-08-04T08:53:40.7538128Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-aarch64/asm/crypto/include/internal/dso_conf.h
2021-08-04T08:53:40.7540145Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-aarch64/asm/crypto/buildinf.h
2021-08-04T08:53:40.7541711Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-aarch64/asm/include/openssl/opensslconf.h
2021-08-04T08:53:40.7543461Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-aarch64/asm/include/progs.h
2021-08-04T08:53:40.7545068Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-aarch64/asm_avx2/crypto/include/internal/bn_conf.h
2021-08-04T08:53:40.7546654Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-aarch64/asm_avx2/crypto/include/internal/dso_conf.h
2021-08-04T08:53:40.7548224Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-aarch64/asm_avx2/crypto/buildinf.h
2021-08-04T08:53:40.7549824Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-aarch64/asm_avx2/include/openssl/opensslconf.h
2021-08-04T08:53:40.7551431Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-aarch64/asm_avx2/include/progs.h
2021-08-04T08:53:40.7552999Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-aarch64/no-asm/crypto/include/internal/bn_conf.h
2021-08-04T08:53:40.7554622Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-aarch64/no-asm/crypto/include/internal/dso_conf.h
2021-08-04T08:53:40.7556158Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-aarch64/no-asm/crypto/buildinf.h
2021-08-04T08:53:40.7557874Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-aarch64/no-asm/include/openssl/opensslconf.h
2021-08-04T08:53:40.7559432Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-aarch64/no-asm/include/progs.h
2021-08-04T08:53:40.7561140Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-armv4/asm/crypto/include/internal/bn_conf.h
2021-08-04T08:53:40.7562584Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-armv4/asm/crypto/include/internal/dso_conf.h
2021-08-04T08:53:40.7564191Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-armv4/asm/crypto/buildinf.h
2021-08-04T08:53:40.7565897Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-armv4/asm/include/openssl/opensslconf.h
2021-08-04T08:53:40.7567737Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-armv4/asm/include/progs.h
2021-08-04T08:53:40.7569366Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-armv4/asm_avx2/crypto/include/internal/bn_conf.h
2021-08-04T08:53:40.7571010Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-armv4/asm_avx2/crypto/include/internal/dso_conf.h
2021-08-04T08:53:40.7572679Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-armv4/asm_avx2/crypto/buildinf.h
2021-08-04T08:53:40.7574891Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-armv4/asm_avx2/include/openssl/opensslconf.h
2021-08-04T08:53:40.7576521Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-armv4/asm_avx2/include/progs.h
2021-08-04T08:53:40.7578564Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-armv4/no-asm/crypto/include/internal/bn_conf.h
2021-08-04T08:53:40.7580258Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-armv4/no-asm/crypto/include/internal/dso_conf.h
2021-08-04T08:53:40.7581947Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-armv4/no-asm/crypto/buildinf.h
2021-08-04T08:53:40.7585098Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-armv4/no-asm/include/openssl/opensslconf.h
2021-08-04T08:53:40.7586997Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-armv4/no-asm/include/progs.h
2021-08-04T08:53:40.7588852Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-elf/asm/crypto/include/internal/bn_conf.h
2021-08-04T08:53:40.7590315Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-elf/asm/crypto/include/internal/dso_conf.h
2021-08-04T08:53:40.7592290Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-elf/asm/crypto/buildinf.h
2021-08-04T08:53:40.7594097Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-elf/asm/include/openssl/opensslconf.h
2021-08-04T08:53:40.7595692Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-elf/asm/include/progs.h
2021-08-04T08:53:40.7597157Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-elf/asm_avx2/crypto/include/internal/bn_conf.h
2021-08-04T08:53:40.7598928Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-elf/asm_avx2/crypto/include/internal/dso_conf.h
2021-08-04T08:53:40.7600492Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-elf/asm_avx2/crypto/buildinf.h
2021-08-04T08:53:40.7602124Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-elf/asm_avx2/include/openssl/opensslconf.h
2021-08-04T08:53:40.7603881Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-elf/asm_avx2/include/progs.h
2021-08-04T08:53:40.7605850Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-elf/no-asm/crypto/include/internal/bn_conf.h
2021-08-04T08:53:40.7607384Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-elf/no-asm/crypto/include/internal/dso_conf.h
2021-08-04T08:53:40.7609829Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-elf/no-asm/crypto/buildinf.h
2021-08-04T08:53:40.7611561Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-elf/no-asm/include/openssl/opensslconf.h
2021-08-04T08:53:40.7613050Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-elf/no-asm/include/progs.h
2021-08-04T08:53:40.7614600Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-ppc/asm/crypto/include/internal/bn_conf.h
2021-08-04T08:53:40.7616208Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-ppc/asm/crypto/include/internal/dso_conf.h
2021-08-04T08:53:40.7617766Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-ppc/asm/crypto/buildinf.h
2021-08-04T08:53:40.7619310Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-ppc/asm/include/openssl/opensslconf.h
2021-08-04T08:53:40.7620782Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-ppc/asm/include/progs.h
2021-08-04T08:53:40.7622465Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-ppc/asm_avx2/crypto/include/internal/bn_conf.h
2021-08-04T08:53:40.7624165Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-ppc/asm_avx2/crypto/include/internal/dso_conf.h
2021-08-04T08:53:40.7625721Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-ppc/asm_avx2/crypto/buildinf.h
2021-08-04T08:53:40.7627304Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-ppc/asm_avx2/include/openssl/opensslconf.h
2021-08-04T08:53:40.7629012Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-ppc/asm_avx2/include/progs.h
2021-08-04T08:53:40.7630546Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-ppc/no-asm/crypto/include/internal/bn_conf.h
2021-08-04T08:53:40.7632185Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-ppc/no-asm/crypto/include/internal/dso_conf.h
2021-08-04T08:53:40.7633718Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-ppc/no-asm/crypto/buildinf.h
2021-08-04T08:53:40.7635304Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-ppc/no-asm/include/openssl/opensslconf.h
2021-08-04T08:53:40.7638044Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-ppc/no-asm/include/progs.h
2021-08-04T08:53:40.7639779Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-ppc64/asm/crypto/include/internal/bn_conf.h
2021-08-04T08:53:40.7641637Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-ppc64/asm/crypto/include/internal/dso_conf.h
2021-08-04T08:53:40.7643428Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-ppc64/asm/crypto/buildinf.h
2021-08-04T08:53:40.7644964Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-ppc64/asm/include/openssl/opensslconf.h
2021-08-04T08:53:40.7646456Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-ppc64/asm/include/progs.h
2021-08-04T08:53:40.7648759Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-ppc64/asm_avx2/crypto/include/internal/bn_conf.h
2021-08-04T08:53:40.7650572Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-ppc64/asm_avx2/crypto/include/internal/dso_conf.h
2021-08-04T08:53:40.7652111Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-ppc64/asm_avx2/crypto/buildinf.h
2021-08-04T08:53:40.7653838Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-ppc64/asm_avx2/include/openssl/opensslconf.h
2021-08-04T08:53:40.7655394Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-ppc64/asm_avx2/include/progs.h
2021-08-04T08:53:40.7656872Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-ppc64/no-asm/crypto/include/internal/bn_conf.h
2021-08-04T08:53:40.7658606Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-ppc64/no-asm/crypto/include/internal/dso_conf.h
2021-08-04T08:53:40.7660349Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-ppc64/no-asm/crypto/buildinf.h
2021-08-04T08:53:40.7661791Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-ppc64/no-asm/include/openssl/opensslconf.h
2021-08-04T08:53:40.7663667Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-ppc64/no-asm/include/progs.h
2021-08-04T08:53:40.7665117Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-ppc64le/asm/crypto/include/internal/bn_conf.h
2021-08-04T08:53:40.7666691Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-ppc64le/asm/crypto/include/internal/dso_conf.h
2021-08-04T08:53:40.7668183Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-ppc64le/asm/crypto/buildinf.h
2021-08-04T08:53:40.7669658Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-ppc64le/asm/include/openssl/opensslconf.h
2021-08-04T08:53:40.7671137Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-ppc64le/asm/include/progs.h
2021-08-04T08:53:40.7672756Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-ppc64le/asm_avx2/crypto/include/internal/bn_conf.h
2021-08-04T08:53:40.7675056Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-ppc64le/asm_avx2/crypto/include/internal/dso_conf.h
2021-08-04T08:53:40.7676968Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-ppc64le/asm_avx2/crypto/buildinf.h
2021-08-04T08:53:40.7678461Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-ppc64le/asm_avx2/include/openssl/opensslconf.h
2021-08-04T08:53:40.7679967Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-ppc64le/asm_avx2/include/progs.h
2021-08-04T08:53:40.7681419Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-ppc64le/no-asm/crypto/include/internal/bn_conf.h
2021-08-04T08:53:40.7683006Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-ppc64le/no-asm/crypto/include/internal/dso_conf.h
2021-08-04T08:53:40.7684535Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-ppc64le/no-asm/crypto/buildinf.h
2021-08-04T08:53:40.7686004Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-ppc64le/no-asm/include/openssl/opensslconf.h
2021-08-04T08:53:40.7687514Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-ppc64le/no-asm/include/progs.h
2021-08-04T08:53:40.7689084Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-x32/asm/crypto/include/internal/bn_conf.h
2021-08-04T08:53:40.7690582Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-x32/asm/crypto/include/internal/dso_conf.h
2021-08-04T08:53:40.7692037Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-x32/asm/crypto/buildinf.h
2021-08-04T08:53:40.7693415Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-x32/asm/include/openssl/opensslconf.h
2021-08-04T08:53:40.7694959Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-x32/asm/include/progs.h
2021-08-04T08:53:40.7696388Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-x32/asm_avx2/crypto/include/internal/bn_conf.h
2021-08-04T08:53:40.7698276Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-x32/asm_avx2/crypto/include/internal/dso_conf.h
2021-08-04T08:53:40.7699726Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-x32/asm_avx2/crypto/buildinf.h
2021-08-04T08:53:40.7701248Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-x32/asm_avx2/include/openssl/opensslconf.h
2021-08-04T08:53:40.7702923Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-x32/asm_avx2/include/progs.h
2021-08-04T08:53:40.7704438Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-x32/no-asm/crypto/include/internal/bn_conf.h
2021-08-04T08:53:40.7705894Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-x32/no-asm/crypto/include/internal/dso_conf.h
2021-08-04T08:53:40.7707294Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-x32/no-asm/crypto/buildinf.h
2021-08-04T08:53:40.7708663Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-x32/no-asm/include/openssl/opensslconf.h
2021-08-04T08:53:40.7710064Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-x32/no-asm/include/progs.h
2021-08-04T08:53:40.7711463Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-x86_64/asm/crypto/include/internal/bn_conf.h
2021-08-04T08:53:40.7712882Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-x86_64/asm/crypto/include/internal/dso_conf.h
2021-08-04T08:53:40.7714309Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-x86_64/asm/crypto/buildinf.h
2021-08-04T08:53:40.7715662Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-x86_64/asm/include/openssl/opensslconf.h
2021-08-04T08:53:40.7717042Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-x86_64/asm/include/progs.h
2021-08-04T08:53:40.7718449Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-x86_64/asm_avx2/crypto/include/internal/bn_conf.h
2021-08-04T08:53:40.7719892Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-x86_64/asm_avx2/crypto/include/internal/dso_conf.h
2021-08-04T08:53:40.7721297Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-x86_64/asm_avx2/crypto/buildinf.h
2021-08-04T08:53:40.7722726Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-x86_64/asm_avx2/include/openssl/opensslconf.h
2021-08-04T08:53:40.7724225Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-x86_64/asm_avx2/include/progs.h
2021-08-04T08:53:40.7725606Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-x86_64/no-asm/crypto/include/internal/bn_conf.h
2021-08-04T08:53:40.7727107Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-x86_64/no-asm/crypto/include/internal/dso_conf.h
2021-08-04T08:53:40.7728515Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-x86_64/no-asm/crypto/buildinf.h
2021-08-04T08:53:40.7729891Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-x86_64/no-asm/include/openssl/opensslconf.h
2021-08-04T08:53:40.7731596Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-x86_64/no-asm/include/progs.h
2021-08-04T08:53:40.7733189Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux32-s390x/asm/crypto/include/internal/bn_conf.h
2021-08-04T08:53:40.7734821Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux32-s390x/asm/crypto/include/internal/dso_conf.h
2021-08-04T08:53:40.7736378Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux32-s390x/asm/crypto/buildinf.h
2021-08-04T08:53:40.7740271Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux32-s390x/asm/include/openssl/opensslconf.h
2021-08-04T08:53:40.7742063Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux32-s390x/asm/include/progs.h
2021-08-04T08:53:40.7744461Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux32-s390x/asm_avx2/crypto/include/internal/bn_conf.h
2021-08-04T08:53:40.7745974Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux32-s390x/asm_avx2/crypto/include/internal/dso_conf.h
2021-08-04T08:53:40.7747417Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux32-s390x/asm_avx2/crypto/buildinf.h
2021-08-04T08:53:40.7748878Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux32-s390x/asm_avx2/include/openssl/opensslconf.h
2021-08-04T08:53:40.7750731Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux32-s390x/asm_avx2/include/progs.h
2021-08-04T08:53:40.7752783Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux32-s390x/no-asm/crypto/include/internal/bn_conf.h
2021-08-04T08:53:40.7754967Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux32-s390x/no-asm/crypto/include/internal/dso_conf.h
2021-08-04T08:53:40.7756562Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux32-s390x/no-asm/crypto/buildinf.h
2021-08-04T08:53:40.7758505Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux32-s390x/no-asm/include/openssl/opensslconf.h
2021-08-04T08:53:40.7759834Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux32-s390x/no-asm/include/progs.h
2021-08-04T08:53:40.7761215Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux64-s390x/asm/crypto/include/internal/bn_conf.h
2021-08-04T08:53:40.7762660Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux64-s390x/asm/crypto/include/internal/dso_conf.h
2021-08-04T08:53:40.7763973Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux64-s390x/asm/crypto/buildinf.h
2021-08-04T08:53:40.7765422Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux64-s390x/asm/include/openssl/opensslconf.h
2021-08-04T08:53:40.7766729Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux64-s390x/asm/include/progs.h
2021-08-04T08:53:40.7768114Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux64-s390x/asm_avx2/crypto/include/internal/bn_conf.h
2021-08-04T08:53:40.7769710Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux64-s390x/asm_avx2/crypto/include/internal/dso_conf.h
2021-08-04T08:53:40.7771128Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux64-s390x/asm_avx2/crypto/buildinf.h
2021-08-04T08:53:40.7772527Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux64-s390x/asm_avx2/include/openssl/opensslconf.h
2021-08-04T08:53:40.7773977Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux64-s390x/asm_avx2/include/progs.h
2021-08-04T08:53:40.7775369Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux64-s390x/no-asm/crypto/include/internal/bn_conf.h
2021-08-04T08:53:40.7776858Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux64-s390x/no-asm/crypto/include/internal/dso_conf.h
2021-08-04T08:53:40.7778204Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux64-s390x/no-asm/crypto/buildinf.h
2021-08-04T08:53:40.7779616Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux64-s390x/no-asm/include/openssl/opensslconf.h
2021-08-04T08:53:40.7780998Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux64-s390x/no-asm/include/progs.h
2021-08-04T08:53:40.7782483Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/solaris-x86-gcc/asm/crypto/include/internal/bn_conf.h
2021-08-04T08:53:40.7783995Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/solaris-x86-gcc/asm/crypto/include/internal/dso_conf.h
2021-08-04T08:53:40.7785485Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/solaris-x86-gcc/asm/crypto/buildinf.h
2021-08-04T08:53:40.7787068Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/solaris-x86-gcc/asm/include/openssl/opensslconf.h
2021-08-04T08:53:40.7788631Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/solaris-x86-gcc/asm/include/progs.h
2021-08-04T08:53:40.7789972Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/crypto/include/internal/bn_conf.h
2021-08-04T08:53:40.7791430Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/crypto/include/internal/dso_conf.h
2021-08-04T08:53:40.7792957Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/crypto/buildinf.h
2021-08-04T08:53:40.7794973Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/include/openssl/opensslconf.h
2021-08-04T08:53:40.7796653Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/include/progs.h
2021-08-04T08:53:40.7798768Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/solaris-x86-gcc/no-asm/crypto/include/internal/bn_conf.h
2021-08-04T08:53:40.7800223Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/solaris-x86-gcc/no-asm/crypto/include/internal/dso_conf.h
2021-08-04T08:53:40.7802179Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/solaris-x86-gcc/no-asm/crypto/buildinf.h
2021-08-04T08:53:40.7803729Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/solaris-x86-gcc/no-asm/include/openssl/opensslconf.h
2021-08-04T08:53:40.7805702Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/solaris-x86-gcc/no-asm/include/progs.h
2021-08-04T08:53:40.7807051Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/solaris64-x86_64-gcc/asm/crypto/include/internal/bn_conf.h
2021-08-04T08:53:40.7808562Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/solaris64-x86_64-gcc/asm/crypto/include/internal/dso_conf.h
2021-08-04T08:53:40.7809972Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/solaris64-x86_64-gcc/asm/crypto/buildinf.h
2021-08-04T08:53:40.7811295Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/solaris64-x86_64-gcc/asm/include/openssl/opensslconf.h
2021-08-04T08:53:40.7812817Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/solaris64-x86_64-gcc/asm/include/progs.h
2021-08-04T08:53:40.7814158Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/crypto/include/internal/bn_conf.h
2021-08-04T08:53:40.7815598Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/crypto/include/internal/dso_conf.h
2021-08-04T08:53:40.7816986Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/crypto/buildinf.h
2021-08-04T08:53:40.7818353Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/include/openssl/opensslconf.h
2021-08-04T08:53:40.7819772Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/include/progs.h
2021-08-04T08:53:40.7821123Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/crypto/include/internal/bn_conf.h
2021-08-04T08:53:40.7822776Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/crypto/include/internal/dso_conf.h
2021-08-04T08:53:40.7824210Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/crypto/buildinf.h
2021-08-04T08:53:40.7825568Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/include/openssl/opensslconf.h
2021-08-04T08:53:40.7827404Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/include/progs.h
2021-08-04T08:53:40.7828814Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/BSD-x86/asm/crypto/include/internal/bn_conf.h
2021-08-04T08:53:40.7830677Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/BSD-x86/asm/crypto/include/internal/dso_conf.h
2021-08-04T08:53:40.7832187Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/BSD-x86/asm/crypto/buildinf.h
2021-08-04T08:53:40.7833668Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/BSD-x86/asm/include/openssl/opensslconf.h
2021-08-04T08:53:40.7835122Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/BSD-x86/asm/include/progs.h
2021-08-04T08:53:40.7836411Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/BSD-x86/asm_avx2/crypto/include/internal/bn_conf.h
2021-08-04T08:53:40.7837734Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/BSD-x86/asm_avx2/crypto/include/internal/dso_conf.h
2021-08-04T08:53:40.7840358Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/BSD-x86/asm_avx2/crypto/buildinf.h
2021-08-04T08:53:40.7842888Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/BSD-x86/asm_avx2/include/openssl/opensslconf.h
2021-08-04T08:53:40.7844789Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/BSD-x86/asm_avx2/include/progs.h
2021-08-04T08:53:40.7846292Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/BSD-x86/no-asm/crypto/include/internal/bn_conf.h
2021-08-04T08:53:40.7847884Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/BSD-x86/no-asm/crypto/include/internal/dso_conf.h
2021-08-04T08:53:40.7849244Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/BSD-x86/no-asm/crypto/buildinf.h
2021-08-04T08:53:40.7850684Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/BSD-x86/no-asm/include/openssl/opensslconf.h
2021-08-04T08:53:40.7852597Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/BSD-x86/no-asm/include/progs.h
2021-08-04T08:53:40.7855133Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/darwin64-arm64-cc/asm/crypto/include/internal/bn_conf.h
2021-08-04T08:53:40.7856836Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/darwin64-arm64-cc/asm/crypto/include/internal/dso_conf.h
2021-08-04T08:53:40.7858687Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/darwin64-arm64-cc/asm/crypto/buildinf.h
2021-08-04T08:53:40.7860571Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/darwin64-arm64-cc/asm/include/openssl/opensslconf.h
2021-08-04T08:53:40.7862316Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/darwin64-arm64-cc/asm/include/progs.h
2021-08-04T08:53:40.7864111Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/crypto/include/internal/bn_conf.h
2021-08-04T08:53:40.7865543Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/crypto/include/internal/dso_conf.h
2021-08-04T08:53:40.7866988Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/crypto/buildinf.h
2021-08-04T08:53:40.7868598Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/include/openssl/opensslconf.h
2021-08-04T08:53:40.7870322Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/include/progs.h
2021-08-04T08:53:40.7872315Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/darwin64-arm64-cc/no-asm/crypto/include/internal/bn_conf.h
2021-08-04T08:53:40.7873998Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/darwin64-arm64-cc/no-asm/crypto/include/internal/dso_conf.h
2021-08-04T08:53:40.7875460Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/darwin64-arm64-cc/no-asm/crypto/buildinf.h
2021-08-04T08:53:40.7877121Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/darwin64-arm64-cc/no-asm/include/openssl/opensslconf.h
2021-08-04T08:53:40.7879003Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/darwin64-arm64-cc/no-asm/include/progs.h
2021-08-04T08:53:40.7880750Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux64-mips64/asm/crypto/include/internal/bn_conf.h
2021-08-04T08:53:40.7882157Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux64-mips64/asm/crypto/include/internal/dso_conf.h
2021-08-04T08:53:40.7883471Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux64-mips64/asm/crypto/buildinf.h
2021-08-04T08:53:40.7884844Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux64-mips64/asm/include/openssl/opensslconf.h
2021-08-04T08:53:40.7886139Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux64-mips64/asm/include/progs.h
2021-08-04T08:53:40.7887582Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux64-mips64/asm_avx2/crypto/include/internal/bn_conf.h
2021-08-04T08:53:40.7889137Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux64-mips64/asm_avx2/crypto/include/internal/dso_conf.h
2021-08-04T08:53:40.7890512Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux64-mips64/asm_avx2/crypto/buildinf.h
2021-08-04T08:53:40.7891908Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux64-mips64/asm_avx2/include/openssl/opensslconf.h
2021-08-04T08:53:40.7893398Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux64-mips64/asm_avx2/include/progs.h
2021-08-04T08:53:40.7895493Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux64-mips64/no-asm/crypto/include/internal/bn_conf.h
2021-08-04T08:53:40.7897435Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux64-mips64/no-asm/crypto/include/internal/dso_conf.h
2021-08-04T08:53:40.7898795Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux64-mips64/no-asm/crypto/buildinf.h
2021-08-04T08:53:40.7900186Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux64-mips64/no-asm/include/openssl/opensslconf.h
2021-08-04T08:53:40.7902899Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux64-mips64/no-asm/include/progs.h
2021-08-04T08:53:40.7904052Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/bn_conf.h
2021-08-04T08:53:40.7905170Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/dso_conf.h
2021-08-04T08:53:40.7906199Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/opensslconf.h
2021-08-04T08:53:40.8055182Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/dso_conf_asm.h
2021-08-04T08:53:40.8056250Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/bn_conf_asm.h
2021-08-04T08:53:40.8057283Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/bn_conf_no-asm.h
2021-08-04T08:53:40.8058335Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/dso_conf_no-asm.h
2021-08-04T08:53:40.8059395Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/opensslconf_asm.h
2021-08-04T08:53:40.8060471Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/opensslconf_no-asm.h
2021-08-04T08:53:40.8061489Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/zconf.h
2021-08-04T08:53:40.8062538Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/zlib.h
2021-08-04T08:53:40.8064119Z npm ERR! gyp verb content checksum node-v16.6.1-headers.tar.gz a87003ca6f43a23d611637b4a39b5d255f1a0ed5ad9423134fc9ed61a6fca364
2021-08-04T08:53:40.8065164Z npm ERR! gyp verb tarball done parsing tarball
2021-08-04T08:53:40.8065813Z npm ERR! gyp verb check download content checksum, need to download `SHASUMS256.txt`... 
2021-08-04T08:53:40.8066876Z npm ERR! gyp verb checksum url https://nodejs.org/download/release/v16.6.1/SHASUMS256.txt
2021-08-04T08:53:40.8068135Z npm ERR! gyp http GET https://nodejs.org/download/release/v16.6.1/SHASUMS256.txt
2021-08-04T08:53:40.8069123Z npm ERR! gyp http 200 https://nodejs.org/download/release/v16.6.1/SHASUMS256.txt
2021-08-04T08:53:40.8092072Z npm ERR! gyp verb checksum data {"node-v16.6.1-aix-ppc64.tar.gz":"02581dbbfc2886dec326c3fca70c0f17e82491563057889dc630e5c055754c02","node-v16.6.1-darwin-arm64.tar.gz":"8b766a2bcc686f968146b09892f24cfbeaebb547a4d50744d9af80def5221613","node-v16.6.1-darwin-arm64.tar.xz":"3565e5c86067325db710490a6d2a41d1044e944d9346046e813543ec92ee7a4e","node-v16.6.1-darwin-x64.tar.gz":"bca84deb7bf6c57537b3af44997d985045c95b5048fc5665cdc7f54d5c147516","node-v16.6.1-darwin-x64.tar.xz":"711fea396b0a1c564b519c909be3afc938f75ad95d3ea9125e2187eb7e3ce1bf","node-v16.6.1-headers.tar.gz":"a87003ca6f43a23d611637b4a39b5d255f1a0ed5ad9423134fc9ed61a6fca364","node-v16.6.1-headers.tar.xz":"3c9bfa2d4594ff8f4baee01652ceb2a05c5d5e44100afd94a7ee6b347721e1e0","node-v16.6.1-linux-arm64.tar.gz":"ecab5720035b6bb97564b05df527d49a37489dcba6a244c0f1c7c801bb2755f7","node-v16.6.1-linux-arm64.tar.xz":"59867dccc1f392416e9301a94b9df19faa38d0b0d1d2f1cea174835dff1a1cb0","node-v16.6.1-linux-armv7l.tar.gz":"04268fda50beb3aa116e150adcd3175cde17166b1f40079765da281fa73cc6cb","node-v16.6.1-linux-armv7l.tar.xz":"903e30b38f67bb128d2e1ff520fc2fdabede1029338010b1304c9c081236859e","node-v16.6.1-linux-ppc64le.tar.gz":"9830281e2d553590c4a53d5d8327a2887df5b65452f5fa55ccd9ae597fcc247b","node-v16.6.1-linux-ppc64le.tar.xz":"9392e583f24d41c1e5f5625171d963fa01e924b3b38cdd7632f249e8e491e958","node-v16.6.1-linux-s390x.tar.gz":"fec6745555b477fbb62440b0306c8b4717980778bf8f0d5fd497915508775bd0","node-v16.6.1-linux-s390x.tar.xz":"878cb8dfe48312fe40ab9fc320395e8322e8d9e1db4821539dcc6e2b006d8616","node-v16.6.1-linux-x64.tar.gz":"e7e4149626ccd0653783ee8aef81eb50fa7ada2f9f7cbc031969b3b1ac3ffa6b","node-v16.6.1-linux-x64.tar.xz":"ff95e86c3161859251cf659a76be63d99fc45e2380addf634812e5afebac961a","node-v16.6.1.pkg":"1ab44e48c45c9fdc8a91b7339f610f7e0d87801640769c041d8649d00157d79f","node-v16.6.1.tar.gz":"36467b8a4e7e3bacc2f4f1709a83b0506429d1999bc461e5e363bc91d3437c09","node-v16.6.1.tar.xz":"79b1ea058cc67f2a69462cd5f2467a1efe08c64299c053da70384ce1a0e3e557","node-v16.6.1-win-x64.7z":"5b85e20f14c0c9a9c4ac6f867f8bcf47a09c645930707f7b766322065e719ed3","node-v16.6.1-win-x64.zip":"ec5dce1e182172cc7edc8d56c377f4d106232b2b14127bd2a1565497448504e9","node-v16.6.1-win-x86.7z":"a798038fcae1c02e831d42e5d7ca76b643905fd9716bf11a4357cfa903148fea","node-v16.6.1-win-x86.zip":"395ce9ac6c7204ccac8f16dfa158306ec42cf1a1ffc29f40076dcdafe78bd328","node-v16.6.1-x64.msi":"b3f74a4b6c8d31bb33b08228c6797b1f6d10b0bcf096f2d7287bcc225dfb237d","node-v16.6.1-x86.msi":"7a5a849bc890aee91a2ff0285fe90e6ddc793b4f265792ce70b50595f6e0543b","win-x64/node.exe":"cb88167e067634cc8053a5204364fbb3fcabe5f6b3b1a67b38f67c21ad72acb3","win-x64/node.lib":"e7484e4552df7e992e5d409e518aa467555769dc85917da408d41f85c4f2823d","win-x64/node_pdb.7z":"0eae256767c33fb44eab2c02972d1d835bcf6e6a430b6698e9120aeb4c49124f","win-x64/node_pdb.zip":"a40ddd793650ff3801aa149523ce98a9a4c66bbf9fc69d0cea0c9eaaba635d28","win-x86/node.exe":"c0bb2eb9118c32a2ec9c3dffc7155adbb29962d5ec88d337e30488e6e983993c","win-x86/node.lib":"7821ab6af3cef68eee042ef6b7fb2185eafff8bd4e4c988c8fc6c1d0242d2bcd","win-x86/node_pdb.7z":"b83ed322a47a81b56200e744457e286a07d7c48e15b8a71a63a9c0fc73276ce5","win-x86/node_pdb.zip":"ea5cfb3d53b8614d5f4941ffac6f8277e6998cc2f85f3a26e0838db533b21c61"}
2021-08-04T08:53:40.8194345Z npm ERR! gyp verb download contents checksum {"node-v16.6.1-headers.tar.gz":"a87003ca6f43a23d611637b4a39b5d255f1a0ed5ad9423134fc9ed61a6fca364"}
2021-08-04T08:53:40.8196666Z npm ERR! gyp verb validating download checksum for node-v16.6.1-headers.tar.gz (a87003ca6f43a23d611637b4a39b5d255f1a0ed5ad9423134fc9ed61a6fca364 == a87003ca6f43a23d611637b4a39b5d255f1a0ed5ad9423134fc9ed61a6fca364)
2021-08-04T08:53:40.8198198Z npm ERR! gyp verb get node dir target node version installed: 16.6.1
2021-08-04T08:53:40.8199120Z npm ERR! gyp verb build dir attempting to create "build" dir: /github/workspace/node_modules/node-sass/build
2021-08-04T08:53:40.8200154Z npm ERR! gyp verb build dir "build" dir needed to be created? /github/workspace/node_modules/node-sass/build
2021-08-04T08:53:40.8200853Z npm ERR! gyp verb build/config.gypi creating config file
2021-08-04T08:53:40.8201818Z npm ERR! gyp verb build/config.gypi writing out config file: /github/workspace/node_modules/node-sass/build/config.gypi
2021-08-04T08:53:40.8203072Z npm ERR! (node:124) [DEP0150] DeprecationWarning: Setting process.config is deprecated. In the future the property will be read-only.
2021-08-04T08:53:40.8204165Z npm ERR! (Use `node --trace-deprecation ...` to show where the warning was created)
2021-08-04T08:53:40.8205174Z npm ERR! gyp verb config.gypi checking for gypi file: /github/workspace/node_modules/node-sass/config.gypi
2021-08-04T08:53:40.8206393Z npm ERR! gyp verb common.gypi checking for gypi file: /github/workspace/node_modules/node-sass/common.gypi
2021-08-04T08:53:40.8207169Z npm ERR! gyp verb gyp gyp format was not specified; forcing "make"
2021-08-04T08:53:40.8207695Z npm ERR! gyp info spawn /usr/bin/python3
2021-08-04T08:53:40.8208097Z npm ERR! gyp info spawn args [
2021-08-04T08:53:40.8208868Z npm ERR! gyp info spawn args   '/github/workspace/node_modules/node-gyp/gyp/gyp_main.py',
2021-08-04T08:53:40.8209733Z npm ERR! gyp info spawn args   'binding.gyp',
2021-08-04T08:53:40.8210300Z npm ERR! gyp info spawn args   '-f',
2021-08-04T08:53:40.8210819Z npm ERR! gyp info spawn args   'make',
2021-08-04T08:53:40.8211357Z npm ERR! gyp info spawn args   '-I',
2021-08-04T08:53:40.8212293Z npm ERR! gyp info spawn args   '/github/workspace/node_modules/node-sass/build/config.gypi',
2021-08-04T08:53:40.8213281Z npm ERR! gyp info spawn args   '-I',
2021-08-04T08:53:40.8214059Z npm ERR! gyp info spawn args   '/github/workspace/node_modules/node-gyp/addon.gypi',
2021-08-04T08:53:40.8214782Z npm ERR! gyp info spawn args   '-I',
2021-08-04T08:53:40.8215577Z npm ERR! gyp info spawn args   '/github/home/.cache/node-gyp/16.6.1/include/node/common.gypi',
2021-08-04T08:53:40.8216534Z npm ERR! gyp info spawn args   '-Dlibrary=shared_library',
2021-08-04T08:53:40.8217379Z npm ERR! gyp info spawn args   '-Dvisibility=default',
2021-08-04T08:53:40.8218127Z npm ERR! gyp info spawn args   '-Dnode_root_dir=/github/home/.cache/node-gyp/16.6.1',
2021-08-04T08:53:40.8219164Z npm ERR! gyp info spawn args   '-Dnode_gyp_dir=/github/workspace/node_modules/node-gyp',
2021-08-04T08:53:40.8220110Z npm ERR! gyp info spawn args   '-Dnode_lib_file=/github/home/.cache/node-gyp/16.6.1/<(target_arch)/node.lib',
2021-08-04T08:53:40.8221074Z npm ERR! gyp info spawn args   '-Dmodule_root_dir=/github/workspace/node_modules/node-sass',
2021-08-04T08:53:40.8222536Z npm ERR! gyp info spawn args   '-Dnode_engine=v8',
2021-08-04T08:53:40.8223475Z npm ERR! gyp info spawn args   '--depth=.',
2021-08-04T08:53:40.8224239Z npm ERR! gyp info spawn args   '--no-parallel',
2021-08-04T08:53:40.8225073Z npm ERR! gyp info spawn args   '--generator-output',
2021-08-04T08:53:40.8225854Z npm ERR! gyp info spawn args   'build',
2021-08-04T08:53:40.8226860Z npm ERR! gyp info spawn args   '-Goutput_dir=.'
2021-08-04T08:53:40.8227977Z npm ERR! gyp info spawn args ]
2021-08-04T08:53:40.8228365Z npm ERR! gyp verb command build []
2021-08-04T08:53:40.8228798Z npm ERR! gyp verb build type Release
2021-08-04T08:53:40.8229254Z npm ERR! gyp verb architecture x64
2021-08-04T08:53:40.8229916Z npm ERR! gyp verb node dev dir /github/home/.cache/node-gyp/16.6.1
2021-08-04T08:53:40.8230489Z npm ERR! gyp verb `which` succeeded for `make` /usr/bin/make
2021-08-04T08:53:40.8230945Z npm ERR! gyp info spawn make
2021-08-04T08:53:40.8231601Z npm ERR! gyp info spawn args [ 'V=1', 'BUILDTYPE=Release', '-C', 'build' ]
2021-08-04T08:53:40.8232364Z npm ERR! ../src/libsass/src/cencode.c: In function 'base64_encode_block':
2021-08-04T08:53:40.8233357Z npm ERR! ../src/libsass/src/cencode.c:48:11: warning: this statement may fall through [-Wimplicit-fallthrough=]
2021-08-04T08:53:40.8234039Z npm ERR!     result = (fragment & 0x003) << 4;
2021-08-04T08:53:40.8234422Z npm ERR!     ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
2021-08-04T08:53:40.8234853Z npm ERR! ../src/libsass/src/cencode.c:52:2: note: here
2021-08-04T08:53:40.8235271Z npm ERR!   case step_B:
2021-08-04T08:53:40.8235595Z npm ERR!   ^~~~
2021-08-04T08:53:40.8236404Z npm ERR! ../src/libsass/src/cencode.c:62:11: warning: this statement may fall through [-Wimplicit-fallthrough=]
2021-08-04T08:53:40.8237096Z npm ERR!     result = (fragment & 0x00f) << 2;
2021-08-04T08:53:40.8237464Z npm ERR!     ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
2021-08-04T08:53:40.8237896Z npm ERR! ../src/libsass/src/cencode.c:66:2: note: here
2021-08-04T08:53:40.8238311Z npm ERR!   case step_C:
2021-08-04T08:53:40.8238634Z npm ERR!   ^~~~
2021-08-04T08:53:40.8240343Z npm ERR! ../src/libsass/src/functions.cpp: In function 'void Sass::Functions::handle_utf8_error(const Sass::ParserState&, Sass::Backtraces)':
2021-08-04T08:53:40.8242013Z npm ERR! ../src/libsass/src/functions.cpp:110:20: warning: catching polymorphic type 'class utf8::invalid_code_point' by value [-Wcatch-value=]
2021-08-04T08:53:40.8243593Z npm ERR!        catch (utf8::invalid_code_point) {
2021-08-04T08:53:40.8244093Z npm ERR!                     ^~~~~~~~~~~~~~~~~~
2021-08-04T08:53:40.8245562Z npm ERR! ../src/libsass/src/functions.cpp:114:20: warning: catching polymorphic type 'class utf8::not_enough_room' by value [-Wcatch-value=]
2021-08-04T08:53:40.8246670Z npm ERR!        catch (utf8::not_enough_room) {
2021-08-04T08:53:40.8247062Z npm ERR!                     ^~~~~~~~~~~~~~~
2021-08-04T08:53:40.8248165Z npm ERR! ../src/libsass/src/functions.cpp:118:20: warning: catching polymorphic type 'class utf8::invalid_utf8' by value [-Wcatch-value=]
2021-08-04T08:53:40.8248877Z npm ERR!        catch (utf8::invalid_utf8) {
2021-08-04T08:53:40.8249256Z npm ERR!                     ^~~~~~~~~~~~
2021-08-04T08:53:40.8249935Z npm ERR! ../src/libsass/src/json.cpp: In function 'char* json_encode_string(const char*)':
2021-08-04T08:53:40.8251135Z npm ERR! ../src/libsass/src/json.cpp:405:15: warning: catching polymorphic type 'class std::exception' by value [-Wcatch-value=]
2021-08-04T08:53:40.8251821Z npm ERR!    catch (std::exception) {
2021-08-04T08:53:40.8252195Z npm ERR!                ^~~~~~~~~
2021-08-04T08:53:40.8252928Z npm ERR! ../src/libsass/src/json.cpp: In function 'char* json_stringify(const JsonNode*, const char*)':
2021-08-04T08:53:40.8254155Z npm ERR! ../src/libsass/src/json.cpp:424:15: warning: catching polymorphic type 'class std::exception' by value [-Wcatch-value=]
2021-08-04T08:53:40.8254930Z npm ERR!    catch (std::exception) {
2021-08-04T08:53:40.8255290Z npm ERR!                ^~~~~~~~~
2021-08-04T08:53:40.8255966Z npm ERR! In file included from /github/home/.cache/node-gyp/16.6.1/include/node/v8.h:30,
2021-08-04T08:53:40.8256960Z npm ERR!                  from /github/home/.cache/node-gyp/16.6.1/include/node/node.h:63,
2021-08-04T08:53:40.8257660Z npm ERR!                  from ../../nan/nan.h:56,
2021-08-04T08:53:40.8258116Z npm ERR!                  from ../src/binding.cpp:1:
2021-08-04T08:53:40.8259272Z npm ERR! /github/home/.cache/node-gyp/16.6.1/include/node/v8-internal.h: In function 'void v8::internal::PerformCastCheck(T*)':
2021-08-04T08:53:40.8260621Z npm ERR! /github/home/.cache/node-gyp/16.6.1/include/node/v8-internal.h:488:38: error: 'remove_cv_t' is not a member of 'std'
2021-08-04T08:53:40.8261660Z npm ERR!              !std::is_same<Data, std::remove_cv_t<T>>::value>::Perform(data);
2021-08-04T08:53:40.8343584Z npm ERR!                                       ^~~~~~~~~~~
2021-08-04T08:53:40.8345274Z npm ERR! /github/home/.cache/node-gyp/16.6.1/include/node/v8-internal.h:488:38: note: suggested alternative: 'remove_cv'
2021-08-04T08:53:40.8346680Z npm ERR!              !std::is_same<Data, std::remove_cv_t<T>>::value>::Perform(data);
2021-08-04T08:53:40.8347335Z npm ERR!                                       ^~~~~~~~~~~
2021-08-04T08:53:40.8347798Z npm ERR!                                       remove_cv
2021-08-04T08:53:40.8348982Z npm ERR! /github/home/.cache/node-gyp/16.6.1/include/node/v8-internal.h:488:38: error: 'remove_cv_t' is not a member of 'std'
2021-08-04T08:53:40.8350778Z npm ERR! /github/home/.cache/node-gyp/16.6.1/include/node/v8-internal.h:488:38: note: suggested alternative: 'remove_cv'
2021-08-04T08:53:40.8352162Z npm ERR!              !std::is_same<Data, std::remove_cv_t<T>>::value>::Perform(data);
2021-08-04T08:53:40.8352644Z npm ERR!                                       ^~~~~~~~~~~
2021-08-04T08:53:40.8353034Z npm ERR!                                       remove_cv
2021-08-04T08:53:40.8354420Z npm ERR! /github/home/.cache/node-gyp/16.6.1/include/node/v8-internal.h:488:50: error: template argument 2 is invalid
2021-08-04T08:53:40.8355154Z npm ERR!              !std::is_same<Data, std::remove_cv_t<T>>::value>::Perform(data);
2021-08-04T08:53:40.8355790Z npm ERR!                                                   ^
2021-08-04T08:53:40.8356844Z npm ERR! /github/home/.cache/node-gyp/16.6.1/include/node/v8-internal.h:488:63: error: '::Perform' has not been declared
2021-08-04T08:53:40.8357756Z npm ERR!              !std::is_same<Data, std::remove_cv_t<T>>::value>::Perform(data);
2021-08-04T08:53:40.8358236Z npm ERR!                                                                ^~~~~~~
2021-08-04T08:53:40.8359439Z npm ERR! /github/home/.cache/node-gyp/16.6.1/include/node/v8-internal.h:488:63: note: suggested alternative: 'herror'
2021-08-04T08:53:40.8360417Z npm ERR!              !std::is_same<Data, std::remove_cv_t<T>>::value>::Perform(data);
2021-08-04T08:53:40.8360907Z npm ERR!                                                                ^~~~~~~
2021-08-04T08:53:40.8361320Z npm ERR!                                                                herror
2021-08-04T08:53:40.8362263Z npm ERR! ../src/binding.cpp: In function 'Nan::NAN_METHOD_RETURN_TYPE render(Nan::NAN_METHOD_ARGS_TYPE)':
2021-08-04T08:53:40.8363974Z npm ERR! ../src/binding.cpp:284:98: warning: cast between incompatible function types from 'void (*)(uv_work_t*)' {aka 'void (*)(uv_work_s*)'} to 'uv_after_work_cb' {aka 'void (*)(uv_work_s*, int)'} [-Wcast-function-type]
2021-08-04T08:53:40.8365878Z npm ERR!      int status = uv_queue_work(uv_default_loop(), &ctx_w->request, compile_it, (uv_after_work_cb)MakeCallback);
2021-08-04T08:53:40.8366678Z npm ERR!                                                                                                   ^~~~~~~~~~~~
2021-08-04T08:53:40.8367857Z npm ERR! ../src/binding.cpp: In function 'Nan::NAN_METHOD_RETURN_TYPE render_file(Nan::NAN_METHOD_ARGS_TYPE)':
2021-08-04T08:53:40.8374289Z npm ERR! ../src/binding.cpp:320:98: warning: cast between incompatible function types from 'void (*)(uv_work_t*)' {aka 'void (*)(uv_work_s*)'} to 'uv_after_work_cb' {aka 'void (*)(uv_work_s*, int)'} [-Wcast-function-type]
2021-08-04T08:53:40.8376101Z npm ERR!      int status = uv_queue_work(uv_default_loop(), &ctx_w->request, compile_it, (uv_after_work_cb)MakeCallback);
2021-08-04T08:53:40.8376920Z npm ERR!                                                                                                   ^~~~~~~~~~~~
2021-08-04T08:53:40.8377867Z npm ERR! In file included from ../../nan/nan.h:56,
2021-08-04T08:53:40.8378525Z npm ERR!                  from ../src/binding.cpp:1:
2021-08-04T08:53:40.8379115Z npm ERR! ../src/binding.cpp: At global scope:
2021-08-04T08:53:40.8382904Z npm ERR! /github/home/.cache/node-gyp/16.6.1/include/node/node.h:806:43: warning: cast between incompatible function types from 'void (*)(Nan::ADDON_REGISTER_FUNCTION_ARGS_TYPE)' {aka 'void (*)(v8::Local<v8::Object>)'} to 'node::addon_register_func' {aka 'void (*)(v8::Local<v8::Object>, v8::Local<v8::Value>, void*)'} [-Wcast-function-type]
2021-08-04T08:53:40.8384529Z npm ERR!        (node::addon_register_func) (regfunc),                          \
2021-08-04T08:53:40.8385085Z npm ERR!                                            ^
2021-08-04T08:53:40.8386205Z npm ERR! /github/home/.cache/node-gyp/16.6.1/include/node/node.h:840:3: note: in expansion of macro 'NODE_MODULE_X'
2021-08-04T08:53:40.8388979Z npm ERR!    NODE_MODULE_X(modname, regfunc, NULL, 0)  // NOLINT (readability/null_usage)
2021-08-04T08:53:40.8390620Z npm ERR!    ^~~~~~~~~~~~~
2021-08-04T08:53:40.8395261Z npm ERR! ../src/binding.cpp:358:1: note: in expansion of macro 'NODE_MODULE'
2021-08-04T08:53:40.8396073Z npm ERR!  NODE_MODULE(binding, RegisterModule);
2021-08-04T08:53:40.8396601Z npm ERR!  ^~~~~~~~~~~
2021-08-04T08:53:40.8397315Z npm ERR! make: *** [binding.target.mk:133: Release/obj.target/binding/src/binding.o] Error 1
2021-08-04T08:53:40.8399199Z npm ERR! gyp ERR! build error 
2021-08-04T08:53:40.8399993Z npm ERR! gyp ERR! stack Error: `make` failed with exit code: 2
2021-08-04T08:53:40.8402215Z npm ERR! gyp ERR! stack     at ChildProcess.onExit (/github/workspace/node_modules/node-gyp/lib/build.js:194:23)
2021-08-04T08:53:40.8403426Z npm ERR! gyp ERR! stack     at ChildProcess.emit (node:events:394:28)
2021-08-04T08:53:40.8404471Z npm ERR! gyp ERR! stack     at Process.ChildProcess._handle.onexit (node:internal/child_process:290:12)
2021-08-04T08:53:40.8405561Z npm ERR! gyp ERR! System Linux 5.8.0-1039-azure
2021-08-04T08:53:40.8407557Z npm ERR! gyp ERR! command "/usr/local/bin/node" "/github/workspace/node_modules/node-gyp/bin/node-gyp.js" "rebuild" "--verbose" "--libsass_ext=" "--libsass_cflags=" "--libsass_ldflags=" "--libsass_library="
2021-08-04T08:53:40.8409899Z npm ERR! gyp ERR! cwd /github/workspace/node_modules/node-sass
2021-08-04T08:53:40.8410685Z npm ERR! gyp ERR! node -v v16.6.1
2021-08-04T08:53:40.8412261Z npm ERR! gyp ERR! node-gyp -v v7.1.2
2021-08-04T08:53:40.8412750Z npm ERR! gyp ERR! not ok 
2021-08-04T08:53:40.8415661Z npm ERR! Build failed with error code: 1
2021-08-04T08:53:40.8416058Z 
2021-08-04T08:53:40.8417170Z npm ERR! A complete log of this run can be found in:
2021-08-04T08:53:40.8418628Z npm ERR!     /github/home/.npm/_logs/2021-08-04T08_53_40_632Z-debug.log
2021-08-04T08:53:41.0220215Z node:internal/modules/cjs/loader:933
2021-08-04T08:53:41.0220780Z   const err = new Error(message);
2021-08-04T08:53:41.0221161Z               ^
2021-08-04T08:53:41.0221377Z 
2021-08-04T08:53:41.0223132Z Error: Failed to load plugin 'eslint-comments' declared in '.eslintrc.js': Cannot find module 'eslint-plugin-eslint-comments'
2021-08-04T08:53:41.0224057Z Require stack:
2021-08-04T08:53:41.0224757Z - /github/workspace/__placeholder__.js
2021-08-04T08:53:41.0225358Z Referenced from: /github/workspace/.eslintrc.js
2021-08-04T08:53:41.0226147Z     at Function.Module._resolveFilename (node:internal/modules/cjs/loader:933:15)
2021-08-04T08:53:41.0226957Z     at Function.resolve (node:internal/modules/cjs/helpers:100:19)
2021-08-04T08:53:41.0228265Z     at Object.resolve (/ESLint-PR-review/node_modules/@eslint/eslintrc/lib/shared/relative-module-resolver.js:28:50)
2021-08-04T08:53:41.0229883Z     at ConfigArrayFactory._loadPlugin (/ESLint-PR-review/node_modules/@eslint/eslintrc/lib/config-array-factory.js:1017:39)
2021-08-04T08:53:41.0231646Z     at ConfigArrayFactory._loadExtendedPluginConfig (/ESLint-PR-review/node_modules/@eslint/eslintrc/lib/config-array-factory.js:837:29)
2021-08-04T08:53:41.0233412Z     at ConfigArrayFactory._loadExtends (/ESLint-PR-review/node_modules/@eslint/eslintrc/lib/config-array-factory.js:779:29)
2021-08-04T08:53:41.0235282Z     at ConfigArrayFactory._normalizeObjectConfigDataBody (/ESLint-PR-review/node_modules/@eslint/eslintrc/lib/config-array-factory.js:720:25)
2021-08-04T08:53:41.0236733Z     at _normalizeObjectConfigDataBody.next (<anonymous>)
2021-08-04T08:53:41.0238356Z     at ConfigArrayFactory._normalizeObjectConfigData (/ESLint-PR-review/node_modules/@eslint/eslintrc/lib/config-array-factory.js:665:20)
2021-08-04T08:53:41.0239729Z     at _normalizeObjectConfigData.next (<anonymous>) {
2021-08-04T08:53:41.0240521Z   code: 'MODULE_NOT_FOUND',
2021-08-04T08:53:41.0241218Z   requireStack: [ '/github/workspace/__placeholder__.js' ],
2021-08-04T08:53:41.0242003Z   messageTemplate: 'plugin-missing',
2021-08-04T08:53:41.0242492Z   messageData: {
2021-08-04T08:53:41.0243267Z     pluginName: 'eslint-plugin-eslint-comments',
2021-08-04T08:53:41.0244217Z     resolvePluginsRelativeTo: '/github/workspace',
2021-08-04T08:53:41.0245001Z     importerName: '.eslintrc.js'
2021-08-04T08:53:41.0245406Z   }
2021-08-04T08:53:41.0245666Z }
2021-08-04T08:53:41.0303670Z ##[debug]JSON output:
2021-08-04T08:53:41.0314293Z ##[debug]
2021-08-04T08:53:41.1195344Z ##[debug]Enhanced Annotations not enabled on the server. The 'title', 'end_line', and 'end_column' fields are unsupported.
2021-08-04T08:53:41.1204925Z ##[error]SyntaxError: Unexpected end of JSON input
    at JSON.parse (<anonymous>)
    at /ESLint-PR-review/lib/main.js:38:29
    at Generator.next (<anonymous>)
    at /ESLint-PR-review/lib/main.js:27:71
    at new Promise (<anonymous>)
    at __awaiter (/ESLint-PR-review/lib/main.js:23:12)
    at run (/ESLint-PR-review/lib/main.js:35:19)
    at Object.<anonymous> (/ESLint-PR-review/lib/main.js:171:1)
    at Module._compile (node:internal/modules/cjs/loader:1101:14)
    at Object.Module._extensions..js (node:internal/modules/cjs/loader:1153:10)
2021-08-04T08:53:41.8433656Z ##[debug]Docker Action run completed with exit code 1
2021-08-04T08:53:41.8440691Z ##[debug]Finishing: Run hsh2001/ESLint-PR-review@latest
2021-08-04T08:53:41.8450352Z ##[debug]Evaluating condition for step: 'Post Run actions/checkout@v2'
2021-08-04T08:53:41.8456890Z ##[debug]Evaluating: always()
2021-08-04T08:53:41.8457643Z ##[debug]Evaluating always:
2021-08-04T08:53:41.8458513Z ##[debug]=> true
2021-08-04T08:53:41.8459297Z ##[debug]Result: true
2021-08-04T08:53:41.8461359Z ##[debug]Starting: Post Run actions/checkout@v2
2021-08-04T08:53:41.8522364Z ##[debug]Loading inputs
2021-08-04T08:53:41.8523504Z ##[debug]Evaluating: github.repository
2021-08-04T08:53:41.8524087Z ##[debug]Evaluating Index:
2021-08-04T08:53:41.8524538Z ##[debug]..Evaluating github:
2021-08-04T08:53:41.8524967Z ##[debug]..=> Object
2021-08-04T08:53:41.8525416Z ##[debug]..Evaluating String:
2021-08-04T08:53:41.8525872Z ##[debug]..=> 'repository'
2021-08-04T08:53:41.8526460Z ##[debug]=> 'tcgwiz/web'
2021-08-04T08:53:41.8526899Z ##[debug]Result: 'tcgwiz/web'
2021-08-04T08:53:41.8529363Z ##[debug]Evaluating: github.token
2021-08-04T08:53:41.8530192Z ##[debug]Evaluating Index:
2021-08-04T08:53:41.8530741Z ##[debug]..Evaluating github:
2021-08-04T08:53:41.8532012Z ##[debug]..=> Object
2021-08-04T08:53:41.8532477Z ##[debug]..Evaluating String:
2021-08-04T08:53:41.8532897Z ##[debug]..=> 'token'
2021-08-04T08:53:41.8534701Z ##[debug]=> '***'
2021-08-04T08:53:41.8535634Z ##[debug]Result: '***'
2021-08-04T08:53:41.8561409Z ##[debug]Loading env
2021-08-04T08:53:41.8572747Z Post job cleanup.
2021-08-04T08:53:41.9897981Z ##[debug]Getting git version
2021-08-04T08:53:41.9916944Z [command]/usr/bin/git version
2021-08-04T08:53:41.9981580Z git version 2.32.0
2021-08-04T08:53:42.0008432Z ##[debug]Set git useragent to: git/2.32.0 (github-actions-checkout)
2021-08-04T08:53:42.0017036Z ::add-mask::***
2021-08-04T08:53:42.0027558Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2021-08-04T08:53:42.0064326Z [command]/usr/bin/git submodule foreach --recursive git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :
2021-08-04T08:53:42.0337498Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2021-08-04T08:53:42.0360484Z http.https://github.com/.extraheader
2021-08-04T08:53:42.0374015Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader
2021-08-04T08:53:42.0424556Z [command]/usr/bin/git submodule foreach --recursive git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :
2021-08-04T08:53:42.0749626Z ##[debug]Node Action run completed with exit code 0
2021-08-04T08:53:42.0752038Z ##[debug]Finishing: Post Run actions/checkout@v2
2021-08-04T08:53:42.0762932Z ##[debug]Starting: Complete job
2021-08-04T08:53:42.0765944Z Cleaning up orphan processes
2021-08-04T08:53:42.1197188Z ##[debug]Finishing: Complete job
2021-08-04T08:53:42.1204912Z ##[debug]Finishing: lint
rpkak commented 3 years ago

Looking at this part of your log I think the problem has something to do with gyp.

I don't know gyp. Are there any known problems with installing it?

2021-08-04T08:53:40.5820631Z npm ERR! code 1
2021-08-04T08:53:40.5826764Z npm ERR! path /github/workspace/node_modules/node-sass
2021-08-04T08:53:40.5844206Z npm ERR! command failed
2021-08-04T08:53:40.5851107Z npm ERR! command sh -c node scripts/build.js
2021-08-04T08:53:40.5927198Z npm ERR! Building: /usr/local/bin/node /github/workspace/node_modules/node-gyp/bin/node-gyp.js rebuild --verbose --libsass_ext= --libsass_cflags= --libsass_ldflags= --libsass_library=
2021-08-04T08:53:40.5929152Z npm ERR! make: Entering directory '/github/workspace/node_modules/node-sass/build'
2021-08-04T08:53:40.5934981Z npm ERR!   g++ -o Release/obj.target/libsass/src/libsass/src/ast.o ../src/libsass/src/ast.cpp '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-D__STDC_FORMAT_MACROS' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/github/home/.cache/node-gyp/16.6.1/include/node -I/github/home/.cache/node-gyp/16.6.1/src -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/config -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/openssl/include -I/github/home/.cache/node-gyp/16.6.1/deps/uv/include -I/github/home/.cache/node-gyp/16.6.1/deps/zlib -I/github/home/.cache/node-gyp/16.6.1/deps/v8/include -I../src/libsass/include  -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++14 -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/ast.o.d.raw   -c
2021-08-04T08:53:40.5950950Z npm ERR!   g++ -o Release/obj.target/libsass/src/libsass/src/ast_fwd_decl.o ../src/libsass/src/ast_fwd_decl.cpp '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-D__STDC_FORMAT_MACROS' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/github/home/.cache/node-gyp/16.6.1/include/node -I/github/home/.cache/node-gyp/16.6.1/src -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/config -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/openssl/include -I/github/home/.cache/node-gyp/16.6.1/deps/uv/include -I/github/home/.cache/node-gyp/16.6.1/deps/zlib -I/github/home/.cache/node-gyp/16.6.1/deps/v8/include -I../src/libsass/include  -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++14 -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/ast_fwd_decl.o.d.raw   -c
2021-08-04T08:53:40.6007442Z npm ERR!   g++ -o Release/obj.target/libsass/src/libsass/src/backtrace.o ../src/libsass/src/backtrace.cpp '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-D__STDC_FORMAT_MACROS' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/github/home/.cache/node-gyp/16.6.1/include/node -I/github/home/.cache/node-gyp/16.6.1/src -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/config -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/openssl/include -I/github/home/.cache/node-gyp/16.6.1/deps/uv/include -I/github/home/.cache/node-gyp/16.6.1/deps/zlib -I/github/home/.cache/node-gyp/16.6.1/deps/v8/include -I../src/libsass/include  -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++14 -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/backtrace.o.d.raw   -c
2021-08-04T08:53:40.6067161Z npm ERR!   g++ -o Release/obj.target/libsass/src/libsass/src/base64vlq.o ../src/libsass/src/base64vlq.cpp '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-D__STDC_FORMAT_MACROS' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/github/home/.cache/node-gyp/16.6.1/include/node -I/github/home/.cache/node-gyp/16.6.1/src -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/config -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/openssl/include -I/github/home/.cache/node-gyp/16.6.1/deps/uv/include -I/github/home/.cache/node-gyp/16.6.1/deps/zlib -I/github/home/.cache/node-gyp/16.6.1/deps/v8/include -I../src/libsass/include  -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++14 -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/base64vlq.o.d.raw   -c
2021-08-04T08:53:40.6101012Z npm ERR!   g++ -o Release/obj.target/libsass/src/libsass/src/bind.o ../src/libsass/src/bind.cpp '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-D__STDC_FORMAT_MACROS' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/github/home/.cache/node-gyp/16.6.1/include/node -I/github/home/.cache/node-gyp/16.6.1/src -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/config -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/openssl/include -I/github/home/.cache/node-gyp/16.6.1/deps/uv/include -I/github/home/.cache/node-gyp/16.6.1/deps/zlib -I/github/home/.cache/node-gyp/16.6.1/deps/v8/include -I../src/libsass/include  -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++14 -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/bind.o.d.raw   -c
2021-08-04T08:53:40.6112171Z npm ERR!   cc -o Release/obj.target/libsass/src/libsass/src/cencode.o ../src/libsass/src/cencode.c '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-D__STDC_FORMAT_MACROS' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/github/home/.cache/node-gyp/16.6.1/include/node -I/github/home/.cache/node-gyp/16.6.1/src -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/config -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/openssl/include -I/github/home/.cache/node-gyp/16.6.1/deps/uv/include -I/github/home/.cache/node-gyp/16.6.1/deps/zlib -I/github/home/.cache/node-gyp/16.6.1/deps/v8/include -I../src/libsass/include  -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer  -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/cencode.o.d.raw   -c
2021-08-04T08:53:40.6134997Z npm ERR!   g++ -o Release/obj.target/libsass/src/libsass/src/check_nesting.o ../src/libsass/src/check_nesting.cpp '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-D__STDC_FORMAT_MACROS' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/github/home/.cache/node-gyp/16.6.1/include/node -I/github/home/.cache/node-gyp/16.6.1/src -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/config -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/openssl/include -I/github/home/.cache/node-gyp/16.6.1/deps/uv/include -I/github/home/.cache/node-gyp/16.6.1/deps/zlib -I/github/home/.cache/node-gyp/16.6.1/deps/v8/include -I../src/libsass/include  -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++14 -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/check_nesting.o.d.raw   -c
2021-08-04T08:53:40.6143799Z npm ERR!   g++ -o Release/obj.target/libsass/src/libsass/src/color_maps.o ../src/libsass/src/color_maps.cpp '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-D__STDC_FORMAT_MACROS' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/github/home/.cache/node-gyp/16.6.1/include/node -I/github/home/.cache/node-gyp/16.6.1/src -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/config -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/openssl/include -I/github/home/.cache/node-gyp/16.6.1/deps/uv/include -I/github/home/.cache/node-gyp/16.6.1/deps/zlib -I/github/home/.cache/node-gyp/16.6.1/deps/v8/include -I../src/libsass/include  -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++14 -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/color_maps.o.d.raw   -c
2021-08-04T08:53:40.6290051Z npm ERR!   g++ -o Release/obj.target/libsass/src/libsass/src/constants.o ../src/libsass/src/constants.cpp '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-D__STDC_FORMAT_MACROS' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/github/home/.cache/node-gyp/16.6.1/include/node -I/github/home/.cache/node-gyp/16.6.1/src -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/config -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/openssl/include -I/github/home/.cache/node-gyp/16.6.1/deps/uv/include -I/github/home/.cache/node-gyp/16.6.1/deps/zlib -I/github/home/.cache/node-gyp/16.6.1/deps/v8/include -I../src/libsass/include  -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++14 -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/constants.o.d.raw   -c
2021-08-04T08:53:40.6312400Z npm ERR!   g++ -o Release/obj.target/libsass/src/libsass/src/context.o ../src/libsass/src/context.cpp '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-D__STDC_FORMAT_MACROS' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/github/home/.cache/node-gyp/16.6.1/include/node -I/github/home/.cache/node-gyp/16.6.1/src -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/config -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/openssl/include -I/github/home/.cache/node-gyp/16.6.1/deps/uv/include -I/github/home/.cache/node-gyp/16.6.1/deps/zlib -I/github/home/.cache/node-gyp/16.6.1/deps/v8/include -I../src/libsass/include  -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++14 -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/context.o.d.raw   -c
2021-08-04T08:53:40.6321551Z npm ERR!   g++ -o Release/obj.target/libsass/src/libsass/src/cssize.o ../src/libsass/src/cssize.cpp '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-D__STDC_FORMAT_MACROS' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/github/home/.cache/node-gyp/16.6.1/include/node -I/github/home/.cache/node-gyp/16.6.1/src -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/config -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/openssl/include -I/github/home/.cache/node-gyp/16.6.1/deps/uv/include -I/github/home/.cache/node-gyp/16.6.1/deps/zlib -I/github/home/.cache/node-gyp/16.6.1/deps/v8/include -I../src/libsass/include  -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++14 -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/cssize.o.d.raw   -c
2021-08-04T08:53:40.6331901Z npm ERR!   g++ -o Release/obj.target/libsass/src/libsass/src/emitter.o ../src/libsass/src/emitter.cpp '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-D__STDC_FORMAT_MACROS' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/github/home/.cache/node-gyp/16.6.1/include/node -I/github/home/.cache/node-gyp/16.6.1/src -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/config -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/openssl/include -I/github/home/.cache/node-gyp/16.6.1/deps/uv/include -I/github/home/.cache/node-gyp/16.6.1/deps/zlib -I/github/home/.cache/node-gyp/16.6.1/deps/v8/include -I../src/libsass/include  -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++14 -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/emitter.o.d.raw   -c
2021-08-04T08:53:40.6341413Z npm ERR!   g++ -o Release/obj.target/libsass/src/libsass/src/environment.o ../src/libsass/src/environment.cpp '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-D__STDC_FORMAT_MACROS' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/github/home/.cache/node-gyp/16.6.1/include/node -I/github/home/.cache/node-gyp/16.6.1/src -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/config -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/openssl/include -I/github/home/.cache/node-gyp/16.6.1/deps/uv/include -I/github/home/.cache/node-gyp/16.6.1/deps/zlib -I/github/home/.cache/node-gyp/16.6.1/deps/v8/include -I../src/libsass/include  -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++14 -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/environment.o.d.raw   -c
2021-08-04T08:53:40.6393389Z npm ERR!   g++ -o Release/obj.target/libsass/src/libsass/src/error_handling.o ../src/libsass/src/error_handling.cpp '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-D__STDC_FORMAT_MACROS' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/github/home/.cache/node-gyp/16.6.1/include/node -I/github/home/.cache/node-gyp/16.6.1/src -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/config -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/openssl/include -I/github/home/.cache/node-gyp/16.6.1/deps/uv/include -I/github/home/.cache/node-gyp/16.6.1/deps/zlib -I/github/home/.cache/node-gyp/16.6.1/deps/v8/include -I../src/libsass/include  -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++14 -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/error_handling.o.d.raw   -c
2021-08-04T08:53:40.6401927Z npm ERR!   g++ -o Release/obj.target/libsass/src/libsass/src/eval.o ../src/libsass/src/eval.cpp '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-D__STDC_FORMAT_MACROS' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/github/home/.cache/node-gyp/16.6.1/include/node -I/github/home/.cache/node-gyp/16.6.1/src -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/config -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/openssl/include -I/github/home/.cache/node-gyp/16.6.1/deps/uv/include -I/github/home/.cache/node-gyp/16.6.1/deps/zlib -I/github/home/.cache/node-gyp/16.6.1/deps/v8/include -I../src/libsass/include  -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++14 -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/eval.o.d.raw   -c
2021-08-04T08:53:40.6411747Z npm ERR!   g++ -o Release/obj.target/libsass/src/libsass/src/expand.o ../src/libsass/src/expand.cpp '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-D__STDC_FORMAT_MACROS' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/github/home/.cache/node-gyp/16.6.1/include/node -I/github/home/.cache/node-gyp/16.6.1/src -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/config -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/openssl/include -I/github/home/.cache/node-gyp/16.6.1/deps/uv/include -I/github/home/.cache/node-gyp/16.6.1/deps/zlib -I/github/home/.cache/node-gyp/16.6.1/deps/v8/include -I../src/libsass/include  -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++14 -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/expand.o.d.raw   -c
2021-08-04T08:53:40.6422499Z npm ERR!   g++ -o Release/obj.target/libsass/src/libsass/src/extend.o ../src/libsass/src/extend.cpp '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-D__STDC_FORMAT_MACROS' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/github/home/.cache/node-gyp/16.6.1/include/node -I/github/home/.cache/node-gyp/16.6.1/src -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/config -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/openssl/include -I/github/home/.cache/node-gyp/16.6.1/deps/uv/include -I/github/home/.cache/node-gyp/16.6.1/deps/zlib -I/github/home/.cache/node-gyp/16.6.1/deps/v8/include -I../src/libsass/include  -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++14 -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/extend.o.d.raw   -c
2021-08-04T08:53:40.6437663Z npm ERR!   g++ -o Release/obj.target/libsass/src/libsass/src/file.o ../src/libsass/src/file.cpp '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-D__STDC_FORMAT_MACROS' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/github/home/.cache/node-gyp/16.6.1/include/node -I/github/home/.cache/node-gyp/16.6.1/src -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/config -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/openssl/include -I/github/home/.cache/node-gyp/16.6.1/deps/uv/include -I/github/home/.cache/node-gyp/16.6.1/deps/zlib -I/github/home/.cache/node-gyp/16.6.1/deps/v8/include -I../src/libsass/include  -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++14 -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/file.o.d.raw   -c
2021-08-04T08:53:40.6840630Z npm ERR!   g++ -o Release/obj.target/libsass/src/libsass/src/functions.o ../src/libsass/src/functions.cpp '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-D__STDC_FORMAT_MACROS' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/github/home/.cache/node-gyp/16.6.1/include/node -I/github/home/.cache/node-gyp/16.6.1/src -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/config -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/openssl/include -I/github/home/.cache/node-gyp/16.6.1/deps/uv/include -I/github/home/.cache/node-gyp/16.6.1/deps/zlib -I/github/home/.cache/node-gyp/16.6.1/deps/v8/include -I../src/libsass/include  -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++14 -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/functions.o.d.raw   -c
2021-08-04T08:53:40.6849931Z npm ERR!   g++ -o Release/obj.target/libsass/src/libsass/src/inspect.o ../src/libsass/src/inspect.cpp '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-D__STDC_FORMAT_MACROS' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/github/home/.cache/node-gyp/16.6.1/include/node -I/github/home/.cache/node-gyp/16.6.1/src -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/config -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/openssl/include -I/github/home/.cache/node-gyp/16.6.1/deps/uv/include -I/github/home/.cache/node-gyp/16.6.1/deps/zlib -I/github/home/.cache/node-gyp/16.6.1/deps/v8/include -I../src/libsass/include  -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++14 -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/inspect.o.d.raw   -c
2021-08-04T08:53:40.6858163Z npm ERR!   g++ -o Release/obj.target/libsass/src/libsass/src/json.o ../src/libsass/src/json.cpp '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-D__STDC_FORMAT_MACROS' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/github/home/.cache/node-gyp/16.6.1/include/node -I/github/home/.cache/node-gyp/16.6.1/src -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/config -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/openssl/include -I/github/home/.cache/node-gyp/16.6.1/deps/uv/include -I/github/home/.cache/node-gyp/16.6.1/deps/zlib -I/github/home/.cache/node-gyp/16.6.1/deps/v8/include -I../src/libsass/include  -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++14 -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/json.o.d.raw   -c
2021-08-04T08:53:40.6876781Z npm ERR!   g++ -o Release/obj.target/libsass/src/libsass/src/lexer.o ../src/libsass/src/lexer.cpp '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-D__STDC_FORMAT_MACROS' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/github/home/.cache/node-gyp/16.6.1/include/node -I/github/home/.cache/node-gyp/16.6.1/src -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/config -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/openssl/include -I/github/home/.cache/node-gyp/16.6.1/deps/uv/include -I/github/home/.cache/node-gyp/16.6.1/deps/zlib -I/github/home/.cache/node-gyp/16.6.1/deps/v8/include -I../src/libsass/include  -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++14 -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/lexer.o.d.raw   -c
2021-08-04T08:53:40.6884709Z npm ERR!   g++ -o Release/obj.target/libsass/src/libsass/src/listize.o ../src/libsass/src/listize.cpp '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-D__STDC_FORMAT_MACROS' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/github/home/.cache/node-gyp/16.6.1/include/node -I/github/home/.cache/node-gyp/16.6.1/src -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/config -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/openssl/include -I/github/home/.cache/node-gyp/16.6.1/deps/uv/include -I/github/home/.cache/node-gyp/16.6.1/deps/zlib -I/github/home/.cache/node-gyp/16.6.1/deps/v8/include -I../src/libsass/include  -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++14 -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/listize.o.d.raw   -c
2021-08-04T08:53:40.6892858Z npm ERR!   g++ -o Release/obj.target/libsass/src/libsass/src/memory/SharedPtr.o ../src/libsass/src/memory/SharedPtr.cpp '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-D__STDC_FORMAT_MACROS' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/github/home/.cache/node-gyp/16.6.1/include/node -I/github/home/.cache/node-gyp/16.6.1/src -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/config -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/openssl/include -I/github/home/.cache/node-gyp/16.6.1/deps/uv/include -I/github/home/.cache/node-gyp/16.6.1/deps/zlib -I/github/home/.cache/node-gyp/16.6.1/deps/v8/include -I../src/libsass/include  -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++14 -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/memory/SharedPtr.o.d.raw   -c
2021-08-04T08:53:40.6901093Z npm ERR!   g++ -o Release/obj.target/libsass/src/libsass/src/node.o ../src/libsass/src/node.cpp '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-D__STDC_FORMAT_MACROS' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/github/home/.cache/node-gyp/16.6.1/include/node -I/github/home/.cache/node-gyp/16.6.1/src -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/config -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/openssl/include -I/github/home/.cache/node-gyp/16.6.1/deps/uv/include -I/github/home/.cache/node-gyp/16.6.1/deps/zlib -I/github/home/.cache/node-gyp/16.6.1/deps/v8/include -I../src/libsass/include  -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++14 -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/node.o.d.raw   -c
2021-08-04T08:53:40.6909814Z npm ERR!   g++ -o Release/obj.target/libsass/src/libsass/src/operators.o ../src/libsass/src/operators.cpp '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-D__STDC_FORMAT_MACROS' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/github/home/.cache/node-gyp/16.6.1/include/node -I/github/home/.cache/node-gyp/16.6.1/src -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/config -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/openssl/include -I/github/home/.cache/node-gyp/16.6.1/deps/uv/include -I/github/home/.cache/node-gyp/16.6.1/deps/zlib -I/github/home/.cache/node-gyp/16.6.1/deps/v8/include -I../src/libsass/include  -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++14 -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/operators.o.d.raw   -c
2021-08-04T08:53:40.6917768Z npm ERR!   g++ -o Release/obj.target/libsass/src/libsass/src/output.o ../src/libsass/src/output.cpp '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-D__STDC_FORMAT_MACROS' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/github/home/.cache/node-gyp/16.6.1/include/node -I/github/home/.cache/node-gyp/16.6.1/src -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/config -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/openssl/include -I/github/home/.cache/node-gyp/16.6.1/deps/uv/include -I/github/home/.cache/node-gyp/16.6.1/deps/zlib -I/github/home/.cache/node-gyp/16.6.1/deps/v8/include -I../src/libsass/include  -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++14 -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/output.o.d.raw   -c
2021-08-04T08:53:40.6924992Z npm ERR!   g++ -o Release/obj.target/libsass/src/libsass/src/parser.o ../src/libsass/src/parser.cpp '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-D__STDC_FORMAT_MACROS' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/github/home/.cache/node-gyp/16.6.1/include/node -I/github/home/.cache/node-gyp/16.6.1/src -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/config -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/openssl/include -I/github/home/.cache/node-gyp/16.6.1/deps/uv/include -I/github/home/.cache/node-gyp/16.6.1/deps/zlib -I/github/home/.cache/node-gyp/16.6.1/deps/v8/include -I../src/libsass/include  -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++14 -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/parser.o.d.raw   -c
2021-08-04T08:53:40.6938836Z npm ERR!   g++ -o Release/obj.target/libsass/src/libsass/src/plugins.o ../src/libsass/src/plugins.cpp '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-D__STDC_FORMAT_MACROS' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/github/home/.cache/node-gyp/16.6.1/include/node -I/github/home/.cache/node-gyp/16.6.1/src -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/config -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/openssl/include -I/github/home/.cache/node-gyp/16.6.1/deps/uv/include -I/github/home/.cache/node-gyp/16.6.1/deps/zlib -I/github/home/.cache/node-gyp/16.6.1/deps/v8/include -I../src/libsass/include  -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++14 -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/plugins.o.d.raw   -c
2021-08-04T08:53:40.6949250Z npm ERR!   g++ -o Release/obj.target/libsass/src/libsass/src/position.o ../src/libsass/src/position.cpp '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-D__STDC_FORMAT_MACROS' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/github/home/.cache/node-gyp/16.6.1/include/node -I/github/home/.cache/node-gyp/16.6.1/src -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/config -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/openssl/include -I/github/home/.cache/node-gyp/16.6.1/deps/uv/include -I/github/home/.cache/node-gyp/16.6.1/deps/zlib -I/github/home/.cache/node-gyp/16.6.1/deps/v8/include -I../src/libsass/include  -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++14 -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/position.o.d.raw   -c
2021-08-04T08:53:40.6958288Z npm ERR!   g++ -o Release/obj.target/libsass/src/libsass/src/prelexer.o ../src/libsass/src/prelexer.cpp '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-D__STDC_FORMAT_MACROS' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/github/home/.cache/node-gyp/16.6.1/include/node -I/github/home/.cache/node-gyp/16.6.1/src -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/config -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/openssl/include -I/github/home/.cache/node-gyp/16.6.1/deps/uv/include -I/github/home/.cache/node-gyp/16.6.1/deps/zlib -I/github/home/.cache/node-gyp/16.6.1/deps/v8/include -I../src/libsass/include  -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++14 -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/prelexer.o.d.raw   -c
2021-08-04T08:53:40.6968865Z npm ERR!   g++ -o Release/obj.target/libsass/src/libsass/src/remove_placeholders.o ../src/libsass/src/remove_placeholders.cpp '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-D__STDC_FORMAT_MACROS' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/github/home/.cache/node-gyp/16.6.1/include/node -I/github/home/.cache/node-gyp/16.6.1/src -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/config -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/openssl/include -I/github/home/.cache/node-gyp/16.6.1/deps/uv/include -I/github/home/.cache/node-gyp/16.6.1/deps/zlib -I/github/home/.cache/node-gyp/16.6.1/deps/v8/include -I../src/libsass/include  -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++14 -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/remove_placeholders.o.d.raw   -c
2021-08-04T08:53:40.6978393Z npm ERR!   g++ -o Release/obj.target/libsass/src/libsass/src/sass.o ../src/libsass/src/sass.cpp '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-D__STDC_FORMAT_MACROS' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/github/home/.cache/node-gyp/16.6.1/include/node -I/github/home/.cache/node-gyp/16.6.1/src -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/config -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/openssl/include -I/github/home/.cache/node-gyp/16.6.1/deps/uv/include -I/github/home/.cache/node-gyp/16.6.1/deps/zlib -I/github/home/.cache/node-gyp/16.6.1/deps/v8/include -I../src/libsass/include  -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++14 -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/sass.o.d.raw   -c
2021-08-04T08:53:40.6988299Z npm ERR!   g++ -o Release/obj.target/libsass/src/libsass/src/sass2scss.o ../src/libsass/src/sass2scss.cpp '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-D__STDC_FORMAT_MACROS' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/github/home/.cache/node-gyp/16.6.1/include/node -I/github/home/.cache/node-gyp/16.6.1/src -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/config -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/openssl/include -I/github/home/.cache/node-gyp/16.6.1/deps/uv/include -I/github/home/.cache/node-gyp/16.6.1/deps/zlib -I/github/home/.cache/node-gyp/16.6.1/deps/v8/include -I../src/libsass/include  -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++14 -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/sass2scss.o.d.raw   -c
2021-08-04T08:53:40.6997954Z npm ERR!   g++ -o Release/obj.target/libsass/src/libsass/src/sass_context.o ../src/libsass/src/sass_context.cpp '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-D__STDC_FORMAT_MACROS' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/github/home/.cache/node-gyp/16.6.1/include/node -I/github/home/.cache/node-gyp/16.6.1/src -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/config -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/openssl/include -I/github/home/.cache/node-gyp/16.6.1/deps/uv/include -I/github/home/.cache/node-gyp/16.6.1/deps/zlib -I/github/home/.cache/node-gyp/16.6.1/deps/v8/include -I../src/libsass/include  -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++14 -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/sass_context.o.d.raw   -c
2021-08-04T08:53:40.7006647Z npm ERR!   g++ -o Release/obj.target/libsass/src/libsass/src/sass_functions.o ../src/libsass/src/sass_functions.cpp '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-D__STDC_FORMAT_MACROS' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/github/home/.cache/node-gyp/16.6.1/include/node -I/github/home/.cache/node-gyp/16.6.1/src -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/config -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/openssl/include -I/github/home/.cache/node-gyp/16.6.1/deps/uv/include -I/github/home/.cache/node-gyp/16.6.1/deps/zlib -I/github/home/.cache/node-gyp/16.6.1/deps/v8/include -I../src/libsass/include  -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++14 -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/sass_functions.o.d.raw   -c
2021-08-04T08:53:40.7014765Z npm ERR!   g++ -o Release/obj.target/libsass/src/libsass/src/sass_util.o ../src/libsass/src/sass_util.cpp '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-D__STDC_FORMAT_MACROS' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/github/home/.cache/node-gyp/16.6.1/include/node -I/github/home/.cache/node-gyp/16.6.1/src -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/config -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/openssl/include -I/github/home/.cache/node-gyp/16.6.1/deps/uv/include -I/github/home/.cache/node-gyp/16.6.1/deps/zlib -I/github/home/.cache/node-gyp/16.6.1/deps/v8/include -I../src/libsass/include  -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++14 -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/sass_util.o.d.raw   -c
2021-08-04T08:53:40.7024765Z npm ERR!   g++ -o Release/obj.target/libsass/src/libsass/src/sass_values.o ../src/libsass/src/sass_values.cpp '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-D__STDC_FORMAT_MACROS' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/github/home/.cache/node-gyp/16.6.1/include/node -I/github/home/.cache/node-gyp/16.6.1/src -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/config -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/openssl/include -I/github/home/.cache/node-gyp/16.6.1/deps/uv/include -I/github/home/.cache/node-gyp/16.6.1/deps/zlib -I/github/home/.cache/node-gyp/16.6.1/deps/v8/include -I../src/libsass/include  -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++14 -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/sass_values.o.d.raw   -c
2021-08-04T08:53:40.7070808Z npm ERR!   g++ -o Release/obj.target/libsass/src/libsass/src/source_map.o ../src/libsass/src/source_map.cpp '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-D__STDC_FORMAT_MACROS' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/github/home/.cache/node-gyp/16.6.1/include/node -I/github/home/.cache/node-gyp/16.6.1/src -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/config -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/openssl/include -I/github/home/.cache/node-gyp/16.6.1/deps/uv/include -I/github/home/.cache/node-gyp/16.6.1/deps/zlib -I/github/home/.cache/node-gyp/16.6.1/deps/v8/include -I../src/libsass/include  -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++14 -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/source_map.o.d.raw   -c
2021-08-04T08:53:40.7078851Z npm ERR!   g++ -o Release/obj.target/libsass/src/libsass/src/subset_map.o ../src/libsass/src/subset_map.cpp '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-D__STDC_FORMAT_MACROS' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/github/home/.cache/node-gyp/16.6.1/include/node -I/github/home/.cache/node-gyp/16.6.1/src -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/config -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/openssl/include -I/github/home/.cache/node-gyp/16.6.1/deps/uv/include -I/github/home/.cache/node-gyp/16.6.1/deps/zlib -I/github/home/.cache/node-gyp/16.6.1/deps/v8/include -I../src/libsass/include  -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++14 -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/subset_map.o.d.raw   -c
2021-08-04T08:53:40.7089361Z npm ERR!   g++ -o Release/obj.target/libsass/src/libsass/src/to_c.o ../src/libsass/src/to_c.cpp '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-D__STDC_FORMAT_MACROS' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/github/home/.cache/node-gyp/16.6.1/include/node -I/github/home/.cache/node-gyp/16.6.1/src -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/config -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/openssl/include -I/github/home/.cache/node-gyp/16.6.1/deps/uv/include -I/github/home/.cache/node-gyp/16.6.1/deps/zlib -I/github/home/.cache/node-gyp/16.6.1/deps/v8/include -I../src/libsass/include  -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++14 -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/to_c.o.d.raw   -c
2021-08-04T08:53:40.7096987Z npm ERR!   g++ -o Release/obj.target/libsass/src/libsass/src/to_value.o ../src/libsass/src/to_value.cpp '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-D__STDC_FORMAT_MACROS' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/github/home/.cache/node-gyp/16.6.1/include/node -I/github/home/.cache/node-gyp/16.6.1/src -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/config -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/openssl/include -I/github/home/.cache/node-gyp/16.6.1/deps/uv/include -I/github/home/.cache/node-gyp/16.6.1/deps/zlib -I/github/home/.cache/node-gyp/16.6.1/deps/v8/include -I../src/libsass/include  -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++14 -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/to_value.o.d.raw   -c
2021-08-04T08:53:40.7104571Z npm ERR!   g++ -o Release/obj.target/libsass/src/libsass/src/units.o ../src/libsass/src/units.cpp '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-D__STDC_FORMAT_MACROS' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/github/home/.cache/node-gyp/16.6.1/include/node -I/github/home/.cache/node-gyp/16.6.1/src -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/config -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/openssl/include -I/github/home/.cache/node-gyp/16.6.1/deps/uv/include -I/github/home/.cache/node-gyp/16.6.1/deps/zlib -I/github/home/.cache/node-gyp/16.6.1/deps/v8/include -I../src/libsass/include  -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++14 -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/units.o.d.raw   -c
2021-08-04T08:53:40.7112090Z npm ERR!   g++ -o Release/obj.target/libsass/src/libsass/src/utf8_string.o ../src/libsass/src/utf8_string.cpp '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-D__STDC_FORMAT_MACROS' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/github/home/.cache/node-gyp/16.6.1/include/node -I/github/home/.cache/node-gyp/16.6.1/src -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/config -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/openssl/include -I/github/home/.cache/node-gyp/16.6.1/deps/uv/include -I/github/home/.cache/node-gyp/16.6.1/deps/zlib -I/github/home/.cache/node-gyp/16.6.1/deps/v8/include -I../src/libsass/include  -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++14 -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/utf8_string.o.d.raw   -c
2021-08-04T08:53:40.7119968Z npm ERR!   g++ -o Release/obj.target/libsass/src/libsass/src/util.o ../src/libsass/src/util.cpp '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-D__STDC_FORMAT_MACROS' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/github/home/.cache/node-gyp/16.6.1/include/node -I/github/home/.cache/node-gyp/16.6.1/src -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/config -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/openssl/include -I/github/home/.cache/node-gyp/16.6.1/deps/uv/include -I/github/home/.cache/node-gyp/16.6.1/deps/zlib -I/github/home/.cache/node-gyp/16.6.1/deps/v8/include -I../src/libsass/include  -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++14 -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/util.o.d.raw   -c
2021-08-04T08:53:40.7127649Z npm ERR!   g++ -o Release/obj.target/libsass/src/libsass/src/values.o ../src/libsass/src/values.cpp '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-D__STDC_FORMAT_MACROS' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/github/home/.cache/node-gyp/16.6.1/include/node -I/github/home/.cache/node-gyp/16.6.1/src -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/config -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/openssl/include -I/github/home/.cache/node-gyp/16.6.1/deps/uv/include -I/github/home/.cache/node-gyp/16.6.1/deps/zlib -I/github/home/.cache/node-gyp/16.6.1/deps/v8/include -I../src/libsass/include  -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++14 -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/values.o.d.raw   -c
2021-08-04T08:53:40.7146769Z npm ERR!   rm -f Release/obj.target/src/sass.a && ar crs Release/obj.target/src/sass.a Release/obj.target/libsass/src/libsass/src/ast.o Release/obj.target/libsass/src/libsass/src/ast_fwd_decl.o Release/obj.target/libsass/src/libsass/src/backtrace.o Release/obj.target/libsass/src/libsass/src/base64vlq.o Release/obj.target/libsass/src/libsass/src/bind.o Release/obj.target/libsass/src/libsass/src/cencode.o Release/obj.target/libsass/src/libsass/src/check_nesting.o Release/obj.target/libsass/src/libsass/src/color_maps.o Release/obj.target/libsass/src/libsass/src/constants.o Release/obj.target/libsass/src/libsass/src/context.o Release/obj.target/libsass/src/libsass/src/cssize.o Release/obj.target/libsass/src/libsass/src/emitter.o Release/obj.target/libsass/src/libsass/src/environment.o Release/obj.target/libsass/src/libsass/src/error_handling.o Release/obj.target/libsass/src/libsass/src/eval.o Release/obj.target/libsass/src/libsass/src/expand.o Release/obj.target/libsass/src/libsass/src/extend.o Release/obj.target/libsass/src/libsass/src/file.o Release/obj.target/libsass/src/libsass/src/functions.o Release/obj.target/libsass/src/libsass/src/inspect.o Release/obj.target/libsass/src/libsass/src/json.o Release/obj.target/libsass/src/libsass/src/lexer.o Release/obj.target/libsass/src/libsass/src/listize.o Release/obj.target/libsass/src/libsass/src/memory/SharedPtr.o Release/obj.target/libsass/src/libsass/src/node.o Release/obj.target/libsass/src/libsass/src/operators.o Release/obj.target/libsass/src/libsass/src/output.o Release/obj.target/libsass/src/libsass/src/parser.o Release/obj.target/libsass/src/libsass/src/plugins.o Release/obj.target/libsass/src/libsass/src/position.o Release/obj.target/libsass/src/libsass/src/prelexer.o Release/obj.target/libsass/src/libsass/src/remove_placeholders.o Release/obj.target/libsass/src/libsass/src/sass.o Release/obj.target/libsass/src/libsass/src/sass2scss.o Release/obj.target/libsass/src/libsass/src/sass_context.o Release/obj.target/libsass/src/libsass/src/sass_functions.o Release/obj.target/libsass/src/libsass/src/sass_util.o Release/obj.target/libsass/src/libsass/src/sass_values.o Release/obj.target/libsass/src/libsass/src/source_map.o Release/obj.target/libsass/src/libsass/src/subset_map.o Release/obj.target/libsass/src/libsass/src/to_c.o Release/obj.target/libsass/src/libsass/src/to_value.o Release/obj.target/libsass/src/libsass/src/units.o Release/obj.target/libsass/src/libsass/src/utf8_string.o Release/obj.target/libsass/src/libsass/src/util.o Release/obj.target/libsass/src/libsass/src/values.o
2021-08-04T08:53:40.7157686Z npm ERR!   ln -f "Release/obj.target/src/sass.a" "Release/sass.a" 2>/dev/null || (rm -rf "Release/sass.a" && cp -af "Release/obj.target/src/sass.a" "Release/sass.a")
2021-08-04T08:53:40.7163137Z npm ERR!   g++ -o Release/obj.target/binding/src/binding.o ../src/binding.cpp '-DNODE_GYP_MODULE_NAME=binding' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-D__STDC_FORMAT_MACROS' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DBUILDING_NODE_EXTENSION' -I/github/home/.cache/node-gyp/16.6.1/include/node -I/github/home/.cache/node-gyp/16.6.1/src -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/config -I/github/home/.cache/node-gyp/16.6.1/deps/openssl/openssl/include -I/github/home/.cache/node-gyp/16.6.1/deps/uv/include -I/github/home/.cache/node-gyp/16.6.1/deps/zlib -I/github/home/.cache/node-gyp/16.6.1/deps/v8/include -I../../nan -I../src/libsass/include  -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -fno-rtti -fno-exceptions -std=gnu++14 -std=c++0x -MMD -MF ./Release/.deps/Release/obj.target/binding/src/binding.o.d.raw   -c
2021-08-04T08:53:40.7167012Z npm ERR! make: Leaving directory '/github/workspace/node_modules/node-sass/build'
2021-08-04T08:53:40.7167680Z npm ERR! gyp info it worked if it ends with ok
2021-08-04T08:53:40.7168133Z npm ERR! gyp verb cli [
2021-08-04T08:53:40.7168722Z npm ERR! gyp verb cli   '/usr/local/bin/node',
2021-08-04T08:53:40.7169554Z npm ERR! gyp verb cli   '/github/workspace/node_modules/node-gyp/bin/node-gyp.js',
2021-08-04T08:53:40.7170299Z npm ERR! gyp verb cli   'rebuild',
2021-08-04T08:53:40.7170891Z npm ERR! gyp verb cli   '--verbose',
2021-08-04T08:53:40.7171561Z npm ERR! gyp verb cli   '--libsass_ext=',
2021-08-04T08:53:40.7173102Z npm ERR! gyp verb cli   '--libsass_cflags=',
2021-08-04T08:53:40.7173956Z npm ERR! gyp verb cli   '--libsass_ldflags=',
2021-08-04T08:53:40.7175297Z npm ERR! gyp verb cli   '--libsass_library='
2021-08-04T08:53:40.7175754Z npm ERR! gyp verb cli ]
2021-08-04T08:53:40.7176317Z npm ERR! gyp info using node-gyp@7.1.2
2021-08-04T08:53:40.7176806Z npm ERR! gyp info using node@16.6.1 | linux | x64
2021-08-04T08:53:40.7177273Z npm ERR! gyp verb command rebuild []
2021-08-04T08:53:40.7177740Z npm ERR! gyp verb command clean []
2021-08-04T08:53:40.7178244Z npm ERR! gyp verb clean removing "build" directory
2021-08-04T08:53:40.7178779Z npm ERR! gyp verb command configure []
2021-08-04T08:53:40.7179433Z npm ERR! gyp verb find Python Python is not set from command line or npm configuration
2021-08-04T08:53:40.7180214Z npm ERR! gyp verb find Python Python is not set from environment variable PYTHON
2021-08-04T08:53:40.7181437Z npm ERR! gyp verb find Python checking if "python3" can be used
2021-08-04T08:53:40.7182639Z npm ERR! gyp verb find Python - executing "python3" to get executable path
2021-08-04T08:53:40.7183566Z npm ERR! gyp verb find Python - executable path is "/usr/bin/python3"
2021-08-04T08:53:40.7184435Z npm ERR! gyp verb find Python - executing "/usr/bin/python3" to get version
2021-08-04T08:53:40.7185213Z npm ERR! gyp verb find Python - version is "3.7.3"
2021-08-04T08:53:40.7186474Z npm ERR! gyp info find Python using Python version 3.7.3 found at "/usr/bin/python3"
2021-08-04T08:53:40.7187628Z npm ERR! gyp verb get node dir no --target version specified, falling back to host node version: 16.6.1
2021-08-04T08:53:40.7188461Z npm ERR! gyp verb command install [ '16.6.1' ]
2021-08-04T08:53:40.7189132Z npm ERR! gyp verb install input version string "16.6.1"
2021-08-04T08:53:40.7189735Z npm ERR! gyp verb install installing version: 16.6.1
2021-08-04T08:53:40.7190629Z npm ERR! gyp verb install --ensure was passed, so won't reinstall if already installed
2021-08-04T08:53:40.7191444Z npm ERR! gyp verb install version not already installed, continuing with install 16.6.1
2021-08-04T08:53:40.7192393Z npm ERR! gyp verb ensuring nodedir is created /github/home/.cache/node-gyp/16.6.1
2021-08-04T08:53:40.7193184Z npm ERR! gyp verb created nodedir /github/home/.cache
2021-08-04T08:53:40.7194233Z npm ERR! gyp http GET https://nodejs.org/download/release/v16.6.1/node-v16.6.1-headers.tar.gz
2021-08-04T08:53:40.7195441Z npm ERR! gyp http 200 https://nodejs.org/download/release/v16.6.1/node-v16.6.1-headers.tar.gz
2021-08-04T08:53:40.7196546Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/common.gypi
2021-08-04T08:53:40.7197537Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/config.gypi
2021-08-04T08:53:40.7198523Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/node.h
2021-08-04T08:53:40.7199485Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/node_api.h
2021-08-04T08:53:40.7200460Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/js_native_api.h
2021-08-04T08:53:40.7201888Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/js_native_api_types.h
2021-08-04T08:53:40.7203860Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/node_api_types.h
2021-08-04T08:53:40.7205028Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/node_buffer.h
2021-08-04T08:53:40.7206454Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/node_object_wrap.h
2021-08-04T08:53:40.7207470Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/node_version.h
2021-08-04T08:53:40.7208474Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/v8config.h
2021-08-04T08:53:40.7209410Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/v8.h
2021-08-04T08:53:40.7210384Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/v8-internal.h
2021-08-04T08:53:40.7211381Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/v8-profiler.h
2021-08-04T08:53:40.7212393Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/v8-version.h
2021-08-04T08:53:40.7213385Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/v8-platform.h
2021-08-04T08:53:40.7214549Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/libplatform/libplatform-export.h
2021-08-04T08:53:40.7215766Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/libplatform/libplatform.h
2021-08-04T08:53:40.7216881Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/libplatform/v8-tracing.h
2021-08-04T08:53:40.7217941Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/cppgc/common.h
2021-08-04T08:53:40.7218885Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/uv.h
2021-08-04T08:53:40.7219826Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/uv/aix.h
2021-08-04T08:53:40.7220842Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/uv/android-ifaddrs.h
2021-08-04T08:53:40.7221874Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/uv/bsd.h
2021-08-04T08:53:40.7223025Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/uv/darwin.h
2021-08-04T08:53:40.7223986Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/uv/linux.h
2021-08-04T08:53:40.7224956Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/uv/os390.h
2021-08-04T08:53:40.7225905Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/uv/posix.h
2021-08-04T08:53:40.7227083Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/uv/stdint-msvc2008.h
2021-08-04T08:53:40.7228171Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/uv/sunos.h
2021-08-04T08:53:40.7229156Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/uv/threadpool.h
2021-08-04T08:53:40.7230150Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/uv/tree.h
2021-08-04T08:53:40.7231265Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/uv/errno.h
2021-08-04T08:53:40.7232232Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/uv/unix.h
2021-08-04T08:53:40.7234285Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/uv/win.h
2021-08-04T08:53:40.7235431Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/uv/version.h
2021-08-04T08:53:40.7236776Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/aes.h
2021-08-04T08:53:40.7238295Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/asn1.h
2021-08-04T08:53:40.7239285Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/asn1_mac.h
2021-08-04T08:53:40.7240438Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/asn1t.h
2021-08-04T08:53:40.7241455Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/async.h
2021-08-04T08:53:40.7242615Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/asyncerr.h
2021-08-04T08:53:40.7243610Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/bio.h
2021-08-04T08:53:40.7244592Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/bioerr.h
2021-08-04T08:53:40.7245589Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/blowfish.h
2021-08-04T08:53:40.7246586Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/bnerr.h
2021-08-04T08:53:40.7247564Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/buffer.h
2021-08-04T08:53:40.7248587Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/buffererr.h
2021-08-04T08:53:40.7249596Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/camellia.h
2021-08-04T08:53:40.7250588Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/cast.h
2021-08-04T08:53:40.7251730Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/cmac.h
2021-08-04T08:53:40.7252859Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/cms.h
2021-08-04T08:53:40.7254075Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/cmserr.h
2021-08-04T08:53:40.7255109Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/comp.h
2021-08-04T08:53:40.7256618Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/comperr.h
2021-08-04T08:53:40.7257581Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/conf.h
2021-08-04T08:53:40.7258519Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/conf_api.h
2021-08-04T08:53:40.7259486Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/conferr.h
2021-08-04T08:53:40.7260458Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/cryptoerr.h
2021-08-04T08:53:40.7261427Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/ct.h
2021-08-04T08:53:40.7262550Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/cterr.h
2021-08-04T08:53:40.7263576Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/des.h
2021-08-04T08:53:40.7264924Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/dh.h
2021-08-04T08:53:40.7266478Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/dherr.h
2021-08-04T08:53:40.7267785Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/dsa.h
2021-08-04T08:53:40.7269583Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/dsaerr.h
2021-08-04T08:53:40.7271121Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/dtls1.h
2021-08-04T08:53:40.7272125Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/ebcdic.h
2021-08-04T08:53:40.7273433Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/ecdh.h
2021-08-04T08:53:40.7274556Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/ecdsa.h
2021-08-04T08:53:40.7275512Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/engine.h
2021-08-04T08:53:40.7276510Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/engineerr.h
2021-08-04T08:53:40.7277479Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/err.h
2021-08-04T08:53:40.7278444Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/sslerr.h
2021-08-04T08:53:40.7279402Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/hmac.h
2021-08-04T08:53:40.7280338Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/idea.h
2021-08-04T08:53:40.7281285Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/kdf.h
2021-08-04T08:53:40.7282222Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/kdferr.h
2021-08-04T08:53:40.7283183Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/lhash.h
2021-08-04T08:53:40.7284287Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/md2.h
2021-08-04T08:53:40.7285252Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/md4.h
2021-08-04T08:53:40.7286838Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/md5.h
2021-08-04T08:53:40.7288098Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/mdc2.h
2021-08-04T08:53:40.7289422Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/modes.h
2021-08-04T08:53:40.7290544Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/objects.h
2021-08-04T08:53:40.7291554Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/objectserr.h
2021-08-04T08:53:40.7292521Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/ocsp.h
2021-08-04T08:53:40.7293495Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/ocsperr.h
2021-08-04T08:53:40.7294470Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/x509err.h
2021-08-04T08:53:40.7295415Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/crypto.h
2021-08-04T08:53:40.7296371Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/pem.h
2021-08-04T08:53:40.7297304Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/pem2.h
2021-08-04T08:53:40.7298262Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/pkcs12.h
2021-08-04T08:53:40.7299248Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/pkcs12err.h
2021-08-04T08:53:40.7300215Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/pkcs7.h
2021-08-04T08:53:40.7301194Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/pkcs7err.h
2021-08-04T08:53:40.7302248Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/rand.h
2021-08-04T08:53:40.7303248Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/rand_drbg.h
2021-08-04T08:53:40.7304487Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/randerr.h
2021-08-04T08:53:40.7306378Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/rc2.h
2021-08-04T08:53:40.7307357Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/rc4.h
2021-08-04T08:53:40.7308634Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/rc5.h
2021-08-04T08:53:40.7309815Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/ripemd.h
2021-08-04T08:53:40.7310780Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/rsa.h
2021-08-04T08:53:40.7311917Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/rsaerr.h
2021-08-04T08:53:40.7312887Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/safestack.h
2021-08-04T08:53:40.7313865Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/seed.h
2021-08-04T08:53:40.7314813Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/sha.h
2021-08-04T08:53:40.7316087Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/srp.h
2021-08-04T08:53:40.7317030Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/srtp.h
2021-08-04T08:53:40.7317962Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/ssl2.h
2021-08-04T08:53:40.7319266Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/evperr.h
2021-08-04T08:53:40.7320216Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/stack.h
2021-08-04T08:53:40.7321171Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/store.h
2021-08-04T08:53:40.7322153Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/storeerr.h
2021-08-04T08:53:40.7323133Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/symhacks.h
2021-08-04T08:53:40.7324269Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/ts.h
2021-08-04T08:53:40.7325406Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/tserr.h
2021-08-04T08:53:40.7326418Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/txt_db.h
2021-08-04T08:53:40.7327417Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/ui.h
2021-08-04T08:53:40.7328870Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/uierr.h
2021-08-04T08:53:40.7329841Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/whrlpool.h
2021-08-04T08:53:40.7331436Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/ec.h
2021-08-04T08:53:40.7332411Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/x509v3.h
2021-08-04T08:53:40.7333565Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/x509v3err.h
2021-08-04T08:53:40.7335862Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/evp.h
2021-08-04T08:53:40.7337051Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/ossl_typ.h
2021-08-04T08:53:40.7338625Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/pemerr.h
2021-08-04T08:53:40.7339920Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/ssl3.h
2021-08-04T08:53:40.7340885Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/opensslv.h
2021-08-04T08:53:40.7341851Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/ssl.h
2021-08-04T08:53:40.7343080Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/ecerr.h
2021-08-04T08:53:40.7344070Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/tls1.h
2021-08-04T08:53:40.7345173Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/x509.h
2021-08-04T08:53:40.7346393Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/x509_vfy.h
2021-08-04T08:53:40.7347425Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/asn1err.h
2021-08-04T08:53:40.7349319Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/bn.h
2021-08-04T08:53:40.7351070Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/e_os2.h
2021-08-04T08:53:40.7352152Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/obj_mac.h
2021-08-04T08:53:40.7353723Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/BSD-x86_64/asm/crypto/include/internal/bn_conf.h
2021-08-04T08:53:40.7355199Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/BSD-x86_64/asm/crypto/include/internal/dso_conf.h
2021-08-04T08:53:40.7356437Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/BSD-x86_64/asm/crypto/buildinf.h
2021-08-04T08:53:40.7357705Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/BSD-x86_64/asm/include/openssl/opensslconf.h
2021-08-04T08:53:40.7359611Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/BSD-x86_64/asm/include/progs.h
2021-08-04T08:53:40.7361234Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/BSD-x86_64/asm_avx2/crypto/include/internal/bn_conf.h
2021-08-04T08:53:40.7362791Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/BSD-x86_64/asm_avx2/crypto/include/internal/dso_conf.h
2021-08-04T08:53:40.7364682Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/BSD-x86_64/asm_avx2/crypto/buildinf.h
2021-08-04T08:53:40.7366659Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/BSD-x86_64/asm_avx2/include/openssl/opensslconf.h
2021-08-04T08:53:40.7368367Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/BSD-x86_64/asm_avx2/include/progs.h
2021-08-04T08:53:40.7369980Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/BSD-x86_64/no-asm/crypto/include/internal/bn_conf.h
2021-08-04T08:53:40.7371524Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/BSD-x86_64/no-asm/crypto/include/internal/dso_conf.h
2021-08-04T08:53:40.7372835Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/BSD-x86_64/no-asm/crypto/buildinf.h
2021-08-04T08:53:40.7374141Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/BSD-x86_64/no-asm/include/openssl/opensslconf.h
2021-08-04T08:53:40.7375436Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/BSD-x86_64/no-asm/include/progs.h
2021-08-04T08:53:40.7376712Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/VC-WIN32/asm/crypto/include/internal/bn_conf.h
2021-08-04T08:53:40.7378045Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/VC-WIN32/asm/crypto/include/internal/dso_conf.h
2021-08-04T08:53:40.7379316Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/VC-WIN32/asm/crypto/buildinf.h
2021-08-04T08:53:40.7380607Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/VC-WIN32/asm/include/openssl/opensslconf.h
2021-08-04T08:53:40.7381882Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/VC-WIN32/asm/include/progs.h
2021-08-04T08:53:40.7383644Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/VC-WIN32/asm_avx2/crypto/include/internal/bn_conf.h
2021-08-04T08:53:40.7385151Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/VC-WIN32/asm_avx2/crypto/include/internal/dso_conf.h
2021-08-04T08:53:40.7386714Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/VC-WIN32/asm_avx2/crypto/buildinf.h
2021-08-04T08:53:40.7388074Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/VC-WIN32/asm_avx2/include/openssl/opensslconf.h
2021-08-04T08:53:40.7389569Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/VC-WIN32/asm_avx2/include/progs.h
2021-08-04T08:53:40.7390995Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/VC-WIN32/no-asm/crypto/include/internal/bn_conf.h
2021-08-04T08:53:40.7392359Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/VC-WIN32/no-asm/crypto/include/internal/dso_conf.h
2021-08-04T08:53:40.7394091Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/VC-WIN32/no-asm/crypto/buildinf.h
2021-08-04T08:53:40.7395410Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/VC-WIN32/no-asm/include/openssl/opensslconf.h
2021-08-04T08:53:40.7396908Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/VC-WIN32/no-asm/include/progs.h
2021-08-04T08:53:40.7398263Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/VC-WIN64-ARM/no-asm/crypto/include/internal/bn_conf.h
2021-08-04T08:53:40.7399905Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/VC-WIN64-ARM/no-asm/crypto/include/internal/dso_conf.h
2021-08-04T08:53:40.7401459Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/VC-WIN64-ARM/no-asm/crypto/buildinf.h
2021-08-04T08:53:40.7402845Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/VC-WIN64-ARM/no-asm/include/openssl/opensslconf.h
2021-08-04T08:53:40.7404362Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/VC-WIN64-ARM/no-asm/include/progs.h
2021-08-04T08:53:40.7405882Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/VC-WIN64A/asm/crypto/include/internal/bn_conf.h
2021-08-04T08:53:40.7407436Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/VC-WIN64A/asm/crypto/include/internal/dso_conf.h
2021-08-04T08:53:40.7408961Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/VC-WIN64A/asm/crypto/buildinf.h
2021-08-04T08:53:40.7410444Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/VC-WIN64A/asm/include/openssl/opensslconf.h
2021-08-04T08:53:40.7412125Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/VC-WIN64A/asm/include/progs.h
2021-08-04T08:53:40.7413706Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/VC-WIN64A/asm_avx2/crypto/include/internal/bn_conf.h
2021-08-04T08:53:40.7415709Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/VC-WIN64A/asm_avx2/crypto/include/internal/dso_conf.h
2021-08-04T08:53:40.7417463Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/VC-WIN64A/asm_avx2/crypto/buildinf.h
2021-08-04T08:53:40.7418778Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/VC-WIN64A/asm_avx2/include/openssl/opensslconf.h
2021-08-04T08:53:40.7420094Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/VC-WIN64A/asm_avx2/include/progs.h
2021-08-04T08:53:40.7421411Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/VC-WIN64A/no-asm/crypto/include/internal/bn_conf.h
2021-08-04T08:53:40.7423231Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/VC-WIN64A/no-asm/crypto/include/internal/dso_conf.h
2021-08-04T08:53:40.7424877Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/VC-WIN64A/no-asm/crypto/buildinf.h
2021-08-04T08:53:40.7426420Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/VC-WIN64A/no-asm/include/openssl/opensslconf.h
2021-08-04T08:53:40.7427782Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/VC-WIN64A/no-asm/include/progs.h
2021-08-04T08:53:40.7429448Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/aix-gcc/asm/crypto/include/internal/bn_conf.h
2021-08-04T08:53:40.7431057Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/aix-gcc/asm/crypto/include/internal/dso_conf.h
2021-08-04T08:53:40.7432332Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/aix-gcc/asm/crypto/buildinf.h
2021-08-04T08:53:40.7433609Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/aix-gcc/asm/include/openssl/opensslconf.h
2021-08-04T08:53:40.7435833Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/aix-gcc/asm/include/progs.h
2021-08-04T08:53:40.7437464Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/aix-gcc/asm_avx2/crypto/include/internal/bn_conf.h
2021-08-04T08:53:40.7439007Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/aix-gcc/asm_avx2/crypto/include/internal/dso_conf.h
2021-08-04T08:53:40.7440985Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/aix-gcc/asm_avx2/crypto/buildinf.h
2021-08-04T08:53:40.7442503Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/aix-gcc/asm_avx2/include/openssl/opensslconf.h
2021-08-04T08:53:40.7444029Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/aix-gcc/asm_avx2/include/progs.h
2021-08-04T08:53:40.7445524Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/aix-gcc/no-asm/crypto/include/internal/bn_conf.h
2021-08-04T08:53:40.7447180Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/aix-gcc/no-asm/crypto/include/internal/dso_conf.h
2021-08-04T08:53:40.7449002Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/aix-gcc/no-asm/crypto/buildinf.h
2021-08-04T08:53:40.7450487Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/aix-gcc/no-asm/include/openssl/opensslconf.h
2021-08-04T08:53:40.7452063Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/aix-gcc/no-asm/include/progs.h
2021-08-04T08:53:40.7453504Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/aix64-gcc/asm/crypto/include/internal/bn_conf.h
2021-08-04T08:53:40.7455186Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/aix64-gcc/asm/crypto/include/internal/dso_conf.h
2021-08-04T08:53:40.7456753Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/aix64-gcc/asm/crypto/buildinf.h
2021-08-04T08:53:40.7458327Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/aix64-gcc/asm/include/openssl/opensslconf.h
2021-08-04T08:53:40.7459672Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/aix64-gcc/asm/include/progs.h
2021-08-04T08:53:40.7461262Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/aix64-gcc/asm_avx2/crypto/include/internal/bn_conf.h
2021-08-04T08:53:40.7463811Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/aix64-gcc/asm_avx2/crypto/include/internal/dso_conf.h
2021-08-04T08:53:40.7465371Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/aix64-gcc/asm_avx2/crypto/buildinf.h
2021-08-04T08:53:40.7467775Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/aix64-gcc/asm_avx2/include/openssl/opensslconf.h
2021-08-04T08:53:40.7470422Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/aix64-gcc/asm_avx2/include/progs.h
2021-08-04T08:53:40.7471876Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/aix64-gcc/no-asm/crypto/include/internal/bn_conf.h
2021-08-04T08:53:40.7473890Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/aix64-gcc/no-asm/crypto/include/internal/dso_conf.h
2021-08-04T08:53:40.7475380Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/aix64-gcc/no-asm/crypto/buildinf.h
2021-08-04T08:53:40.7476756Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/aix64-gcc/no-asm/include/openssl/opensslconf.h
2021-08-04T08:53:40.7478634Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/aix64-gcc/no-asm/include/progs.h
2021-08-04T08:53:40.7480373Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/darwin-i386-cc/asm/crypto/include/internal/bn_conf.h
2021-08-04T08:53:40.7482163Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/darwin-i386-cc/asm/crypto/include/internal/dso_conf.h
2021-08-04T08:53:40.7483680Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/darwin-i386-cc/asm/crypto/buildinf.h
2021-08-04T08:53:40.7485100Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/darwin-i386-cc/asm/include/openssl/opensslconf.h
2021-08-04T08:53:40.7486642Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/darwin-i386-cc/asm/include/progs.h
2021-08-04T08:53:40.7488403Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/darwin-i386-cc/asm_avx2/crypto/include/internal/bn_conf.h
2021-08-04T08:53:40.7490378Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/darwin-i386-cc/asm_avx2/crypto/include/internal/dso_conf.h
2021-08-04T08:53:40.7492863Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/darwin-i386-cc/asm_avx2/crypto/buildinf.h
2021-08-04T08:53:40.7496126Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/darwin-i386-cc/asm_avx2/include/openssl/opensslconf.h
2021-08-04T08:53:40.7497968Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/darwin-i386-cc/asm_avx2/include/progs.h
2021-08-04T08:53:40.7500592Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/darwin-i386-cc/no-asm/crypto/include/internal/bn_conf.h
2021-08-04T08:53:40.7502984Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/darwin-i386-cc/no-asm/crypto/include/internal/dso_conf.h
2021-08-04T08:53:40.7504579Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/darwin-i386-cc/no-asm/crypto/buildinf.h
2021-08-04T08:53:40.7506312Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/darwin-i386-cc/no-asm/include/openssl/opensslconf.h
2021-08-04T08:53:40.7507980Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/darwin-i386-cc/no-asm/include/progs.h
2021-08-04T08:53:40.7509506Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/darwin64-x86_64-cc/asm/crypto/include/internal/bn_conf.h
2021-08-04T08:53:40.7511084Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/darwin64-x86_64-cc/asm/crypto/include/internal/dso_conf.h
2021-08-04T08:53:40.7512684Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/darwin64-x86_64-cc/asm/crypto/buildinf.h
2021-08-04T08:53:40.7514824Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/darwin64-x86_64-cc/asm/include/openssl/opensslconf.h
2021-08-04T08:53:40.7516566Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/darwin64-x86_64-cc/asm/include/progs.h
2021-08-04T08:53:40.7518206Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/crypto/include/internal/bn_conf.h
2021-08-04T08:53:40.7519830Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/crypto/include/internal/dso_conf.h
2021-08-04T08:53:40.7521554Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/crypto/buildinf.h
2021-08-04T08:53:40.7523346Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/include/openssl/opensslconf.h
2021-08-04T08:53:40.7525100Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/include/progs.h
2021-08-04T08:53:40.7526881Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/crypto/include/internal/bn_conf.h
2021-08-04T08:53:40.7528780Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/crypto/include/internal/dso_conf.h
2021-08-04T08:53:40.7530295Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/crypto/buildinf.h
2021-08-04T08:53:40.7532010Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/include/openssl/opensslconf.h
2021-08-04T08:53:40.7533573Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/include/progs.h
2021-08-04T08:53:40.7535169Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-aarch64/asm/crypto/include/internal/bn_conf.h
2021-08-04T08:53:40.7538128Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-aarch64/asm/crypto/include/internal/dso_conf.h
2021-08-04T08:53:40.7540145Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-aarch64/asm/crypto/buildinf.h
2021-08-04T08:53:40.7541711Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-aarch64/asm/include/openssl/opensslconf.h
2021-08-04T08:53:40.7543461Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-aarch64/asm/include/progs.h
2021-08-04T08:53:40.7545068Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-aarch64/asm_avx2/crypto/include/internal/bn_conf.h
2021-08-04T08:53:40.7546654Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-aarch64/asm_avx2/crypto/include/internal/dso_conf.h
2021-08-04T08:53:40.7548224Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-aarch64/asm_avx2/crypto/buildinf.h
2021-08-04T08:53:40.7549824Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-aarch64/asm_avx2/include/openssl/opensslconf.h
2021-08-04T08:53:40.7551431Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-aarch64/asm_avx2/include/progs.h
2021-08-04T08:53:40.7552999Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-aarch64/no-asm/crypto/include/internal/bn_conf.h
2021-08-04T08:53:40.7554622Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-aarch64/no-asm/crypto/include/internal/dso_conf.h
2021-08-04T08:53:40.7556158Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-aarch64/no-asm/crypto/buildinf.h
2021-08-04T08:53:40.7557874Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-aarch64/no-asm/include/openssl/opensslconf.h
2021-08-04T08:53:40.7559432Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-aarch64/no-asm/include/progs.h
2021-08-04T08:53:40.7561140Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-armv4/asm/crypto/include/internal/bn_conf.h
2021-08-04T08:53:40.7562584Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-armv4/asm/crypto/include/internal/dso_conf.h
2021-08-04T08:53:40.7564191Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-armv4/asm/crypto/buildinf.h
2021-08-04T08:53:40.7565897Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-armv4/asm/include/openssl/opensslconf.h
2021-08-04T08:53:40.7567737Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-armv4/asm/include/progs.h
2021-08-04T08:53:40.7569366Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-armv4/asm_avx2/crypto/include/internal/bn_conf.h
2021-08-04T08:53:40.7571010Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-armv4/asm_avx2/crypto/include/internal/dso_conf.h
2021-08-04T08:53:40.7572679Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-armv4/asm_avx2/crypto/buildinf.h
2021-08-04T08:53:40.7574891Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-armv4/asm_avx2/include/openssl/opensslconf.h
2021-08-04T08:53:40.7576521Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-armv4/asm_avx2/include/progs.h
2021-08-04T08:53:40.7578564Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-armv4/no-asm/crypto/include/internal/bn_conf.h
2021-08-04T08:53:40.7580258Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-armv4/no-asm/crypto/include/internal/dso_conf.h
2021-08-04T08:53:40.7581947Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-armv4/no-asm/crypto/buildinf.h
2021-08-04T08:53:40.7585098Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-armv4/no-asm/include/openssl/opensslconf.h
2021-08-04T08:53:40.7586997Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-armv4/no-asm/include/progs.h
2021-08-04T08:53:40.7588852Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-elf/asm/crypto/include/internal/bn_conf.h
2021-08-04T08:53:40.7590315Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-elf/asm/crypto/include/internal/dso_conf.h
2021-08-04T08:53:40.7592290Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-elf/asm/crypto/buildinf.h
2021-08-04T08:53:40.7594097Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-elf/asm/include/openssl/opensslconf.h
2021-08-04T08:53:40.7595692Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-elf/asm/include/progs.h
2021-08-04T08:53:40.7597157Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-elf/asm_avx2/crypto/include/internal/bn_conf.h
2021-08-04T08:53:40.7598928Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-elf/asm_avx2/crypto/include/internal/dso_conf.h
2021-08-04T08:53:40.7600492Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-elf/asm_avx2/crypto/buildinf.h
2021-08-04T08:53:40.7602124Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-elf/asm_avx2/include/openssl/opensslconf.h
2021-08-04T08:53:40.7603881Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-elf/asm_avx2/include/progs.h
2021-08-04T08:53:40.7605850Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-elf/no-asm/crypto/include/internal/bn_conf.h
2021-08-04T08:53:40.7607384Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-elf/no-asm/crypto/include/internal/dso_conf.h
2021-08-04T08:53:40.7609829Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-elf/no-asm/crypto/buildinf.h
2021-08-04T08:53:40.7611561Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-elf/no-asm/include/openssl/opensslconf.h
2021-08-04T08:53:40.7613050Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-elf/no-asm/include/progs.h
2021-08-04T08:53:40.7614600Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-ppc/asm/crypto/include/internal/bn_conf.h
2021-08-04T08:53:40.7616208Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-ppc/asm/crypto/include/internal/dso_conf.h
2021-08-04T08:53:40.7617766Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-ppc/asm/crypto/buildinf.h
2021-08-04T08:53:40.7619310Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-ppc/asm/include/openssl/opensslconf.h
2021-08-04T08:53:40.7620782Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-ppc/asm/include/progs.h
2021-08-04T08:53:40.7622465Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-ppc/asm_avx2/crypto/include/internal/bn_conf.h
2021-08-04T08:53:40.7624165Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-ppc/asm_avx2/crypto/include/internal/dso_conf.h
2021-08-04T08:53:40.7625721Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-ppc/asm_avx2/crypto/buildinf.h
2021-08-04T08:53:40.7627304Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-ppc/asm_avx2/include/openssl/opensslconf.h
2021-08-04T08:53:40.7629012Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-ppc/asm_avx2/include/progs.h
2021-08-04T08:53:40.7630546Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-ppc/no-asm/crypto/include/internal/bn_conf.h
2021-08-04T08:53:40.7632185Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-ppc/no-asm/crypto/include/internal/dso_conf.h
2021-08-04T08:53:40.7633718Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-ppc/no-asm/crypto/buildinf.h
2021-08-04T08:53:40.7635304Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-ppc/no-asm/include/openssl/opensslconf.h
2021-08-04T08:53:40.7638044Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-ppc/no-asm/include/progs.h
2021-08-04T08:53:40.7639779Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-ppc64/asm/crypto/include/internal/bn_conf.h
2021-08-04T08:53:40.7641637Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-ppc64/asm/crypto/include/internal/dso_conf.h
2021-08-04T08:53:40.7643428Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-ppc64/asm/crypto/buildinf.h
2021-08-04T08:53:40.7644964Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-ppc64/asm/include/openssl/opensslconf.h
2021-08-04T08:53:40.7646456Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-ppc64/asm/include/progs.h
2021-08-04T08:53:40.7648759Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-ppc64/asm_avx2/crypto/include/internal/bn_conf.h
2021-08-04T08:53:40.7650572Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-ppc64/asm_avx2/crypto/include/internal/dso_conf.h
2021-08-04T08:53:40.7652111Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-ppc64/asm_avx2/crypto/buildinf.h
2021-08-04T08:53:40.7653838Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-ppc64/asm_avx2/include/openssl/opensslconf.h
2021-08-04T08:53:40.7655394Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-ppc64/asm_avx2/include/progs.h
2021-08-04T08:53:40.7656872Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-ppc64/no-asm/crypto/include/internal/bn_conf.h
2021-08-04T08:53:40.7658606Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-ppc64/no-asm/crypto/include/internal/dso_conf.h
2021-08-04T08:53:40.7660349Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-ppc64/no-asm/crypto/buildinf.h
2021-08-04T08:53:40.7661791Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-ppc64/no-asm/include/openssl/opensslconf.h
2021-08-04T08:53:40.7663667Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-ppc64/no-asm/include/progs.h
2021-08-04T08:53:40.7665117Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-ppc64le/asm/crypto/include/internal/bn_conf.h
2021-08-04T08:53:40.7666691Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-ppc64le/asm/crypto/include/internal/dso_conf.h
2021-08-04T08:53:40.7668183Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-ppc64le/asm/crypto/buildinf.h
2021-08-04T08:53:40.7669658Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-ppc64le/asm/include/openssl/opensslconf.h
2021-08-04T08:53:40.7671137Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-ppc64le/asm/include/progs.h
2021-08-04T08:53:40.7672756Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-ppc64le/asm_avx2/crypto/include/internal/bn_conf.h
2021-08-04T08:53:40.7675056Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-ppc64le/asm_avx2/crypto/include/internal/dso_conf.h
2021-08-04T08:53:40.7676968Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-ppc64le/asm_avx2/crypto/buildinf.h
2021-08-04T08:53:40.7678461Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-ppc64le/asm_avx2/include/openssl/opensslconf.h
2021-08-04T08:53:40.7679967Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-ppc64le/asm_avx2/include/progs.h
2021-08-04T08:53:40.7681419Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-ppc64le/no-asm/crypto/include/internal/bn_conf.h
2021-08-04T08:53:40.7683006Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-ppc64le/no-asm/crypto/include/internal/dso_conf.h
2021-08-04T08:53:40.7684535Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-ppc64le/no-asm/crypto/buildinf.h
2021-08-04T08:53:40.7686004Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-ppc64le/no-asm/include/openssl/opensslconf.h
2021-08-04T08:53:40.7687514Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-ppc64le/no-asm/include/progs.h
2021-08-04T08:53:40.7689084Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-x32/asm/crypto/include/internal/bn_conf.h
2021-08-04T08:53:40.7690582Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-x32/asm/crypto/include/internal/dso_conf.h
2021-08-04T08:53:40.7692037Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-x32/asm/crypto/buildinf.h
2021-08-04T08:53:40.7693415Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-x32/asm/include/openssl/opensslconf.h
2021-08-04T08:53:40.7694959Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-x32/asm/include/progs.h
2021-08-04T08:53:40.7696388Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-x32/asm_avx2/crypto/include/internal/bn_conf.h
2021-08-04T08:53:40.7698276Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-x32/asm_avx2/crypto/include/internal/dso_conf.h
2021-08-04T08:53:40.7699726Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-x32/asm_avx2/crypto/buildinf.h
2021-08-04T08:53:40.7701248Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-x32/asm_avx2/include/openssl/opensslconf.h
2021-08-04T08:53:40.7702923Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-x32/asm_avx2/include/progs.h
2021-08-04T08:53:40.7704438Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-x32/no-asm/crypto/include/internal/bn_conf.h
2021-08-04T08:53:40.7705894Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-x32/no-asm/crypto/include/internal/dso_conf.h
2021-08-04T08:53:40.7707294Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-x32/no-asm/crypto/buildinf.h
2021-08-04T08:53:40.7708663Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-x32/no-asm/include/openssl/opensslconf.h
2021-08-04T08:53:40.7710064Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-x32/no-asm/include/progs.h
2021-08-04T08:53:40.7711463Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-x86_64/asm/crypto/include/internal/bn_conf.h
2021-08-04T08:53:40.7712882Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-x86_64/asm/crypto/include/internal/dso_conf.h
2021-08-04T08:53:40.7714309Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-x86_64/asm/crypto/buildinf.h
2021-08-04T08:53:40.7715662Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-x86_64/asm/include/openssl/opensslconf.h
2021-08-04T08:53:40.7717042Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-x86_64/asm/include/progs.h
2021-08-04T08:53:40.7718449Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-x86_64/asm_avx2/crypto/include/internal/bn_conf.h
2021-08-04T08:53:40.7719892Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-x86_64/asm_avx2/crypto/include/internal/dso_conf.h
2021-08-04T08:53:40.7721297Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-x86_64/asm_avx2/crypto/buildinf.h
2021-08-04T08:53:40.7722726Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-x86_64/asm_avx2/include/openssl/opensslconf.h
2021-08-04T08:53:40.7724225Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-x86_64/asm_avx2/include/progs.h
2021-08-04T08:53:40.7725606Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-x86_64/no-asm/crypto/include/internal/bn_conf.h
2021-08-04T08:53:40.7727107Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-x86_64/no-asm/crypto/include/internal/dso_conf.h
2021-08-04T08:53:40.7728515Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-x86_64/no-asm/crypto/buildinf.h
2021-08-04T08:53:40.7729891Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-x86_64/no-asm/include/openssl/opensslconf.h
2021-08-04T08:53:40.7731596Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux-x86_64/no-asm/include/progs.h
2021-08-04T08:53:40.7733189Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux32-s390x/asm/crypto/include/internal/bn_conf.h
2021-08-04T08:53:40.7734821Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux32-s390x/asm/crypto/include/internal/dso_conf.h
2021-08-04T08:53:40.7736378Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux32-s390x/asm/crypto/buildinf.h
2021-08-04T08:53:40.7740271Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux32-s390x/asm/include/openssl/opensslconf.h
2021-08-04T08:53:40.7742063Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux32-s390x/asm/include/progs.h
2021-08-04T08:53:40.7744461Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux32-s390x/asm_avx2/crypto/include/internal/bn_conf.h
2021-08-04T08:53:40.7745974Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux32-s390x/asm_avx2/crypto/include/internal/dso_conf.h
2021-08-04T08:53:40.7747417Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux32-s390x/asm_avx2/crypto/buildinf.h
2021-08-04T08:53:40.7748878Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux32-s390x/asm_avx2/include/openssl/opensslconf.h
2021-08-04T08:53:40.7750731Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux32-s390x/asm_avx2/include/progs.h
2021-08-04T08:53:40.7752783Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux32-s390x/no-asm/crypto/include/internal/bn_conf.h
2021-08-04T08:53:40.7754967Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux32-s390x/no-asm/crypto/include/internal/dso_conf.h
2021-08-04T08:53:40.7756562Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux32-s390x/no-asm/crypto/buildinf.h
2021-08-04T08:53:40.7758505Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux32-s390x/no-asm/include/openssl/opensslconf.h
2021-08-04T08:53:40.7759834Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux32-s390x/no-asm/include/progs.h
2021-08-04T08:53:40.7761215Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux64-s390x/asm/crypto/include/internal/bn_conf.h
2021-08-04T08:53:40.7762660Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux64-s390x/asm/crypto/include/internal/dso_conf.h
2021-08-04T08:53:40.7763973Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux64-s390x/asm/crypto/buildinf.h
2021-08-04T08:53:40.7765422Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux64-s390x/asm/include/openssl/opensslconf.h
2021-08-04T08:53:40.7766729Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux64-s390x/asm/include/progs.h
2021-08-04T08:53:40.7768114Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux64-s390x/asm_avx2/crypto/include/internal/bn_conf.h
2021-08-04T08:53:40.7769710Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux64-s390x/asm_avx2/crypto/include/internal/dso_conf.h
2021-08-04T08:53:40.7771128Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux64-s390x/asm_avx2/crypto/buildinf.h
2021-08-04T08:53:40.7772527Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux64-s390x/asm_avx2/include/openssl/opensslconf.h
2021-08-04T08:53:40.7773977Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux64-s390x/asm_avx2/include/progs.h
2021-08-04T08:53:40.7775369Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux64-s390x/no-asm/crypto/include/internal/bn_conf.h
2021-08-04T08:53:40.7776858Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux64-s390x/no-asm/crypto/include/internal/dso_conf.h
2021-08-04T08:53:40.7778204Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux64-s390x/no-asm/crypto/buildinf.h
2021-08-04T08:53:40.7779616Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux64-s390x/no-asm/include/openssl/opensslconf.h
2021-08-04T08:53:40.7780998Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux64-s390x/no-asm/include/progs.h
2021-08-04T08:53:40.7782483Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/solaris-x86-gcc/asm/crypto/include/internal/bn_conf.h
2021-08-04T08:53:40.7783995Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/solaris-x86-gcc/asm/crypto/include/internal/dso_conf.h
2021-08-04T08:53:40.7785485Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/solaris-x86-gcc/asm/crypto/buildinf.h
2021-08-04T08:53:40.7787068Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/solaris-x86-gcc/asm/include/openssl/opensslconf.h
2021-08-04T08:53:40.7788631Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/solaris-x86-gcc/asm/include/progs.h
2021-08-04T08:53:40.7789972Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/crypto/include/internal/bn_conf.h
2021-08-04T08:53:40.7791430Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/crypto/include/internal/dso_conf.h
2021-08-04T08:53:40.7792957Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/crypto/buildinf.h
2021-08-04T08:53:40.7794973Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/include/openssl/opensslconf.h
2021-08-04T08:53:40.7796653Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/include/progs.h
2021-08-04T08:53:40.7798768Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/solaris-x86-gcc/no-asm/crypto/include/internal/bn_conf.h
2021-08-04T08:53:40.7800223Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/solaris-x86-gcc/no-asm/crypto/include/internal/dso_conf.h
2021-08-04T08:53:40.7802179Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/solaris-x86-gcc/no-asm/crypto/buildinf.h
2021-08-04T08:53:40.7803729Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/solaris-x86-gcc/no-asm/include/openssl/opensslconf.h
2021-08-04T08:53:40.7805702Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/solaris-x86-gcc/no-asm/include/progs.h
2021-08-04T08:53:40.7807051Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/solaris64-x86_64-gcc/asm/crypto/include/internal/bn_conf.h
2021-08-04T08:53:40.7808562Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/solaris64-x86_64-gcc/asm/crypto/include/internal/dso_conf.h
2021-08-04T08:53:40.7809972Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/solaris64-x86_64-gcc/asm/crypto/buildinf.h
2021-08-04T08:53:40.7811295Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/solaris64-x86_64-gcc/asm/include/openssl/opensslconf.h
2021-08-04T08:53:40.7812817Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/solaris64-x86_64-gcc/asm/include/progs.h
2021-08-04T08:53:40.7814158Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/crypto/include/internal/bn_conf.h
2021-08-04T08:53:40.7815598Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/crypto/include/internal/dso_conf.h
2021-08-04T08:53:40.7816986Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/crypto/buildinf.h
2021-08-04T08:53:40.7818353Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/include/openssl/opensslconf.h
2021-08-04T08:53:40.7819772Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/include/progs.h
2021-08-04T08:53:40.7821123Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/crypto/include/internal/bn_conf.h
2021-08-04T08:53:40.7822776Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/crypto/include/internal/dso_conf.h
2021-08-04T08:53:40.7824210Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/crypto/buildinf.h
2021-08-04T08:53:40.7825568Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/include/openssl/opensslconf.h
2021-08-04T08:53:40.7827404Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/include/progs.h
2021-08-04T08:53:40.7828814Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/BSD-x86/asm/crypto/include/internal/bn_conf.h
2021-08-04T08:53:40.7830677Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/BSD-x86/asm/crypto/include/internal/dso_conf.h
2021-08-04T08:53:40.7832187Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/BSD-x86/asm/crypto/buildinf.h
2021-08-04T08:53:40.7833668Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/BSD-x86/asm/include/openssl/opensslconf.h
2021-08-04T08:53:40.7835122Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/BSD-x86/asm/include/progs.h
2021-08-04T08:53:40.7836411Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/BSD-x86/asm_avx2/crypto/include/internal/bn_conf.h
2021-08-04T08:53:40.7837734Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/BSD-x86/asm_avx2/crypto/include/internal/dso_conf.h
2021-08-04T08:53:40.7840358Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/BSD-x86/asm_avx2/crypto/buildinf.h
2021-08-04T08:53:40.7842888Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/BSD-x86/asm_avx2/include/openssl/opensslconf.h
2021-08-04T08:53:40.7844789Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/BSD-x86/asm_avx2/include/progs.h
2021-08-04T08:53:40.7846292Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/BSD-x86/no-asm/crypto/include/internal/bn_conf.h
2021-08-04T08:53:40.7847884Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/BSD-x86/no-asm/crypto/include/internal/dso_conf.h
2021-08-04T08:53:40.7849244Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/BSD-x86/no-asm/crypto/buildinf.h
2021-08-04T08:53:40.7850684Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/BSD-x86/no-asm/include/openssl/opensslconf.h
2021-08-04T08:53:40.7852597Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/BSD-x86/no-asm/include/progs.h
2021-08-04T08:53:40.7855133Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/darwin64-arm64-cc/asm/crypto/include/internal/bn_conf.h
2021-08-04T08:53:40.7856836Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/darwin64-arm64-cc/asm/crypto/include/internal/dso_conf.h
2021-08-04T08:53:40.7858687Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/darwin64-arm64-cc/asm/crypto/buildinf.h
2021-08-04T08:53:40.7860571Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/darwin64-arm64-cc/asm/include/openssl/opensslconf.h
2021-08-04T08:53:40.7862316Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/darwin64-arm64-cc/asm/include/progs.h
2021-08-04T08:53:40.7864111Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/crypto/include/internal/bn_conf.h
2021-08-04T08:53:40.7865543Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/crypto/include/internal/dso_conf.h
2021-08-04T08:53:40.7866988Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/crypto/buildinf.h
2021-08-04T08:53:40.7868598Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/include/openssl/opensslconf.h
2021-08-04T08:53:40.7870322Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/include/progs.h
2021-08-04T08:53:40.7872315Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/darwin64-arm64-cc/no-asm/crypto/include/internal/bn_conf.h
2021-08-04T08:53:40.7873998Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/darwin64-arm64-cc/no-asm/crypto/include/internal/dso_conf.h
2021-08-04T08:53:40.7875460Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/darwin64-arm64-cc/no-asm/crypto/buildinf.h
2021-08-04T08:53:40.7877121Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/darwin64-arm64-cc/no-asm/include/openssl/opensslconf.h
2021-08-04T08:53:40.7879003Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/darwin64-arm64-cc/no-asm/include/progs.h
2021-08-04T08:53:40.7880750Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux64-mips64/asm/crypto/include/internal/bn_conf.h
2021-08-04T08:53:40.7882157Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux64-mips64/asm/crypto/include/internal/dso_conf.h
2021-08-04T08:53:40.7883471Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux64-mips64/asm/crypto/buildinf.h
2021-08-04T08:53:40.7884844Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux64-mips64/asm/include/openssl/opensslconf.h
2021-08-04T08:53:40.7886139Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux64-mips64/asm/include/progs.h
2021-08-04T08:53:40.7887582Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux64-mips64/asm_avx2/crypto/include/internal/bn_conf.h
2021-08-04T08:53:40.7889137Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux64-mips64/asm_avx2/crypto/include/internal/dso_conf.h
2021-08-04T08:53:40.7890512Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux64-mips64/asm_avx2/crypto/buildinf.h
2021-08-04T08:53:40.7891908Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux64-mips64/asm_avx2/include/openssl/opensslconf.h
2021-08-04T08:53:40.7893398Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux64-mips64/asm_avx2/include/progs.h
2021-08-04T08:53:40.7895493Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux64-mips64/no-asm/crypto/include/internal/bn_conf.h
2021-08-04T08:53:40.7897435Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux64-mips64/no-asm/crypto/include/internal/dso_conf.h
2021-08-04T08:53:40.7898795Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux64-mips64/no-asm/crypto/buildinf.h
2021-08-04T08:53:40.7900186Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux64-mips64/no-asm/include/openssl/opensslconf.h
2021-08-04T08:53:40.7902899Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/archs/linux64-mips64/no-asm/include/progs.h
2021-08-04T08:53:40.7904052Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/bn_conf.h
2021-08-04T08:53:40.7905170Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/dso_conf.h
2021-08-04T08:53:40.7906199Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/opensslconf.h
2021-08-04T08:53:40.8055182Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/dso_conf_asm.h
2021-08-04T08:53:40.8056250Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/bn_conf_asm.h
2021-08-04T08:53:40.8057283Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/bn_conf_no-asm.h
2021-08-04T08:53:40.8058335Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/dso_conf_no-asm.h
2021-08-04T08:53:40.8059395Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/opensslconf_asm.h
2021-08-04T08:53:40.8060471Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/openssl/opensslconf_no-asm.h
2021-08-04T08:53:40.8061489Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/zconf.h
2021-08-04T08:53:40.8062538Z npm ERR! gyp verb extracted file from tarball node-v16.6.1/include/node/zlib.h
2021-08-04T08:53:40.8064119Z npm ERR! gyp verb content checksum node-v16.6.1-headers.tar.gz a87003ca6f43a23d611637b4a39b5d255f1a0ed5ad9423134fc9ed61a6fca364
2021-08-04T08:53:40.8065164Z npm ERR! gyp verb tarball done parsing tarball
2021-08-04T08:53:40.8065813Z npm ERR! gyp verb check download content checksum, need to download `SHASUMS256.txt`... 
2021-08-04T08:53:40.8066876Z npm ERR! gyp verb checksum url https://nodejs.org/download/release/v16.6.1/SHASUMS256.txt
2021-08-04T08:53:40.8068135Z npm ERR! gyp http GET https://nodejs.org/download/release/v16.6.1/SHASUMS256.txt
2021-08-04T08:53:40.8069123Z npm ERR! gyp http 200 https://nodejs.org/download/release/v16.6.1/SHASUMS256.txt
2021-08-04T08:53:40.8092072Z npm ERR! gyp verb checksum data {"node-v16.6.1-aix-ppc64.tar.gz":"02581dbbfc2886dec326c3fca70c0f17e82491563057889dc630e5c055754c02","node-v16.6.1-darwin-arm64.tar.gz":"8b766a2bcc686f968146b09892f24cfbeaebb547a4d50744d9af80def5221613","node-v16.6.1-darwin-arm64.tar.xz":"3565e5c86067325db710490a6d2a41d1044e944d9346046e813543ec92ee7a4e","node-v16.6.1-darwin-x64.tar.gz":"bca84deb7bf6c57537b3af44997d985045c95b5048fc5665cdc7f54d5c147516","node-v16.6.1-darwin-x64.tar.xz":"711fea396b0a1c564b519c909be3afc938f75ad95d3ea9125e2187eb7e3ce1bf","node-v16.6.1-headers.tar.gz":"a87003ca6f43a23d611637b4a39b5d255f1a0ed5ad9423134fc9ed61a6fca364","node-v16.6.1-headers.tar.xz":"3c9bfa2d4594ff8f4baee01652ceb2a05c5d5e44100afd94a7ee6b347721e1e0","node-v16.6.1-linux-arm64.tar.gz":"ecab5720035b6bb97564b05df527d49a37489dcba6a244c0f1c7c801bb2755f7","node-v16.6.1-linux-arm64.tar.xz":"59867dccc1f392416e9301a94b9df19faa38d0b0d1d2f1cea174835dff1a1cb0","node-v16.6.1-linux-armv7l.tar.gz":"04268fda50beb3aa116e150adcd3175cde17166b1f40079765da281fa73cc6cb","node-v16.6.1-linux-armv7l.tar.xz":"903e30b38f67bb128d2e1ff520fc2fdabede1029338010b1304c9c081236859e","node-v16.6.1-linux-ppc64le.tar.gz":"9830281e2d553590c4a53d5d8327a2887df5b65452f5fa55ccd9ae597fcc247b","node-v16.6.1-linux-ppc64le.tar.xz":"9392e583f24d41c1e5f5625171d963fa01e924b3b38cdd7632f249e8e491e958","node-v16.6.1-linux-s390x.tar.gz":"fec6745555b477fbb62440b0306c8b4717980778bf8f0d5fd497915508775bd0","node-v16.6.1-linux-s390x.tar.xz":"878cb8dfe48312fe40ab9fc320395e8322e8d9e1db4821539dcc6e2b006d8616","node-v16.6.1-linux-x64.tar.gz":"e7e4149626ccd0653783ee8aef81eb50fa7ada2f9f7cbc031969b3b1ac3ffa6b","node-v16.6.1-linux-x64.tar.xz":"ff95e86c3161859251cf659a76be63d99fc45e2380addf634812e5afebac961a","node-v16.6.1.pkg":"1ab44e48c45c9fdc8a91b7339f610f7e0d87801640769c041d8649d00157d79f","node-v16.6.1.tar.gz":"36467b8a4e7e3bacc2f4f1709a83b0506429d1999bc461e5e363bc91d3437c09","node-v16.6.1.tar.xz":"79b1ea058cc67f2a69462cd5f2467a1efe08c64299c053da70384ce1a0e3e557","node-v16.6.1-win-x64.7z":"5b85e20f14c0c9a9c4ac6f867f8bcf47a09c645930707f7b766322065e719ed3","node-v16.6.1-win-x64.zip":"ec5dce1e182172cc7edc8d56c377f4d106232b2b14127bd2a1565497448504e9","node-v16.6.1-win-x86.7z":"a798038fcae1c02e831d42e5d7ca76b643905fd9716bf11a4357cfa903148fea","node-v16.6.1-win-x86.zip":"395ce9ac6c7204ccac8f16dfa158306ec42cf1a1ffc29f40076dcdafe78bd328","node-v16.6.1-x64.msi":"b3f74a4b6c8d31bb33b08228c6797b1f6d10b0bcf096f2d7287bcc225dfb237d","node-v16.6.1-x86.msi":"7a5a849bc890aee91a2ff0285fe90e6ddc793b4f265792ce70b50595f6e0543b","win-x64/node.exe":"cb88167e067634cc8053a5204364fbb3fcabe5f6b3b1a67b38f67c21ad72acb3","win-x64/node.lib":"e7484e4552df7e992e5d409e518aa467555769dc85917da408d41f85c4f2823d","win-x64/node_pdb.7z":"0eae256767c33fb44eab2c02972d1d835bcf6e6a430b6698e9120aeb4c49124f","win-x64/node_pdb.zip":"a40ddd793650ff3801aa149523ce98a9a4c66bbf9fc69d0cea0c9eaaba635d28","win-x86/node.exe":"c0bb2eb9118c32a2ec9c3dffc7155adbb29962d5ec88d337e30488e6e983993c","win-x86/node.lib":"7821ab6af3cef68eee042ef6b7fb2185eafff8bd4e4c988c8fc6c1d0242d2bcd","win-x86/node_pdb.7z":"b83ed322a47a81b56200e744457e286a07d7c48e15b8a71a63a9c0fc73276ce5","win-x86/node_pdb.zip":"ea5cfb3d53b8614d5f4941ffac6f8277e6998cc2f85f3a26e0838db533b21c61"}
2021-08-04T08:53:40.8194345Z npm ERR! gyp verb download contents checksum {"node-v16.6.1-headers.tar.gz":"a87003ca6f43a23d611637b4a39b5d255f1a0ed5ad9423134fc9ed61a6fca364"}
2021-08-04T08:53:40.8196666Z npm ERR! gyp verb validating download checksum for node-v16.6.1-headers.tar.gz (a87003ca6f43a23d611637b4a39b5d255f1a0ed5ad9423134fc9ed61a6fca364 == a87003ca6f43a23d611637b4a39b5d255f1a0ed5ad9423134fc9ed61a6fca364)
2021-08-04T08:53:40.8198198Z npm ERR! gyp verb get node dir target node version installed: 16.6.1
2021-08-04T08:53:40.8199120Z npm ERR! gyp verb build dir attempting to create "build" dir: /github/workspace/node_modules/node-sass/build
2021-08-04T08:53:40.8200154Z npm ERR! gyp verb build dir "build" dir needed to be created? /github/workspace/node_modules/node-sass/build
2021-08-04T08:53:40.8200853Z npm ERR! gyp verb build/config.gypi creating config file
2021-08-04T08:53:40.8201818Z npm ERR! gyp verb build/config.gypi writing out config file: /github/workspace/node_modules/node-sass/build/config.gypi
2021-08-04T08:53:40.8203072Z npm ERR! (node:124) [DEP0150] DeprecationWarning: Setting process.config is deprecated. In the future the property will be read-only.
2021-08-04T08:53:40.8204165Z npm ERR! (Use `node --trace-deprecation ...` to show where the warning was created)
2021-08-04T08:53:40.8205174Z npm ERR! gyp verb config.gypi checking for gypi file: /github/workspace/node_modules/node-sass/config.gypi
2021-08-04T08:53:40.8206393Z npm ERR! gyp verb common.gypi checking for gypi file: /github/workspace/node_modules/node-sass/common.gypi
2021-08-04T08:53:40.8207169Z npm ERR! gyp verb gyp gyp format was not specified; forcing "make"
2021-08-04T08:53:40.8207695Z npm ERR! gyp info spawn /usr/bin/python3
2021-08-04T08:53:40.8208097Z npm ERR! gyp info spawn args [
2021-08-04T08:53:40.8208868Z npm ERR! gyp info spawn args   '/github/workspace/node_modules/node-gyp/gyp/gyp_main.py',
2021-08-04T08:53:40.8209733Z npm ERR! gyp info spawn args   'binding.gyp',
2021-08-04T08:53:40.8210300Z npm ERR! gyp info spawn args   '-f',
2021-08-04T08:53:40.8210819Z npm ERR! gyp info spawn args   'make',
2021-08-04T08:53:40.8211357Z npm ERR! gyp info spawn args   '-I',
2021-08-04T08:53:40.8212293Z npm ERR! gyp info spawn args   '/github/workspace/node_modules/node-sass/build/config.gypi',
2021-08-04T08:53:40.8213281Z npm ERR! gyp info spawn args   '-I',
2021-08-04T08:53:40.8214059Z npm ERR! gyp info spawn args   '/github/workspace/node_modules/node-gyp/addon.gypi',
2021-08-04T08:53:40.8214782Z npm ERR! gyp info spawn args   '-I',
2021-08-04T08:53:40.8215577Z npm ERR! gyp info spawn args   '/github/home/.cache/node-gyp/16.6.1/include/node/common.gypi',
2021-08-04T08:53:40.8216534Z npm ERR! gyp info spawn args   '-Dlibrary=shared_library',
2021-08-04T08:53:40.8217379Z npm ERR! gyp info spawn args   '-Dvisibility=default',
2021-08-04T08:53:40.8218127Z npm ERR! gyp info spawn args   '-Dnode_root_dir=/github/home/.cache/node-gyp/16.6.1',
2021-08-04T08:53:40.8219164Z npm ERR! gyp info spawn args   '-Dnode_gyp_dir=/github/workspace/node_modules/node-gyp',
2021-08-04T08:53:40.8220110Z npm ERR! gyp info spawn args   '-Dnode_lib_file=/github/home/.cache/node-gyp/16.6.1/<(target_arch)/node.lib',
2021-08-04T08:53:40.8221074Z npm ERR! gyp info spawn args   '-Dmodule_root_dir=/github/workspace/node_modules/node-sass',
2021-08-04T08:53:40.8222536Z npm ERR! gyp info spawn args   '-Dnode_engine=v8',
2021-08-04T08:53:40.8223475Z npm ERR! gyp info spawn args   '--depth=.',
2021-08-04T08:53:40.8224239Z npm ERR! gyp info spawn args   '--no-parallel',
2021-08-04T08:53:40.8225073Z npm ERR! gyp info spawn args   '--generator-output',
2021-08-04T08:53:40.8225854Z npm ERR! gyp info spawn args   'build',
2021-08-04T08:53:40.8226860Z npm ERR! gyp info spawn args   '-Goutput_dir=.'
2021-08-04T08:53:40.8227977Z npm ERR! gyp info spawn args ]
2021-08-04T08:53:40.8228365Z npm ERR! gyp verb command build []
2021-08-04T08:53:40.8228798Z npm ERR! gyp verb build type Release
2021-08-04T08:53:40.8229254Z npm ERR! gyp verb architecture x64
2021-08-04T08:53:40.8229916Z npm ERR! gyp verb node dev dir /github/home/.cache/node-gyp/16.6.1
2021-08-04T08:53:40.8230489Z npm ERR! gyp verb `which` succeeded for `make` /usr/bin/make
2021-08-04T08:53:40.8230945Z npm ERR! gyp info spawn make
2021-08-04T08:53:40.8231601Z npm ERR! gyp info spawn args [ 'V=1', 'BUILDTYPE=Release', '-C', 'build' ]
2021-08-04T08:53:40.8232364Z npm ERR! ../src/libsass/src/cencode.c: In function 'base64_encode_block':
2021-08-04T08:53:40.8233357Z npm ERR! ../src/libsass/src/cencode.c:48:11: warning: this statement may fall through [-Wimplicit-fallthrough=]
2021-08-04T08:53:40.8234039Z npm ERR!     result = (fragment & 0x003) << 4;
2021-08-04T08:53:40.8234422Z npm ERR!     ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
2021-08-04T08:53:40.8234853Z npm ERR! ../src/libsass/src/cencode.c:52:2: note: here
2021-08-04T08:53:40.8235271Z npm ERR!   case step_B:
2021-08-04T08:53:40.8235595Z npm ERR!   ^~~~
2021-08-04T08:53:40.8236404Z npm ERR! ../src/libsass/src/cencode.c:62:11: warning: this statement may fall through [-Wimplicit-fallthrough=]
2021-08-04T08:53:40.8237096Z npm ERR!     result = (fragment & 0x00f) << 2;
2021-08-04T08:53:40.8237464Z npm ERR!     ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
2021-08-04T08:53:40.8237896Z npm ERR! ../src/libsass/src/cencode.c:66:2: note: here
2021-08-04T08:53:40.8238311Z npm ERR!   case step_C:
2021-08-04T08:53:40.8238634Z npm ERR!   ^~~~
2021-08-04T08:53:40.8240343Z npm ERR! ../src/libsass/src/functions.cpp: In function 'void Sass::Functions::handle_utf8_error(const Sass::ParserState&, Sass::Backtraces)':
2021-08-04T08:53:40.8242013Z npm ERR! ../src/libsass/src/functions.cpp:110:20: warning: catching polymorphic type 'class utf8::invalid_code_point' by value [-Wcatch-value=]
2021-08-04T08:53:40.8243593Z npm ERR!        catch (utf8::invalid_code_point) {
2021-08-04T08:53:40.8244093Z npm ERR!                     ^~~~~~~~~~~~~~~~~~
2021-08-04T08:53:40.8245562Z npm ERR! ../src/libsass/src/functions.cpp:114:20: warning: catching polymorphic type 'class utf8::not_enough_room' by value [-Wcatch-value=]
2021-08-04T08:53:40.8246670Z npm ERR!        catch (utf8::not_enough_room) {
2021-08-04T08:53:40.8247062Z npm ERR!                     ^~~~~~~~~~~~~~~
2021-08-04T08:53:40.8248165Z npm ERR! ../src/libsass/src/functions.cpp:118:20: warning: catching polymorphic type 'class utf8::invalid_utf8' by value [-Wcatch-value=]
2021-08-04T08:53:40.8248877Z npm ERR!        catch (utf8::invalid_utf8) {
2021-08-04T08:53:40.8249256Z npm ERR!                     ^~~~~~~~~~~~
2021-08-04T08:53:40.8249935Z npm ERR! ../src/libsass/src/json.cpp: In function 'char* json_encode_string(const char*)':
2021-08-04T08:53:40.8251135Z npm ERR! ../src/libsass/src/json.cpp:405:15: warning: catching polymorphic type 'class std::exception' by value [-Wcatch-value=]
2021-08-04T08:53:40.8251821Z npm ERR!    catch (std::exception) {
2021-08-04T08:53:40.8252195Z npm ERR!                ^~~~~~~~~
2021-08-04T08:53:40.8252928Z npm ERR! ../src/libsass/src/json.cpp: In function 'char* json_stringify(const JsonNode*, const char*)':
2021-08-04T08:53:40.8254155Z npm ERR! ../src/libsass/src/json.cpp:424:15: warning: catching polymorphic type 'class std::exception' by value [-Wcatch-value=]
2021-08-04T08:53:40.8254930Z npm ERR!    catch (std::exception) {
2021-08-04T08:53:40.8255290Z npm ERR!                ^~~~~~~~~
2021-08-04T08:53:40.8255966Z npm ERR! In file included from /github/home/.cache/node-gyp/16.6.1/include/node/v8.h:30,
2021-08-04T08:53:40.8256960Z npm ERR!                  from /github/home/.cache/node-gyp/16.6.1/include/node/node.h:63,
2021-08-04T08:53:40.8257660Z npm ERR!                  from ../../nan/nan.h:56,
2021-08-04T08:53:40.8258116Z npm ERR!                  from ../src/binding.cpp:1:
2021-08-04T08:53:40.8259272Z npm ERR! /github/home/.cache/node-gyp/16.6.1/include/node/v8-internal.h: In function 'void v8::internal::PerformCastCheck(T*)':
2021-08-04T08:53:40.8260621Z npm ERR! /github/home/.cache/node-gyp/16.6.1/include/node/v8-internal.h:488:38: error: 'remove_cv_t' is not a member of 'std'
2021-08-04T08:53:40.8261660Z npm ERR!              !std::is_same<Data, std::remove_cv_t<T>>::value>::Perform(data);
2021-08-04T08:53:40.8343584Z npm ERR!                                       ^~~~~~~~~~~
2021-08-04T08:53:40.8345274Z npm ERR! /github/home/.cache/node-gyp/16.6.1/include/node/v8-internal.h:488:38: note: suggested alternative: 'remove_cv'
2021-08-04T08:53:40.8346680Z npm ERR!              !std::is_same<Data, std::remove_cv_t<T>>::value>::Perform(data);
2021-08-04T08:53:40.8347335Z npm ERR!                                       ^~~~~~~~~~~
2021-08-04T08:53:40.8347798Z npm ERR!                                       remove_cv
2021-08-04T08:53:40.8348982Z npm ERR! /github/home/.cache/node-gyp/16.6.1/include/node/v8-internal.h:488:38: error: 'remove_cv_t' is not a member of 'std'
2021-08-04T08:53:40.8350778Z npm ERR! /github/home/.cache/node-gyp/16.6.1/include/node/v8-internal.h:488:38: note: suggested alternative: 'remove_cv'
2021-08-04T08:53:40.8352162Z npm ERR!              !std::is_same<Data, std::remove_cv_t<T>>::value>::Perform(data);
2021-08-04T08:53:40.8352644Z npm ERR!                                       ^~~~~~~~~~~
2021-08-04T08:53:40.8353034Z npm ERR!                                       remove_cv
2021-08-04T08:53:40.8354420Z npm ERR! /github/home/.cache/node-gyp/16.6.1/include/node/v8-internal.h:488:50: error: template argument 2 is invalid
2021-08-04T08:53:40.8355154Z npm ERR!              !std::is_same<Data, std::remove_cv_t<T>>::value>::Perform(data);
2021-08-04T08:53:40.8355790Z npm ERR!                                                   ^
2021-08-04T08:53:40.8356844Z npm ERR! /github/home/.cache/node-gyp/16.6.1/include/node/v8-internal.h:488:63: error: '::Perform' has not been declared
2021-08-04T08:53:40.8357756Z npm ERR!              !std::is_same<Data, std::remove_cv_t<T>>::value>::Perform(data);
2021-08-04T08:53:40.8358236Z npm ERR!                                                                ^~~~~~~
2021-08-04T08:53:40.8359439Z npm ERR! /github/home/.cache/node-gyp/16.6.1/include/node/v8-internal.h:488:63: note: suggested alternative: 'herror'
2021-08-04T08:53:40.8360417Z npm ERR!              !std::is_same<Data, std::remove_cv_t<T>>::value>::Perform(data);
2021-08-04T08:53:40.8360907Z npm ERR!                                                                ^~~~~~~
2021-08-04T08:53:40.8361320Z npm ERR!                                                                herror
2021-08-04T08:53:40.8362263Z npm ERR! ../src/binding.cpp: In function 'Nan::NAN_METHOD_RETURN_TYPE render(Nan::NAN_METHOD_ARGS_TYPE)':
2021-08-04T08:53:40.8363974Z npm ERR! ../src/binding.cpp:284:98: warning: cast between incompatible function types from 'void (*)(uv_work_t*)' {aka 'void (*)(uv_work_s*)'} to 'uv_after_work_cb' {aka 'void (*)(uv_work_s*, int)'} [-Wcast-function-type]
2021-08-04T08:53:40.8365878Z npm ERR!      int status = uv_queue_work(uv_default_loop(), &ctx_w->request, compile_it, (uv_after_work_cb)MakeCallback);
2021-08-04T08:53:40.8366678Z npm ERR!                                                                                                   ^~~~~~~~~~~~
2021-08-04T08:53:40.8367857Z npm ERR! ../src/binding.cpp: In function 'Nan::NAN_METHOD_RETURN_TYPE render_file(Nan::NAN_METHOD_ARGS_TYPE)':
2021-08-04T08:53:40.8374289Z npm ERR! ../src/binding.cpp:320:98: warning: cast between incompatible function types from 'void (*)(uv_work_t*)' {aka 'void (*)(uv_work_s*)'} to 'uv_after_work_cb' {aka 'void (*)(uv_work_s*, int)'} [-Wcast-function-type]
2021-08-04T08:53:40.8376101Z npm ERR!      int status = uv_queue_work(uv_default_loop(), &ctx_w->request, compile_it, (uv_after_work_cb)MakeCallback);
2021-08-04T08:53:40.8376920Z npm ERR!                                                                                                   ^~~~~~~~~~~~
2021-08-04T08:53:40.8377867Z npm ERR! In file included from ../../nan/nan.h:56,
2021-08-04T08:53:40.8378525Z npm ERR!                  from ../src/binding.cpp:1:
2021-08-04T08:53:40.8379115Z npm ERR! ../src/binding.cpp: At global scope:
2021-08-04T08:53:40.8382904Z npm ERR! /github/home/.cache/node-gyp/16.6.1/include/node/node.h:806:43: warning: cast between incompatible function types from 'void (*)(Nan::ADDON_REGISTER_FUNCTION_ARGS_TYPE)' {aka 'void (*)(v8::Local<v8::Object>)'} to 'node::addon_register_func' {aka 'void (*)(v8::Local<v8::Object>, v8::Local<v8::Value>, void*)'} [-Wcast-function-type]
2021-08-04T08:53:40.8384529Z npm ERR!        (node::addon_register_func) (regfunc),                          \
2021-08-04T08:53:40.8385085Z npm ERR!                                            ^
2021-08-04T08:53:40.8386205Z npm ERR! /github/home/.cache/node-gyp/16.6.1/include/node/node.h:840:3: note: in expansion of macro 'NODE_MODULE_X'
2021-08-04T08:53:40.8388979Z npm ERR!    NODE_MODULE_X(modname, regfunc, NULL, 0)  // NOLINT (readability/null_usage)
2021-08-04T08:53:40.8390620Z npm ERR!    ^~~~~~~~~~~~~
2021-08-04T08:53:40.8395261Z npm ERR! ../src/binding.cpp:358:1: note: in expansion of macro 'NODE_MODULE'
2021-08-04T08:53:40.8396073Z npm ERR!  NODE_MODULE(binding, RegisterModule);
2021-08-04T08:53:40.8396601Z npm ERR!  ^~~~~~~~~~~
2021-08-04T08:53:40.8397315Z npm ERR! make: *** [binding.target.mk:133: Release/obj.target/binding/src/binding.o] Error 1
2021-08-04T08:53:40.8399199Z npm ERR! gyp ERR! build error 
2021-08-04T08:53:40.8399993Z npm ERR! gyp ERR! stack Error: `make` failed with exit code: 2
2021-08-04T08:53:40.8402215Z npm ERR! gyp ERR! stack     at ChildProcess.onExit (/github/workspace/node_modules/node-gyp/lib/build.js:194:23)
2021-08-04T08:53:40.8403426Z npm ERR! gyp ERR! stack     at ChildProcess.emit (node:events:394:28)
2021-08-04T08:53:40.8404471Z npm ERR! gyp ERR! stack     at Process.ChildProcess._handle.onexit (node:internal/child_process:290:12)
2021-08-04T08:53:40.8405561Z npm ERR! gyp ERR! System Linux 5.8.0-1039-azure
2021-08-04T08:53:40.8407557Z npm ERR! gyp ERR! command "/usr/local/bin/node" "/github/workspace/node_modules/node-gyp/bin/node-gyp.js" "rebuild" "--verbose" "--libsass_ext=" "--libsass_cflags=" "--libsass_ldflags=" "--libsass_library="
2021-08-04T08:53:40.8409899Z npm ERR! gyp ERR! cwd /github/workspace/node_modules/node-sass
2021-08-04T08:53:40.8410685Z npm ERR! gyp ERR! node -v v16.6.1
2021-08-04T08:53:40.8412261Z npm ERR! gyp ERR! node-gyp -v v7.1.2
2021-08-04T08:53:40.8412750Z npm ERR! gyp ERR! not ok 
2021-08-04T08:53:40.8415661Z npm ERR! Build failed with error code: 1
2021-08-04T08:53:40.8416058Z 
2021-08-04T08:53:40.8417170Z npm ERR! A complete log of this run can be found in:
2021-08-04T08:53:40.8418628Z npm ERR!     /github/home/.npm/_logs/2021-08-04T08_53_40_632Z-debug.log
2021-08-04T08:53:41.0220215Z node:internal/modules/cjs/loader:933
2021-08-04T08:53:41.0220780Z   const err = new Error(message);
2021-08-04T08:53:41.0221161Z               ^
hsh2001 commented 3 years ago

https://www.npmjs.com/package/node-sass

That error from building this package. Why don’t you create option for node version?

hsh2001 commented 3 years ago

Well… see https://github.com/hsh2001/next-template/pull/193

This project has node-sass as dependency but works well.

hsh2001 commented 3 years ago

What a nice action script. I wish I can use it on my private repo 🥲

rpkak commented 3 years ago

https://www.npmjs.com/package/node-sass

That error from building this package. Why don’t you create option for node version?

The problem is that this script uses node as well and I don't want to test this for every ver´sion, but I try to implement this with nvm.

hsh2001 commented 3 years ago

Nice idea!

rpkak commented 3 years ago

Ok @hsh2001, can you try:

name: ESLint PR review

on:
  push:

jobs:
  lint:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v2
      - uses: rpkak/ESLint-PR-review@nvm
        with:
          github-token: ${{ secrets.GITHUB_TOKEN }}
          src: src
          eslint-format: table
          node-version: your node version

If this works please write me and I will release this soon.

hsh2001 commented 3 years ago

Still not works :( I think I should use different version of node-sass.

rpkak commented 3 years ago

Still not works :( I think I should use different version of node-sass.

But that should be locked in your lockfile.