Skip to content

Instantly share code, notes, and snippets.

@nschonni
Created January 18, 2020 05:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nschonni/491cd2ae724e1f24db3b76b37698ab1c to your computer and use it in GitHub Desktop.
Save nschonni/491cd2ae724e1f24db3b76b37698ab1c to your computer and use it in GitHub Desktop.
Log trying to install with 8-alpine
2020-01-18T03:49:18.8647521Z ##[section]Starting: Request a runner to run this job
2020-01-18T03:49:19.2314111Z Requesting a hosted runner in current repository's account/organization with labels: 'ubuntu-latest', require runner match: True
2020-01-18T03:49:19.3943622Z Labels matched hosted runners has been found, waiting for one of them get assigned for this job.
2020-01-18T03:49:19.4243593Z ##[section]Finishing: Request a runner to run this job
2020-01-18T03:49:26.0917434Z Current runner version: '2.164.0'
2020-01-18T03:49:26.0918658Z Prepare workflow directory
2020-01-18T03:49:26.1189319Z Prepare all required actions
2020-01-18T03:49:26.1201989Z Download action repository 'actions/checkout@v2'
2020-01-18T03:49:28.1598513Z Download action repository 'actions/upload-artifact@v1'
2020-01-18T03:49:28.3335324Z ##[command]/usr/bin/docker version --format '{{.Server.APIVersion}}'
2020-01-18T03:49:28.8144035Z '1.40'
2020-01-18T03:49:28.8158977Z Docker daemon API version: '1.40'
2020-01-18T03:49:28.8159295Z ##[command]/usr/bin/docker version --format '{{.Client.APIVersion}}'
2020-01-18T03:49:28.8490097Z '1.40'
2020-01-18T03:49:28.8493677Z Docker client API version: '1.40'
2020-01-18T03:49:28.8507473Z ##[command]/usr/bin/docker ps --all --quiet --no-trunc --filter "label=488dfb"
2020-01-18T03:49:28.8811574Z ##[command]/usr/bin/docker network prune --force --filter "label=488dfb"
2020-01-18T03:49:29.1575175Z ##[command]/usr/bin/docker network create --label 488dfb github_network_81f190df22e04d7d9d6bdd6b7f0aa62c
2020-01-18T03:49:29.4203643Z 50399972efd4f3f3d2919386b23d748852537da9f2a5131112f6eec854110ecc
2020-01-18T03:49:29.4235115Z ##[command]/usr/bin/docker pull node:8-alpine
2020-01-18T03:49:29.6803081Z 8-alpine: Pulling from library/node
2020-01-18T03:49:29.7354115Z e6b0cf9c0882: Already exists
2020-01-18T03:49:29.7397939Z 93f9cf0467ca: Pulling fs layer
2020-01-18T03:49:29.7401996Z a564402f98da: Pulling fs layer
2020-01-18T03:49:29.9104657Z b68680f1d28f: Pulling fs layer
2020-01-18T03:49:29.9104910Z b68680f1d28f: Verifying Checksum
2020-01-18T03:49:29.9105018Z b68680f1d28f: Download complete
2020-01-18T03:49:29.9125754Z a564402f98da: Verifying Checksum
2020-01-18T03:49:30.0404313Z a564402f98da: Download complete
2020-01-18T03:49:30.0404443Z 93f9cf0467ca: Verifying Checksum
2020-01-18T03:49:30.0405149Z 93f9cf0467ca: Download complete
2020-01-18T03:49:31.2491796Z 93f9cf0467ca: Pull complete
2020-01-18T03:49:31.4474075Z a564402f98da: Pull complete
2020-01-18T03:49:31.5358190Z b68680f1d28f: Pull complete
2020-01-18T03:49:31.5414126Z Digest: sha256:38f7bf07ffd72ac612ec8c829cb20ad416518dbb679768d7733c93175453f4d4
2020-01-18T03:49:31.5475699Z Status: Downloaded newer image for node:8-alpine
2020-01-18T03:49:31.5488945Z docker.io/library/node:8-alpine
2020-01-18T03:49:31.5522770Z ##[command]/usr/bin/docker create --name 6a3576c54e614cf286210e2d99805c21_node8alpine_52f208 --label 488dfb --workdir /__w/node-sass/node-sass --network github_network_81f190df22e04d7d9d6bdd6b7f0aa62c -e "SKIP_SASS_BINARY_DOWNLOAD_FOR_CI=true" -e "HOME=/github/home" -e GITHUB_ACTIONS=true -v "/var/run/docker.sock":"/var/run/docker.sock" -v "/home/runner/work":"/__w" -v "/home/runner/runners/2.164.0/externals":"/__e":ro -v "/home/runner/work/_temp":"/__w/_temp" -v "/home/runner/work/_actions":"/__w/_actions" -v "/opt/hostedtoolcache":"/__t" -v "/home/runner/work/_temp/_github_home":"/github/home" -v "/home/runner/work/_temp/_github_workflow":"/github/workflow" --entrypoint "tail" node:8-alpine "-f" "/dev/null"
2020-01-18T03:49:32.9594883Z eeba24715adc6dde688b9188a8c8bc86db0e072e36710a5ea72ac8c7bef481f8
2020-01-18T03:49:32.9646024Z ##[command]/usr/bin/docker start eeba24715adc6dde688b9188a8c8bc86db0e072e36710a5ea72ac8c7bef481f8
2020-01-18T03:49:33.6416984Z eeba24715adc6dde688b9188a8c8bc86db0e072e36710a5ea72ac8c7bef481f8
2020-01-18T03:49:33.6435670Z ##[command]/usr/bin/docker ps --all --filter id=eeba24715adc6dde688b9188a8c8bc86db0e072e36710a5ea72ac8c7bef481f8 --filter status=running --no-trunc --format "{{.ID}} {{.Status}}"
2020-01-18T03:49:33.6684444Z eeba24715adc6dde688b9188a8c8bc86db0e072e36710a5ea72ac8c7bef481f8 Up Less than a second
2020-01-18T03:49:33.6701083Z ##[command]/usr/bin/docker inspect --format "{{range .Config.Env}}{{println .}}{{end}}" eeba24715adc6dde688b9188a8c8bc86db0e072e36710a5ea72ac8c7bef481f8
2020-01-18T03:49:33.6926364Z SKIP_SASS_BINARY_DOWNLOAD_FOR_CI=true
2020-01-18T03:49:33.6933703Z HOME=/github/home
2020-01-18T03:49:33.6934245Z GITHUB_ACTIONS=true
2020-01-18T03:49:33.6934491Z PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
2020-01-18T03:49:33.6935110Z NODE_VERSION=8.17.0
2020-01-18T03:49:33.6935305Z YARN_VERSION=1.21.1
2020-01-18T03:49:33.7127022Z ##[group]Run apk add --no-cache python make git gcc g++
2020-01-18T03:49:33.7127385Z apk add --no-cache python make git gcc g++
2020-01-18T03:49:33.7129139Z shell: sh -e {0}
2020-01-18T03:49:33.7129355Z ##[endgroup]
2020-01-18T03:49:34.7669015Z fetch http://dl-cdn.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz
2020-01-18T03:49:34.8607562Z fetch http://dl-cdn.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz
2020-01-18T03:49:34.9774475Z (1/27) Installing binutils (2.33.1-r0)
2020-01-18T03:49:35.0636222Z (2/27) Installing gmp (6.1.2-r1)
2020-01-18T03:49:35.0755829Z (3/27) Installing isl (0.18-r0)
2020-01-18T03:49:35.0969008Z (4/27) Installing libgomp (9.2.0-r3)
2020-01-18T03:49:35.1051297Z (5/27) Installing libatomic (9.2.0-r3)
2020-01-18T03:49:35.1117613Z (6/27) Installing mpfr4 (4.0.2-r1)
2020-01-18T03:49:35.1228985Z (7/27) Installing mpc1 (1.1.0-r1)
2020-01-18T03:49:35.1303767Z (8/27) Installing gcc (9.2.0-r3)
2020-01-18T03:49:35.9191129Z (9/27) Installing musl-dev (1.1.24-r0)
2020-01-18T03:49:36.0102584Z (10/27) Installing libc-dev (0.7.2-r0)
2020-01-18T03:49:36.0170704Z (11/27) Installing g++ (9.2.0-r3)
2020-01-18T03:49:36.5058823Z (12/27) Installing ca-certificates (20191127-r0)
2020-01-18T03:49:36.5274749Z (13/27) Installing nghttp2-libs (1.40.0-r0)
2020-01-18T03:49:36.5352109Z (14/27) Installing libcurl (7.67.0-r0)
2020-01-18T03:49:36.5556048Z (15/27) Installing expat (2.2.9-r1)
2020-01-18T03:49:36.5643039Z (16/27) Installing pcre2 (10.34-r1)
2020-01-18T03:49:36.5770349Z (17/27) Installing git (2.24.1-r0)
2020-01-18T03:49:36.7526331Z (18/27) Installing make (4.2.1-r2)
2020-01-18T03:49:36.7612707Z (19/27) Installing libbz2 (1.0.8-r1)
2020-01-18T03:49:36.7678584Z (20/27) Installing libffi (3.2.1-r6)
2020-01-18T03:49:36.7748242Z (21/27) Installing gdbm (1.13-r1)
2020-01-18T03:49:36.7845868Z (22/27) Installing ncurses-terminfo-base (6.1_p20191130-r0)
2020-01-18T03:49:36.7925894Z (23/27) Installing ncurses-terminfo (6.1_p20191130-r0)
2020-01-18T03:49:37.0168810Z (24/27) Installing ncurses-libs (6.1_p20191130-r0)
2020-01-18T03:49:37.0309183Z (25/27) Installing readline (8.0.1-r0)
2020-01-18T03:49:37.0399269Z (26/27) Installing sqlite-libs (3.30.1-r1)
2020-01-18T03:49:37.0569227Z (27/27) Installing python2 (2.7.16-r3)
2020-01-18T03:49:37.5416027Z Executing busybox-1.31.1-r8.trigger
2020-01-18T03:49:37.5462788Z Executing ca-certificates-20191127-r0.trigger
2020-01-18T03:49:37.6620892Z OK: 234 MiB in 43 packages
2020-01-18T03:49:37.7302480Z ##[group]Run actions/checkout@v2
2020-01-18T03:49:37.7302625Z with:
2020-01-18T03:49:37.7302713Z repository: nschonni/node-sass
2020-01-18T03:49:37.7303287Z token: ***
2020-01-18T03:49:37.7303408Z persist-credentials: true
2020-01-18T03:49:37.7303502Z clean: true
2020-01-18T03:49:37.7303581Z fetch-depth: 1
2020-01-18T03:49:37.7303887Z lfs: false
2020-01-18T03:49:37.7303977Z ##[endgroup]
2020-01-18T03:49:37.7328458Z ##[command]/usr/bin/docker exec eeba24715adc6dde688b9188a8c8bc86db0e072e36710a5ea72ac8c7bef481f8 sh -c "cat /etc/*release | grep ^ID"
2020-01-18T03:49:38.0368204Z Container distribution is alpine. Running JavaScript Action with external tool: node12_alpine
2020-01-18T03:49:45.0518441Z Added matchers: 'checkout-git'. Problem matchers scan action output for known warning or error strings and report these inline.
2020-01-18T03:49:45.0519232Z Syncing repository: nschonni/node-sass
2020-01-18T03:49:45.0519660Z Working directory is '/__w/node-sass/node-sass'
2020-01-18T03:49:45.0519905Z [command]/usr/bin/git version
2020-01-18T03:49:45.0524349Z git version 2.24.1
2020-01-18T03:49:45.0565676Z Deleting the contents of '/__w/node-sass/node-sass'
2020-01-18T03:49:45.0574861Z [command]/usr/bin/git init /__w/node-sass/node-sass
2020-01-18T03:49:45.0613282Z Initialized empty Git repository in /__w/node-sass/node-sass/.git/
2020-01-18T03:49:45.0624102Z [command]/usr/bin/git remote add origin https://github.com/nschonni/node-sass
2020-01-18T03:49:45.0662724Z [command]/usr/bin/git config --local gc.auto 0
2020-01-18T03:49:45.0697098Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2020-01-18T03:49:45.0729542Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2020-01-18T03:49:45.0791666Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --progress --no-recurse-submodules --depth=1 origin +81231fefe62b20beaf10bf9cb3289fe46e59eccd:refs/remotes/origin/github-actions-alpine
2020-01-18T03:49:45.2734499Z remote: Enumerating objects: 408, done.
2020-01-18T03:49:45.2735024Z remote: Counting objects: 0% (1/408)
2020-01-18T03:49:45.2792529Z remote: Counting objects: 1% (5/408)
2020-01-18T03:49:45.2792668Z remote: Counting objects: 2% (9/408)
2020-01-18T03:49:45.2792781Z remote: Counting objects: 3% (13/408)
2020-01-18T03:49:45.2795845Z remote: Counting objects: 4% (17/408)
2020-01-18T03:49:45.2795970Z remote: Counting objects: 5% (21/408)
2020-01-18T03:49:45.2796062Z remote: Counting objects: 6% (25/408)
2020-01-18T03:49:45.2796278Z remote: Counting objects: 7% (29/408)
2020-01-18T03:49:45.2796505Z remote: Counting objects: 8% (33/408)
2020-01-18T03:49:45.2796856Z remote: Counting objects: 9% (37/408)
2020-01-18T03:49:45.2796969Z remote: Counting objects: 10% (41/408)
2020-01-18T03:49:45.2797076Z remote: Counting objects: 11% (45/408)
2020-01-18T03:49:45.2797195Z remote: Counting objects: 12% (49/408)
2020-01-18T03:49:45.2797299Z remote: Counting objects: 13% (54/408)
2020-01-18T03:49:45.2797390Z remote: Counting objects: 14% (58/408)
2020-01-18T03:49:45.2797495Z remote: Counting objects: 15% (62/408)
2020-01-18T03:49:45.2797602Z remote: Counting objects: 16% (66/408)
2020-01-18T03:49:45.2797708Z remote: Counting objects: 17% (70/408)
2020-01-18T03:49:45.2797803Z remote: Counting objects: 18% (74/408)
2020-01-18T03:49:45.2797908Z remote: Counting objects: 19% (78/408)
2020-01-18T03:49:45.2798013Z remote: Counting objects: 20% (82/408)
2020-01-18T03:49:45.2798118Z remote: Counting objects: 21% (86/408)
2020-01-18T03:49:45.2798206Z remote: Counting objects: 22% (90/408)
2020-01-18T03:49:45.2798313Z remote: Counting objects: 23% (94/408)
2020-01-18T03:49:45.2798421Z remote: Counting objects: 24% (98/408)
2020-01-18T03:49:45.2798765Z remote: Counting objects: 25% (102/408)
2020-01-18T03:49:45.2801162Z remote: Counting objects: 26% (107/408)
2020-01-18T03:49:45.2801290Z remote: Counting objects: 27% (111/408)
2020-01-18T03:49:45.2801398Z remote: Counting objects: 28% (115/408)
2020-01-18T03:49:45.2803606Z remote: Counting objects: 29% (119/408)
2020-01-18T03:49:45.2803729Z remote: Counting objects: 30% (123/408)
2020-01-18T03:49:45.2805870Z remote: Counting objects: 31% (127/408)
2020-01-18T03:49:45.2808866Z remote: Counting objects: 32% (131/408)
2020-01-18T03:49:45.2808993Z remote: Counting objects: 33% (135/408)
2020-01-18T03:49:45.2811232Z remote: Counting objects: 34% (139/408)
2020-01-18T03:49:45.2813972Z remote: Counting objects: 35% (143/408)
2020-01-18T03:49:45.2816804Z remote: Counting objects: 36% (147/408)
2020-01-18T03:49:45.2819277Z remote: Counting objects: 37% (151/408)
2020-01-18T03:49:45.2821139Z remote: Counting objects: 38% (156/408)
2020-01-18T03:49:45.2823493Z remote: Counting objects: 39% (160/408)
2020-01-18T03:49:45.2823609Z remote: Counting objects: 40% (164/408)
2020-01-18T03:49:45.2825935Z remote: Counting objects: 41% (168/408)
2020-01-18T03:49:45.2826055Z remote: Counting objects: 42% (172/408)
2020-01-18T03:49:45.2829355Z remote: Counting objects: 43% (176/408)
2020-01-18T03:49:45.2829642Z remote: Counting objects: 44% (180/408)
2020-01-18T03:49:45.2832267Z remote: Counting objects: 45% (184/408)
2020-01-18T03:49:45.2832389Z remote: Counting objects: 46% (188/408)
2020-01-18T03:49:45.2834542Z remote: Counting objects: 47% (192/408)
2020-01-18T03:49:45.2834949Z remote: Counting objects: 48% (196/408)
2020-01-18T03:49:45.2869642Z remote: Counting objects: 49% (200/408)
2020-01-18T03:49:45.2873334Z remote: Counting objects: 50% (204/408)
2020-01-18T03:49:45.2873463Z remote: Counting objects: 51% (209/408)
2020-01-18T03:49:45.2873574Z remote: Counting objects: 52% (213/408)
2020-01-18T03:49:45.2873681Z remote: Counting objects: 53% (217/408)
2020-01-18T03:49:45.2873784Z remote: Counting objects: 54% (221/408)
2020-01-18T03:49:45.2873874Z remote: Counting objects: 55% (225/408)
2020-01-18T03:49:45.2873979Z remote: Counting objects: 56% (229/408)
2020-01-18T03:49:45.2874089Z remote: Counting objects: 57% (233/408)
2020-01-18T03:49:45.2874191Z remote: Counting objects: 58% (237/408)
2020-01-18T03:49:45.2874281Z remote: Counting objects: 59% (241/408)
2020-01-18T03:49:45.2874386Z remote: Counting objects: 60% (245/408)
2020-01-18T03:49:45.2874491Z remote: Counting objects: 61% (249/408)
2020-01-18T03:49:45.2874594Z remote: Counting objects: 62% (253/408)
2020-01-18T03:49:45.2874794Z remote: Counting objects: 63% (258/408)
2020-01-18T03:49:45.2874899Z remote: Counting objects: 64% (262/408)
2020-01-18T03:49:45.2875003Z remote: Counting objects: 65% (266/408)
2020-01-18T03:49:45.2875225Z remote: Counting objects: 66% (270/408)
2020-01-18T03:49:45.2875426Z remote: Counting objects: 67% (274/408)
2020-01-18T03:49:45.2875527Z remote: Counting objects: 68% (278/408)
2020-01-18T03:49:45.2875629Z remote: Counting objects: 69% (282/408)
2020-01-18T03:49:45.2875734Z remote: Counting objects: 70% (286/408)
2020-01-18T03:49:45.2875823Z remote: Counting objects: 71% (290/408)
2020-01-18T03:49:45.2875940Z remote: Counting objects: 72% (294/408)
2020-01-18T03:49:45.2876029Z remote: Counting objects: 73% (298/408)
2020-01-18T03:49:45.2876274Z remote: Counting objects: 74% (302/408)
2020-01-18T03:49:45.2876380Z remote: Counting objects: 75% (306/408)
2020-01-18T03:49:45.2876483Z remote: Counting objects: 76% (311/408)
2020-01-18T03:49:45.2877006Z remote: Counting objects: 77% (315/408)
2020-01-18T03:49:45.2877153Z remote: Counting objects: 78% (319/408)
2020-01-18T03:49:45.2877256Z remote: Counting objects: 79% (323/408)
2020-01-18T03:49:45.2877359Z remote: Counting objects: 80% (327/408)
2020-01-18T03:49:45.2877448Z remote: Counting objects: 81% (331/408)
2020-01-18T03:49:45.2877552Z remote: Counting objects: 82% (335/408)
2020-01-18T03:49:45.2877661Z remote: Counting objects: 83% (339/408)
2020-01-18T03:49:45.2877762Z remote: Counting objects: 84% (343/408)
2020-01-18T03:49:45.2877851Z remote: Counting objects: 85% (347/408)
2020-01-18T03:49:45.2877954Z remote: Counting objects: 86% (351/408)
2020-01-18T03:49:45.2878057Z remote: Counting objects: 87% (355/408)
2020-01-18T03:49:45.2878161Z remote: Counting objects: 88% (360/408)
2020-01-18T03:49:45.2878249Z remote: Counting objects: 89% (364/408)
2020-01-18T03:49:45.2878352Z remote: Counting objects: 90% (368/408)
2020-01-18T03:49:45.2878459Z remote: Counting objects: 91% (372/408)
2020-01-18T03:49:45.2878561Z remote: Counting objects: 92% (376/408)
2020-01-18T03:49:45.2878651Z remote: Counting objects: 93% (380/408)
2020-01-18T03:49:45.2878755Z remote: Counting objects: 94% (384/408)
2020-01-18T03:49:45.2878859Z remote: Counting objects: 95% (388/408)
2020-01-18T03:49:45.2878978Z remote: Counting objects: 96% (392/408)
2020-01-18T03:49:45.2879170Z remote: Counting objects: 97% (396/408)
2020-01-18T03:49:45.2879259Z remote: Counting objects: 98% (400/408)
2020-01-18T03:49:45.2879361Z remote: Counting objects: 99% (404/408)
2020-01-18T03:49:45.2879464Z remote: Counting objects: 100% (408/408)
2020-01-18T03:49:45.2879568Z remote: Counting objects: 100% (408/408), done.
2020-01-18T03:49:45.2879667Z remote: Compressing objects: 0% (1/344)
2020-01-18T03:49:45.2879772Z remote: Compressing objects: 1% (4/344)
2020-01-18T03:49:45.2879880Z remote: Compressing objects: 2% (7/344)
2020-01-18T03:49:45.2879984Z remote: Compressing objects: 3% (11/344)
2020-01-18T03:49:45.2880074Z remote: Compressing objects: 4% (14/344)
2020-01-18T03:49:45.2880180Z remote: Compressing objects: 5% (18/344)
2020-01-18T03:49:45.2880286Z remote: Compressing objects: 6% (21/344)
2020-01-18T03:49:45.2880393Z remote: Compressing objects: 7% (25/344)
2020-01-18T03:49:45.2880483Z remote: Compressing objects: 8% (28/344)
2020-01-18T03:49:45.2880586Z remote: Compressing objects: 9% (31/344)
2020-01-18T03:49:45.2880689Z remote: Compressing objects: 10% (35/344)
2020-01-18T03:49:45.2880791Z remote: Compressing objects: 11% (38/344)
2020-01-18T03:49:45.2880883Z remote: Compressing objects: 12% (42/344)
2020-01-18T03:49:45.2880986Z remote: Compressing objects: 13% (45/344)
2020-01-18T03:49:45.2882875Z remote: Compressing objects: 14% (49/344)
2020-01-18T03:49:45.2919770Z remote: Compressing objects: 15% (52/344)
2020-01-18T03:49:45.2919969Z remote: Compressing objects: 16% (56/344)
2020-01-18T03:49:45.2920094Z remote: Compressing objects: 17% (59/344)
2020-01-18T03:49:45.2935799Z remote: Compressing objects: 18% (62/344)
2020-01-18T03:49:45.2953387Z remote: Compressing objects: 19% (66/344)
2020-01-18T03:49:45.2964364Z remote: Compressing objects: 20% (69/344)
2020-01-18T03:49:45.2966954Z remote: Compressing objects: 21% (73/344)
2020-01-18T03:49:45.2967517Z remote: Compressing objects: 22% (76/344)
2020-01-18T03:49:45.2978804Z remote: Compressing objects: 23% (80/344)
2020-01-18T03:49:45.2979005Z remote: Compressing objects: 24% (83/344)
2020-01-18T03:49:45.3003010Z remote: Compressing objects: 25% (86/344)
2020-01-18T03:49:45.3021838Z remote: Compressing objects: 26% (90/344)
2020-01-18T03:49:45.3050455Z remote: Compressing objects: 27% (93/344)
2020-01-18T03:49:45.3096890Z remote: Compressing objects: 28% (97/344)
2020-01-18T03:49:45.3122075Z remote: Compressing objects: 29% (100/344)
2020-01-18T03:49:45.3127615Z remote: Compressing objects: 30% (104/344)
2020-01-18T03:49:45.3176640Z remote: Compressing objects: 31% (107/344)
2020-01-18T03:49:45.3193139Z remote: Compressing objects: 32% (111/344)
2020-01-18T03:49:45.3199543Z remote: Compressing objects: 33% (114/344)
2020-01-18T03:49:45.3222456Z remote: Compressing objects: 34% (117/344)
2020-01-18T03:49:45.3228306Z remote: Compressing objects: 35% (121/344)
2020-01-18T03:49:45.3252603Z remote: Compressing objects: 36% (124/344)
2020-01-18T03:49:45.3253126Z remote: Compressing objects: 37% (128/344)
2020-01-18T03:49:45.3281811Z remote: Compressing objects: 38% (131/344)
2020-01-18T03:49:45.3292207Z remote: Compressing objects: 39% (135/344)
2020-01-18T03:49:45.3314058Z remote: Compressing objects: 40% (138/344)
2020-01-18T03:49:45.3352844Z remote: Compressing objects: 41% (142/344)
2020-01-18T03:49:45.3366048Z remote: Compressing objects: 42% (145/344)
2020-01-18T03:49:45.3366170Z remote: Compressing objects: 43% (148/344)
2020-01-18T03:49:45.3377795Z remote: Compressing objects: 44% (152/344)
2020-01-18T03:49:45.3378013Z remote: Compressing objects: 45% (155/344)
2020-01-18T03:49:45.3378342Z remote: Compressing objects: 46% (159/344)
2020-01-18T03:49:45.3381898Z remote: Compressing objects: 47% (162/344)
2020-01-18T03:49:45.3392824Z remote: Compressing objects: 48% (166/344)
2020-01-18T03:49:45.3393109Z remote: Compressing objects: 49% (169/344)
2020-01-18T03:49:45.3400158Z remote: Compressing objects: 50% (172/344)
2020-01-18T03:49:45.3412972Z remote: Compressing objects: 51% (176/344)
2020-01-18T03:49:45.3432720Z remote: Compressing objects: 52% (179/344)
2020-01-18T03:49:45.3433834Z remote: Compressing objects: 53% (183/344)
2020-01-18T03:49:45.3435731Z remote: Compressing objects: 54% (186/344)
2020-01-18T03:49:45.3442406Z remote: Compressing objects: 55% (190/344)
2020-01-18T03:49:45.3444917Z remote: Compressing objects: 56% (193/344)
2020-01-18T03:49:45.3446138Z remote: Compressing objects: 57% (197/344)
2020-01-18T03:49:45.3453870Z remote: Compressing objects: 58% (200/344)
2020-01-18T03:49:45.3453994Z remote: Compressing objects: 59% (203/344)
2020-01-18T03:49:45.3454106Z remote: Compressing objects: 60% (207/344)
2020-01-18T03:49:45.3454216Z remote: Compressing objects: 61% (210/344)
2020-01-18T03:49:45.3454322Z remote: Compressing objects: 62% (214/344)
2020-01-18T03:49:45.3454416Z remote: Compressing objects: 63% (217/344)
2020-01-18T03:49:45.3455906Z remote: Compressing objects: 64% (221/344)
2020-01-18T03:49:45.3456604Z remote: Compressing objects: 65% (224/344)
2020-01-18T03:49:45.3457966Z remote: Compressing objects: 66% (228/344)
2020-01-18T03:49:45.3458109Z remote: Compressing objects: 67% (231/344)
2020-01-18T03:49:45.3464777Z remote: Compressing objects: 68% (234/344)
2020-01-18T03:49:45.3465716Z remote: Compressing objects: 69% (238/344)
2020-01-18T03:49:45.3484596Z remote: Compressing objects: 70% (241/344)
2020-01-18T03:49:45.3484752Z remote: Compressing objects: 71% (245/344)
2020-01-18T03:49:45.3484849Z remote: Compressing objects: 72% (248/344)
2020-01-18T03:49:45.3484960Z remote: Compressing objects: 73% (252/344)
2020-01-18T03:49:45.3490811Z remote: Compressing objects: 74% (255/344)
2020-01-18T03:49:45.3491202Z remote: Compressing objects: 75% (258/344)
2020-01-18T03:49:45.3504936Z remote: Compressing objects: 76% (262/344)
2020-01-18T03:49:45.3507800Z remote: Compressing objects: 77% (265/344)
2020-01-18T03:49:45.3519410Z remote: Compressing objects: 78% (269/344)
2020-01-18T03:49:45.3519769Z remote: Compressing objects: 79% (272/344)
2020-01-18T03:49:45.3519888Z remote: Compressing objects: 80% (276/344)
2020-01-18T03:49:45.3519997Z remote: Compressing objects: 81% (279/344)
2020-01-18T03:49:45.3520103Z remote: Compressing objects: 82% (283/344)
2020-01-18T03:49:45.3529012Z remote: Compressing objects: 83% (286/344)
2020-01-18T03:49:45.3529675Z remote: Compressing objects: 84% (289/344)
2020-01-18T03:49:45.3530071Z remote: Compressing objects: 85% (293/344)
2020-01-18T03:49:45.3530211Z remote: Compressing objects: 86% (296/344)
2020-01-18T03:49:45.3530355Z remote: Compressing objects: 87% (300/344)
2020-01-18T03:49:45.3530464Z remote: Compressing objects: 88% (303/344)
2020-01-18T03:49:45.3530557Z remote: Compressing objects: 89% (307/344)
2020-01-18T03:49:45.3530674Z remote: Compressing objects: 90% (310/344)
2020-01-18T03:49:45.3531092Z remote: Compressing objects: 91% (314/344)
2020-01-18T03:49:45.3531221Z remote: Compressing objects: 92% (317/344)
2020-01-18T03:49:45.3531317Z remote: Compressing objects: 93% (320/344)
2020-01-18T03:49:45.3531421Z remote: Compressing objects: 94% (324/344)
2020-01-18T03:49:45.3531524Z remote: Compressing objects: 95% (327/344)
2020-01-18T03:49:45.3534102Z remote: Compressing objects: 96% (331/344)
2020-01-18T03:49:45.3534768Z remote: Compressing objects: 97% (334/344)
2020-01-18T03:49:45.3535115Z remote: Compressing objects: 98% (338/344)
2020-01-18T03:49:45.3535261Z remote: Compressing objects: 99% (341/344)
2020-01-18T03:49:45.3535394Z remote: Compressing objects: 100% (344/344)
2020-01-18T03:49:45.3535529Z remote: Compressing objects: 100% (344/344), done.
2020-01-18T03:49:45.3572022Z Receiving objects: 0% (1/408)
2020-01-18T03:49:45.3579785Z Receiving objects: 1% (5/408)
2020-01-18T03:49:45.3582517Z Receiving objects: 2% (9/408)
2020-01-18T03:49:45.3583604Z Receiving objects: 3% (13/408)
2020-01-18T03:49:45.3583720Z Receiving objects: 4% (17/408)
2020-01-18T03:49:45.3583807Z Receiving objects: 5% (21/408)
2020-01-18T03:49:45.3583908Z Receiving objects: 6% (25/408)
2020-01-18T03:49:45.3614454Z Receiving objects: 7% (29/408)
2020-01-18T03:49:45.3614617Z Receiving objects: 8% (33/408)
2020-01-18T03:49:45.3614722Z Receiving objects: 9% (37/408)
2020-01-18T03:49:45.3615040Z Receiving objects: 10% (41/408)
2020-01-18T03:49:45.3629400Z Receiving objects: 11% (45/408)
2020-01-18T03:49:45.3630742Z Receiving objects: 12% (49/408)
2020-01-18T03:49:45.3630842Z Receiving objects: 13% (54/408)
2020-01-18T03:49:45.3630946Z Receiving objects: 14% (58/408)
2020-01-18T03:49:45.3631048Z Receiving objects: 15% (62/408)
2020-01-18T03:49:45.3631148Z Receiving objects: 16% (66/408)
2020-01-18T03:49:45.3639024Z Receiving objects: 17% (70/408)
2020-01-18T03:49:45.3651327Z Receiving objects: 18% (74/408)
2020-01-18T03:49:45.3651474Z Receiving objects: 19% (78/408)
2020-01-18T03:49:45.3651605Z Receiving objects: 20% (82/408)
2020-01-18T03:49:45.3651707Z Receiving objects: 21% (86/408)
2020-01-18T03:49:45.3651806Z Receiving objects: 22% (90/408)
2020-01-18T03:49:45.3657457Z Receiving objects: 23% (94/408)
2020-01-18T03:49:45.3657617Z Receiving objects: 24% (98/408)
2020-01-18T03:49:45.3667323Z Receiving objects: 25% (102/408)
2020-01-18T03:49:45.3667678Z Receiving objects: 26% (107/408)
2020-01-18T03:49:45.3675304Z Receiving objects: 27% (111/408)
2020-01-18T03:49:45.3675436Z Receiving objects: 28% (115/408)
2020-01-18T03:49:45.3678614Z Receiving objects: 29% (119/408)
2020-01-18T03:49:45.3680759Z Receiving objects: 30% (123/408)
2020-01-18T03:49:45.3698452Z Receiving objects: 31% (127/408)
2020-01-18T03:49:45.3704528Z Receiving objects: 32% (131/408)
2020-01-18T03:49:45.3704665Z Receiving objects: 33% (135/408)
2020-01-18T03:49:45.3705055Z Receiving objects: 34% (139/408)
2020-01-18T03:49:45.3739387Z Receiving objects: 35% (143/408)
2020-01-18T03:49:45.3744578Z Receiving objects: 36% (147/408)
2020-01-18T03:49:45.3744788Z Receiving objects: 37% (151/408)
2020-01-18T03:49:45.3756517Z Receiving objects: 38% (156/408)
2020-01-18T03:49:45.3756924Z Receiving objects: 39% (160/408)
2020-01-18T03:49:45.3761530Z Receiving objects: 40% (164/408)
2020-01-18T03:49:45.3788188Z Receiving objects: 41% (168/408)
2020-01-18T03:49:45.3788314Z Receiving objects: 42% (172/408)
2020-01-18T03:49:45.3798667Z Receiving objects: 43% (176/408)
2020-01-18T03:49:45.3825436Z Receiving objects: 44% (180/408)
2020-01-18T03:49:45.3845261Z Receiving objects: 45% (184/408)
2020-01-18T03:49:45.3860591Z Receiving objects: 46% (188/408)
2020-01-18T03:49:45.3865702Z Receiving objects: 47% (192/408)
2020-01-18T03:49:45.3871271Z Receiving objects: 48% (196/408)
2020-01-18T03:49:45.3875700Z Receiving objects: 49% (200/408)
2020-01-18T03:49:45.3904683Z Receiving objects: 50% (204/408)
2020-01-18T03:49:45.3912816Z Receiving objects: 51% (209/408)
2020-01-18T03:49:45.3922038Z Receiving objects: 52% (213/408)
2020-01-18T03:49:45.3925684Z Receiving objects: 53% (217/408)
2020-01-18T03:49:45.3945920Z Receiving objects: 54% (221/408)
2020-01-18T03:49:45.3954161Z Receiving objects: 55% (225/408)
2020-01-18T03:49:45.3957799Z Receiving objects: 56% (229/408)
2020-01-18T03:49:45.3960885Z Receiving objects: 57% (233/408)
2020-01-18T03:49:45.3970983Z Receiving objects: 58% (237/408)
2020-01-18T03:49:45.3974336Z Receiving objects: 59% (241/408)
2020-01-18T03:49:45.3979699Z Receiving objects: 60% (245/408)
2020-01-18T03:49:45.3984363Z Receiving objects: 61% (249/408)
2020-01-18T03:49:45.3988185Z Receiving objects: 62% (253/408)
2020-01-18T03:49:45.3991207Z Receiving objects: 63% (258/408)
2020-01-18T03:49:45.3995775Z Receiving objects: 64% (262/408)
2020-01-18T03:49:45.4000119Z Receiving objects: 65% (266/408)
2020-01-18T03:49:45.4004719Z Receiving objects: 66% (270/408)
2020-01-18T03:49:45.4005406Z Receiving objects: 67% (274/408)
2020-01-18T03:49:45.4005586Z Receiving objects: 68% (278/408)
2020-01-18T03:49:45.4009103Z Receiving objects: 69% (282/408)
2020-01-18T03:49:45.4009466Z Receiving objects: 70% (286/408)
2020-01-18T03:49:45.4017531Z Receiving objects: 71% (290/408)
2020-01-18T03:49:45.4018604Z remote: Total 408 (delta 18), reused 244 (delta 6), pack-reused 0
2020-01-18T03:49:45.4024538Z Receiving objects: 72% (294/408)
2020-01-18T03:49:45.4028163Z Receiving objects: 73% (298/408)
2020-01-18T03:49:45.4028542Z Receiving objects: 74% (302/408)
2020-01-18T03:49:45.4028767Z Receiving objects: 75% (306/408)
2020-01-18T03:49:45.4028976Z Receiving objects: 76% (311/408)
2020-01-18T03:49:45.4029376Z Receiving objects: 77% (315/408)
2020-01-18T03:49:45.4029645Z Receiving objects: 78% (319/408)
2020-01-18T03:49:45.4033047Z Receiving objects: 79% (323/408)
2020-01-18T03:49:45.4033188Z Receiving objects: 80% (327/408)
2020-01-18T03:49:45.4033600Z Receiving objects: 81% (331/408)
2020-01-18T03:49:45.4033844Z Receiving objects: 82% (335/408)
2020-01-18T03:49:45.4034342Z Receiving objects: 83% (339/408)
2020-01-18T03:49:45.4034538Z Receiving objects: 84% (343/408)
2020-01-18T03:49:45.4035052Z Receiving objects: 85% (347/408)
2020-01-18T03:49:45.4035282Z Receiving objects: 86% (351/408)
2020-01-18T03:49:45.4036104Z Receiving objects: 87% (355/408)
2020-01-18T03:49:45.4040273Z Receiving objects: 88% (360/408)
2020-01-18T03:49:45.4040393Z Receiving objects: 89% (364/408)
2020-01-18T03:49:45.4041482Z Receiving objects: 90% (368/408)
2020-01-18T03:49:45.4041585Z Receiving objects: 91% (372/408)
2020-01-18T03:49:45.4041685Z Receiving objects: 92% (376/408)
2020-01-18T03:49:45.4044610Z Receiving objects: 93% (380/408)
2020-01-18T03:49:45.4044749Z Receiving objects: 94% (384/408)
2020-01-18T03:49:45.4045256Z Receiving objects: 95% (388/408)
2020-01-18T03:49:45.4045468Z Receiving objects: 96% (392/408)
2020-01-18T03:49:45.4047045Z Receiving objects: 97% (396/408)
2020-01-18T03:49:45.4050366Z Receiving objects: 98% (400/408)
2020-01-18T03:49:45.4053395Z Receiving objects: 99% (404/408)
2020-01-18T03:49:45.4061521Z Receiving objects: 100% (408/408)
2020-01-18T03:49:45.4061657Z Receiving objects: 100% (408/408), 457.73 KiB | 9.34 MiB/s, done.
2020-01-18T03:49:45.4061775Z Resolving deltas: 0% (0/18)
2020-01-18T03:49:45.4061864Z Resolving deltas: 5% (1/18)
2020-01-18T03:49:45.4061968Z Resolving deltas: 16% (3/18)
2020-01-18T03:49:45.4062086Z Resolving deltas: 27% (5/18)
2020-01-18T03:49:45.4062188Z Resolving deltas: 33% (6/18)
2020-01-18T03:49:45.4062276Z Resolving deltas: 38% (7/18)
2020-01-18T03:49:45.4070206Z Resolving deltas: 44% (8/18)
2020-01-18T03:49:45.4070334Z Resolving deltas: 50% (9/18)
2020-01-18T03:49:45.4070438Z Resolving deltas: 55% (10/18)
2020-01-18T03:49:45.4070527Z Resolving deltas: 61% (11/18)
2020-01-18T03:49:45.4088541Z Resolving deltas: 66% (12/18)
2020-01-18T03:49:45.4088654Z Resolving deltas: 94% (17/18)
2020-01-18T03:49:45.4088767Z Resolving deltas: 100% (18/18)
2020-01-18T03:49:45.4088857Z Resolving deltas: 100% (18/18), done.
2020-01-18T03:49:45.4445988Z From https://github.com/nschonni/node-sass
2020-01-18T03:49:45.4446428Z * [new ref] 81231fefe62b20beaf10bf9cb3289fe46e59eccd -> origin/github-actions-alpine
2020-01-18T03:49:45.4471717Z [command]/usr/bin/git checkout --progress --force -B github-actions-alpine refs/remotes/origin/github-actions-alpine
2020-01-18T03:49:45.4751599Z Branch 'github-actions-alpine' set up to track remote branch 'github-actions-alpine' from 'origin'.
2020-01-18T03:49:45.4760320Z Switched to a new branch 'github-actions-alpine'
2020-01-18T03:49:45.4772236Z [command]/usr/bin/git log -1
2020-01-18T03:49:45.4799800Z commit 81231fefe62b20beaf10bf9cb3289fe46e59eccd
2020-01-18T03:49:45.4800009Z Author: Nick Schonning <nschonni@gmail.com>
2020-01-18T03:49:45.4801185Z Date: Fri Jan 17 22:49:06 2020 -0500
2020-01-18T03:49:45.4801494Z
2020-01-18T03:49:45.4802234Z try debug for additional info
2020-01-18T03:49:45.4812600Z Removed matchers: 'checkout-git'
2020-01-18T03:49:45.5201575Z ##[group]Run npm install --unsafe-perm --loglevel verbose
2020-01-18T03:49:45.5201786Z npm install --unsafe-perm --loglevel verbose
2020-01-18T03:49:45.5202067Z shell: sh -e {0}
2020-01-18T03:49:45.5202164Z ##[endgroup]
2020-01-18T03:49:45.8874372Z npm info it worked if it ends with ok
2020-01-18T03:49:45.8884662Z npm verb cli [ '/usr/local/bin/node',
2020-01-18T03:49:45.8885005Z npm verb cli '/usr/local/bin/npm',
2020-01-18T03:49:45.8885252Z npm verb cli 'install',
2020-01-18T03:49:45.8890030Z npm verb cli '--unsafe-perm',
2020-01-18T03:49:45.8890317Z npm verb cli '--loglevel',
2020-01-18T03:49:45.8890570Z npm verb cli 'verbose' ]
2020-01-18T03:49:45.8890657Z npm info using npm@6.13.4
2020-01-18T03:49:45.8890754Z npm info using node@v8.17.0
2020-01-18T03:49:46.1747430Z npm verb npm-session eea08938286ef254
2020-01-18T03:49:46.2455336Z npm info lifecycle node-sass@4.13.1~preinstall: node-sass@4.13.1
2020-01-18T03:49:46.2613018Z npm timing stage:loadCurrentTree Completed in 13ms
2020-01-18T03:49:46.2626026Z npm timing stage:loadIdealTree:cloneCurrentTree Completed in 1ms
2020-01-18T03:49:46.2662894Z npm timing stage:loadIdealTree:loadShrinkwrap Completed in 3ms
2020-01-18T03:49:46.4730456Z npm http fetch GET 200 https://registry.npmjs.org/istanbul 186ms
2020-01-18T03:49:46.4921038Z npm http fetch GET 200 https://registry.npmjs.org/fs-extra 206ms
2020-01-18T03:49:46.5066830Z npm http fetch GET 200 https://registry.npmjs.org/mocha-lcov-reporter 217ms
2020-01-18T03:49:46.5075720Z npm http fetch GET 200 https://registry.npmjs.org/object-merge 216ms
2020-01-18T03:49:46.5132832Z npm http fetch GET 200 https://registry.npmjs.org/coveralls 231ms
2020-01-18T03:49:46.5145736Z npm http fetch GET 200 https://registry.npmjs.org/rimraf 222ms
2020-01-18T03:49:46.5155330Z npm http fetch GET 200 https://registry.npmjs.org/unique-temp-dir 223ms
2020-01-18T03:49:46.5895203Z npm http fetch GET 200 https://registry.npmjs.org/mocha 301ms
2020-01-18T03:49:46.5966807Z npm http fetch GET 200 https://registry.npmjs.org/eslint 312ms
2020-01-18T03:49:46.7496913Z npm http fetch GET 200 https://registry.npmjs.org/istanbul/-/istanbul-0.4.5.tgz 261ms
2020-01-18T03:49:46.7578393Z npm http fetch GET 200 https://registry.npmjs.org/fs-extra/-/fs-extra-0.30.0.tgz 262ms
2020-01-18T03:49:46.7642907Z npm http fetch GET 200 https://registry.npmjs.org/unique-temp-dir/-/unique-temp-dir-1.0.0.tgz 178ms
2020-01-18T03:49:46.7770119Z npm http fetch GET 200 https://registry.npmjs.org/mocha/-/mocha-3.5.3.tgz 182ms
2020-01-18T03:49:46.7836042Z npm http fetch GET 200 https://registry.npmjs.org/eslint/-/eslint-3.19.0.tgz 150ms
2020-01-18T03:49:46.7867796Z npm WARN deprecated istanbul@0.4.5: This module is no longer maintained, try this instead:
2020-01-18T03:49:46.7868180Z npm WARN deprecated npm i nyc
2020-01-18T03:49:46.7868337Z npm WARN deprecated Visit https://istanbul.js.org/integrations for other alternatives.
2020-01-18T03:49:46.8072704Z npm http fetch GET 200 https://registry.npmjs.org/cross-spawn 61ms
2020-01-18T03:49:46.8080020Z npm http fetch GET 200 https://registry.npmjs.org/chalk 65ms
2020-01-18T03:49:46.8087342Z npm http fetch GET 200 https://registry.npmjs.org/async-foreach 67ms
2020-01-18T03:49:46.8143130Z npm http fetch GET 200 https://registry.npmjs.org/gaze 61ms
2020-01-18T03:49:46.8369670Z npm http fetch GET 200 https://registry.npmjs.org/read-yaml 545ms
2020-01-18T03:49:46.8555544Z npm http fetch GET 200 https://registry.npmjs.org/get-stdin 69ms
2020-01-18T03:49:46.8628467Z npm http fetch GET 200 https://registry.npmjs.org/in-publish 63ms
2020-01-18T03:49:46.8628700Z npm http fetch GET 200 https://registry.npmjs.org/glob 67ms
2020-01-18T03:49:46.8689449Z npm http fetch GET 200 https://registry.npmjs.org/lodash 65ms
2020-01-18T03:49:46.8832278Z npm http fetch GET 200 https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz 67ms
2020-01-18T03:49:46.8839000Z npm http fetch GET 200 https://registry.npmjs.org/cross-spawn/-/cross-spawn-3.0.1.tgz 68ms
2020-01-18T03:49:46.8907526Z npm http fetch GET 200 https://registry.npmjs.org/meow 64ms
2020-01-18T03:49:46.9059435Z npm http fetch GET 200 https://registry.npmjs.org/mkdirp 53ms
2020-01-18T03:49:46.9147531Z npm http fetch GET 200 https://registry.npmjs.org/nan 59ms
2020-01-18T03:49:46.9225287Z npm http fetch GET 200 https://registry.npmjs.org/get-stdin/-/get-stdin-4.0.1.tgz 61ms
2020-01-18T03:49:46.9372825Z npm http fetch GET 200 https://registry.npmjs.org/node-gyp 60ms
2020-01-18T03:49:46.9442800Z npm http fetch GET 200 https://registry.npmjs.org/meow/-/meow-3.7.0.tgz 49ms
2020-01-18T03:49:46.9465025Z npm http fetch GET 200 https://registry.npmjs.org/npmlog 59ms
2020-01-18T03:49:46.9525188Z npm http fetch GET 200 https://registry.npmjs.org/sass-graph 49ms
2020-01-18T03:49:46.9530688Z npm http fetch GET 200 https://registry.npmjs.org/request 55ms
2020-01-18T03:49:46.9635873Z npm http fetch GET 200 https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.1.tgz 57ms
2020-01-18T03:49:46.9644195Z npm http fetch GET 200 https://registry.npmjs.org/stdout-stream 54ms
2020-01-18T03:49:46.9654932Z npm http fetch GET 200 https://registry.npmjs.org/true-case-path 55ms
2020-01-18T03:49:47.0174485Z npm http fetch GET 200 https://registry.npmjs.org/js-yaml 67ms
2020-01-18T03:49:47.0181788Z npm http fetch GET 200 https://registry.npmjs.org/log-driver 50ms
2020-01-18T03:49:47.0195810Z npm http fetch GET 200 https://registry.npmjs.org/lcov-parse 69ms
2020-01-18T03:49:47.0201194Z npm http fetch GET 200 https://registry.npmjs.org/npmlog/-/npmlog-4.1.2.tgz 71ms
2020-01-18T03:49:47.0246723Z npm http fetch GET 200 https://registry.npmjs.org/sass-graph/-/sass-graph-2.2.4.tgz 66ms
2020-01-18T03:49:47.0276932Z npm http fetch GET 200 https://registry.npmjs.org/stdout-stream/-/stdout-stream-1.4.1.tgz 61ms
2020-01-18T03:49:47.0347592Z npm http fetch GET 200 https://registry.npmjs.org/minimist 56ms
2020-01-18T03:49:47.0529713Z npm http fetch GET 200 https://registry.npmjs.org/clone-function 53ms
2020-01-18T03:49:47.0534357Z npm http fetch GET 200 https://registry.npmjs.org/abbrev 47ms
2020-01-18T03:49:47.0563689Z npm http fetch GET 200 https://registry.npmjs.org/object-foreach 53ms
2020-01-18T03:49:47.0868458Z npm http fetch GET 200 https://registry.npmjs.org/esprima 42ms
2020-01-18T03:49:47.0909700Z npm http fetch GET 200 https://registry.npmjs.org/async 49ms
2020-01-18T03:49:47.0945013Z npm http fetch GET 200 https://registry.npmjs.org/glob/-/glob-5.0.15.tgz 46ms
2020-01-18T03:49:47.1074581Z npm http fetch GET 200 https://registry.npmjs.org/abbrev/-/abbrev-1.0.9.tgz 51ms
2020-01-18T03:49:47.1122914Z npm http fetch GET 200 https://registry.npmjs.org/handlebars 60ms
2020-01-18T03:49:47.1586009Z npm http fetch GET 200 https://registry.npmjs.org/nopt 96ms
2020-01-18T03:49:47.1765395Z npm http fetch GET 200 https://registry.npmjs.org/resolve 94ms
2020-01-18T03:49:47.1784013Z npm http fetch GET 200 https://registry.npmjs.org/escodegen 135ms
2020-01-18T03:49:47.1884869Z npm http fetch GET 200 https://registry.npmjs.org/once 109ms
2020-01-18T03:49:47.1935404Z npm http fetch GET 200 https://registry.npmjs.org/esprima/-/esprima-2.7.3.tgz 105ms
2020-01-18T03:49:47.2011536Z npm http fetch GET 200 https://registry.npmjs.org/minimist/-/minimist-1.2.0.tgz 158ms
2020-01-18T03:49:47.2011984Z npm http fetch GET 200 https://registry.npmjs.org/async/-/async-1.5.2.tgz 102ms
2020-01-18T03:49:47.2363774Z npm http fetch GET 200 https://registry.npmjs.org/supports-color 65ms
2020-01-18T03:49:47.2629418Z npm http fetch GET 200 https://registry.npmjs.org/nopt/-/nopt-3.0.6.tgz 97ms
2020-01-18T03:49:47.2710708Z npm http fetch GET 200 https://registry.npmjs.org/resolve/-/resolve-1.1.7.tgz 88ms
2020-01-18T03:49:47.2711361Z npm http fetch GET 200 https://registry.npmjs.org/which 91ms
2020-01-18T03:49:47.2749952Z npm http fetch GET 200 https://registry.npmjs.org/wordwrap 87ms
2020-01-18T03:49:47.2751157Z npm http fetch GET 200 https://registry.npmjs.org/escodegen/-/escodegen-1.8.1.tgz 90ms
2020-01-18T03:49:47.2901527Z npm http fetch GET 200 https://registry.npmjs.org/graceful-fs 56ms
2020-01-18T03:49:47.2964845Z npm http fetch GET 200 https://registry.npmjs.org/supports-color/-/supports-color-3.2.3.tgz 57ms
2020-01-18T03:49:47.3092741Z npm http fetch GET 200 https://registry.npmjs.org/jsonfile 71ms
2020-01-18T03:49:47.3187027Z npm http fetch GET 200 https://registry.npmjs.org/path-is-absolute 76ms
2020-01-18T03:49:47.3350354Z npm http fetch GET 200 https://registry.npmjs.org/klaw 93ms
2020-01-18T03:49:47.3465138Z npm http fetch GET 200 https://registry.npmjs.org/os-tmpdir 61ms
2020-01-18T03:49:47.3474175Z npm http fetch GET 200 https://registry.npmjs.org/uid2 52ms
2020-01-18T03:49:47.3569612Z npm http fetch GET 200 https://registry.npmjs.org/browser-stdout 60ms
2020-01-18T03:49:47.3625250Z npm http fetch GET 200 https://registry.npmjs.org/commander 62ms
2020-01-18T03:49:47.3642958Z npm http fetch GET 200 https://registry.npmjs.org/debug 58ms
2020-01-18T03:49:47.3653394Z npm http fetch GET 200 https://registry.npmjs.org/jsonfile/-/jsonfile-2.4.0.tgz 54ms
2020-01-18T03:49:47.3748876Z npm http fetch GET 200 https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz 55ms
2020-01-18T03:49:47.3839518Z npm http fetch GET 200 https://registry.npmjs.org/diff 51ms
2020-01-18T03:49:47.3940071Z npm http fetch GET 200 https://registry.npmjs.org/escape-string-regexp 58ms
2020-01-18T03:49:47.4288985Z npm http fetch GET 200 https://registry.npmjs.org/os-tmpdir/-/os-tmpdir-1.0.2.tgz 79ms
2020-01-18T03:49:47.4296160Z npm http fetch GET 200 https://registry.npmjs.org/glob/-/glob-7.1.1.tgz 70ms
2020-01-18T03:49:47.4333232Z npm http fetch GET 200 https://registry.npmjs.org/commander/-/commander-2.9.0.tgz 67ms
2020-01-18T03:49:47.4341362Z npm http fetch GET 200 https://registry.npmjs.org/debug/-/debug-2.6.8.tgz 65ms
2020-01-18T03:49:47.4362980Z npm http fetch GET 200 https://registry.npmjs.org/growl 57ms
2020-01-18T03:49:47.4386983Z npm http fetch GET 200 https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz 43ms
2020-01-18T03:49:47.4402930Z npm http fetch GET 200 https://registry.npmjs.org/diff/-/diff-3.2.0.tgz 51ms
2020-01-18T03:49:47.4438605Z npm http fetch GET 200 https://registry.npmjs.org/he 62ms
2020-01-18T03:49:47.4452354Z npm http fetch GET 200 https://registry.npmjs.org/json3 48ms
2020-01-18T03:49:47.4811595Z npm http fetch GET 200 https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.1.tgz 26ms (from cache)
2020-01-18T03:49:47.4894892Z npm http fetch GET 200 https://registry.npmjs.org/lodash.create 81ms
2020-01-18T03:49:47.4978604Z npm http fetch GET 200 https://registry.npmjs.org/supports-color/-/supports-color-3.1.2.tgz 44ms
2020-01-18T03:49:47.4993968Z npm http fetch GET 200 https://registry.npmjs.org/he/-/he-1.1.1.tgz 54ms
2020-01-18T03:49:47.5025340Z npm http fetch GET 200 https://registry.npmjs.org/json3/-/json3-3.3.2.tgz 55ms
2020-01-18T03:49:47.5035662Z npm http fetch GET 200 https://registry.npmjs.org/babel-code-frame 45ms
2020-01-18T03:49:47.5223236Z npm WARN deprecated json3@3.3.2: Please use the native JSON object instead of JSON 3
2020-01-18T03:49:47.5270033Z npm http fetch GET 200 https://registry.npmjs.org/doctrine 36ms
2020-01-18T03:49:47.5284625Z npm http fetch GET 200 https://registry.npmjs.org/debug/-/debug-2.6.9.tgz 43ms
2020-01-18T03:49:47.5337161Z npm http fetch GET 200 https://registry.npmjs.org/concat-stream 53ms
2020-01-18T03:49:47.5427738Z npm http fetch GET 200 https://registry.npmjs.org/escope 50ms
2020-01-18T03:49:47.5447290Z npm http fetch GET 200 https://registry.npmjs.org/espree 44ms
2020-01-18T03:49:47.5618140Z npm http fetch GET 200 https://registry.npmjs.org/babel-code-frame/-/babel-code-frame-6.26.0.tgz 50ms
2020-01-18T03:49:47.5622821Z npm http fetch GET 200 https://registry.npmjs.org/esquery 56ms
2020-01-18T03:49:47.5748446Z npm http fetch GET 200 https://registry.npmjs.org/esutils 52ms
2020-01-18T03:49:47.5846178Z npm http fetch GET 200 https://registry.npmjs.org/file-entry-cache 61ms
2020-01-18T03:49:47.5849928Z npm http fetch GET 200 https://registry.npmjs.org/estraverse 66ms
2020-01-18T03:49:47.6071223Z npm http fetch GET 200 https://registry.npmjs.org/doctrine/-/doctrine-2.1.0.tgz 76ms
2020-01-18T03:49:47.6149778Z npm http fetch GET 200 https://registry.npmjs.org/ignore 59ms
2020-01-18T03:49:47.6192109Z npm http fetch GET 200 https://registry.npmjs.org/globals 67ms
2020-01-18T03:49:47.6241877Z npm http fetch GET 200 https://registry.npmjs.org/imurmurhash 60ms
2020-01-18T03:49:47.6244543Z npm http fetch GET 200 https://registry.npmjs.org/inquirer 52ms
2020-01-18T03:49:47.6349943Z npm http fetch GET 200 https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-2.0.0.tgz 48ms
2020-01-18T03:49:47.6601009Z npm http fetch GET 200 https://registry.npmjs.org/is-my-json-valid 51ms
2020-01-18T03:49:47.6647074Z npm http fetch GET 200 https://registry.npmjs.org/is-resolvable 54ms
2020-01-18T03:49:47.6660873Z npm http fetch GET 200 https://registry.npmjs.org/globals/-/globals-9.18.0.tgz 43ms
2020-01-18T03:49:47.6676112Z npm http fetch GET 200 https://registry.npmjs.org/json-stable-stringify 50ms
2020-01-18T03:49:47.6703394Z npm http fetch GET 200 https://registry.npmjs.org/levn 50ms
2020-01-18T03:49:47.6736011Z npm http fetch GET 200 https://registry.npmjs.org/inquirer/-/inquirer-0.12.0.tgz 45ms
2020-01-18T03:49:47.6957137Z npm http fetch GET 200 https://registry.npmjs.org/natural-compare 53ms
2020-01-18T03:49:47.6965463Z npm http fetch GET 200 https://registry.npmjs.org/path-is-inside 41ms
2020-01-18T03:49:47.6981159Z npm http fetch GET 200 https://registry.npmjs.org/optionator 44ms
2020-01-18T03:49:47.7047225Z npm http fetch GET 200 https://registry.npmjs.org/pluralize 42ms
2020-01-18T03:49:47.7585551Z npm http fetch GET 200 https://registry.npmjs.org/require-uncached 77ms
2020-01-18T03:49:47.7602848Z npm http fetch GET 200 https://registry.npmjs.org/shelljs 76ms
2020-01-18T03:49:47.7612695Z npm http fetch GET 200 https://registry.npmjs.org/progress 82ms
2020-01-18T03:49:47.7690232Z npm http fetch GET 200 https://registry.npmjs.org/strip-bom 80ms
2020-01-18T03:49:47.7700071Z npm http fetch GET 200 https://registry.npmjs.org/table 78ms
2020-01-18T03:49:47.7781565Z npm http fetch GET 200 https://registry.npmjs.org/strip-json-comments 89ms
2020-01-18T03:49:47.7884652Z npm http fetch GET 200 https://registry.npmjs.org/text-table 75ms
2020-01-18T03:49:47.8031244Z npm http fetch GET 200 https://registry.npmjs.org/pluralize/-/pluralize-1.2.1.tgz 96ms
2020-01-18T03:49:47.8064754Z npm http fetch GET 200 https://registry.npmjs.org/user-home 91ms
2020-01-18T03:49:47.8083577Z npm http fetch GET 200 https://registry.npmjs.org/globule 90ms
2020-01-18T03:49:47.8154038Z npm http fetch GET 200 https://registry.npmjs.org/require-uncached/-/require-uncached-1.0.3.tgz 53ms
2020-01-18T03:49:47.8175088Z npm http fetch GET 200 https://registry.npmjs.org/progress/-/progress-1.1.8.tgz 52ms
2020-01-18T03:49:47.8186863Z npm http fetch GET 200 https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-2.0.1.tgz 39ms
2020-01-18T03:49:47.8220475Z npm http fetch GET 200 https://registry.npmjs.org/strip-bom/-/strip-bom-3.0.0.tgz 48ms
2020-01-18T03:49:47.8231671Z npm http fetch GET 200 https://registry.npmjs.org/table/-/table-3.8.3.tgz 48ms
2020-01-18T03:49:47.8240283Z npm http fetch GET 200 https://registry.npmjs.org/shelljs/-/shelljs-0.7.8.tgz 59ms
2020-01-18T03:49:47.8593378Z npm http fetch GET 200 https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz 16ms (from cache)
2020-01-18T03:49:47.8704765Z npm http fetch GET 200 https://registry.npmjs.org/extend-shallow 51ms
2020-01-18T03:49:47.8710304Z npm http fetch GET 200 https://registry.npmjs.org/fs.realpath 44ms
2020-01-18T03:49:47.8732562Z npm http fetch GET 200 https://registry.npmjs.org/inflight 45ms
2020-01-18T03:49:47.8737658Z npm http fetch GET 200 https://registry.npmjs.org/ansi-styles 35ms
2020-01-18T03:49:47.8791822Z npm http fetch GET 200 https://registry.npmjs.org/inherits 48ms
2020-01-18T03:49:47.8841690Z npm http fetch GET 200 https://registry.npmjs.org/minimatch 49ms
2020-01-18T03:49:47.8879067Z npm http fetch GET 200 https://registry.npmjs.org/has-ansi 47ms
2020-01-18T03:49:47.8892451Z npm http fetch GET 200 https://registry.npmjs.org/strip-ansi 40ms
2020-01-18T03:49:47.9210037Z npm http fetch GET 200 https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz 67ms
2020-01-18T03:49:47.9315904Z npm http fetch GET 200 https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz 55ms
2020-01-18T03:49:47.9322352Z npm http fetch GET 200 https://registry.npmjs.org/lru-cache 50ms
2020-01-18T03:49:47.9352139Z npm http fetch GET 200 https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz 57ms
2020-01-18T03:49:47.9366676Z npm http fetch GET 200 https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz 50ms
2020-01-18T03:49:47.9391890Z npm http fetch GET 200 https://registry.npmjs.org/has-ansi/-/has-ansi-2.0.0.tgz 48ms
2020-01-18T03:49:47.9421075Z npm http fetch GET 200 https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz 49ms
2020-01-18T03:49:47.9579382Z npm http fetch GET 200 https://registry.npmjs.org/fstream 57ms
2020-01-18T03:49:47.9622421Z npm http fetch GET 200 https://registry.npmjs.org/osenv 44ms
2020-01-18T03:49:47.9718276Z npm http fetch GET 200 https://registry.npmjs.org/semver 42ms
2020-01-18T03:49:47.9790896Z npm http fetch GET 200 https://registry.npmjs.org/camelcase-keys 30ms
2020-01-18T03:49:47.9872654Z npm http fetch GET 200 https://registry.npmjs.org/decamelize 36ms
2020-01-18T03:49:47.9885840Z npm http fetch GET 200 https://registry.npmjs.org/normalize-package-data 29ms
2020-01-18T03:49:47.9907714Z npm http fetch GET 200 https://registry.npmjs.org/map-obj 36ms
2020-01-18T03:49:47.9925945Z npm http fetch GET 200 https://registry.npmjs.org/loud-rejection 39ms
2020-01-18T03:49:48.0040483Z npm http fetch GET 200 https://registry.npmjs.org/object-assign 40ms
2020-01-18T03:49:48.0123451Z npm http fetch GET 200 https://registry.npmjs.org/camelcase-keys/-/camelcase-keys-2.1.0.tgz 31ms
2020-01-18T03:49:48.0154032Z npm http fetch GET 200 https://registry.npmjs.org/read-pkg-up 47ms
2020-01-18T03:49:48.0159172Z npm http fetch GET 200 https://registry.npmjs.org/semver/-/semver-5.3.0.tgz 40ms
2020-01-18T03:49:48.0238604Z npm http fetch GET 200 https://registry.npmjs.org/redent 40ms
2020-01-18T03:49:48.0340752Z npm http fetch GET 200 https://registry.npmjs.org/decamelize/-/decamelize-1.2.0.tgz 44ms
2020-01-18T03:49:48.0353481Z npm http fetch GET 200 https://registry.npmjs.org/map-obj/-/map-obj-1.0.1.tgz 39ms
2020-01-18T03:49:48.0374367Z npm http fetch GET 200 https://registry.npmjs.org/loud-rejection/-/loud-rejection-1.6.0.tgz 38ms
2020-01-18T03:49:48.0651213Z npm http fetch GET 200 https://registry.npmjs.org/trim-newlines 57ms
2020-01-18T03:49:48.0674688Z npm http fetch GET 200 https://registry.npmjs.org/redent/-/redent-1.0.0.tgz 43ms
2020-01-18T03:49:48.0688949Z npm http fetch GET 200 https://registry.npmjs.org/tar 128ms
2020-01-18T03:49:48.0714618Z npm http fetch GET 200 https://registry.npmjs.org/aws-sign2 43ms
2020-01-18T03:49:48.0733340Z npm http fetch GET 200 https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-1.0.1.tgz 53ms
2020-01-18T03:49:48.0754836Z npm http fetch GET 200 https://registry.npmjs.org/aws4 45ms
2020-01-18T03:49:48.0785707Z npm http fetch GET 200 https://registry.npmjs.org/caseless 43ms
2020-01-18T03:49:48.0935895Z npm http fetch GET 200 https://registry.npmjs.org/extend 36ms
2020-01-18T03:49:48.1023877Z npm http fetch GET 200 https://registry.npmjs.org/forever-agent 39ms
2020-01-18T03:49:48.1069904Z npm http fetch GET 200 https://registry.npmjs.org/combined-stream 50ms
2020-01-18T03:49:48.1080630Z npm http fetch GET 200 https://registry.npmjs.org/trim-newlines/-/trim-newlines-1.0.0.tgz 41ms
2020-01-18T03:49:48.1367625Z npm http fetch GET 200 https://registry.npmjs.org/json-stringify-safe 33ms
2020-01-18T03:49:48.1378583Z npm http fetch GET 200 https://registry.npmjs.org/har-validator 46ms
2020-01-18T03:49:48.1399298Z npm http fetch GET 200 https://registry.npmjs.org/is-typedarray 41ms
2020-01-18T03:49:48.1399759Z npm http fetch GET 200 https://registry.npmjs.org/http-signature 46ms
2020-01-18T03:49:48.1461862Z npm http fetch GET 200 https://registry.npmjs.org/isstream 47ms
2020-01-18T03:49:48.1471322Z npm http fetch GET 200 https://registry.npmjs.org/form-data 56ms
2020-01-18T03:49:48.1583749Z npm http fetch GET 200 https://registry.npmjs.org/mime-types 47ms
2020-01-18T03:49:48.1613317Z npm http fetch GET 200 https://registry.npmjs.org/oauth-sign 36ms
2020-01-18T03:49:48.1765640Z npm http fetch GET 200 https://registry.npmjs.org/qs 47ms
2020-01-18T03:49:48.1823596Z npm http fetch GET 200 https://registry.npmjs.org/performance-now 54ms
2020-01-18T03:49:48.1999701Z npm http fetch GET 200 https://registry.npmjs.org/http-signature/-/http-signature-1.2.0.tgz 56ms
2020-01-18T03:49:48.2155539Z npm http fetch GET 200 https://registry.npmjs.org/tough-cookie 49ms
2020-01-18T03:49:48.2181809Z npm http fetch GET 200 https://registry.npmjs.org/safe-buffer 59ms
2020-01-18T03:49:48.2225184Z npm http fetch GET 200 https://registry.npmjs.org/uuid 52ms
2020-01-18T03:49:48.2250433Z npm http fetch GET 200 https://registry.npmjs.org/tunnel-agent 55ms
2020-01-18T03:49:48.2271897Z npm http fetch GET 200 https://registry.npmjs.org/console-control-strings 38ms
2020-01-18T03:49:48.2290703Z npm http fetch GET 200 https://registry.npmjs.org/minimist/-/minimist-0.0.8.tgz 49ms
2020-01-18T03:49:48.2357802Z npm http fetch GET 200 https://registry.npmjs.org/are-we-there-yet 48ms
2020-01-18T03:49:48.2624419Z npm http fetch GET 200 https://registry.npmjs.org/set-blocking 50ms
2020-01-18T03:49:48.2624649Z npm http fetch GET 200 https://registry.npmjs.org/gauge 56ms
2020-01-18T03:49:48.2649231Z npm http fetch GET 200 https://registry.npmjs.org/argparse 45ms
2020-01-18T03:49:48.2807153Z npm http fetch GET 200 https://registry.npmjs.org/scss-tokenizer 42ms
2020-01-18T03:49:48.2853382Z npm http fetch GET 200 https://registry.npmjs.org/readable-stream 38ms
2020-01-18T03:49:48.2853559Z npm http fetch GET 200 https://registry.npmjs.org/yargs 42ms
2020-01-18T03:49:48.3011377Z npm http fetch GET 200 https://registry.npmjs.org/neo-async 51ms
2020-01-18T03:49:48.3023899Z npm http fetch GET 200 https://registry.npmjs.org/source-map 49ms
2020-01-18T03:49:48.3031799Z npm http fetch GET 200 https://registry.npmjs.org/uglify-js 47ms
2020-01-18T03:49:48.3254731Z npm http fetch GET 200 https://registry.npmjs.org/optimist 73ms
2020-01-18T03:49:48.3539623Z npm http fetch GET 200 https://registry.npmjs.org/wrappy 61ms
2020-01-18T03:49:48.3586179Z npm http fetch GET 200 https://registry.npmjs.org/gauge/-/gauge-2.7.4.tgz 95ms
2020-01-18T03:49:48.3624666Z npm http fetch GET 200 https://registry.npmjs.org/yargs/-/yargs-7.1.0.tgz 68ms
2020-01-18T03:49:48.3630173Z npm http fetch GET 200 https://registry.npmjs.org/abbrev/-/abbrev-1.1.1.tgz 64ms
2020-01-18T03:49:48.3650426Z npm http fetch GET 200 https://registry.npmjs.org/scss-tokenizer/-/scss-tokenizer-0.2.3.tgz 82ms
2020-01-18T03:49:48.3675718Z npm http fetch GET 200 https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz 59ms
2020-01-18T03:49:48.3976073Z npm http fetch GET 200 https://registry.npmjs.org/isexe 55ms
2020-01-18T03:49:48.4040803Z npm http fetch GET 200 https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz 46ms
2020-01-18T03:49:48.4075022Z npm http fetch GET 200 https://registry.npmjs.org/has-flag 40ms
2020-01-18T03:49:48.4087598Z npm http fetch GET 200 https://registry.npmjs.org/estraverse/-/estraverse-1.9.3.tgz 52ms
2020-01-18T03:49:48.4110358Z npm http fetch GET 200 https://registry.npmjs.org/source-map/-/source-map-0.2.0.tgz 41ms
2020-01-18T03:49:48.4239334Z npm http fetch GET 200 https://registry.npmjs.org/ms 37ms
2020-01-18T03:49:48.4292505Z npm http fetch GET 200 https://registry.npmjs.org/graceful-readlink 46ms
2020-01-18T03:49:48.4351721Z npm http fetch GET 200 https://registry.npmjs.org/lodash._basecreate 42ms
2020-01-18T03:49:48.4374173Z npm http fetch GET 200 https://registry.npmjs.org/lodash._isiterateecall 38ms
2020-01-18T03:49:48.4383459Z npm http fetch GET 200 https://registry.npmjs.org/lodash._baseassign 45ms
2020-01-18T03:49:48.4448028Z npm http fetch GET 200 https://registry.npmjs.org/has-flag/-/has-flag-1.0.0.tgz 36ms
2020-01-18T03:49:48.4453713Z npm http fetch GET 200 https://registry.npmjs.org/buffer-from 32ms
2020-01-18T03:49:48.4549287Z npm http fetch GET 200 https://registry.npmjs.org/typedarray 33ms
2020-01-18T03:49:48.4609359Z npm http fetch GET 200 https://registry.npmjs.org/ms/-/ms-2.0.0.tgz 35ms
2020-01-18T03:49:48.4686444Z npm http fetch GET 200 https://registry.npmjs.org/es6-map 41ms
2020-01-18T03:49:48.4739590Z npm http fetch GET 200 https://registry.npmjs.org/es6-weak-map 42ms
2020-01-18T03:49:48.4889268Z npm http fetch GET 200 https://registry.npmjs.org/esrecurse 43ms
2020-01-18T03:49:48.4910073Z npm http fetch GET 200 https://registry.npmjs.org/acorn 37ms
2020-01-18T03:49:48.4963098Z npm http fetch GET 200 https://registry.npmjs.org/acorn-jsx 39ms
2020-01-18T03:49:48.4968416Z npm http fetch GET 200 https://registry.npmjs.org/js-tokens 38ms
2020-01-18T03:49:48.5086245Z npm http fetch GET 200 https://registry.npmjs.org/generate-function 44ms
2020-01-18T03:49:48.5105934Z npm http fetch GET 200 https://registry.npmjs.org/flat-cache 47ms
2020-01-18T03:49:48.5181678Z npm http fetch GET 200 https://registry.npmjs.org/is-my-ip-valid 40ms
2020-01-18T03:49:48.5350074Z npm http fetch GET 200 https://registry.npmjs.org/jsonpointer 38ms
2020-01-18T03:49:48.5350837Z npm http fetch GET 200 https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-3.0.1.tgz 34ms
2020-01-18T03:49:48.5383540Z npm http fetch GET 200 https://registry.npmjs.org/js-tokens/-/js-tokens-3.0.2.tgz 36ms
2020-01-18T03:49:48.5422745Z npm http fetch GET 200 https://registry.npmjs.org/generate-object-property 69ms
2020-01-18T03:49:48.5422923Z npm http fetch GET 200 https://registry.npmjs.org/jsonify 29ms
2020-01-18T03:49:48.5475557Z npm http fetch GET 200 https://registry.npmjs.org/xtend 42ms
2020-01-18T03:49:48.5548600Z npm http fetch GET 200 https://registry.npmjs.org/prelude-ls 39ms
2020-01-18T03:49:48.5586390Z npm http fetch GET 200 https://registry.npmjs.org/type-check 39ms
2020-01-18T03:49:48.5714115Z npm http fetch GET 200 https://registry.npmjs.org/ansi-escapes 44ms
2020-01-18T03:49:48.5780393Z npm http fetch GET 200 https://registry.npmjs.org/ansi-regex 42ms
2020-01-18T03:49:48.5893733Z npm http fetch GET 200 https://registry.npmjs.org/cli-cursor 34ms
2020-01-18T03:49:48.5950984Z npm http fetch GET 200 https://registry.npmjs.org/cli-width 39ms
2020-01-18T03:49:48.5995437Z npm http fetch GET 200 https://registry.npmjs.org/figures 41ms
2020-01-18T03:49:48.6006169Z npm http fetch GET 200 https://registry.npmjs.org/run-async 32ms
2020-01-18T03:49:48.6028383Z npm http fetch GET 200 https://registry.npmjs.org/readline2 38ms
2020-01-18T03:49:48.6052405Z npm http fetch GET 200 https://registry.npmjs.org/rx-lite 36ms
2020-01-18T03:49:48.6096500Z npm http fetch GET 200 https://registry.npmjs.org/string-width 34ms
2020-01-18T03:49:48.6190868Z npm http fetch GET 200 https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz 37ms
2020-01-18T03:49:48.6296407Z npm http fetch GET 200 https://registry.npmjs.org/through 52ms
2020-01-18T03:49:48.6417789Z npm http fetch GET 200 https://registry.npmjs.org/cli-cursor/-/cli-cursor-1.0.2.tgz 51ms
2020-01-18T03:49:48.6452735Z npm http fetch GET 200 https://registry.npmjs.org/figures/-/figures-1.7.0.tgz 43ms
2020-01-18T03:49:48.6530998Z npm http fetch GET 200 https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-1.4.0.tgz 80ms
2020-01-18T03:49:48.6641646Z npm http fetch GET 200 https://registry.npmjs.org/deep-is 41ms
2020-01-18T03:49:48.6660095Z npm http fetch GET 200 https://registry.npmjs.org/string-width/-/string-width-1.0.2.tgz 48ms
2020-01-18T03:49:48.6673584Z npm http fetch GET 200 https://registry.npmjs.org/word-wrap 39ms
2020-01-18T03:49:48.6728832Z npm http fetch GET 200 https://registry.npmjs.org/through/-/through-2.3.8.tgz 38ms
2020-01-18T03:49:48.6745573Z npm http fetch GET 200 https://registry.npmjs.org/fast-levenshtein 38ms
2020-01-18T03:49:48.6752372Z npm http fetch GET 200 https://registry.npmjs.org/os-homedir 35ms
2020-01-18T03:49:48.6911421Z npm http fetch GET 200 https://registry.npmjs.org/caller-path 39ms
2020-01-18T03:49:48.6961559Z npm http fetch GET 200 https://registry.npmjs.org/resolve-from 38ms
2020-01-18T03:49:48.6970242Z npm http fetch GET 200 https://registry.npmjs.org/interpret 35ms
2020-01-18T03:49:48.7027705Z npm http fetch GET 200 https://registry.npmjs.org/rechoir 34ms
2020-01-18T03:49:48.7080970Z npm http fetch GET 200 https://registry.npmjs.org/ajv-keywords 25ms
2020-01-18T03:49:48.7156389Z npm http fetch GET 200 https://registry.npmjs.org/os-homedir/-/os-homedir-1.0.2.tgz 38ms
2020-01-18T03:49:48.7307037Z npm http fetch GET 200 https://registry.npmjs.org/is-extendable 38ms
2020-01-18T03:49:48.7312200Z npm http fetch GET 200 https://registry.npmjs.org/string-width/-/string-width-2.1.1.tgz 39ms
2020-01-18T03:49:48.7373781Z npm http fetch GET 200 https://registry.npmjs.org/resolve-from/-/resolve-from-1.0.1.tgz 39ms
2020-01-18T03:49:48.7378822Z npm http fetch GET 200 https://registry.npmjs.org/caller-path/-/caller-path-0.1.0.tgz 44ms
2020-01-18T03:49:48.7424614Z npm http fetch GET 200 https://registry.npmjs.org/rechoir/-/rechoir-0.6.2.tgz 39ms
2020-01-18T03:49:48.7505331Z npm http fetch GET 200 https://registry.npmjs.org/pseudomap 44ms
2020-01-18T03:49:48.7537705Z npm http fetch GET 200 https://registry.npmjs.org/slice-ansi 66ms
2020-01-18T03:49:48.7543388Z npm http fetch GET 200 https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-1.5.1.tgz 43ms
2020-01-18T03:49:48.7759369Z npm http fetch GET 200 https://registry.npmjs.org/ajv 94ms
2020-01-18T03:49:48.7905827Z npm http fetch GET 200 https://registry.npmjs.org/yallist 56ms
2020-01-18T03:49:48.8014489Z npm http fetch GET 200 https://registry.npmjs.org/brace-expansion 53ms
2020-01-18T03:49:48.8045642Z npm http fetch GET 200 https://registry.npmjs.org/hosted-git-info 39ms
2020-01-18T03:49:48.8061355Z npm http fetch GET 200 https://registry.npmjs.org/slice-ansi/-/slice-ansi-0.0.4.tgz 49ms
2020-01-18T03:49:48.8479907Z npm http fetch GET 200 https://registry.npmjs.org/validate-npm-package-license 76ms
2020-01-18T03:49:48.8551366Z npm http fetch GET 200 https://registry.npmjs.org/currently-unhandled 63ms
2020-01-18T03:49:48.8569620Z npm http fetch GET 200 https://registry.npmjs.org/block-stream 58ms
2020-01-18T03:49:48.8614589Z npm http fetch GET 200 https://registry.npmjs.org/camelcase 74ms
2020-01-18T03:49:48.8622066Z npm http fetch GET 200 https://registry.npmjs.org/yallist/-/yallist-2.1.2.tgz 69ms
2020-01-18T03:49:48.8635896Z npm http fetch GET 200 https://registry.npmjs.org/signal-exit 65ms
2020-01-18T03:49:48.8646767Z npm http fetch GET 200 https://registry.npmjs.org/ajv/-/ajv-4.11.8.tgz 80ms
2020-01-18T03:49:48.8860510Z npm http fetch GET 200 https://registry.npmjs.org/indent-string 34ms
2020-01-18T03:49:48.8964508Z npm http fetch GET 200 https://registry.npmjs.org/strip-indent 41ms
2020-01-18T03:49:48.9005122Z npm http fetch GET 200 https://registry.npmjs.org/find-up 43ms
2020-01-18T03:49:48.9054222Z npm http fetch GET 200 https://registry.npmjs.org/camelcase/-/camelcase-2.1.1.tgz 40ms
2020-01-18T03:49:48.9113252Z npm http fetch GET 200 https://registry.npmjs.org/read-pkg 40ms
2020-01-18T03:49:48.9193169Z npm http fetch GET 200 https://registry.npmjs.org/har-schema 38ms
2020-01-18T03:49:48.9707781Z npm http fetch GET 200 https://registry.npmjs.org/asynckit 91ms
2020-01-18T03:49:48.9722834Z npm http fetch GET 200 https://registry.npmjs.org/delayed-stream 95ms
2020-01-18T03:49:48.9749449Z npm http fetch GET 200 https://registry.npmjs.org/indent-string/-/indent-string-2.1.0.tgz 87ms
2020-01-18T03:49:48.9780041Z npm http fetch GET 200 https://registry.npmjs.org/mime-db 86ms
2020-01-18T03:49:48.9832208Z npm http fetch GET 200 https://registry.npmjs.org/find-up/-/find-up-1.1.2.tgz 79ms
2020-01-18T03:49:48.9873156Z npm http fetch GET 200 https://registry.npmjs.org/assert-plus 90ms
2020-01-18T03:49:48.9879242Z npm http fetch GET 200 https://registry.npmjs.org/read-pkg/-/read-pkg-1.1.0.tgz 75ms
2020-01-18T03:49:48.9968233Z npm http fetch GET 200 https://registry.npmjs.org/strip-indent/-/strip-indent-1.0.1.tgz 97ms
2020-01-18T03:49:49.0087394Z npm http fetch GET 200 https://registry.npmjs.org/jsprim 36ms
2020-01-18T03:49:49.0129746Z npm http fetch GET 200 https://registry.npmjs.org/har-schema/-/har-schema-2.0.0.tgz 46ms
2020-01-18T03:49:49.0328405Z npm http fetch GET 200 https://registry.npmjs.org/sshpk 43ms
2020-01-18T03:49:49.0358336Z npm http fetch GET 200 https://registry.npmjs.org/punycode 44ms
2020-01-18T03:49:49.0431990Z npm http fetch GET 200 https://registry.npmjs.org/psl 53ms
2020-01-18T03:49:49.0443074Z npm http fetch GET 200 https://registry.npmjs.org/assert-plus/-/assert-plus-1.0.0.tgz 51ms
2020-01-18T03:49:49.0454634Z npm http fetch GET 200 https://registry.npmjs.org/delegates 44ms
2020-01-18T03:49:49.0469587Z npm http fetch GET 200 https://registry.npmjs.org/core-util-is 40ms
2020-01-18T03:49:49.0474907Z npm http fetch GET 200 https://registry.npmjs.org/jsprim/-/jsprim-1.4.1.tgz 36ms
2020-01-18T03:49:49.0513242Z npm http fetch GET 200 https://registry.npmjs.org/sprintf-js 46ms
2020-01-18T03:49:49.0575189Z npm http fetch GET 200 https://registry.npmjs.org/isarray 40ms
2020-01-18T03:49:49.0816968Z npm http fetch GET 200 https://registry.npmjs.org/process-nextick-args 45ms
2020-01-18T03:49:49.0903323Z npm http fetch GET 200 https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz 30ms
2020-01-18T03:49:49.0950295Z npm http fetch GET 200 https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz 40ms
2020-01-18T03:49:49.0960129Z npm http fetch GET 200 https://registry.npmjs.org/util-deprecate 31ms
2020-01-18T03:49:49.1117382Z npm http fetch GET 200 https://registry.npmjs.org/string_decoder 54ms
2020-01-18T03:49:49.1133873Z npm http fetch GET 200 https://registry.npmjs.org/minimist/-/minimist-0.0.10.tgz 38ms
2020-01-18T03:49:49.1142942Z npm http fetch GET 200 https://registry.npmjs.org/aproba 40ms
2020-01-18T03:49:49.1344351Z npm http fetch GET 200 https://registry.npmjs.org/has-unicode 51ms
2020-01-18T03:49:49.1456956Z npm http fetch GET 200 https://registry.npmjs.org/js-base64 45ms
2020-01-18T03:49:49.1482392Z npm http fetch GET 200 https://registry.npmjs.org/wide-align 49ms
2020-01-18T03:49:49.1502754Z npm http fetch GET 200 https://registry.npmjs.org/source-map/-/source-map-0.4.4.tgz 43ms
2020-01-18T03:49:49.1524684Z npm http fetch GET 200 https://registry.npmjs.org/aproba/-/aproba-1.2.0.tgz 35ms
2020-01-18T03:49:49.1535601Z npm http fetch GET 200 https://registry.npmjs.org/cliui 39ms
2020-01-18T03:49:49.1549489Z npm http fetch GET 200 https://registry.npmjs.org/camelcase/-/camelcase-3.0.0.tgz 39ms
2020-01-18T03:49:49.1638707Z npm http fetch GET 200 https://registry.npmjs.org/get-caller-file 32ms
2020-01-18T03:49:49.1790196Z npm http fetch GET 200 https://registry.npmjs.org/os-locale 37ms
2020-01-18T03:49:49.1804036Z npm http fetch GET 200 https://registry.npmjs.org/require-directory 38ms
2020-01-18T03:49:49.1888187Z npm http fetch GET 200 https://registry.npmjs.org/require-main-filename 33ms
2020-01-18T03:49:49.1899382Z npm http fetch GET 200 https://registry.npmjs.org/cliui/-/cliui-3.2.0.tgz 33ms
2020-01-18T03:49:49.1981238Z npm http fetch GET 200 https://registry.npmjs.org/which-module 32ms
2020-01-18T03:49:49.2042163Z npm http fetch GET 200 https://registry.npmjs.org/y18n 35ms
2020-01-18T03:49:49.2045941Z npm http fetch GET 200 https://registry.npmjs.org/yargs-parser 35ms
2020-01-18T03:49:49.2104069Z npm http fetch GET 200 https://registry.npmjs.org/lodash._basecopy 36ms
2020-01-18T03:49:49.2159335Z npm http fetch GET 200 https://registry.npmjs.org/amdefine 44ms
2020-01-18T03:49:49.2170537Z npm http fetch GET 200 https://registry.npmjs.org/lodash.keys 32ms
2020-01-18T03:49:49.2206616Z npm http fetch GET 200 https://registry.npmjs.org/os-locale/-/os-locale-1.4.0.tgz 40ms
2020-01-18T03:49:49.2255551Z npm http fetch GET 200 https://registry.npmjs.org/d 30ms
2020-01-18T03:49:49.2513691Z npm http fetch GET 200 https://registry.npmjs.org/yargs-parser/-/yargs-parser-5.0.0.tgz 44ms
2020-01-18T03:49:49.2519797Z npm http fetch GET 200 https://registry.npmjs.org/es5-ext 43ms
2020-01-18T03:49:49.2591579Z npm http fetch GET 200 https://registry.npmjs.org/es6-iterator 41ms
2020-01-18T03:49:49.2601679Z npm http fetch GET 200 https://registry.npmjs.org/es6-set 38ms
2020-01-18T03:49:49.2641822Z npm http fetch GET 200 https://registry.npmjs.org/es6-symbol 39ms
2020-01-18T03:49:49.2692863Z npm http fetch GET 200 https://registry.npmjs.org/es5-ext 32ms
2020-01-18T03:49:49.2715025Z npm http fetch GET 200 https://registry.npmjs.org/event-emitter 37ms
2020-01-18T03:49:49.2764913Z npm http fetch GET 200 https://registry.npmjs.org/require-main-filename/-/require-main-filename-1.0.1.tgz 86ms
2020-01-18T03:49:49.2785597Z npm http fetch GET 200 https://registry.npmjs.org/es6-iterator 35ms
2020-01-18T03:49:49.2857267Z npm http fetch GET 200 https://registry.npmjs.org/es6-symbol 37ms
2020-01-18T03:49:49.3184947Z npm http fetch GET 200 https://registry.npmjs.org/is-property 47ms
2020-01-18T03:49:49.3206057Z npm http fetch GET 200 https://registry.npmjs.org/circular-json 46ms
2020-01-18T03:49:49.3274769Z npm http fetch GET 200 https://registry.npmjs.org/is-property 42ms
2020-01-18T03:49:49.3290656Z npm http fetch GET 200 https://registry.npmjs.org/is-fullwidth-code-point 33ms
2020-01-18T03:49:49.3313597Z npm http fetch GET 200 https://registry.npmjs.org/acorn/-/acorn-3.3.0.tgz 47ms
2020-01-18T03:49:49.3319608Z npm http fetch GET 200 https://registry.npmjs.org/write 51ms
2020-01-18T03:49:49.3324973Z npm http fetch GET 200 https://registry.npmjs.org/code-point-at 42ms
2020-01-18T03:49:49.3339112Z npm http fetch GET 200 https://registry.npmjs.org/mute-stream 37ms
2020-01-18T03:49:49.3360352Z npm http fetch GET 200 https://registry.npmjs.org/restore-cursor 37ms
2020-01-18T03:49:49.3562052Z npm http fetch GET 200 https://registry.npmjs.org/is-fullwidth-code-point 36ms
2020-01-18T03:49:49.3708904Z npm http fetch GET 200 https://registry.npmjs.org/circular-json/-/circular-json-0.3.3.tgz 48ms
2020-01-18T03:49:49.3790065Z npm http fetch GET 200 https://registry.npmjs.org/strip-ansi/-/strip-ansi-4.0.0.tgz 35ms
2020-01-18T03:49:49.3796550Z npm http fetch GET 200 https://registry.npmjs.org/restore-cursor/-/restore-cursor-1.0.1.tgz 39ms
2020-01-18T03:49:49.3818309Z npm http fetch GET 200 https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-1.0.0.tgz 51ms
2020-01-18T03:49:49.3823953Z npm http fetch GET 200 https://registry.npmjs.org/write/-/write-0.2.1.tgz 48ms
2020-01-18T03:49:49.3829105Z npm http fetch GET 200 https://registry.npmjs.org/mute-stream/-/mute-stream-0.0.5.tgz 45ms
2020-01-18T03:49:49.3849601Z npm WARN deprecated circular-json@0.3.3: CircularJSON is in maintenance only, flatted is its successor.
2020-01-18T03:49:49.3882264Z npm http fetch GET 200 https://registry.npmjs.org/callsites 35ms
2020-01-18T03:49:49.3976212Z npm http fetch GET 200 https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz 34ms
2020-01-18T03:49:49.4018527Z npm http fetch GET 200 https://registry.npmjs.org/path-parse 36ms
2020-01-18T03:49:49.4053620Z npm http fetch GET 200 https://registry.npmjs.org/balanced-match 37ms
2020-01-18T03:49:49.4200679Z npm http fetch GET 200 https://registry.npmjs.org/callsites/-/callsites-0.2.0.tgz 30ms
2020-01-18T03:49:49.4269875Z npm http fetch GET 200 https://registry.npmjs.org/concat-map 42ms
2020-01-18T03:49:49.4304741Z npm http fetch GET 200 https://registry.npmjs.org/spdx-correct 37ms
2020-01-18T03:49:49.4351925Z npm http fetch GET 200 https://registry.npmjs.org/array-find-index 37ms
2020-01-18T03:49:49.4385731Z npm http fetch GET 200 https://registry.npmjs.org/spdx-expression-parse 43ms
2020-01-18T03:49:49.4430115Z npm http fetch GET 200 https://registry.npmjs.org/co 44ms
2020-01-18T03:49:49.4460568Z npm http fetch GET 200 https://registry.npmjs.org/fast-json-stable-stringify 35ms
2020-01-18T03:49:49.4483630Z npm http fetch GET 200 https://registry.npmjs.org/json-schema-traverse 35ms
2020-01-18T03:49:49.4486577Z npm http fetch GET 200 https://registry.npmjs.org/fast-deep-equal 46ms
2020-01-18T03:49:49.4564790Z npm http fetch GET 200 https://registry.npmjs.org/uri-js 38ms
2020-01-18T03:49:49.4713574Z npm http fetch GET 200 https://registry.npmjs.org/repeating 32ms
2020-01-18T03:49:49.4807582Z npm http fetch GET 200 https://registry.npmjs.org/path-exists 34ms
2020-01-18T03:49:49.4870268Z npm http fetch GET 200 https://registry.npmjs.org/load-json-file 33ms
2020-01-18T03:49:49.4914638Z npm http fetch GET 200 https://registry.npmjs.org/path-type 31ms
2020-01-18T03:49:49.4954079Z npm http fetch GET 200 https://registry.npmjs.org/pinkie-promise 44ms
2020-01-18T03:49:49.4987820Z npm http fetch GET 200 https://registry.npmjs.org/asn1 37ms
2020-01-18T03:49:49.4998960Z npm http fetch GET 200 https://registry.npmjs.org/safer-buffer 31ms
2020-01-18T03:49:49.5081396Z npm http fetch GET 200 https://registry.npmjs.org/jsbn 34ms
2020-01-18T03:49:49.5091956Z npm http fetch GET 200 https://registry.npmjs.org/getpass 41ms
2020-01-18T03:49:49.5209571Z npm http fetch GET 200 https://registry.npmjs.org/dashdash 55ms
2020-01-18T03:49:49.5310164Z npm http fetch GET 200 https://registry.npmjs.org/path-exists/-/path-exists-2.1.0.tgz 48ms
2020-01-18T03:49:49.5314997Z npm http fetch GET 200 https://registry.npmjs.org/tweetnacl 44ms
2020-01-18T03:49:49.5357930Z npm http fetch GET 200 https://registry.npmjs.org/assert-plus/-/assert-plus-1.0.0.tgz 6ms (from cache)
2020-01-18T03:49:49.5374652Z npm http fetch GET 200 https://registry.npmjs.org/load-json-file/-/load-json-file-1.1.0.tgz 48ms
2020-01-18T03:49:49.5435498Z npm http fetch GET 200 https://registry.npmjs.org/path-type/-/path-type-1.1.0.tgz 49ms
2020-01-18T03:49:49.5531557Z npm http fetch GET 200 https://registry.npmjs.org/ecc-jsbn 34ms
2020-01-18T03:49:49.5621391Z npm http fetch GET 200 https://registry.npmjs.org/getpass/-/getpass-0.1.7.tgz 50ms
2020-01-18T03:49:49.5692381Z npm http fetch GET 200 https://registry.npmjs.org/bcrypt-pbkdf 42ms
2020-01-18T03:49:49.5716573Z npm http fetch GET 200 https://registry.npmjs.org/tweetnacl/-/tweetnacl-0.14.5.tgz 38ms
2020-01-18T03:49:49.5727871Z npm http fetch GET 200 https://registry.npmjs.org/extsprintf 34ms
2020-01-18T03:49:49.5810636Z npm http fetch GET 200 https://registry.npmjs.org/json-schema 36ms
2020-01-18T03:49:49.5844032Z npm http fetch GET 200 https://registry.npmjs.org/verror 38ms
2020-01-18T03:49:49.5919907Z npm http fetch GET 200 https://registry.npmjs.org/wrap-ansi 37ms
2020-01-18T03:49:49.5984186Z npm http fetch GET 200 https://registry.npmjs.org/lcid 38ms
2020-01-18T03:49:49.6124378Z npm http fetch GET 200 https://registry.npmjs.org/lodash._getnative 48ms
2020-01-18T03:49:49.6223894Z npm http fetch GET 200 https://registry.npmjs.org/extsprintf/-/extsprintf-1.3.0.tgz 46ms
2020-01-18T03:49:49.6233299Z npm http fetch GET 200 https://registry.npmjs.org/lodash.isarray 50ms
2020-01-18T03:49:49.6237487Z npm http fetch GET 200 https://registry.npmjs.org/lodash.isarguments 50ms
2020-01-18T03:49:49.6274307Z npm http fetch GET 200 https://registry.npmjs.org/json-schema/-/json-schema-0.2.3.tgz 45ms
2020-01-18T03:49:49.6309316Z npm http fetch GET 200 https://registry.npmjs.org/verror/-/verror-1.10.0.tgz 44ms
2020-01-18T03:49:49.6332932Z npm http fetch GET 200 https://registry.npmjs.org/type 43ms
2020-01-18T03:49:49.6369450Z npm http fetch GET 200 https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-2.1.0.tgz 40ms
2020-01-18T03:49:49.6414099Z npm http fetch GET 200 https://registry.npmjs.org/lcid/-/lcid-1.0.0.tgz 41ms
2020-01-18T03:49:49.6491136Z npm http fetch GET 200 https://registry.npmjs.org/next-tick 45ms
2020-01-18T03:49:49.6710216Z npm http fetch GET 200 https://registry.npmjs.org/es6-symbol/-/es6-symbol-3.1.1.tgz 33ms
2020-01-18T03:49:49.6731801Z npm http fetch GET 200 https://registry.npmjs.org/ansi-regex/-/ansi-regex-3.0.0.tgz 26ms
2020-01-18T03:49:49.6777373Z npm http fetch GET 200 https://registry.npmjs.org/exit-hook 33ms
2020-01-18T03:49:49.6807606Z npm http fetch GET 200 https://registry.npmjs.org/ext 38ms
2020-01-18T03:49:49.6858426Z npm http fetch GET 200 https://registry.npmjs.org/onetime 39ms
2020-01-18T03:49:49.6959289Z npm http fetch GET 200 https://registry.npmjs.org/spdx-exceptions 35ms
2020-01-18T03:49:49.6987371Z npm http fetch GET 200 https://registry.npmjs.org/next-tick/-/next-tick-1.0.0.tgz 43ms
2020-01-18T03:49:49.6998921Z npm http fetch GET 200 https://registry.npmjs.org/spdx-license-ids 40ms
2020-01-18T03:49:49.7169405Z npm http fetch GET 200 https://registry.npmjs.org/number-is-nan 63ms
2020-01-18T03:49:49.7242933Z npm http fetch GET 200 https://registry.npmjs.org/is-finite 36ms
2020-01-18T03:49:49.7264257Z npm http fetch GET 200 https://registry.npmjs.org/exit-hook/-/exit-hook-1.1.1.tgz 47ms
2020-01-18T03:49:49.7286775Z npm http fetch GET 200 https://registry.npmjs.org/pinkie 40ms
2020-01-18T03:49:49.7304855Z npm http fetch GET 200 https://registry.npmjs.org/onetime/-/onetime-1.1.0.tgz 44ms
2020-01-18T03:49:49.7311463Z npm http fetch GET 200 https://registry.npmjs.org/parse-json 36ms
2020-01-18T03:49:49.7391203Z npm http fetch GET 200 https://registry.npmjs.org/pify 38ms
2020-01-18T03:49:49.7522135Z npm http fetch GET 200 https://registry.npmjs.org/strip-bom/-/strip-bom-2.0.0.tgz 31ms
2020-01-18T03:49:49.7539140Z npm http fetch GET 200 https://registry.npmjs.org/extsprintf/-/extsprintf-1.4.0.tgz 24ms
2020-01-18T03:49:49.7632946Z npm http fetch GET 200 https://registry.npmjs.org/pify/-/pify-2.3.0.tgz 21ms
2020-01-18T03:49:49.7641603Z npm http fetch GET 200 https://registry.npmjs.org/parse-json/-/parse-json-2.2.0.tgz 30ms
2020-01-18T03:49:49.7718618Z npm http fetch GET 200 https://registry.npmjs.org/invert-kv 31ms
2020-01-18T03:49:49.7804996Z npm http fetch GET 200 https://registry.npmjs.org/is-utf8 24ms
2020-01-18T03:49:49.7872345Z npm http fetch GET 200 https://registry.npmjs.org/error-ex 20ms
2020-01-18T03:49:49.7947370Z npm http fetch GET 200 https://registry.npmjs.org/invert-kv/-/invert-kv-1.0.0.tgz 22ms
2020-01-18T03:49:49.8092288Z npm http fetch GET 200 https://registry.npmjs.org/error-ex/-/error-ex-1.3.2.tgz 21ms
2020-01-18T03:49:49.8355764Z npm http fetch GET 200 https://registry.npmjs.org/is-arrayish 22ms
2020-01-18T03:49:53.2120035Z npm info lifecycle sass-spec@3.5.4~prepack: sass-spec@3.5.4
2020-01-18T03:50:08.6904360Z npm info lifecycle sass-spec@3.5.4~postpack: sass-spec@3.5.4
2020-01-18T03:50:12.6944726Z npm timing stage:loadIdealTree:loadAllDepsIntoIdealTree Completed in 26428ms
2020-01-18T03:50:12.8298863Z npm timing stage:loadIdealTree Completed in 26568ms
2020-01-18T03:50:12.9293355Z npm timing stage:generateActionsToTake Completed in 95ms
2020-01-18T03:50:13.0745002Z npm verb correctMkdir /github/home/.npm/_locks correctMkdir not in flight; initializing
2020-01-18T03:50:13.0935372Z npm verb lock using /github/home/.npm/_locks/staging-593b3a94866238be.lock for /__w/node-sass/node-sass/node_modules/.staging
2020-01-18T03:50:13.6859471Z npm http fetch GET 200 https://registry.npmjs.org/code-point-at/-/code-point-at-1.1.0.tgz 505ms
2020-01-18T03:50:14.6521533Z npm http fetch GET 200 https://registry.npmjs.org/aws4/-/aws4-1.9.1.tgz 513ms
2020-01-18T03:50:14.6526878Z npm http fetch GET 200 https://registry.npmjs.org/caseless/-/caseless-0.12.0.tgz 508ms
2020-01-18T03:50:14.6527994Z npm http fetch GET 200 https://registry.npmjs.org/aws-sign2/-/aws-sign2-0.7.0.tgz 514ms
2020-01-18T03:50:14.6528651Z npm http fetch GET 200 https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.1.tgz 510ms
2020-01-18T03:50:14.6529140Z npm http fetch GET 200 https://registry.npmjs.org/cli-width/-/cli-width-2.2.0.tgz 509ms
2020-01-18T03:50:14.6529935Z npm http fetch GET 200 https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz 506ms
2020-01-18T03:50:14.6530428Z npm http fetch GET 200 https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz 506ms
2020-01-18T03:50:14.6531428Z npm http fetch GET 200 https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz 505ms
2020-01-18T03:50:14.6532008Z npm http fetch GET 200 https://registry.npmjs.org/dashdash/-/dashdash-1.14.1.tgz 503ms
2020-01-18T03:50:14.6532694Z npm http fetch GET 200 https://registry.npmjs.org/estraverse/-/estraverse-4.3.0.tgz 500ms
2020-01-18T03:50:14.6533254Z npm http fetch GET 200 https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz 503ms
2020-01-18T03:50:14.6533788Z npm http fetch GET 200 https://registry.npmjs.org/esquery/-/esquery-1.0.1.tgz 499ms
2020-01-18T03:50:14.6534571Z npm http fetch GET 200 https://registry.npmjs.org/espree/-/espree-3.5.4.tgz 502ms
2020-01-18T03:50:14.6535197Z npm http fetch GET 200 https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz 504ms
2020-01-18T03:50:14.6535795Z npm http fetch GET 200 https://registry.npmjs.org/currently-unhandled/-/currently-unhandled-0.4.1.tgz 506ms
2020-01-18T03:50:14.6536355Z npm http fetch GET 200 https://registry.npmjs.org/amdefine/-/amdefine-1.0.1.tgz 541ms
2020-01-18T03:50:14.6537552Z npm http fetch GET 200 https://registry.npmjs.org/commander/-/commander-2.20.3.tgz 530ms
2020-01-18T03:50:14.6538206Z npm http fetch GET 200 https://registry.npmjs.org/co/-/co-4.6.0.tgz 531ms
2020-01-18T03:50:14.6538805Z npm http fetch GET 200 https://registry.npmjs.org/clone-function/-/clone-function-1.0.6.tgz 538ms
2020-01-18T03:50:14.6539090Z npm timing audit submit Completed in 642ms
2020-01-18T03:50:14.6539526Z npm http fetch POST 200 https://registry.npmjs.org/-/npm/v1/security/audits/quick 641ms
2020-01-18T03:50:14.6540140Z npm http fetch GET 200 https://registry.npmjs.org/array-find-index/-/array-find-index-1.0.2.tgz 555ms
2020-01-18T03:50:14.6540392Z npm timing audit body Completed in 9ms
2020-01-18T03:50:14.6540740Z npm http fetch GET 200 https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.0.tgz 560ms
2020-01-18T03:50:14.6541105Z npm http fetch GET 200 https://registry.npmjs.org/browser-stdout/-/browser-stdout-1.3.0.tgz 560ms
2020-01-18T03:50:14.6541649Z npm http fetch GET 200 https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz 565ms
2020-01-18T03:50:14.6545077Z npm http fetch GET 200 https://registry.npmjs.org/deep-is/-/deep-is-0.1.3.tgz 552ms
2020-01-18T03:50:14.6545634Z npm http fetch GET 200 https://registry.npmjs.org/delegates/-/delegates-1.0.0.tgz 551ms
2020-01-18T03:50:14.6546002Z npm http fetch GET 200 https://registry.npmjs.org/esprima/-/esprima-4.0.1.tgz 549ms
2020-01-18T03:50:14.6546419Z npm http fetch GET 200 https://registry.npmjs.org/console-control-strings/-/console-control-strings-1.1.0.tgz 555ms
2020-01-18T03:50:14.6546834Z npm http fetch GET 200 https://registry.npmjs.org/true-case-path/-/true-case-path-1.0.3.tgz 305ms
2020-01-18T03:50:14.6547596Z npm http fetch GET 200 https://registry.npmjs.org/read-yaml/-/read-yaml-1.1.0.tgz 304ms
2020-01-18T03:50:14.6548300Z npm http fetch GET 200 https://registry.npmjs.org/object-merge/-/object-merge-2.5.1.tgz 346ms
2020-01-18T03:50:14.6548700Z npm http fetch GET 200 https://registry.npmjs.org/in-publish/-/in-publish-2.0.0.tgz 248ms
2020-01-18T03:50:14.6549124Z npm http fetch GET 200 https://registry.npmjs.org/mocha-lcov-reporter/-/mocha-lcov-reporter-1.3.0.tgz 373ms
2020-01-18T03:50:14.6549503Z npm http fetch GET 200 https://registry.npmjs.org/gaze/-/gaze-1.1.3.tgz 249ms
2020-01-18T03:50:14.6549882Z npm http fetch GET 200 https://registry.npmjs.org/coveralls/-/coveralls-3.0.9.tgz 235ms
2020-01-18T03:50:14.6550252Z npm http fetch GET 200 https://registry.npmjs.org/y18n/-/y18n-3.2.1.tgz 222ms
2020-01-18T03:50:14.6550851Z npm http fetch GET 200 https://registry.npmjs.org/nan/-/nan-2.14.0.tgz 433ms
2020-01-18T03:50:14.6551226Z npm http fetch GET 200 https://registry.npmjs.org/is-my-json-valid/-/is-my-json-valid-2.20.0.tgz 221ms
2020-01-18T03:50:14.6551595Z npm http fetch GET 200 https://registry.npmjs.org/async-foreach/-/async-foreach-0.1.3.tgz 265ms
2020-01-18T03:50:14.6551952Z npm http fetch GET 200 https://registry.npmjs.org/flat-cache/-/flat-cache-1.3.4.tgz 215ms
2020-01-18T03:50:14.6552485Z npm http fetch GET 200 https://registry.npmjs.org/lru-cache/-/lru-cache-4.1.5.tgz 273ms
2020-01-18T03:50:14.6552844Z npm http fetch GET 200 https://registry.npmjs.org/fstream/-/fstream-1.0.12.tgz 208ms
2020-01-18T03:50:14.6553199Z npm http fetch GET 200 https://registry.npmjs.org/run-async/-/run-async-0.1.0.tgz 217ms
2020-01-18T03:50:14.6553546Z npm http fetch GET 200 https://registry.npmjs.org/rimraf/-/rimraf-2.7.1.tgz 202ms
2020-01-18T03:50:14.6553891Z npm http fetch GET 200 https://registry.npmjs.org/rimraf/-/rimraf-2.6.3.tgz 188ms
2020-01-18T03:50:14.6554304Z npm http fetch GET 200 https://registry.npmjs.org/xtend/-/xtend-4.0.2.tgz 268ms
2020-01-18T03:50:14.6554689Z npm http fetch GET 200 https://registry.npmjs.org/globule/-/globule-1.3.0.tgz 246ms
2020-01-18T03:50:14.6555031Z npm http fetch GET 200 https://registry.npmjs.org/glob/-/glob-7.1.6.tgz 239ms
2020-01-18T03:50:14.6555370Z npm http fetch GET 200 https://registry.npmjs.org/once/-/once-1.4.0.tgz 209ms
2020-01-18T03:50:14.6555712Z npm http fetch GET 200 https://registry.npmjs.org/wordwrap/-/wordwrap-1.0.0.tgz 224ms
2020-01-18T03:50:14.6556064Z npm http fetch GET 200 https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.3.tgz 202ms
2020-01-18T03:50:14.6556421Z npm http fetch GET 200 https://registry.npmjs.org/which-module/-/which-module-1.0.0.tgz 195ms
2020-01-18T03:50:14.6556892Z npm http fetch GET 200 https://registry.npmjs.org/which/-/which-1.3.1.tgz 197ms
2020-01-18T03:50:14.6558109Z npm http fetch GET 200 https://registry.npmjs.org/optionator/-/optionator-0.8.3.tgz 244ms
2020-01-18T03:50:14.6558501Z npm http fetch GET 200 https://registry.npmjs.org/wide-align/-/wide-align-1.1.3.tgz 243ms
2020-01-18T03:50:14.6558886Z npm http fetch GET 200 https://registry.npmjs.org/request/-/request-2.88.0.tgz 264ms
2020-01-18T03:50:14.6559295Z npm http fetch GET 200 https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-2.5.0.tgz 207ms
2020-01-18T03:50:14.6559727Z npm http fetch GET 200 https://registry.npmjs.org/validate-npm-package-license/-/validate-npm-package-license-3.0.4.tgz 210ms
2020-01-18T03:50:14.6560103Z npm http fetch GET 200 https://registry.npmjs.org/acorn/-/acorn-5.7.3.tgz 1123ms
2020-01-18T03:50:14.6560468Z npm http fetch GET 200 https://registry.npmjs.org/uuid/-/uuid-3.4.0.tgz 219ms
2020-01-18T03:50:14.6561083Z npm http fetch GET 200 https://registry.npmjs.org/har-validator/-/har-validator-5.1.3.tgz 213ms
2020-01-18T03:50:14.6561570Z npm http fetch GET 200 https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz 214ms
2020-01-18T03:50:14.6562162Z npm http fetch GET 200 https://registry.npmjs.org/concat-stream/-/concat-stream-1.6.2.tgz 250ms
2020-01-18T03:50:14.6562536Z npm http fetch GET 200 https://registry.npmjs.org/are-we-there-yet/-/are-we-there-yet-1.1.5.tgz 244ms
2020-01-18T03:50:14.6562953Z npm http fetch GET 200 https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.7.tgz 254ms
2020-01-18T03:50:14.6563491Z npm http fetch GET 200 https://registry.npmjs.org/user-home/-/user-home-2.0.0.tgz 263ms
2020-01-18T03:50:14.6563985Z npm http fetch GET 200 https://registry.npmjs.org/uid2/-/uid2-0.0.3.tgz 300ms
2020-01-18T03:50:14.6564351Z npm http fetch GET 200 https://registry.npmjs.org/type-check/-/type-check-0.3.2.tgz 225ms
2020-01-18T03:50:14.6564732Z npm http fetch GET 200 https://registry.npmjs.org/typedarray/-/typedarray-0.0.6.tgz 267ms
2020-01-18T03:50:14.6565109Z npm http fetch GET 200 https://registry.npmjs.org/es6-map/-/es6-map-0.1.5.tgz 221ms
2020-01-18T03:50:14.6565497Z npm http fetch GET 200 https://registry.npmjs.org/event-emitter/-/event-emitter-0.3.5.tgz 215ms
2020-01-18T03:50:14.6565871Z npm http fetch GET 200 https://registry.npmjs.org/levn/-/levn-0.3.0.tgz 292ms
2020-01-18T03:50:14.6566231Z npm http fetch GET 200 https://registry.npmjs.org/es6-set/-/es6-set-0.1.5.tgz 237ms
2020-01-18T03:50:14.6566615Z npm http fetch GET 200 https://registry.npmjs.org/es6-weak-map/-/es6-weak-map-2.0.3.tgz 239ms
2020-01-18T03:50:14.6567410Z npm http fetch GET 200 https://registry.npmjs.org/es6-symbol/-/es6-symbol-3.1.3.tgz 202ms
2020-01-18T03:50:14.6567976Z npm http fetch GET 200 https://registry.npmjs.org/es6-iterator/-/es6-iterator-2.0.3.tgz 234ms
2020-01-18T03:50:14.6568325Z npm http fetch GET 200 https://registry.npmjs.org/d/-/d-1.0.1.tgz 195ms
2020-01-18T03:50:14.6568700Z npm http fetch GET 200 https://registry.npmjs.org/sshpk/-/sshpk-1.16.1.tgz 190ms
2020-01-18T03:50:14.6569083Z npm http fetch GET 200 https://registry.npmjs.org/tunnel-agent/-/tunnel-agent-0.6.0.tgz 179ms
2020-01-18T03:50:14.6569445Z npm http fetch GET 200 https://registry.npmjs.org/type/-/type-1.2.0.tgz 218ms
2020-01-18T03:50:14.6570033Z npm http fetch GET 200 https://registry.npmjs.org/bcrypt-pbkdf/-/bcrypt-pbkdf-1.0.2.tgz 209ms
2020-01-18T03:50:14.6570420Z npm http fetch GET 200 https://registry.npmjs.org/tough-cookie/-/tough-cookie-2.4.3.tgz 183ms
2020-01-18T03:50:14.6570774Z npm http fetch GET 200 https://registry.npmjs.org/punycode/-/punycode-1.4.1.tgz 195ms
2020-01-18T03:50:14.6571131Z npm http fetch GET 200 https://registry.npmjs.org/text-table/-/text-table-0.2.0.tgz 205ms
2020-01-18T03:50:14.7592149Z npm http fetch GET 200 https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz 203ms
2020-01-18T03:50:14.7595294Z npm http fetch GET 200 https://registry.npmjs.org/js-yaml/-/js-yaml-3.13.1.tgz 192ms
2020-01-18T03:50:14.7663157Z npm http fetch GET 200 https://registry.npmjs.org/uri-js/-/uri-js-4.2.2.tgz 651ms
2020-01-18T03:50:14.7706567Z npm http fetch GET 200 https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz 201ms
2020-01-18T03:50:14.7790669Z npm http fetch GET 200 https://registry.npmjs.org/spdx-expression-parse/-/spdx-expression-parse-3.0.0.tgz 193ms
2020-01-18T03:50:14.7791339Z npm http fetch GET 200 https://registry.npmjs.org/spdx-correct/-/spdx-correct-3.1.0.tgz 193ms
2020-01-18T03:50:14.7939336Z npm http fetch GET 200 https://registry.npmjs.org/spdx-exceptions/-/spdx-exceptions-2.2.0.tgz 191ms
2020-01-18T03:50:14.8260812Z npm timing action:extract Completed in 1710ms
2020-01-18T03:50:14.8418812Z npm http fetch GET 200 https://registry.npmjs.org/set-blocking/-/set-blocking-2.0.0.tgz 200ms
2020-01-18T03:50:14.8422609Z npm http fetch GET 200 https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.2.tgz 201ms
2020-01-18T03:50:14.8423109Z npm http fetch GET 200 https://registry.npmjs.org/asn1/-/asn1-0.2.4.tgz 192ms
2020-01-18T03:50:14.8683631Z npm http fetch GET 200 https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-3.0.5.tgz 281ms
2020-01-18T03:50:14.8684192Z npm http fetch GET 200 https://registry.npmjs.org/ecc-jsbn/-/ecc-jsbn-0.1.2.tgz 218ms
2020-01-18T03:50:14.8684695Z npm http fetch GET 200 https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz 217ms
2020-01-18T03:50:14.8685059Z npm http fetch GET 200 https://registry.npmjs.org/semver/-/semver-5.7.1.tgz 227ms
2020-01-18T03:50:14.8892662Z npm WARN tar ENOENT: no such file or directory, open '/__w/node-sass/node-sass/node_modules/.staging/psl-a2c6027d/LICENSE'
2020-01-18T03:50:14.8893080Z npm WARN tar ENOENT: no such file or directory, open '/__w/node-sass/node-sass/node_modules/.staging/punycode-fde0dcb8/package.json'
2020-01-18T03:50:14.9599448Z npm WARN tar ENOENT: no such file or directory, open '/__w/node-sass/node-sass/node_modules/.staging/punycode-fde0dcb8/LICENSE-MIT.txt'
2020-01-18T03:50:14.9771060Z npm WARN tar ENOENT: no such file or directory, open '/__w/node-sass/node-sass/node_modules/.staging/psl-a2c6027d/index.js'
2020-01-18T03:50:14.9771458Z npm WARN tar ENOENT: no such file or directory, open '/__w/node-sass/node-sass/node_modules/.staging/punycode-fde0dcb8/punycode.es6.js'
2020-01-18T03:50:15.0253701Z npm http fetch GET 200 https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz 359ms
2020-01-18T03:50:15.0295274Z npm http fetch GET 200 https://registry.npmjs.org/rx-lite/-/rx-lite-3.1.2.tgz 363ms
2020-01-18T03:50:15.0337997Z npm WARN tar ENOENT: no such file or directory, open '/__w/node-sass/node-sass/node_modules/.staging/tar-5a7c8201/.nyc_output/processinfo/0471d9cf-687f-4ae8-84a5-ce7468becd03.json'
2020-01-18T03:50:15.0504670Z npm WARN tar ENOENT: no such file or directory, open '/__w/node-sass/node-sass/node_modules/.staging/tar-5a7c8201/.nyc_output/processinfo/12bca2bc-6a2b-4f45-abc7-8483922a524d.json'
2020-01-18T03:50:15.0505102Z npm WARN tar ENOENT: no such file or directory, open '/__w/node-sass/node-sass/node_modules/.staging/uglify-js-f0dcfe11/lib/output.js'
2020-01-18T03:50:15.0510192Z npm http fetch GET 200 https://registry.npmjs.org/escope/-/escope-3.6.0.tgz 840ms
2020-01-18T03:50:15.0534796Z npm WARN tar ENOENT: no such file or directory, open '/__w/node-sass/node-sass/node_modules/.staging/tar-5a7c8201/.nyc_output/processinfo/37d58de4-deea-4808-bb77-d27685bd1501.json'
2020-01-18T03:50:15.0595522Z npm WARN tar ENOENT: no such file or directory, open '/__w/node-sass/node-sass/node_modules/.staging/tar-5a7c8201/.nyc_output/processinfo/5ad8066b-6b8c-4bc8-b807-c40bf80898b7.json'
2020-01-18T03:50:15.0634260Z npm http fetch GET 200 https://registry.npmjs.org/resolve/-/resolve-1.14.2.tgz 358ms
2020-01-18T03:50:15.0649498Z npm WARN tar ENOENT: no such file or directory, open '/__w/node-sass/node-sass/node_modules/.staging/tar-5a7c8201/.nyc_output/processinfo/5cbf674c-7089-4b7d-b9de-2119be4dbb0b.json'
2020-01-18T03:50:15.0654717Z npm http fetch GET 200 https://registry.npmjs.org/ajv/-/ajv-6.10.2.tgz 952ms
2020-01-18T03:50:15.0666924Z npm WARN tar ENOENT: no such file or directory, open '/__w/node-sass/node-sass/node_modules/.staging/rx-lite-61e6fef2/rx.lite.min.js'
2020-01-18T03:50:15.0682328Z npm WARN tar ENOENT: no such file or directory, open '/__w/node-sass/node-sass/node_modules/.staging/tar-5a7c8201/.nyc_output/processinfo/7853e29b-78ef-4ab4-b8fb-e1e176c0787b.json'
2020-01-18T03:50:15.0702031Z npm WARN tar ENOENT: no such file or directory, open '/__w/node-sass/node-sass/node_modules/.staging/tar-5a7c8201/.nyc_output/processinfo/9d414044-b18d-4f6d-b2e0-531a89bf6f4f.json'
2020-01-18T03:50:15.0728722Z npm WARN tar ENOENT: no such file or directory, open '/__w/node-sass/node-sass/node_modules/.staging/ajv-2ecc959e/dist/regenerator.min.js'
2020-01-18T03:50:15.0729213Z npm WARN tar ENOENT: no such file or directory, open '/__w/node-sass/node-sass/node_modules/.staging/tar-5a7c8201/.nyc_output/processinfo/c3ffeb8c-8e79-4a2c-b678-e5a917fe721e.json'
2020-01-18T03:50:15.0748855Z npm WARN tar ENOENT: no such file or directory, open '/__w/node-sass/node-sass/node_modules/.staging/tar-5a7c8201/.nyc_output/processinfo/ea0194cb-f599-402f-8876-84fb8251e8db.json'
2020-01-18T03:50:15.0767511Z npm http fetch GET 200 https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz 315ms
2020-01-18T03:50:15.0768115Z npm WARN tar ENOENT: no such file or directory, open '/__w/node-sass/node-sass/node_modules/.staging/tar-5a7c8201/.nyc_output/processinfo/eda6b7a3-5e15-440f-8619-e11a15a07f77.json'
2020-01-18T03:50:15.0775870Z npm http fetch GET 200 https://registry.npmjs.org/punycode/-/punycode-2.1.1.tgz 275ms
2020-01-18T03:50:15.0785489Z npm WARN tar ENOENT: no such file or directory, open '/__w/node-sass/node-sass/node_modules/.staging/tar-5a7c8201/.nyc_output/processinfo/fb518800-240c-42ff-811f-79e92708d9db.json'
2020-01-18T03:50:15.0832550Z npm WARN tar ENOENT: no such file or directory, open '/__w/node-sass/node-sass/node_modules/.staging/tar-5a7c8201/.nyc_output/processinfo/fdecfc06-a944-4897-9530-e08f62883fc1.json'
2020-01-18T03:50:15.0857642Z npm http fetch GET 200 https://registry.npmjs.org/qs/-/qs-6.5.2.tgz 298ms
2020-01-18T03:50:15.0858121Z npm http fetch GET 200 https://registry.npmjs.org/repeating/-/repeating-2.0.1.tgz 304ms
2020-01-18T03:50:15.0858556Z npm http fetch GET 200 https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.1.tgz 264ms
2020-01-18T03:50:15.0858948Z npm http fetch GET 200 https://registry.npmjs.org/pseudomap/-/pseudomap-1.0.2.tgz 265ms
2020-01-18T03:50:15.0869905Z npm WARN tar ENOENT: no such file or directory, open '/__w/node-sass/node-sass/node_modules/.staging/tar-5a7c8201/.nyc_output/processinfo/index.json'
2020-01-18T03:50:15.0884068Z npm WARN tar ENOENT: no such file or directory, lstat '/__w/node-sass/node-sass/node_modules/.staging/handlebars-16404bcd/lib/handlebars/helpers'
2020-01-18T03:50:15.0889408Z npm http fetch GET 200 https://registry.npmjs.org/readline2/-/readline2-1.0.1.tgz 302ms
2020-01-18T03:50:15.0932019Z npm WARN tar ENOENT: no such file or directory, open '/__w/node-sass/node-sass/node_modules/.staging/handlebars-16404bcd/dist/amd/handlebars/compiler/code-gen.js'
2020-01-18T03:50:15.0935748Z npm WARN tar ENOENT: no such file or directory, open '/__w/node-sass/node-sass/node_modules/.staging/type-8b854d11/array-length/ensure.js'
2020-01-18T03:50:15.0970963Z npm http fetch GET 200 https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.1.2.tgz 275ms
2020-01-18T03:50:15.1095594Z npm WARN tar ENOENT: no such file or directory, open '/__w/node-sass/node-sass/node_modules/.staging/type-8b854d11/finite/ensure.js'
2020-01-18T03:50:15.1104447Z npm WARN tar ENOENT: no such file or directory, open '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/test/array/_is-extensible.js'
2020-01-18T03:50:15.1158051Z npm WARN tar ENOENT: no such file or directory, open '/__w/node-sass/node-sass/node_modules/.staging/type-8b854d11/integer/ensure.js'
2020-01-18T03:50:15.1215808Z npm WARN tar ENOENT: no such file or directory, open '/__w/node-sass/node-sass/node_modules/.staging/type-8b854d11/natural-number/ensure.js'
2020-01-18T03:50:15.1235434Z npm WARN tar ENOENT: no such file or directory, open '/__w/node-sass/node-sass/node_modules/.staging/type-8b854d11/number/ensure.js'
2020-01-18T03:50:15.1255349Z npm WARN tar ENOENT: no such file or directory, open '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/test/array/_sub-array-dummy-safe.js'
2020-01-18T03:50:15.1271678Z npm WARN tar ENOENT: no such file or directory, open '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/test/array/_sub-array-dummy.js'
2020-01-18T03:50:15.1433144Z npm WARN tar ENOENT: no such file or directory, open '/__w/node-sass/node-sass/node_modules/.staging/type-8b854d11/safe-integer/ensure.js'
2020-01-18T03:50:15.1443717Z npm WARN tar ENOENT: no such file or directory, open '/__w/node-sass/node-sass/node_modules/.staging/type-8b854d11/string/ensure.js'
2020-01-18T03:50:15.1449395Z npm WARN tar ENOENT: no such file or directory, open '/__w/node-sass/node-sass/node_modules/.staging/type-8b854d11/test/array-length/ensure.js'
2020-01-18T03:50:15.1566489Z npm WARN tar ENOENT: no such file or directory, open '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/array/#/binary-search.js'
2020-01-18T03:50:15.1575010Z npm WARN tar ENOENT: no such file or directory, open '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/test/array/#/binary-search.js'
2020-01-18T03:50:15.1652927Z npm WARN tar ENOENT: no such file or directory, open '/__w/node-sass/node-sass/node_modules/.staging/type-8b854d11/test/finite/ensure.js'
2020-01-18T03:50:15.1723173Z npm WARN tar ENOENT: no such file or directory, open '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/array/#/clear.js'
2020-01-18T03:50:15.1791163Z npm WARN tar ENOENT: no such file or directory, open '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/test/array/#/clear.js'
2020-01-18T03:50:15.1818846Z npm WARN tar ENOENT: no such file or directory, open '/__w/node-sass/node-sass/node_modules/.staging/type-8b854d11/test/integer/ensure.js'
2020-01-18T03:50:15.1823916Z npm WARN tar ENOENT: no such file or directory, open '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/array/#/compact.js'
2020-01-18T03:50:15.2763321Z npm WARN tar ENOENT: no such file or directory, open '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/test/array/#/compact.js'
2020-01-18T03:50:15.2809044Z npm WARN tar ENOENT: no such file or directory, open '/__w/node-sass/node-sass/node_modules/.staging/type-8b854d11/test/natural-number/ensure.js'
2020-01-18T03:50:15.2829106Z npm WARN tar ENOENT: no such file or directory, open '/__w/node-sass/node-sass/node_modules/.staging/type-8b854d11/test/number/ensure.js'
2020-01-18T03:50:15.2953645Z npm WARN tar ENOENT: no such file or directory, lstat '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/test/function/#'
2020-01-18T03:50:15.2975434Z npm WARN tar ENOENT: no such file or directory, open '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/test/function/constant.js'
2020-01-18T03:50:15.2982564Z npm WARN tar ENOENT: no such file or directory, open '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/array/#/contains.js'
2020-01-18T03:50:15.2987815Z npm WARN tar ENOENT: no such file or directory, open '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/test/array/#/contains.js'
2020-01-18T03:50:15.3033722Z npm http fetch GET 200 https://registry.npmjs.org/node-gyp/-/node-gyp-3.8.0.tgz 1735ms
2020-01-18T03:50:15.3088433Z npm WARN tar ENOENT: no such file or directory, open '/__w/node-sass/node-sass/node_modules/.staging/type-8b854d11/test/safe-integer/ensure.js'
2020-01-18T03:50:15.3088893Z npm WARN tar ENOENT: no such file or directory, lstat '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/test/function/#'
2020-01-18T03:50:15.3094275Z npm WARN tar ENOENT: no such file or directory, open '/__w/node-sass/node-sass/node_modules/.staging/type-8b854d11/test/string/ensure.js'
2020-01-18T03:50:15.3116871Z npm WARN tar ENOENT: no such file or directory, lstat '/__w/node-sass/node-sass/node_modules/.staging/resolve-b91c2efe/test/resolver/dot_main'
2020-01-18T03:50:15.3129966Z npm WARN tar ENOENT: no such file or directory, open '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/test/string/#/count.js'
2020-01-18T03:50:15.3130409Z npm WARN tar ENOENT: no such file or directory, lstat '/__w/node-sass/node-sass/node_modules/.staging/resolve-b91c2efe/test/resolver/dot_slash_main'
2020-01-18T03:50:15.3130936Z npm WARN tar ENOENT: no such file or directory, open '/__w/node-sass/node-sass/node_modules/.staging/type-8b854d11/test/time-value/ensure.js'
2020-01-18T03:50:15.3160261Z npm WARN tar ENOENT: no such file or directory, lstat '/__w/node-sass/node-sass/node_modules/.staging/resolve-b91c2efe/test/resolver/incorrect_main'
2020-01-18T03:50:15.3161035Z npm WARN tar ENOENT: no such file or directory, lstat '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/test/function/#'
2020-01-18T03:50:15.3161410Z npm WARN tar ENOENT: no such file or directory, lstat '/__w/node-sass/node-sass/node_modules/.staging/resolve-b91c2efe/test/resolver/multirepo'
2020-01-18T03:50:15.3170184Z npm WARN tar ENOENT: no such file or directory, lstat '/__w/node-sass/node-sass/node_modules/.staging/resolve-b91c2efe/test/resolver/multirepo'
2020-01-18T03:50:15.3178709Z npm WARN tar ENOENT: no such file or directory, lstat '/__w/node-sass/node-sass/node_modules/.staging/resolve-b91c2efe/test/resolver/quux'
2020-01-18T03:50:15.3183264Z npm WARN tar ENOENT: no such file or directory, lstat '/__w/node-sass/node-sass/node_modules/.staging/resolve-b91c2efe/test/resolver/same_names/foo'
2020-01-18T03:50:15.3229064Z npm WARN tar ENOENT: no such file or directory, open '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/array/#/diff.js'
2020-01-18T03:50:15.3230023Z npm WARN tar ENOENT: no such file or directory, open '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/test/array/#/diff.js'
2020-01-18T03:50:15.3236207Z npm WARN tar ENOENT: no such file or directory, open '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/array/#/e-index-of.js'
2020-01-18T03:50:15.3243369Z npm WARN tar ENOENT: no such file or directory, open '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/test/array/#/e-index-of.js'
2020-01-18T03:50:15.3250624Z npm WARN tar ENOENT: no such file or directory, open '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/array/#/e-last-index-of.js'
2020-01-18T03:50:15.3264779Z npm WARN tar ENOENT: no such file or directory, open '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/test/array/#/e-last-index-of.js'
2020-01-18T03:50:15.3422473Z npm WARN tar ENOENT: no such file or directory, open '/__w/node-sass/node-sass/node_modules/.staging/type-8b854d11/test/array-like/is.js'
2020-01-18T03:50:15.3430952Z npm WARN tar ENOENT: no such file or directory, open '/__w/node-sass/node-sass/node_modules/.staging/type-8b854d11/test/array/is.js'
2020-01-18T03:50:15.3441441Z npm WARN tar ENOENT: no such file or directory, open '/__w/node-sass/node-sass/node_modules/.staging/type-8b854d11/test/date/is.js'
2020-01-18T03:50:15.3449148Z npm WARN tar ENOENT: no such file or directory, open '/__w/node-sass/node-sass/node_modules/.staging/type-8b854d11/test/error/is.js'
2020-01-18T03:50:15.3455355Z npm WARN tar ENOENT: no such file or directory, open '/__w/node-sass/node-sass/node_modules/.staging/type-8b854d11/test/function/is.js'
2020-01-18T03:50:15.3459823Z npm WARN tar ENOENT: no such file or directory, lstat '/__w/node-sass/node-sass/node_modules/.staging/resolve-b91c2efe/test/resolver/without_basedir'
2020-01-18T03:50:15.3503384Z npm WARN tar ENOENT: no such file or directory, open '/__w/node-sass/node-sass/node_modules/.staging/resolve-b91c2efe/test/resolver/mug.js'
2020-01-18T03:50:15.3546799Z npm WARN tar ENOENT: no such file or directory, open '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/array/#/exclusion.js'
2020-01-18T03:50:15.3556491Z npm WARN tar ENOENT: no such file or directory, lstat '/__w/node-sass/node-sass/node_modules/.staging/resolve-b91c2efe/test/resolver/other_path'
2020-01-18T03:50:15.3563800Z npm WARN tar ENOENT: no such file or directory, open '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/test/array/#/exclusion.js'
2020-01-18T03:50:15.3585715Z npm WARN tar ENOENT: no such file or directory, open '/__w/node-sass/node-sass/node_modules/.staging/resolve-b91c2efe/test/resolver/baz/quux.js'
2020-01-18T03:50:15.3612145Z npm WARN tar ENOENT: no such file or directory, open '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/array/#/first-index.js'
2020-01-18T03:50:15.3619986Z npm WARN tar ENOENT: no such file or directory, open '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/test/array/#/first-index.js'
2020-01-18T03:50:15.3643254Z npm WARN tar ENOENT: no such file or directory, lstat '/__w/node-sass/node-sass/node_modules/.staging/resolve-b91c2efe/test/resolver/other_path'
2020-01-18T03:50:15.3652198Z npm WARN tar ENOENT: no such file or directory, open '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/array/#/first.js'
2020-01-18T03:50:15.3661102Z npm WARN tar ENOENT: no such file or directory, open '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/test/array/#/first.js'
2020-01-18T03:50:15.3669098Z npm WARN tar ENOENT: no such file or directory, open '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/array/#/flatten.js'
2020-01-18T03:50:15.3680785Z npm WARN tar ENOENT: no such file or directory, open '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/test/array/#/flatten.js'
2020-01-18T03:50:15.3706442Z npm WARN tar ENOENT: no such file or directory, open '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/test/math/floor-10.js'
2020-01-18T03:50:15.3717706Z npm WARN tar ENOENT: no such file or directory, open '/__w/node-sass/node-sass/node_modules/.staging/resolve-b91c2efe/test/resolver/nested_symlinks/mylib/sync.js'
2020-01-18T03:50:15.3764133Z npm WARN tar ENOENT: no such file or directory, lstat '/__w/node-sass/node-sass/node_modules/.staging/resolve-b91c2efe/test/resolver/multirepo'
2020-01-18T03:50:15.3852562Z npm WARN tar ENOENT: no such file or directory, open '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/array/#/for-each-right.js'
2020-01-18T03:50:15.3862593Z npm WARN tar ENOENT: no such file or directory, open '/__w/node-sass/node-sass/node_modules/.staging/resolve-b91c2efe/test/resolver/baz/package.json'
2020-01-18T03:50:15.3869684Z npm WARN tar ENOENT: no such file or directory, open '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/test/array/#/for-each-right.js'
2020-01-18T03:50:15.3875935Z npm WARN tar ENOENT: no such file or directory, open '/__w/node-sass/node-sass/node_modules/.staging/resolve-b91c2efe/test/resolver/browser_field/package.json'
2020-01-18T03:50:15.3888548Z npm WARN tar ENOENT: no such file or directory, lstat '/__w/node-sass/node-sass/node_modules/.staging/resolve-b91c2efe/test/resolver/dot_main'
2020-01-18T03:50:15.3921318Z npm WARN tar ENOENT: no such file or directory, lstat '/__w/node-sass/node-sass/node_modules/.staging/resolve-b91c2efe/test/resolver/dot_slash_main'
2020-01-18T03:50:15.3949060Z npm WARN tar ENOENT: no such file or directory, lstat '/__w/node-sass/node-sass/node_modules/.staging/resolve-b91c2efe/test/resolver/incorrect_main'
2020-01-18T03:50:15.3964085Z npm WARN tar ENOENT: no such file or directory, lstat '/__w/node-sass/node-sass/node_modules/.staging/resolve-b91c2efe/test/resolver/invalid_main'
2020-01-18T03:50:15.3971234Z npm WARN tar ENOENT: no such file or directory, open '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/test/object/for-each.js'
2020-01-18T03:50:15.3988698Z npm WARN tar ENOENT: no such file or directory, lstat '/__w/node-sass/node-sass/node_modules/.staging/resolve-b91c2efe/test/resolver/multirepo'
2020-01-18T03:50:15.4000991Z npm WARN tar ENOENT: no such file or directory, lstat '/__w/node-sass/node-sass/node_modules/.staging/resolve-b91c2efe/test/resolver/multirepo'
2020-01-18T03:50:15.4010623Z npm WARN tar ENOENT: no such file or directory, lstat '/__w/node-sass/node-sass/node_modules/.staging/resolve-b91c2efe/test/resolver/multirepo'
2020-01-18T03:50:15.4020451Z npm WARN tar ENOENT: no such file or directory, open '/__w/node-sass/node-sass/node_modules/.staging/resolve-b91c2efe/test/resolver/nested_symlinks/mylib/package.json'
2020-01-18T03:50:15.4030093Z npm WARN tar ENOENT: no such file or directory, open '/__w/node-sass/node-sass/node_modules/.staging/resolve-b91c2efe/test/resolver/symlinked/package/package.json'
2020-01-18T03:50:15.4050774Z npm WARN tar ENOENT: no such file or directory, open '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/test/array/generate.js'
2020-01-18T03:50:15.4079489Z npm http fetch GET 200 https://registry.npmjs.org/es5-ext/-/es5-ext-0.10.53.tgz 1127ms
2020-01-18T03:50:15.4087938Z npm WARN tar ENOENT: no such file or directory, open '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/test/object/get-property-names.js'
2020-01-18T03:50:15.4112909Z npm WARN tar ENOENT: no such file or directory, open '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/array/#/group.js'
2020-01-18T03:50:15.4128097Z npm WARN tar ENOENT: no such file or directory, open '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/test/array/#/group.js'
2020-01-18T03:50:15.4138187Z npm WARN tar ENOENT: no such file or directory, open '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/test/string/#/hyphen-to-camel.js'
2020-01-18T03:50:15.4162773Z npm WARN tar ENOENT: no such file or directory, open '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/test/function/identity.js'
2020-01-18T03:50:15.4198260Z npm WARN tar ENOENT: no such file or directory, lstat '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/array/#/@@iterator'
2020-01-18T03:50:15.4212943Z npm WARN tar ENOENT: no such file or directory, lstat '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/array/#/concat'
2020-01-18T03:50:15.4221031Z npm WARN tar ENOENT: no such file or directory, lstat '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/array/#/copy-within'
2020-01-18T03:50:15.4229350Z npm WARN tar ENOENT: no such file or directory, lstat '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/array/#/entries'
2020-01-18T03:50:15.4238017Z npm WARN tar ENOENT: no such file or directory, lstat '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/array/#/fill'
2020-01-18T03:50:15.4245662Z npm WARN tar ENOENT: no such file or directory, lstat '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/array/#/filter'
2020-01-18T03:50:15.4253106Z npm WARN tar ENOENT: no such file or directory, lstat '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/array/#/find-index'
2020-01-18T03:50:15.4260769Z npm WARN tar ENOENT: no such file or directory, lstat '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/array/#/find'
2020-01-18T03:50:15.4266282Z npm WARN tar ENOENT: no such file or directory, lstat '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/array/#/keys'
2020-01-18T03:50:15.4272749Z npm WARN tar ENOENT: no such file or directory, lstat '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/array/#/map'
2020-01-18T03:50:15.4280421Z npm WARN tar ENOENT: no such file or directory, lstat '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/array/#/slice'
2020-01-18T03:50:15.4288773Z npm WARN tar ENOENT: no such file or directory, lstat '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/array/#/splice'
2020-01-18T03:50:15.4295245Z npm WARN tar ENOENT: no such file or directory, lstat '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/array/#/values'
2020-01-18T03:50:15.4617073Z npm WARN tar ENOENT: no such file or directory, open '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/string/#/normalize/implement.js'
2020-01-18T03:50:15.4641544Z npm WARN tar ENOENT: no such file or directory, lstat '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/test/array/#/@@iterator'
2020-01-18T03:50:15.4649291Z npm WARN tar ENOENT: no such file or directory, lstat '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/test/array/#/concat'
2020-01-18T03:50:15.4657582Z npm WARN tar ENOENT: no such file or directory, lstat '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/test/array/#/copy-within'
2020-01-18T03:50:15.4665029Z npm WARN tar ENOENT: no such file or directory, lstat '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/test/array/#/entries'
2020-01-18T03:50:15.4671530Z npm WARN tar ENOENT: no such file or directory, lstat '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/test/array/#/fill'
2020-01-18T03:50:15.4679219Z npm WARN tar ENOENT: no such file or directory, lstat '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/test/array/#/filter'
2020-01-18T03:50:15.4685033Z npm WARN tar ENOENT: no such file or directory, lstat '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/test/array/#/find-index'
2020-01-18T03:50:15.4692929Z npm WARN tar ENOENT: no such file or directory, lstat '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/test/array/#/find'
2020-01-18T03:50:15.4701251Z npm WARN tar ENOENT: no such file or directory, lstat '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/test/array/#/keys'
2020-01-18T03:50:15.4708464Z npm WARN tar ENOENT: no such file or directory, lstat '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/test/array/#/map'
2020-01-18T03:50:15.4715667Z npm WARN tar ENOENT: no such file or directory, lstat '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/test/array/#/slice'
2020-01-18T03:50:15.4722286Z npm WARN tar ENOENT: no such file or directory, lstat '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/test/array/#/splice'
2020-01-18T03:50:15.4729274Z npm WARN tar ENOENT: no such file or directory, lstat '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/test/array/#/values'
2020-01-18T03:50:15.4735060Z npm WARN tar ENOENT: no such file or directory, lstat '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/test/array/from'
2020-01-18T03:50:15.4742816Z npm WARN tar ENOENT: no such file or directory, lstat '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/test/array/of'
2020-01-18T03:50:15.4750840Z npm WARN tar ENOENT: no such file or directory, lstat '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/test/math/acosh'
2020-01-18T03:50:15.4758760Z npm WARN tar ENOENT: no such file or directory, lstat '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/test/math/asinh'
2020-01-18T03:50:15.4764706Z npm WARN tar ENOENT: no such file or directory, lstat '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/test/math/atanh'
2020-01-18T03:50:15.4771720Z npm WARN tar ENOENT: no such file or directory, lstat '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/test/math/cbrt'
2020-01-18T03:50:15.4779723Z npm WARN tar ENOENT: no such file or directory, lstat '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/test/math/clz32'
2020-01-18T03:50:15.4787619Z npm WARN tar ENOENT: no such file or directory, lstat '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/test/math/cosh'
2020-01-18T03:50:15.4800758Z npm WARN tar ENOENT: no such file or directory, lstat '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/test/math/expm1'
2020-01-18T03:50:15.4807440Z npm WARN tar ENOENT: no such file or directory, lstat '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/test/math/fround'
2020-01-18T03:50:15.4843768Z npm WARN tar ENOENT: no such file or directory, lstat '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/test/math/hypot'
2020-01-18T03:50:15.4850784Z npm WARN tar ENOENT: no such file or directory, lstat '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/test/math/imul'
2020-01-18T03:50:15.4858318Z npm WARN tar ENOENT: no such file or directory, lstat '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/test/math/log10'
2020-01-18T03:50:15.4864077Z npm WARN tar ENOENT: no such file or directory, lstat '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/test/math/log1p'
2020-01-18T03:50:15.4870477Z npm WARN tar ENOENT: no such file or directory, lstat '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/test/math/log2'
2020-01-18T03:50:15.4875856Z npm WARN tar ENOENT: no such file or directory, lstat '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/test/math/sign'
2020-01-18T03:50:15.4882296Z npm WARN tar ENOENT: no such file or directory, lstat '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/test/math/sinh'
2020-01-18T03:50:15.4888046Z npm WARN tar ENOENT: no such file or directory, lstat '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/test/math/tanh'
2020-01-18T03:50:15.4892561Z npm WARN tar ENOENT: no such file or directory, lstat '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/test/math/trunc'
2020-01-18T03:50:15.4933295Z npm WARN tar ENOENT: no such file or directory, lstat '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/test/object/assign'
2020-01-18T03:50:15.4939187Z npm WARN tar ENOENT: no such file or directory, lstat '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/test/object/entries'
2020-01-18T03:50:15.4943799Z npm WARN tar ENOENT: no such file or directory, lstat '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/test/object/keys'
2020-01-18T03:50:15.4950051Z npm WARN tar ENOENT: no such file or directory, lstat '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/test/object/set-prototype-of'
2020-01-18T03:50:15.4971046Z npm WARN tar ENOENT: no such file or directory, lstat '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/test/promise/#/finally'
2020-01-18T03:50:15.5026413Z npm WARN tar ENOENT: no such file or directory, lstat '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/test/string/#/@@iterator'
2020-01-18T03:50:15.5066448Z npm WARN tar ENOENT: no such file or directory, lstat '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/test/string/#/code-point-at'
2020-01-18T03:50:15.5072443Z npm WARN tar ENOENT: no such file or directory, lstat '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/test/string/#/contains'
2020-01-18T03:50:15.5078340Z npm WARN tar ENOENT: no such file or directory, lstat '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/test/string/#/ends-with'
2020-01-18T03:50:15.5084828Z npm WARN tar ENOENT: no such file or directory, open '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/test/string/#/normalize/implement.js'
2020-01-18T03:50:15.5090189Z npm WARN tar ENOENT: no such file or directory, lstat '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/test/string/#/repeat'
2020-01-18T03:50:15.5095662Z npm WARN tar ENOENT: no such file or directory, lstat '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/test/string/#/starts-with'
2020-01-18T03:50:15.5111149Z npm WARN tar ENOENT: no such file or directory, open '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/test/string/#/indent.js'
2020-01-18T03:50:15.5115071Z npm WARN tar ENOENT: no such file or directory, lstat '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/array/#/@@iterator'
2020-01-18T03:50:15.5121630Z npm WARN tar ENOENT: no such file or directory, lstat '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/array/#/concat'
2020-01-18T03:50:15.5126782Z npm WARN tar ENOENT: no such file or directory, lstat '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/array/#/copy-within'
2020-01-18T03:50:15.5132428Z npm WARN tar ENOENT: no such file or directory, lstat '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/array/#/entries'
2020-01-18T03:50:15.5139195Z npm WARN tar ENOENT: no such file or directory, lstat '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/array/#/fill'
2020-01-18T03:50:15.5148802Z npm WARN tar ENOENT: no such file or directory, lstat '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/array/#/filter'
2020-01-18T03:50:15.5154371Z npm WARN tar ENOENT: no such file or directory, lstat '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/array/#/find-index'
2020-01-18T03:50:15.5160028Z npm WARN tar ENOENT: no such file or directory, lstat '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/array/#/find'
2020-01-18T03:50:15.5165164Z npm WARN tar ENOENT: no such file or directory, open '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/array/#/index.js'
2020-01-18T03:50:15.5170406Z npm WARN tar ENOENT: no such file or directory, lstat '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/array/#/keys'
2020-01-18T03:50:15.5175928Z npm WARN tar ENOENT: no such file or directory, lstat '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/array/#/map'
2020-01-18T03:50:15.5181506Z npm WARN tar ENOENT: no such file or directory, lstat '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/array/#/slice'
2020-01-18T03:50:15.5186333Z npm WARN tar ENOENT: no such file or directory, lstat '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/array/#/splice'
2020-01-18T03:50:15.5192534Z npm WARN tar ENOENT: no such file or directory, lstat '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/array/#/values'
2020-01-18T03:50:15.5334017Z npm WARN tar ENOENT: no such file or directory, open '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/string/#/normalize/index.js'
2020-01-18T03:50:15.5345219Z npm WARN tar ENOENT: no such file or directory, lstat '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/test/array/#/@@iterator'
2020-01-18T03:50:15.5351979Z npm WARN tar ENOENT: no such file or directory, lstat '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/test/array/#/concat'
2020-01-18T03:50:15.5357459Z npm WARN tar ENOENT: no such file or directory, lstat '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/test/array/#/copy-within'
2020-01-18T03:50:15.5362419Z npm WARN tar ENOENT: no such file or directory, lstat '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/test/array/#/entries'
2020-01-18T03:50:15.5367838Z npm WARN tar ENOENT: no such file or directory, lstat '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/test/array/#/fill'
2020-01-18T03:50:15.5372820Z npm WARN tar ENOENT: no such file or directory, lstat '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/test/array/#/filter'
2020-01-18T03:50:15.5378599Z npm WARN tar ENOENT: no such file or directory, lstat '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/test/array/#/find-index'
2020-01-18T03:50:15.5384015Z npm WARN tar ENOENT: no such file or directory, lstat '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/test/array/#/find'
2020-01-18T03:50:15.5389920Z npm WARN tar ENOENT: no such file or directory, lstat '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/test/array/#/keys'
2020-01-18T03:50:15.5394992Z npm WARN tar ENOENT: no such file or directory, lstat '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/test/array/#/map'
2020-01-18T03:50:15.5400465Z npm WARN tar ENOENT: no such file or directory, lstat '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/test/array/#/slice'
2020-01-18T03:50:15.5406128Z npm WARN tar ENOENT: no such file or directory, lstat '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/test/array/#/splice'
2020-01-18T03:50:15.5412473Z npm WARN tar ENOENT: no such file or directory, lstat '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/test/array/#/values'
2020-01-18T03:50:15.5417575Z npm WARN tar ENOENT: no such file or directory, lstat '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/test/array/from'
2020-01-18T03:50:15.5422993Z npm WARN tar ENOENT: no such file or directory, lstat '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/test/array/of'
2020-01-18T03:50:15.5428726Z npm WARN tar ENOENT: no such file or directory, lstat '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/test/math/acosh'
2020-01-18T03:50:15.5433529Z npm WARN tar ENOENT: no such file or directory, lstat '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/test/math/asinh'
2020-01-18T03:50:15.5438385Z npm WARN tar ENOENT: no such file or directory, lstat '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/test/math/atanh'
2020-01-18T03:50:15.5455511Z npm WARN tar ENOENT: no such file or directory, lstat '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/test/math/cbrt'
2020-01-18T03:50:15.5464279Z npm WARN tar ENOENT: no such file or directory, lstat '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/test/math/clz32'
2020-01-18T03:50:15.5488812Z npm WARN tar ENOENT: no such file or directory, lstat '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/test/math/cosh'
2020-01-18T03:50:15.5489346Z npm WARN tar ENOENT: no such file or directory, lstat '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/test/math/expm1'
2020-01-18T03:50:15.5489814Z npm WARN tar ENOENT: no such file or directory, lstat '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/test/math/fround'
2020-01-18T03:50:15.5490267Z npm WARN tar ENOENT: no such file or directory, lstat '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/test/math/hypot'
2020-01-18T03:50:15.5490923Z npm WARN tar ENOENT: no such file or directory, lstat '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/test/math/imul'
2020-01-18T03:50:15.5491465Z npm WARN tar ENOENT: no such file or directory, lstat '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/test/math/log10'
2020-01-18T03:50:15.5491946Z npm WARN tar ENOENT: no such file or directory, lstat '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/test/math/log1p'
2020-01-18T03:50:15.5492348Z npm WARN tar ENOENT: no such file or directory, lstat '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/test/math/log2'
2020-01-18T03:50:15.5492745Z npm WARN tar ENOENT: no such file or directory, lstat '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/test/math/sign'
2020-01-18T03:50:15.5493091Z npm WARN tar ENOENT: no such file or directory, lstat '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/test/math/sinh'
2020-01-18T03:50:15.5493672Z npm WARN tar ENOENT: no such file or directory, lstat '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/test/math/tanh'
2020-01-18T03:50:15.5494161Z npm WARN tar ENOENT: no such file or directory, lstat '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/test/math/trunc'
2020-01-18T03:50:15.5508242Z npm WARN tar ENOENT: no such file or directory, lstat '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/test/object/assign'
2020-01-18T03:50:15.5513032Z npm WARN tar ENOENT: no such file or directory, lstat '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/test/object/entries'
2020-01-18T03:50:15.5517670Z npm WARN tar ENOENT: no such file or directory, lstat '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/test/object/keys'
2020-01-18T03:50:15.5521781Z npm WARN tar ENOENT: no such file or directory, lstat '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/test/object/set-prototype-of'
2020-01-18T03:50:15.5527520Z npm WARN tar ENOENT: no such file or directory, lstat '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/test/promise/#/finally'
2020-01-18T03:50:15.5576663Z npm WARN tar ENOENT: no such file or directory, lstat '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/test/string/#/@@iterator'
2020-01-18T03:50:15.5577762Z npm WARN tar ENOENT: no such file or directory, lstat '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/test/string/#/code-point-at'
2020-01-18T03:50:15.5579838Z npm WARN tar ENOENT: no such file or directory, lstat '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/test/string/#/contains'
2020-01-18T03:50:15.5580609Z npm WARN tar ENOENT: no such file or directory, lstat '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/test/string/#/ends-with'
2020-01-18T03:50:15.5635930Z npm WARN tar ENOENT: no such file or directory, open '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/test/string/#/normalize/index.js'
2020-01-18T03:50:15.5637371Z npm WARN tar ENOENT: no such file or directory, lstat '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/test/string/#/repeat'
2020-01-18T03:50:15.5637872Z npm WARN tar ENOENT: no such file or directory, lstat '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/test/string/#/starts-with'
2020-01-18T03:50:15.5638353Z npm WARN tar ENOENT: no such file or directory, open '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/array/#/indexes-of.js'
2020-01-18T03:50:15.5640829Z npm WARN tar ENOENT: no such file or directory, open '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/test/array/#/indexes-of.js'
2020-01-18T03:50:15.5641244Z npm WARN tar ENOENT: no such file or directory, open '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/array/#/intersection.js'
2020-01-18T03:50:15.5643565Z npm WARN tar ENOENT: no such file or directory, open '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/test/array/#/intersection.js'
2020-01-18T03:50:15.5643990Z npm WARN tar ENOENT: no such file or directory, open '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/test/function/invoke.js'
2020-01-18T03:50:15.5644379Z npm WARN tar ENOENT: no such file or directory, open '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/test/function/is-arguments.js'
2020-01-18T03:50:15.5645430Z npm WARN tar ENOENT: no such file or directory, open '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/test/object/is-array-like.js'
2020-01-18T03:50:15.5645845Z npm WARN tar ENOENT: no such file or directory, open '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/test/object/is-callable.js'
2020-01-18T03:50:15.5647610Z npm WARN tar ENOENT: no such file or directory, open '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/test/object/is-copy-deep.js'
2020-01-18T03:50:15.5648906Z npm WARN tar ENOENT: no such file or directory, open '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/array/#/is-copy.js'
2020-01-18T03:50:15.5651901Z npm WARN tar ENOENT: no such file or directory, open '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/test/array/#/is-copy.js'
2020-01-18T03:50:15.5657434Z npm WARN tar ENOENT: no such file or directory, open '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/test/object/is-copy.js'
2020-01-18T03:50:15.5665038Z npm WARN tar ENOENT: no such file or directory, open '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/array/#/is-empty.js'
2020-01-18T03:50:15.5675064Z npm WARN tar ENOENT: no such file or directory, open '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/test/array/#/is-empty.js'
2020-01-18T03:50:15.5677819Z npm WARN tar ENOENT: no such file or directory, open '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/test/object/is-empty.js'
2020-01-18T03:50:15.5683147Z npm WARN tar ENOENT: no such file or directory, open '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/test/object/is-finite-number.js'
2020-01-18T03:50:15.5689233Z npm WARN tar ENOENT: no such file or directory, open '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/test/function/is-function.js'
2020-01-18T03:50:15.5690233Z npm WARN tar ENOENT: no such file or directory, lstat '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/array/#/@@iterator'
2020-01-18T03:50:15.5693484Z npm WARN tar ENOENT: no such file or directory, lstat '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/array/#/concat'
2020-01-18T03:50:15.5696877Z npm WARN tar ENOENT: no such file or directory, lstat '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/array/#/copy-within'
2020-01-18T03:50:15.5699834Z npm WARN tar ENOENT: no such file or directory, lstat '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/array/#/entries'
2020-01-18T03:50:15.5703258Z npm WARN tar ENOENT: no such file or directory, lstat '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/array/#/fill'
2020-01-18T03:50:15.5706758Z npm WARN tar ENOENT: no such file or directory, lstat '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/array/#/filter'
2020-01-18T03:50:15.5710820Z npm WARN tar ENOENT: no such file or directory, lstat '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/array/#/find-index'
2020-01-18T03:50:15.5714199Z npm WARN tar ENOENT: no such file or directory, lstat '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/array/#/find'
2020-01-18T03:50:15.5717723Z npm WARN tar ENOENT: no such file or directory, lstat '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/array/#/keys'
2020-01-18T03:50:15.5722049Z npm WARN tar ENOENT: no such file or directory, lstat '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/array/#/map'
2020-01-18T03:50:15.5724938Z npm WARN tar ENOENT: no such file or directory, lstat '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/array/#/slice'
2020-01-18T03:50:15.5728892Z npm WARN tar ENOENT: no such file or directory, lstat '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/array/#/splice'
2020-01-18T03:50:15.5731187Z npm WARN tar ENOENT: no such file or directory, lstat '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/array/#/values'
2020-01-18T03:50:15.5815450Z npm WARN tar ENOENT: no such file or directory, open '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/string/#/normalize/is-implemented.js'
2020-01-18T03:50:15.5825858Z npm WARN tar ENOENT: no such file or directory, lstat '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/test/array/#/@@iterator'
2020-01-18T03:50:15.5830527Z npm WARN tar ENOENT: no such file or directory, lstat '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/test/array/#/concat'
2020-01-18T03:50:15.5836163Z npm WARN tar ENOENT: no such file or directory, lstat '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/test/array/#/copy-within'
2020-01-18T03:50:15.5840483Z npm WARN tar ENOENT: no such file or directory, lstat '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/test/array/#/entries'
2020-01-18T03:50:15.5845778Z npm WARN tar ENOENT: no such file or directory, lstat '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/test/array/#/fill'
2020-01-18T03:50:15.5850052Z npm WARN tar ENOENT: no such file or directory, lstat '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/test/array/#/filter'
2020-01-18T03:50:15.5853980Z npm WARN tar ENOENT: no such file or directory, lstat '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/test/array/#/find-index'
2020-01-18T03:50:15.5859582Z npm WARN tar ENOENT: no such file or directory, lstat '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/test/array/#/find'
2020-01-18T03:50:15.5860881Z npm WARN tar ENOENT: no such file or directory, lstat '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/test/array/#/keys'
2020-01-18T03:50:15.5864022Z npm WARN tar ENOENT: no such file or directory, lstat '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/test/array/#/map'
2020-01-18T03:50:15.5900820Z npm WARN tar ENOENT: no such file or directory, lstat '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/test/array/#/slice'
2020-01-18T03:50:15.5906918Z npm WARN tar ENOENT: no such file or directory, lstat '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/test/array/#/splice'
2020-01-18T03:50:15.5908317Z npm WARN tar ENOENT: no such file or directory, lstat '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/test/array/#/values'
2020-01-18T03:50:15.5908819Z npm WARN tar ENOENT: no such file or directory, lstat '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/test/array/from'
2020-01-18T03:50:15.5913508Z npm WARN tar ENOENT: no such file or directory, lstat '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/test/array/of'
2020-01-18T03:50:15.5916389Z npm WARN tar ENOENT: no such file or directory, lstat '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/test/math/acosh'
2020-01-18T03:50:15.5920973Z npm WARN tar ENOENT: no such file or directory, lstat '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/test/math/asinh'
2020-01-18T03:50:15.5924925Z npm WARN tar ENOENT: no such file or directory, lstat '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/test/math/atanh'
2020-01-18T03:50:15.5928412Z npm WARN tar ENOENT: no such file or directory, lstat '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/test/math/cbrt'
2020-01-18T03:50:15.5933132Z npm WARN tar ENOENT: no such file or directory, lstat '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/test/math/clz32'
2020-01-18T03:50:15.5937166Z npm WARN tar ENOENT: no such file or directory, lstat '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/test/math/cosh'
2020-01-18T03:50:15.5940244Z npm WARN tar ENOENT: no such file or directory, lstat '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/test/math/expm1'
2020-01-18T03:50:15.5944087Z npm WARN tar ENOENT: no such file or directory, lstat '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/test/math/fround'
2020-01-18T03:50:15.5947564Z npm WARN tar ENOENT: no such file or directory, lstat '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/test/math/hypot'
2020-01-18T03:50:15.5953615Z npm WARN tar ENOENT: no such file or directory, lstat '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/test/math/imul'
2020-01-18T03:50:15.5956833Z npm WARN tar ENOENT: no such file or directory, lstat '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/test/math/log10'
2020-01-18T03:50:15.5960890Z npm WARN tar ENOENT: no such file or directory, lstat '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/test/math/log1p'
2020-01-18T03:50:15.5964241Z npm WARN tar ENOENT: no such file or directory, lstat '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/test/math/log2'
2020-01-18T03:50:15.5969070Z npm WARN tar ENOENT: no such file or directory, lstat '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/test/math/sign'
2020-01-18T03:50:15.5977636Z npm WARN tar ENOENT: no such file or directory, lstat '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/test/math/sinh'
2020-01-18T03:50:15.5985510Z npm WARN tar ENOENT: no such file or directory, lstat '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/test/math/tanh'
2020-01-18T03:50:15.5987454Z npm WARN tar ENOENT: no such file or directory, lstat '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/test/math/trunc'
2020-01-18T03:50:15.6038591Z npm WARN tar ENOENT: no such file or directory, lstat '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/test/object/assign'
2020-01-18T03:50:15.6049373Z npm WARN tar ENOENT: no such file or directory, lstat '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/test/object/entries'
2020-01-18T03:50:15.6069283Z npm WARN tar ENOENT: no such file or directory, lstat '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/test/object/keys'
2020-01-18T03:50:15.6079655Z npm WARN tar ENOENT: no such file or directory, lstat '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/test/object/set-prototype-of'
2020-01-18T03:50:15.6087600Z npm WARN tar ENOENT: no such file or directory, lstat '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/test/promise/#/finally'
2020-01-18T03:50:15.6095049Z npm WARN tar ENOENT: no such file or directory, open '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/test/reg-exp/#/match/is-implemented.js'
2020-01-18T03:50:15.6103971Z npm WARN tar ENOENT: no such file or directory, open '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/test/reg-exp/#/replace/is-implemented.js'
2020-01-18T03:50:15.6104452Z npm WARN tar ENOENT: no such file or directory, open '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/test/reg-exp/#/search/is-implemented.js'
2020-01-18T03:50:15.6109297Z npm WARN tar ENOENT: no such file or directory, open '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/test/reg-exp/#/split/is-implemented.js'
2020-01-18T03:50:15.6131122Z npm WARN tar ENOENT: no such file or directory, open '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/test/reg-exp/#/sticky/is-implemented.js'
2020-01-18T03:50:15.6138074Z npm WARN tar ENOENT: no such file or directory, open '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/test/reg-exp/#/unicode/is-implemented.js'
2020-01-18T03:50:15.6144863Z npm WARN tar ENOENT: no such file or directory, lstat '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/test/string/#/@@iterator'
2020-01-18T03:50:15.6150080Z npm WARN tar ENOENT: no such file or directory, lstat '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/test/string/#/code-point-at'
2020-01-18T03:50:15.6150622Z npm WARN tar ENOENT: no such file or directory, lstat '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/test/string/#/contains'
2020-01-18T03:50:15.6154206Z npm WARN tar ENOENT: no such file or directory, lstat '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/test/string/#/ends-with'
2020-01-18T03:50:15.6154765Z npm WARN tar ENOENT: no such file or directory, open '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/test/string/#/normalize/is-implemented.js'
2020-01-18T03:50:15.6155187Z npm WARN tar ENOENT: no such file or directory, lstat '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/test/string/#/repeat'
2020-01-18T03:50:15.6155598Z npm WARN tar ENOENT: no such file or directory, lstat '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/test/string/#/starts-with'
2020-01-18T03:50:15.6156019Z npm WARN tar ENOENT: no such file or directory, open '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/test/string/from-code-point/is-implemented.js'
2020-01-18T03:50:15.6156638Z npm WARN tar ENOENT: no such file or directory, open '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/test/string/raw/is-implemented.js'
2020-01-18T03:50:15.6157381Z npm WARN tar ENOENT: no such file or directory, open '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/test/object/is-integer.js'
2020-01-18T03:50:15.6165269Z npm WARN tar ENOENT: no such file or directory, open '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/test/object/is-natural-number-value.js'
2020-01-18T03:50:15.6173356Z npm WARN tar ENOENT: no such file or directory, open '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/test/object/is-natural-number.js'
2020-01-18T03:50:15.6190648Z npm WARN tar ENOENT: no such file or directory, open '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/test/object/is-number-value.js'
2020-01-18T03:50:15.6198757Z npm WARN tar ENOENT: no such file or directory, open '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/test/object/is-object.js'
2020-01-18T03:50:15.6204417Z npm WARN tar ENOENT: no such file or directory, open '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/test/array/is-plain-array.js'
2020-01-18T03:50:15.6210236Z npm WARN tar ENOENT: no such file or directory, open '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/test/object/is-plain-function.js'
2020-01-18T03:50:15.6275029Z npm WARN tar ENOENT: no such file or directory, open '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/test/object/is-plain-object.js'
2020-01-18T03:50:15.6275547Z npm WARN tar ENOENT: no such file or directory, open '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/test/object/is-promise.js'
2020-01-18T03:50:15.6275950Z npm WARN tar ENOENT: no such file or directory, open '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/test/reg-exp/is-reg-exp.js'
2020-01-18T03:50:15.6276371Z npm WARN tar ENOENT: no such file or directory, open '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/test/reg-exp/#/is-sticky.js'
2020-01-18T03:50:15.6278642Z npm WARN tar ENOENT: no such file or directory, open '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/test/string/is-string.js'
2020-01-18T03:50:15.6279216Z npm WARN tar ENOENT: no such file or directory, open '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/test/object/is-thenable.js'
2020-01-18T03:50:15.6279628Z npm WARN tar ENOENT: no such file or directory, open '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/test/date/is-time-value.js'
2020-01-18T03:50:15.6280014Z npm WARN tar ENOENT: no such file or directory, open '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/test/reg-exp/#/is-unicode.js'
2020-01-18T03:50:15.6280641Z npm WARN tar ENOENT: no such file or directory, open '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/array/#/is-uniq.js'
2020-01-18T03:50:15.6281022Z npm WARN tar ENOENT: no such file or directory, open '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/test/array/#/is-uniq.js'
2020-01-18T03:50:15.6288301Z npm WARN tar ENOENT: no such file or directory, open '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/test/object/is-value.js'
2020-01-18T03:50:15.6292487Z npm WARN tar ENOENT: no such file or directory, open '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/test/iterable/is.js'
2020-01-18T03:50:15.6293751Z npm WARN tar ENOENT: no such file or directory, open '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/test/object/is.js'
2020-01-18T03:50:15.6302318Z npm WARN tar ENOENT: no such file or directory, open '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/test/object/key-of.js'
2020-01-18T03:50:15.6305913Z npm WARN tar ENOENT: no such file or directory, open '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/array/#/last-index.js'
2020-01-18T03:50:15.6309288Z npm WARN tar ENOENT: no such file or directory, open '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/test/array/#/last-index.js'
2020-01-18T03:50:15.6310902Z npm WARN tar ENOENT: no such file or directory, open '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/array/#/last.js'
2020-01-18T03:50:15.6316763Z npm WARN tar ENOENT: no such file or directory, open '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/test/array/#/last.js'
2020-01-18T03:50:15.6325852Z npm WARN tar ENOENT: no such file or directory, open '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/test/string/#/last.js'
2020-01-18T03:50:15.6355736Z npm WARN tar ENOENT: no such file or directory, lstat '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/test/function/#'
2020-01-18T03:50:15.6363228Z npm WARN tar ENOENT: no such file or directory, open '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/test/object/map-keys.js'
2020-01-18T03:50:15.6371339Z npm WARN tar ENOENT: no such file or directory, open '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/test/object/map.js'
2020-01-18T03:50:15.6375500Z npm WARN tar ENOENT: no such file or directory, lstat '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/test/function/#'
2020-01-18T03:50:15.6382869Z npm WARN tar ENOENT: no such file or directory, open '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/test/object/mixin-prototypes.js'
2020-01-18T03:50:15.6389754Z npm WARN tar ENOENT: no such file or directory, open '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/test/object/mixin.js'
2020-01-18T03:50:15.6396259Z npm WARN tar ENOENT: no such file or directory, open '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/test/function/noop.js'
2020-01-18T03:50:15.6402548Z npm WARN tar ENOENT: no such file or directory, open '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/test/object/normalize-options.js'
2020-01-18T03:50:15.6408792Z npm WARN tar ENOENT: no such file or directory, lstat '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/test/function/#'
2020-01-18T03:50:15.6428560Z npm WARN tar ENOENT: no such file or directory, open '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/test/string/#/pad.js'
2020-01-18T03:50:15.6434299Z npm WARN tar ENOENT: no such file or directory, lstat '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/test/function/#'
2020-01-18T03:50:15.6446455Z npm WARN tar ENOENT: no such file or directory, open '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/test/string/#/plain-replace-all.js'
2020-01-18T03:50:15.6455959Z npm WARN tar ENOENT: no such file or directory, open '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/test/string/#/plain-replace.js'
2020-01-18T03:50:15.6465524Z npm WARN tar ENOENT: no such file or directory, open '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/test/function/pluck.js'
2020-01-18T03:50:15.6473161Z npm WARN tar ENOENT: no such file or directory, open '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/test/object/primitive-set.js'
2020-01-18T03:50:15.6479836Z npm WARN tar ENOENT: no such file or directory, open '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/test/string/random-uniq.js'
2020-01-18T03:50:15.6485649Z npm WARN tar ENOENT: no such file or directory, open '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/test/string/random.js'
2020-01-18T03:50:15.6490943Z npm WARN tar ENOENT: no such file or directory, open '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/array/#/remove.js'
2020-01-18T03:50:15.6495307Z npm WARN tar ENOENT: no such file or directory, open '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/test/array/#/remove.js'
2020-01-18T03:50:15.6500710Z npm WARN tar ENOENT: no such file or directory, open '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/test/math/round-10.js'
2020-01-18T03:50:15.6513092Z npm WARN tar ENOENT: no such file or directory, open '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/test/object/safe-traverse.js'
2020-01-18T03:50:15.6516469Z npm WARN tar ENOENT: no such file or directory, open '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/array/#/separate.js'
2020-01-18T03:50:15.6522442Z npm WARN tar ENOENT: no such file or directory, open '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/test/array/#/separate.js'
2020-01-18T03:50:15.6531961Z npm WARN tar ENOENT: no such file or directory, open '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/test/object/serialize.js'
2020-01-18T03:50:15.6536453Z npm WARN tar ENOENT: no such file or directory, lstat '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/array/#/@@iterator'
2020-01-18T03:50:15.6541429Z npm WARN tar ENOENT: no such file or directory, lstat '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/array/#/concat'
2020-01-18T03:50:15.6545595Z npm WARN tar ENOENT: no such file or directory, lstat '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/array/#/copy-within'
2020-01-18T03:50:15.6550437Z npm WARN tar ENOENT: no such file or directory, lstat '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/array/#/entries'
2020-01-18T03:50:15.6554579Z npm WARN tar ENOENT: no such file or directory, lstat '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/array/#/fill'
2020-01-18T03:50:15.6559833Z npm WARN tar ENOENT: no such file or directory, lstat '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/array/#/filter'
2020-01-18T03:50:15.6564510Z npm WARN tar ENOENT: no such file or directory, lstat '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/array/#/find-index'
2020-01-18T03:50:15.6571056Z npm WARN tar ENOENT: no such file or directory, lstat '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/array/#/find'
2020-01-18T03:50:15.6574018Z npm WARN tar ENOENT: no such file or directory, lstat '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/array/#/keys'
2020-01-18T03:50:15.6578448Z npm WARN tar ENOENT: no such file or directory, lstat '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/array/#/map'
2020-01-18T03:50:15.6581163Z npm WARN tar ENOENT: no such file or directory, lstat '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/array/#/slice'
2020-01-18T03:50:15.6584249Z npm WARN tar ENOENT: no such file or directory, lstat '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/array/#/splice'
2020-01-18T03:50:15.6590448Z npm WARN tar ENOENT: no such file or directory, lstat '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/array/#/values'
2020-01-18T03:50:15.6656406Z npm WARN tar ENOENT: no such file or directory, open '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/string/#/normalize/shim.js'
2020-01-18T03:50:15.6668479Z npm WARN tar ENOENT: no such file or directory, lstat '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/test/array/#/@@iterator'
2020-01-18T03:50:15.6670957Z npm WARN tar ENOENT: no such file or directory, lstat '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/test/array/#/concat'
2020-01-18T03:50:15.6674831Z npm WARN tar ENOENT: no such file or directory, lstat '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/test/array/#/copy-within'
2020-01-18T03:50:15.6678889Z npm WARN tar ENOENT: no such file or directory, lstat '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/test/array/#/entries'
2020-01-18T03:50:15.6682432Z npm WARN tar ENOENT: no such file or directory, lstat '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/test/array/#/fill'
2020-01-18T03:50:15.6686225Z npm WARN tar ENOENT: no such file or directory, lstat '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/test/array/#/filter'
2020-01-18T03:50:15.6691039Z npm WARN tar ENOENT: no such file or directory, lstat '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/test/array/#/find-index'
2020-01-18T03:50:15.6694235Z npm WARN tar ENOENT: no such file or directory, lstat '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/test/array/#/find'
2020-01-18T03:50:15.6698285Z npm WARN tar ENOENT: no such file or directory, lstat '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/test/array/#/keys'
2020-01-18T03:50:15.6702076Z npm WARN tar ENOENT: no such file or directory, lstat '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/test/array/#/map'
2020-01-18T03:50:15.6706288Z npm WARN tar ENOENT: no such file or directory, lstat '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/test/array/#/slice'
2020-01-18T03:50:15.6712834Z npm WARN tar ENOENT: no such file or directory, lstat '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/test/array/#/splice'
2020-01-18T03:50:15.6790147Z npm WARN tar ENOENT: no such file or directory, lstat '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/test/array/#/values'
2020-01-18T03:50:15.6793791Z npm WARN tar ENOENT: no such file or directory, lstat '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/test/array/from'
2020-01-18T03:50:15.6798689Z npm WARN tar ENOENT: no such file or directory, lstat '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/test/array/of'
2020-01-18T03:50:15.6811471Z npm WARN tar ENOENT: no such file or directory, lstat '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/test/math/acosh'
2020-01-18T03:50:15.6815526Z npm WARN tar ENOENT: no such file or directory, lstat '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/test/math/asinh'
2020-01-18T03:50:15.6819856Z npm WARN tar ENOENT: no such file or directory, lstat '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/test/math/atanh'
2020-01-18T03:50:15.6823991Z npm WARN tar ENOENT: no such file or directory, lstat '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/test/math/cbrt'
2020-01-18T03:50:15.6828454Z npm WARN tar ENOENT: no such file or directory, lstat '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/test/math/clz32'
2020-01-18T03:50:15.6835019Z npm WARN tar ENOENT: no such file or directory, lstat '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/test/math/cosh'
2020-01-18T03:50:15.6841320Z npm WARN tar ENOENT: no such file or directory, lstat '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/test/math/expm1'
2020-01-18T03:50:15.6846439Z npm WARN tar ENOENT: no such file or directory, lstat '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/test/math/fround'
2020-01-18T03:50:15.6851946Z npm WARN tar ENOENT: no such file or directory, lstat '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/test/math/hypot'
2020-01-18T03:50:15.6857421Z npm WARN tar ENOENT: no such file or directory, lstat '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/test/math/imul'
2020-01-18T03:50:15.6862635Z npm WARN tar ENOENT: no such file or directory, lstat '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/test/math/log10'
2020-01-18T03:50:15.6868144Z npm WARN tar ENOENT: no such file or directory, lstat '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/test/math/log1p'
2020-01-18T03:50:15.6873099Z npm WARN tar ENOENT: no such file or directory, lstat '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/test/math/log2'
2020-01-18T03:50:15.6880297Z npm WARN tar ENOENT: no such file or directory, lstat '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/test/math/sign'
2020-01-18T03:50:15.6886154Z npm WARN tar ENOENT: no such file or directory, lstat '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/test/math/sinh'
2020-01-18T03:50:15.6892280Z npm WARN tar ENOENT: no such file or directory, lstat '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/test/math/tanh'
2020-01-18T03:50:15.6900178Z npm WARN tar ENOENT: no such file or directory, lstat '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/test/math/trunc'
2020-01-18T03:50:15.6906011Z npm WARN tar ENOENT: no such file or directory, open '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/test/number/is-finite/shim.js'
2020-01-18T03:50:15.6914124Z npm WARN tar ENOENT: no such file or directory, open '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/test/number/is-integer/shim.js'
2020-01-18T03:50:15.6919947Z npm WARN tar ENOENT: no such file or directory, open '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/test/number/is-nan/shim.js'
2020-01-18T03:50:15.6925770Z npm WARN tar ENOENT: no such file or directory, open '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/test/number/is-safe-integer/shim.js'
2020-01-18T03:50:15.6981635Z npm WARN tar ENOENT: no such file or directory, lstat '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/test/object/assign'
2020-01-18T03:50:15.7003587Z npm WARN tar ENOENT: no such file or directory, lstat '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/test/object/entries'
2020-01-18T03:50:15.7010681Z npm WARN tar ENOENT: no such file or directory, lstat '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/test/object/keys'
2020-01-18T03:50:15.7017929Z npm WARN tar ENOENT: no such file or directory, lstat '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/test/object/set-prototype-of'
2020-01-18T03:50:15.7023675Z npm WARN tar ENOENT: no such file or directory, lstat '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/test/promise/#/finally'
2020-01-18T03:50:15.7031007Z npm WARN tar ENOENT: no such file or directory, open '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/test/reg-exp/#/match/shim.js'
2020-01-18T03:50:15.7036627Z npm WARN tar ENOENT: no such file or directory, open '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/test/reg-exp/#/replace/shim.js'
2020-01-18T03:50:15.7042443Z npm WARN tar ENOENT: no such file or directory, open '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/test/reg-exp/#/search/shim.js'
2020-01-18T03:50:15.7053782Z npm WARN tar ENOENT: no such file or directory, open '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/test/reg-exp/#/split/shim.js'
2020-01-18T03:50:15.7058576Z npm WARN tar ENOENT: no such file or directory, lstat '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/test/string/#/@@iterator'
2020-01-18T03:50:15.7063927Z npm WARN tar ENOENT: no such file or directory, lstat '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/test/string/#/code-point-at'
2020-01-18T03:50:15.7069443Z npm WARN tar ENOENT: no such file or directory, lstat '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/test/string/#/contains'
2020-01-18T03:50:15.7074387Z npm WARN tar ENOENT: no such file or directory, lstat '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/test/string/#/ends-with'
2020-01-18T03:50:15.7079985Z npm WARN tar ENOENT: no such file or directory, open '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/test/string/#/normalize/shim.js'
2020-01-18T03:50:15.7083342Z npm WARN tar ENOENT: no such file or directory, lstat '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/test/string/#/repeat'
2020-01-18T03:50:15.7088168Z npm WARN tar ENOENT: no such file or directory, lstat '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/test/string/#/starts-with'
2020-01-18T03:50:15.7099019Z npm WARN tar ENOENT: no such file or directory, open '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/test/string/from-code-point/shim.js'
2020-01-18T03:50:15.7104615Z npm WARN tar ENOENT: no such file or directory, open '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/test/string/raw/shim.js'
2020-01-18T03:50:15.7107422Z npm WARN tar ENOENT: no such file or directory, open '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/array/#/some-right.js'
2020-01-18T03:50:15.7111263Z npm WARN tar ENOENT: no such file or directory, open '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/test/array/#/some-right.js'
2020-01-18T03:50:15.7114397Z npm WARN tar ENOENT: no such file or directory, open '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/test/object/some.js'
2020-01-18T03:50:15.7118502Z npm WARN tar ENOENT: no such file or directory, lstat '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/test/function/#'
2020-01-18T03:50:15.7122932Z npm WARN tar ENOENT: no such file or directory, lstat '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/test/error/#'
2020-01-18T03:50:15.7131854Z npm WARN tar ENOENT: no such file or directory, open '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/test/array/to-array.js'
2020-01-18T03:50:15.7133444Z npm WARN tar ENOENT: no such file or directory, open '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/test/object/to-array.js'
2020-01-18T03:50:15.7159034Z npm WARN tar ENOENT: no such file or directory, lstat '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/test/function/#'
2020-01-18T03:50:15.7163775Z npm WARN tar ENOENT: no such file or directory, open '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/test/string/#/uncapitalize.js'
2020-01-18T03:50:15.7165976Z npm WARN tar ENOENT: no such file or directory, open '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/array/#/uniq.js'
2020-01-18T03:50:15.7170847Z npm WARN tar ENOENT: no such file or directory, open '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/test/array/#/uniq.js'
2020-01-18T03:50:15.7200658Z npm WARN tar ENOENT: no such file or directory, open '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/test/object/unserialize.js'
2020-01-18T03:50:15.7206301Z npm WARN tar ENOENT: no such file or directory, open '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/test/array/valid-array.js'
2020-01-18T03:50:15.7212122Z npm WARN tar ENOENT: no such file or directory, open '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/test/object/valid-callable.js'
2020-01-18T03:50:15.7217786Z npm WARN tar ENOENT: no such file or directory, open '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/test/date/valid-date.js'
2020-01-18T03:50:15.7223148Z npm WARN tar ENOENT: no such file or directory, open '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/test/error/valid-error.js'
2020-01-18T03:50:15.7229653Z npm WARN tar ENOENT: no such file or directory, open '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/test/function/valid-function.js'
2020-01-18T03:50:15.7235100Z npm WARN tar ENOENT: no such file or directory, open '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/test/object/valid-object.js'
2020-01-18T03:50:15.7241187Z npm WARN tar ENOENT: no such file or directory, open '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/test/reg-exp/valid-reg-exp.js'
2020-01-18T03:50:15.7248076Z npm WARN tar ENOENT: no such file or directory, open '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/test/object/valid-value.js'
2020-01-18T03:50:15.7254329Z npm WARN tar ENOENT: no such file or directory, open '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/test/object/validate-array-like-object.js'
2020-01-18T03:50:15.7261136Z npm WARN tar ENOENT: no such file or directory, open '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/test/object/validate-array-like.js'
2020-01-18T03:50:15.7268354Z npm WARN tar ENOENT: no such file or directory, open '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/test/iterable/validate-object.js'
2020-01-18T03:50:15.7275252Z npm WARN tar ENOENT: no such file or directory, open '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/test/object/validate-stringifiable-value.js'
2020-01-18T03:50:15.7282385Z npm WARN tar ENOENT: no such file or directory, open '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/test/object/validate-stringifiable.js'
2020-01-18T03:50:15.7288525Z npm WARN tar ENOENT: no such file or directory, open '/__w/node-sass/node-sass/node_modules/.staging/es5-ext-0dbe7b13/test/iterable/validate.js'
2020-01-18T03:50:15.9017442Z npm http fetch GET 200 https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.1.2.tgz 9ms (from cache)
2020-01-18T03:50:15.9028144Z npm http fetch GET 200 https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.1.tgz 10ms (from cache)
2020-01-18T03:50:15.9038521Z npm http fetch GET 200 https://registry.npmjs.org/pseudomap/-/pseudomap-1.0.2.tgz 10ms (from cache)
2020-01-18T03:50:16.0106459Z npm http fetch GET 200 https://registry.npmjs.org/psl/-/psl-1.7.0.tgz 6ms (from cache)
2020-01-18T03:50:16.1038444Z npm http fetch GET 200 https://registry.npmjs.org/tar/-/tar-2.2.2.tgz 13ms (from cache)
2020-01-18T03:50:16.1104196Z npm http fetch GET 200 https://registry.npmjs.org/ajv/-/ajv-6.10.2.tgz 19ms (from cache)
2020-01-18T03:50:16.1683519Z npm verb unlock done using /github/home/.npm/_locks/staging-593b3a94866238be.lock for /__w/node-sass/node-sass/node_modules/.staging
2020-01-18T03:50:16.1689710Z npm timing stage:rollbackFailedOptional Completed in 0ms
2020-01-18T03:50:16.1696350Z npm timing stage:runTopLevelLifecycles Completed in 29962ms
2020-01-18T03:50:16.3955758Z npm verb stack Error: Command failed: git clone --mirror -q https://github.com/sass/sass-spec.git /github/home/.npm/_cacache/tmp/git-clone-dbd532b1/.git
2020-01-18T03:50:16.3956612Z npm verb stack /github/home/.npm/_cacache/tmp/git-clone-dbd532b1/.git: Permission denied
2020-01-18T03:50:16.3957818Z npm verb stack
2020-01-18T03:50:16.3959118Z npm verb stack at ChildProcess.exithandler (child_process.js:281:12)
2020-01-18T03:50:16.3959267Z npm verb stack at emitTwo (events.js:126:13)
2020-01-18T03:50:16.3959360Z npm verb stack at ChildProcess.emit (events.js:214:7)
2020-01-18T03:50:16.3959532Z npm verb stack at maybeClose (internal/child_process.js:915:16)
2020-01-18T03:50:16.3959651Z npm verb stack at Socket.stream.socket.on (internal/child_process.js:336:11)
2020-01-18T03:50:16.3959764Z npm verb stack at emitOne (events.js:116:13)
2020-01-18T03:50:16.3959852Z npm verb stack at Socket.emit (events.js:211:7)
2020-01-18T03:50:16.3959961Z npm verb stack at Pipe._handle.close [as _onclose] (net.js:561:12)
2020-01-18T03:50:16.3962335Z npm verb cwd /__w/node-sass/node-sass
2020-01-18T03:50:16.3962694Z npm verb Linux 5.0.0-1028-azure
2020-01-18T03:50:16.3963118Z npm verb argv "/usr/local/bin/node" "/usr/local/bin/npm" "install" "--unsafe-perm" "--loglevel" "verbose"
2020-01-18T03:50:16.3963231Z npm verb node v8.17.0
2020-01-18T03:50:16.3963316Z npm verb npm v6.13.4
2020-01-18T03:50:16.3963431Z npm ERR! code 1
2020-01-18T03:50:16.3975372Z npm ERR! Command failed: git clone --mirror -q https://github.com/sass/sass-spec.git /github/home/.npm/_cacache/tmp/git-clone-dbd532b1/.git
2020-01-18T03:50:16.3975793Z npm ERR! /github/home/.npm/_cacache/tmp/git-clone-dbd532b1/.git: Permission denied
2020-01-18T03:50:16.3975903Z npm ERR!
2020-01-18T03:50:16.3979575Z npm verb exit [ 1, true ]
2020-01-18T03:50:16.4162219Z npm timing npm Completed in 30559ms
2020-01-18T03:50:16.4164967Z
2020-01-18T03:50:16.4165563Z npm ERR! A complete log of this run can be found in:
2020-01-18T03:50:16.4166775Z npm ERR! /github/home/.npm/_logs/2020-01-18T03_50_16_411Z-debug.log
2020-01-18T03:50:16.4818966Z ##[error]Process completed with exit code 1.
2020-01-18T03:50:16.4894945Z Stop and remove container: 6a3576c54e614cf286210e2d99805c21_node8alpine_52f208
2020-01-18T03:50:16.4898250Z ##[command]/usr/bin/docker rm --force eeba24715adc6dde688b9188a8c8bc86db0e072e36710a5ea72ac8c7bef481f8
2020-01-18T03:50:17.3869413Z eeba24715adc6dde688b9188a8c8bc86db0e072e36710a5ea72ac8c7bef481f8
2020-01-18T03:50:17.3894874Z Remove container network: github_network_81f190df22e04d7d9d6bdd6b7f0aa62c
2020-01-18T03:50:17.3898613Z ##[command]/usr/bin/docker network rm github_network_81f190df22e04d7d9d6bdd6b7f0aa62c
2020-01-18T03:50:17.5853644Z github_network_81f190df22e04d7d9d6bdd6b7f0aa62c
2020-01-18T03:50:17.5882193Z Cleaning up orphan processes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment