yandex-cloud / serverless-plugin

MIT License
57 stars 15 forks source link

Serveless plugin can't deploy functions from time to time. #124

Closed caiiiycuk closed 1 day ago

caiiiycuk commented 1 day ago

I have a project that uses serveless plugin, and often I can't deploy it on a cloud. When I do sls deploy it recive error in a middle and partially update my stack. So I forced to try again and again until it successfully finished. Usully I need to repeat 1-10 times to deploy my stack %)

The error:

yarn run sls deploy 
yarn run v1.22.19
warning package.json: "v8" is also the name of a node core module
$ /home/caiiiycuk/js-dos/v8/node_modules/.bin/sls deploy
(node:21142) NOTE: We are formalizing our plans to enter AWS SDK for JavaScript (v2) into maintenance mode in 2023.

Please migrate your code to use AWS SDK for JavaScript (v3).
For more information, check the migration guide at https://a.co/7PzMCcy
(Use `node --trace-warnings ...` to show where the warning was created)
✖ Error: Logs: https://storage.yandexcloud.net/build-logs/b1g5f2a3d9hru8cnrec5/d4elsv8ta56noeh7d9nl/d4edsqifkai4qnvjne4p.output?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Date=20240926T065820Z&X-Amz-SignedHeaders=host&X-Amz-Expires=172800&X-Amz-Credential=YCAJE19NO6xIDLV1u_xVT0CtK%2F20240926%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Signature=50a92ef949331370c6dbf24bff80c0bfd8f4c1944291361a4e03d7ae1a2ffcd9
      at YandexCloudProvider.<anonymous> (/home/caiiiycuk/js-dos/v8/node_modules/@yandex-cloud/serverless-plugin/dist/provider/provider.js:700:23)
      at Generator.throw (<anonymous>)
      at rejected (/home/caiiiycuk/js-dos/v8/node_modules/@yandex-cloud/serverless-plugin/dist/provider/provider.js:35:65)
      at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
✔ Function updated
nikolaymatrosov commented 1 day ago

Firstly, I noticed that the logs you shared were provided through a link that is set to expire. It would be more effective to either download the logs and attach them directly as a file or upload them to a platform that provides a permanent link. This ensures the logs remain accessible for as long as the issue persists.

Based on the logs you provided, it appears that the package-lock.json file is not included with the code. This can lead to a longer and less predictable process for resolving and installing dependencies. Additionally, there are multiple log entries indicating cache miss. It seems that after a few attempts, all packages are eventually cached, allowing the installation to complete successfully.

caiiiycuk commented 1 day ago

Thanks for quick answer. I discovered the logs and all of them are ended with sigkill, like this:

===> executing build script
npm WARN using --force Recommended protections disabled.
===> package.json found in sources
===> will start 'npm install' in /function/code
npm info using npm@7.24.2
npm info using node@v18.16.1
npm timing npm:load:whichnode Completed in 0ms
npm timing config:load:defaults Completed in 1ms
npm timing config:load:file:/function/runtime/nodejs/lib/node_modules/npm/npmrc Completed in 11ms
npm timing config:load:builtin Completed in 11ms
npm timing config:load:cli Completed in 2ms
npm timing config:load:env Completed in 1ms
npm timing config:load:project Completed in 6ms
npm timing config:load:file:/function/code/.npmrc Completed in 0ms
npm timing config:load:user Completed in 0ms
npm timing config:load:file:/function/runtime/nodejs/etc/npmrc Completed in 0ms
npm timing config:load:global Completed in 0ms
npm timing config:load:validate Completed in 0ms
npm timing config:load:credentials Completed in 0ms
npm timing config:load:setEnvs Completed in 0ms
npm timing config:load Completed in 23ms
npm timing npm:load:configload Completed in 23ms
npm timing npm:load:setTitle Completed in 0ms
npm timing npm:load:setupLog Completed in 1ms
npm timing config:load:flatten Completed in 2ms
npm timing npm:load:cleanupLog Completed in 2ms
npm timing npm:load:configScope Completed in 0ms
npm timing npm:load:projectScope Completed in 0ms
npm timing npm:load Completed in 36ms
npm timing arborist:ctor Completed in 1ms
npm timing arborist:ctor Completed in 0ms
npm timing idealTree:init Completed in 12ms
npm timing idealTree:userRequests Completed in 1ms
npm http fetch GET 200 https://registry.npmjs.org/aws-sdk 208ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/crypto-js 34ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/nanoid 37ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/ydb-sdk 45ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/@types%2fcrypto-js 50ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/@types%2fpino-pretty 45ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/@types%2fpino-std-serializers 46ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/@typescript-eslint%2feslint-plugin 349ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/@typescript-eslint%2fparser 265ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/eslint 98ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/@yandex-cloud%2ffunction-types 74ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/@yandex-cloud%2fserverless-plugin 177ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/serverless 232ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/eslint-config-google 87ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/typescript 194ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/pino-std-serializers 205ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/pino-pretty 208ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/levn 222ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/natural-compare-lite 413ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/graphemer 421ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/esutils 433ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/chalk 450ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/espree 463ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/doctrine 471ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/text-table 471ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/glob-parent 471ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/find-up 488ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/is-glob 488ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/imurmurhash 501ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/esquery 522ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/cross-spawn 517ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/@eslint%2fjs 520ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/lodash.merge 518ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/eslint-scope 527ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/is-path-inside 528ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/natural-compare 527ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/@eslint-community%2fregexpp 551ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/strip-ansi 541ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/optionator 543ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/escape-string-regexp 657ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/file-entry-cache 666ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/debug 690ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/js-yaml 681ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/fast-deep-equal 688ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/eslint-visitor-keys 687ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/json-stable-stringify-without-jsonify 681ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/minimatch 717ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/@humanwhocodes%2fmodule-importer 705ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/bind-decorator 704ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/@eslint-community%2feslint-utils 722ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/semver 770ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/@nodelib%2ffs.walk 754ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/ignore 783ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/@humanwhocodes%2fconfig-array 760ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/@ungap%2fstructured-clone 762ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/d 765ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/tsutils 800ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/path2 762ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/lodash 780ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/ext 779ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/cachedir 769ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/get-stdin 787ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/promise-queue 779ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/type 810ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/ci-info 801ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/untildify 798ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/uuid 814ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/memoizee 810ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/is-docker 810ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/stream-buffers 798ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/@yandex-cloud%2fnodejs-sdk 838ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/essentials 819ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/json-cycle 819ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/signal-exit 813ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/@serverless%2futils 847ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/dotenv 835ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/globby 836ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/decompress 832ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/timers-ext 831ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/ajv-formats 825ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/process-utils 825ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/globals 881ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/tar 861ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/ws 867ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/archiver 856ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/dotenv-expand 843ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/yaml-ast-parser 841ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/child-process-ext 841ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/https-proxy-agent 845ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/require-from-string 844ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/open 879ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/bluebird 869ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/object-hash 858ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/json-colorizer 857ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/abort-controller 856ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/graceful-fs 863ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/events 848ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/yaml 896ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/json-refs 880ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/micromatch 879ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/npm-registry-utilities 857ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/ieee754 859ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/axios 913ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/supports-color 890ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/cli-progress-footer 889ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/querystring 877ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/@eslint%2feslintrc 939ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/filesize 912ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/fastest-levenshtein 895ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/xml2js 882ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/fs-extra 921ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/jmespath 893ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/node-fetch 921ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/url 898ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/buffer 903ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/sax 903ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/util 903ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/ydb-sdk-proto 893ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/dayjs 943ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/reflect-metadata 896ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/long 912ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/jsonwebtoken 912ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/@types%2fpino 919ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/ajv 1001ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/luxon 935ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/@serverless%2fplatform-client 952ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/@grpc%2fgrpc-js 946ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/@serverless%2fdashboard-plugin 976ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/pino 981ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/@aws-sdk%2fclient-eventbridge 1031ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/@aws-sdk%2fclient-api-gateway 1042ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/@aws-sdk%2fclient-iam 1065ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/@aws-sdk%2fclient-cognito-identity-provider 1064ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/@aws-sdk%2fclient-lambda 1090ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/@aws-sdk%2fclient-s3 1106ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/@typescript-eslint%2futils 1267ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/@typescript-eslint%2ftype-utils 1295ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/@typescript-eslint%2ftypes 1345ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/@typescript-eslint%2fscope-manager 1388ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/@typescript-eslint%2ftypescript-estree 1551ms (cache miss)
npm timing idealTree:#root Completed in 4205ms
npm timing idealTree:node_modules/@types/crypto-js Completed in 0ms
npm http fetch GET 200 https://registry.npmjs.org/dateformat 40ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/on-exit-leak-free 73ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/minimist 76ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/pino-abstract-transport 77ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/help-me 79ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/colorette 82ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/pump 79ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/fast-safe-stringify 83ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/fast-copy 84ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/joycon 84ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/secure-json-parse 83ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/readable-stream 84ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/sonic-boom 86ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/strip-json-comments 88ms (cache miss)
npm timing idealTree:node_modules/@types/pino-pretty Completed in 96ms
npm timing idealTree:node_modules/@types/pino-std-serializers Completed in 1ms
npm http fetch GET 200 https://registry.npmjs.org/ms 43ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/tslib 58ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/@types%2fsemver 71ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/@types%2fjson-schema 92ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/@typescript-eslint%2fvisitor-keys 257ms (cache miss)
npm timing idealTree:node_modules/@typescript-eslint/eslint-plugin Completed in 319ms
npm timing idealTree:node_modules/@eslint-community/regexpp Completed in 0ms
npm timing idealTree:node_modules/@typescript-eslint/parser Completed in 3ms
npm timing idealTree:node_modules/@typescript-eslint/scope-manager Completed in 18ms
npm timing idealTree:node_modules/@typescript-eslint/type-utils Completed in 2ms
npm timing idealTree:node_modules/@typescript-eslint/types Completed in 0ms
npm http fetch GET 200 https://registry.npmjs.org/slash 73ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/array-union 70ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/fast-glob 73ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/dir-glob 76ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/merge2 79ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/is-extglob 78ms (cache miss)
npm timing idealTree:node_modules/@typescript-eslint/typescript-estree Completed in 88ms
npm http fetch GET 200 https://registry.npmjs.org/esrecurse 38ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/estraverse 78ms (cache miss)
npm timing idealTree:node_modules/@typescript-eslint/utils Completed in 88ms
npm timing idealTree:node_modules/@eslint-community/eslint-utils Completed in 1ms
npm timing idealTree:node_modules/@types/json-schema Completed in 0ms
npm timing idealTree:node_modules/@types/semver Completed in 0ms
npm timing idealTree:node_modules/@typescript-eslint/visitor-keys Completed in 0ms
npm timing idealTree:node_modules/@yandex-cloud/function-types Completed in 0ms
npm http fetch GET 200 https://registry.npmjs.org/ncjsm 122ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/log 127ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/p-event 121ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/content-disposition 149ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/archive-type 150ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/make-dir 140ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/event-emitter 148ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/uni-global 136ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/jwt-decode 148ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/ext-name 151ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/filenamify 157ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/log-node 154ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/get-stream 160ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/file-type 166ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/inquirer 169ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/node-abort-controller 163ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/utility-types 163ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/write-file-atomic 174ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/abort-controller-x 175ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/nice-grpc 176ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/nice-grpc-client-middleware-deadline 177ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/proxy-from-env 176ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/got 197ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/form-data 183ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/follow-redirects 188ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/protobufjs 192ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/log4js 200ms (cache miss)
npm timing idealTree:node_modules/@yandex-cloud/serverless-plugin Completed in 239ms
npm http fetch GET 200 https://registry.npmjs.org/encoding 43ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/decompress-targz 122ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/ext-list 128ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/decompress-unzip 132ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/decompress-tar 141ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/token-types 137ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/decompress-tarbz2 148ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/es5-ext 155ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/cli-color 156ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/sort-keys-length 153ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/strip-dirs 155ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/safe-buffer 158ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/pify 159ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/mute-stream 162ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/strtok3 175ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/responselike 176ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/p-cancelable 179ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/filename-reserved-regex 187ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/readable-web-to-node-stream 199ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/lowercase-keys 197ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/ansi-styles 211ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/trim-repeated 207ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/strip-outer 210ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/cacheable-lookup 205ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/decompress-response 209ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/http2-wrapper 223ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/cacheable-request 223ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/figures 229ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/ora 247ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/through 258ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/external-editor 264ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/string-width 266ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/wrap-ansi 272ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/sprintf-kit 264ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/@sindresorhus%2fis 293ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/ansi-escapes 283ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/@types%2fcacheable-request 292ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/@types%2fresponselike 294ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/run-async 292ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/duration 289ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/cli-sprintf-format 282ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/cli-cursor 295ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/cli-width 298ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/@szmarczak%2fhttp-timer 302ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/argparse 298ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/es6-weak-map 288ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/is-promise 288ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/next-tick 288ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/ansi-regex 297ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/lru-queue 295ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/define-lazy-prop 292ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/es6-set 294ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/deferred 296ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/fs2 296ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/builtin-modules 299ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/rxjs 317ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/has-flag 301ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/is-wsl 303ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/p-timeout 303ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/find-requires 306ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/whatwg-url 306ms (cache miss)
npm timing idealTree:node_modules/@serverless/utils Completed in 446ms
npm http fetch GET 200 https://registry.npmjs.org/lodash.once 107ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/jws 112ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/lodash.isinteger 112ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/lodash.isplainobject 111ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/lodash.isnumber 113ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/streamroller 106ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/lodash.isstring 114ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/lodash.includes 117ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/nice-grpc-common 108ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/flatted 111ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/rfdc 111ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/lodash.isboolean 126ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/date-format 120ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/@grpc%2fproto-loader 131ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/@protobufjs%2fbase64 122ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/@protobufjs%2faspromise 123ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/@js-sdsl%2fordered-map 142ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/@protobufjs%2feventemitter 131ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/@protobufjs%2ffloat 132ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/@protobufjs%2ffetch 132ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/@protobufjs%2finquire 139ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/@protobufjs%2futf8 155ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/@protobufjs%2fcodegen 161ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/@protobufjs%2fpath 160ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/@protobufjs%2fpool 161ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/@types%2fnode 244ms (cache miss)
npm timing idealTree:node_modules/@yandex-cloud/nodejs-sdk Completed in 279ms
npm http fetch GET 200 https://registry.npmjs.org/lodash.camelcase 50ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/yargs 67ms (cache miss)
npm timing idealTree:node_modules/@grpc/grpc-js Completed in 73ms
npm http fetch GET 200 https://registry.npmjs.org/escalade 54ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/require-directory 53ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/yargs-parser 56ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/cliui 58ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/y18n 60ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/get-caller-file 61ms (cache miss)
npm timing idealTree:node_modules/@grpc/proto-loader Completed in 66ms
npm timing idealTree:node_modules/@js-sdsl/ordered-map Completed in 0ms
npm timing idealTree:node_modules/abort-controller-x Completed in 0ms
npm timing idealTree:node_modules/archive-type Completed in 1ms
npm http fetch GET 200 https://registry.npmjs.org/is-generator-function 60ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/punycode 68ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/is-arguments 63ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/inherits 64ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/isarray 70ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/xmlbuilder 63ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/which-typed-array 65ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/is-typed-array 67ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/base64-js 76ms (cache miss)
npm timing idealTree:node_modules/aws-sdk Completed in 87ms
npm http fetch GET 200 https://registry.npmjs.org/combined-stream 43ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/mime-types 55ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/asynckit 63ms (cache miss)
npm timing idealTree:node_modules/axios Completed in 66ms
npm timing idealTree:node_modules/bind-decorator Completed in 0ms
npm timing idealTree:node_modules/buffer Completed in 1ms
npm timing idealTree:node_modules/base64-js Completed in 0ms
npm http fetch GET 200 https://registry.npmjs.org/color-convert 47ms (cache miss)
npm timing idealTree:node_modules/chalk Completed in 49ms
npm http fetch GET 200 https://registry.npmjs.org/color-name 58ms (cache miss)
npm timing idealTree:node_modules/ansi-styles Completed in 59ms
npm timing idealTree:node_modules/ci-info Completed in 0ms
npm http fetch GET 200 https://registry.npmjs.org/esniff 42ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/es6-iterator 63ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/es6-symbol 70ms (cache miss)
npm timing idealTree:node_modules/cli-progress-footer Completed in 74ms
npm timing idealTree:node_modules/cli-color Completed in 1ms
npm timing idealTree:node_modules/color-convert Completed in 0ms
npm timing idealTree:node_modules/color-name Completed in 0ms
npm timing idealTree:node_modules/content-disposition Completed in 2ms
npm timing idealTree:node_modules/crypto-js Completed in 0ms
npm timing idealTree:node_modules/d Completed in 0ms
npm timing idealTree:node_modules/debug Completed in 1ms
npm http fetch GET 200 https://registry.npmjs.org/seek-bzip 54ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/unbzip2-stream 57ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/yauzl 59ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/is-natural-number 59ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/is-stream 65ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/tar-stream 68ms (cache miss)
npm timing idealTree:node_modules/decompress Completed in 75ms
npm http fetch GET 200 https://registry.npmjs.org/xtend 47ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/fs-constants 48ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/to-buffer 51ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/end-of-stream 53ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/buffer-alloc 55ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/bl 57ms (cache miss)
npm timing idealTree:node_modules/decompress-tar Completed in 61ms
npm http fetch GET 200 https://registry.npmjs.org/commander 45ms (cache miss)
npm timing idealTree:node_modules/decompress-tarbz2 Completed in 51ms
npm timing idealTree:node_modules/decompress-targz Completed in 1ms
npm http fetch GET 200 https://registry.npmjs.org/pinkie-promise 41ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/buffer-crc32 47ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/object-assign 52ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/fd-slicer 69ms (cache miss)
npm timing idealTree:node_modules/decompress-unzip Completed in 80ms
npm timing idealTree:node_modules/es5-ext Completed in 2ms
npm timing idealTree:node_modules/es6-iterator Completed in 0ms
npm timing idealTree:node_modules/es6-symbol Completed in 0ms
npm http fetch GET 200 https://registry.npmjs.org/uri-js 68ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/acorn-jsx 63ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/fastq 102ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/json-schema-traverse 113ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/shebang-command 113ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/locate-path 108ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/import-fresh 130ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/path-exists 117ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/flat-cache 121ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/@nodelib%2ffs.scandir 142ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/which 129ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/@humanwhocodes%2fobject-schema 145ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/fast-json-stable-stringify 135ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/type-check 125ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/path-key 136ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/acorn 136ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/type-fest 132ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/prelude-ls 134ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/word-wrap 129ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/fast-levenshtein 128ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/deep-is 134ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/brace-expansion 136ms (cache miss)
npm timing idealTree:node_modules/eslint Completed in 202ms
npm http fetch GET 200 https://registry.npmjs.org/parent-module 45ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/resolve-from 91ms (cache miss)
npm timing idealTree:node_modules/@eslint/eslintrc Completed in 95ms
npm timing idealTree:node_modules/@eslint/js Completed in 0ms
npm timing idealTree:node_modules/@humanwhocodes/config-array Completed in 1ms
npm timing idealTree:node_modules/@humanwhocodes/module-importer Completed in 0ms
npm timing idealTree:node_modules/@humanwhocodes/object-schema Completed in 0ms
npm http fetch GET 200 https://registry.npmjs.org/reusify 33ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/run-parallel 60ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/@nodelib%2ffs.stat 69ms (cache miss)
npm timing idealTree:node_modules/@nodelib/fs.walk Completed in 73ms
npm http fetch GET 200 https://registry.npmjs.org/queue-microtask 32ms (cache miss)
npm timing idealTree:node_modules/@nodelib/fs.scandir Completed in 35ms
npm timing idealTree:node_modules/@nodelib/fs.stat Completed in 0ms
npm timing idealTree:node_modules/@ungap/structured-clone Completed in 0ms
npm timing idealTree:node_modules/ajv Completed in 2ms
npm http fetch GET 200 https://registry.npmjs.org/isexe 43ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/shebang-regex 53ms (cache miss)
npm timing idealTree:node_modules/cross-spawn Completed in 56ms
npm timing idealTree:node_modules/doctrine Completed in 0ms
npm timing idealTree:node_modules/escape-string-regexp Completed in 0ms
npm timing idealTree:node_modules/eslint-config-google Completed in 0ms
npm timing idealTree:node_modules/eslint-scope Completed in 1ms
npm timing idealTree:node_modules/eslint-visitor-keys Completed in 0ms
npm timing idealTree:node_modules/esniff Completed in 0ms
npm timing idealTree:node_modules/espree Completed in 1ms
npm timing idealTree:node_modules/acorn Completed in 0ms
npm timing idealTree:node_modules/acorn-jsx Completed in 0ms
npm timing idealTree:node_modules/esquery Completed in 4ms
npm timing idealTree:node_modules/esrecurse Completed in 1ms
npm timing idealTree:node_modules/estraverse Completed in 0ms
npm timing idealTree:node_modules/esutils Completed in 0ms
npm timing idealTree:node_modules/event-emitter Completed in 0ms
npm timing idealTree:node_modules/events Completed in 0ms
npm timing idealTree:node_modules/ext Completed in 0ms
npm http fetch GET 200 https://registry.npmjs.org/mime-db 36ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/sort-keys 44ms (cache miss)
npm timing idealTree:node_modules/ext-name Completed in 47ms
npm timing idealTree:node_modules/ext-list Completed in 1ms
npm timing idealTree:node_modules/fast-deep-equal Completed in 0ms
npm timing idealTree:node_modules/fast-json-stable-stringify Completed in 0ms
npm timing idealTree:node_modules/fastq Completed in 0ms
npm http fetch GET 200 https://registry.npmjs.org/rimraf 37ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/keyv 42ms (cache miss)
npm timing idealTree:node_modules/file-entry-cache Completed in 44ms
npm http fetch GET 200 https://registry.npmjs.org/peek-readable 46ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/@tokenizer%2ftoken 58ms (cache miss)
npm timing idealTree:node_modules/file-type Completed in 62ms
npm timing idealTree:node_modules/filenamify Completed in 2ms
npm timing idealTree:node_modules/filename-reserved-regex Completed in 0ms
npm http fetch GET 200 https://registry.npmjs.org/p-locate 43ms (cache miss)
npm timing idealTree:node_modules/find-up Completed in 45ms
npm http fetch GET 200 https://registry.npmjs.org/json-buffer 34ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/glob 45ms (cache miss)
npm timing idealTree:node_modules/flat-cache Completed in 50ms
npm timing idealTree:node_modules/flatted Completed in 0ms
npm timing idealTree:node_modules/follow-redirects Completed in 0ms
npm http fetch GET 200 https://registry.npmjs.org/delayed-stream 33ms (cache miss)
npm timing idealTree:node_modules/form-data Completed in 36ms
npm timing idealTree:node_modules/asynckit Completed in 0ms
npm timing idealTree:node_modules/combined-stream Completed in 1ms
npm timing idealTree:node_modules/delayed-stream Completed in 0ms
npm timing idealTree:node_modules/get-stream Completed in 0ms
npm timing idealTree:node_modules/glob-parent Completed in 0ms
npm timing idealTree:node_modules/globals Completed in 1ms
npm http fetch GET 200 https://registry.npmjs.org/path-type 43ms (cache miss)
npm timing idealTree:node_modules/globby Completed in 51ms
npm timing idealTree:node_modules/array-union Completed in 0ms
npm timing idealTree:node_modules/dir-glob Completed in 1ms
npm http fetch GET 200 https://registry.npmjs.org/braces 41ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/picomatch 45ms (cache miss)
npm timing idealTree:node_modules/fast-glob Completed in 48ms
npm http fetch GET 200 https://registry.npmjs.org/defer-to-connect 51ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/http-cache-semantics 50ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/resolve-alpn 48ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/@types%2fhttp-cache-semantics 70ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/@types%2fkeyv 72ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/mimic-response 71ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/normalize-url 72ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/clone-response 76ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/quick-lru 82ms (cache miss)
npm timing idealTree:node_modules/got Completed in 97ms
npm timing idealTree:node_modules/@sindresorhus/is Completed in 0ms
npm timing idealTree:node_modules/@szmarczak/http-timer Completed in 1ms
npm http fetch GET 200 https://registry.npmjs.org/undici-types 38ms (cache miss)
npm timing idealTree:node_modules/@types/cacheable-request Completed in 41ms
npm timing idealTree:node_modules/@types/http-cache-semantics Completed in 0ms
npm timing idealTree:node_modules/@types/keyv Completed in 0ms
npm timing idealTree:node_modules/@types/node Completed in 1ms
npm timing idealTree:node_modules/@types/responselike Completed in 0ms
npm timing idealTree:node_modules/cacheable-lookup Completed in 0ms
npm timing idealTree:node_modules/cacheable-request Completed in 2ms
npm timing idealTree:node_modules/clone-response Completed in 1ms
npm timing idealTree:node_modules/decompress-response Completed in 0ms
npm timing idealTree:node_modules/defer-to-connect Completed in 0ms
npm timing idealTree:node_modules/graceful-fs Completed in 0ms
npm timing idealTree:node_modules/graphemer Completed in 0ms
npm timing idealTree:node_modules/http-cache-semantics Completed in 0ms
npm timing idealTree:node_modules/http2-wrapper Completed in 1ms
npm timing idealTree:node_modules/ieee754 Completed in 0ms
npm timing idealTree:node_modules/ignore Completed in 0ms
npm http fetch GET 200 https://registry.npmjs.org/callsites 48ms (cache miss)
npm timing idealTree:node_modules/import-fresh Completed in 50ms
npm timing idealTree:node_modules/imurmurhash Completed in 0ms
npm http fetch GET 200 https://registry.npmjs.org/tmp 74ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/is-interactive 69ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/chardet 77ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/wcwidth 76ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/is-unicode-supported 72ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/cli-spinners 73ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/restore-cursor 81ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/iconv-lite 81ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/log-symbols 77ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/emoji-regex 76ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/is-fullwidth-code-point 104ms (cache miss)
npm timing idealTree:node_modules/inquirer Completed in 126ms
npm timing idealTree:node_modules/ansi-escapes Completed in 1ms
npm http fetch GET 200 https://registry.npmjs.org/onetime 43ms (cache miss)
npm timing idealTree:node_modules/cli-cursor Completed in 45ms
npm timing idealTree:node_modules/cli-width Completed in 0ms
npm http fetch GET 200 https://registry.npmjs.org/os-tmpdir 47ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/safer-buffer 59ms (cache miss)
npm timing idealTree:node_modules/external-editor Completed in 67ms
npm timing idealTree:node_modules/chardet Completed in 0ms
npm timing idealTree:node_modules/figures Completed in 1ms
npm timing idealTree:node_modules/iconv-lite Completed in 1ms
npm timing idealTree:node_modules/is-glob Completed in 1ms
npm timing idealTree:node_modules/is-extglob Completed in 0ms
npm timing idealTree:node_modules/is-path-inside Completed in 1ms
npm timing idealTree:node_modules/is-stream Completed in 0ms
npm timing idealTree:node_modules/isarray Completed in 0ms
npm timing idealTree:node_modules/jmespath Completed in 0ms
npm timing idealTree:node_modules/js-yaml Completed in 3ms
npm timing idealTree:node_modules/argparse Completed in 0ms
npm timing idealTree:node_modules/json-schema-traverse Completed in 6ms
npm timing idealTree:node_modules/json-stable-stringify-without-jsonify Completed in 0ms
npm http fetch GET 200 https://registry.npmjs.org/jwa 82ms (cache miss)
npm timing idealTree:node_modules/jsonwebtoken Completed in 92ms
npm http fetch GET 200 https://registry.npmjs.org/ecdsa-sig-formatter 39ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/buffer-equal-constant-time 49ms (cache miss)
npm timing idealTree:node_modules/jws Completed in 51ms
npm timing idealTree:node_modules/jwa Completed in 2ms
npm timing idealTree:node_modules/buffer-equal-constant-time Completed in 0ms
npm timing idealTree:node_modules/ecdsa-sig-formatter Completed in 0ms
npm timing idealTree:node_modules/jwt-decode Completed in 0ms
npm timing idealTree:node_modules/keyv Completed in 1ms
npm timing idealTree:node_modules/json-buffer Completed in 0ms
npm timing idealTree:node_modules/levn Completed in 2ms
npm http fetch GET 200 https://registry.npmjs.org/p-limit 45ms (cache miss)
npm timing idealTree:node_modules/locate-path Completed in 47ms
npm timing idealTree:node_modules/lodash Completed in 0ms
npm timing idealTree:node_modules/lodash.camelcase Completed in 0ms
npm timing idealTree:node_modules/lodash.includes Completed in 0ms
npm timing idealTree:node_modules/lodash.isboolean Completed in 0ms
npm timing idealTree:node_modules/lodash.isinteger Completed in 0ms
npm timing idealTree:node_modules/lodash.isnumber Completed in 0ms
npm timing idealTree:node_modules/lodash.isplainobject Completed in 0ms
npm timing idealTree:node_modules/lodash.isstring Completed in 0ms
npm timing idealTree:node_modules/lodash.merge Completed in 0ms
npm timing idealTree:node_modules/lodash.once Completed in 0ms
npm timing idealTree:node_modules/log Completed in 2ms
npm timing idealTree:node_modules/duration Completed in 0ms
npm timing idealTree:node_modules/log-node Completed in 2ms
npm timing idealTree:node_modules/ansi-regex Completed in 0ms
npm timing idealTree:node_modules/cli-sprintf-format Completed in 0ms
npm timing idealTree:node_modules/log4js Completed in 2ms
npm timing idealTree:node_modules/date-format Completed in 0ms
npm timing idealTree:node_modules/long Completed in 0ms
npm timing idealTree:node_modules/lowercase-keys Completed in 0ms
npm timing idealTree:node_modules/luxon Completed in 0ms
npm timing idealTree:node_modules/make-dir Completed in 0ms
npm timing idealTree:node_modules/memoizee Completed in 2ms
npm timing idealTree:node_modules/es6-weak-map Completed in 0ms
npm timing idealTree:node_modules/is-promise Completed in 0ms
npm timing idealTree:node_modules/lru-queue Completed in 0ms
npm timing idealTree:node_modules/merge2 Completed in 0ms
npm http fetch GET 200 https://registry.npmjs.org/fill-range 56ms (cache miss)
npm timing idealTree:node_modules/micromatch Completed in 59ms
npm http fetch GET 200 https://registry.npmjs.org/to-regex-range 46ms (cache miss)
npm timing idealTree:node_modules/braces Completed in 48ms
npm http fetch GET 200 https://registry.npmjs.org/is-number 33ms (cache miss)
npm timing idealTree:node_modules/fill-range Completed in 35ms
npm timing idealTree:node_modules/mime-db Completed in 0ms
npm timing idealTree:node_modules/mime-types Completed in 1ms
npm timing idealTree:node_modules/mimic-response Completed in 0ms
npm http fetch GET 200 https://registry.npmjs.org/concat-map 38ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/balanced-match 40ms (cache miss)
npm timing idealTree:node_modules/minimatch Completed in 41ms
npm timing idealTree:node_modules/brace-expansion Completed in 1ms
npm timing idealTree:node_modules/balanced-match Completed in 0ms
npm timing idealTree:node_modules/concat-map Completed in 0ms
npm timing idealTree:node_modules/ms Completed in 0ms
npm timing idealTree:node_modules/mute-stream Completed in 0ms
npm timing idealTree:node_modules/nanoid Completed in 0ms
npm timing idealTree:node_modules/natural-compare Completed in 0ms
npm timing idealTree:node_modules/natural-compare-lite Completed in 0ms
npm timing idealTree:node_modules/ncjsm Completed in 4ms
npm timing idealTree:node_modules/builtin-modules Completed in 0ms
npm timing idealTree:node_modules/deferred Completed in 0ms
npm timing idealTree:node_modules/es6-set Completed in 0ms
npm timing idealTree:node_modules/find-requires Completed in 1ms
npm timing idealTree:node_modules/fs2 Completed in 0ms
npm timing idealTree:node_modules/next-tick Completed in 0ms
npm http fetch GET 200 https://registry.npmjs.org/ts-error 196ms (cache miss)
npm timing idealTree:node_modules/nice-grpc Completed in 198ms
npm timing idealTree:node_modules/nice-grpc-client-middleware-deadline Completed in 1ms
npm timing idealTree:node_modules/nice-grpc-common Completed in 1ms
npm timing idealTree:node_modules/node-abort-controller Completed in 0ms
npm http fetch GET 200 https://registry.npmjs.org/webidl-conversions 49ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/tr46 50ms (cache miss)
npm timing idealTree:node_modules/node-fetch Completed in 53ms
npm timing idealTree:node_modules/normalize-url Completed in 0ms
npm timing idealTree:node_modules/open Completed in 2ms
npm timing idealTree:node_modules/define-lazy-prop Completed in 0ms
npm timing idealTree:node_modules/is-docker Completed in 0ms
npm timing idealTree:node_modules/is-wsl Completed in 0ms
npm timing idealTree:node_modules/optionator Completed in 1ms
npm timing idealTree:node_modules/deep-is Completed in 0ms
npm timing idealTree:node_modules/fast-levenshtein Completed in 0ms
npm http fetch GET 200 https://registry.npmjs.org/defaults 51ms (cache miss)
npm timing idealTree:node_modules/ora Completed in 56ms
npm http fetch GET 200 https://registry.npmjs.org/util-deprecate 36ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/string_decoder 43ms (cache miss)
npm timing idealTree:node_modules/bl Completed in 47ms
npm timing idealTree:node_modules/cli-spinners Completed in 0ms
npm timing idealTree:node_modules/inherits Completed in 0ms
npm timing idealTree:node_modules/is-interactive Completed in 0ms
npm timing idealTree:node_modules/is-unicode-supported Completed in 0ms
npm timing idealTree:node_modules/log-symbols Completed in 0ms
npm timing idealTree:node_modules/p-cancelable Completed in 0ms
npm http fetch GET 200 https://registry.npmjs.org/p-finally 71ms (cache miss)
npm timing idealTree:node_modules/p-event Completed in 73ms
npm http fetch GET 200 https://registry.npmjs.org/yocto-queue 35ms (cache miss)
npm timing idealTree:node_modules/p-locate Completed in 38ms
npm timing idealTree:node_modules/p-limit Completed in 1ms
npm timing idealTree:node_modules/p-timeout Completed in 0ms
npm timing idealTree:node_modules/p-finally Completed in 0ms
npm timing idealTree:node_modules/parent-module Completed in 1ms
npm timing idealTree:node_modules/callsites Completed in 0ms
npm timing idealTree:node_modules/path-exists Completed in 0ms
npm timing idealTree:node_modules/path-key Completed in 0ms
npm timing idealTree:node_modules/path-type Completed in 0ms
npm timing idealTree:node_modules/picomatch Completed in 0ms
npm timing idealTree:node_modules/pify Completed in 0ms
npm http fetch GET 200 https://registry.npmjs.org/process 40ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/atomic-sleep 40ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/once 42ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/split2 44ms (cache miss)
npm timing idealTree:node_modules/pino-pretty Completed in 56ms
npm timing idealTree:node_modules/colorette Completed in 0ms
npm timing idealTree:node_modules/dateformat Completed in 0ms
npm timing idealTree:node_modules/fast-copy Completed in 0ms
npm timing idealTree:node_modules/fast-safe-stringify Completed in 0ms
npm timing idealTree:node_modules/help-me Completed in 0ms
npm timing idealTree:node_modules/joycon Completed in 0ms
npm timing idealTree:node_modules/minimist Completed in 0ms
npm timing idealTree:node_modules/on-exit-leak-free Completed in 0ms
npm timing idealTree:node_modules/pino-abstract-transport Completed in 1ms
npm timing idealTree:node_modules/pino-std-serializers Completed in 0ms
npm timing idealTree:node_modules/prelude-ls Completed in 0ms
npm timing idealTree:node_modules/process-utils Completed in 0ms
npm timing idealTree:node_modules/protobufjs Completed in 5ms
npm timing idealTree:node_modules/@protobufjs/aspromise Completed in 0ms
npm timing idealTree:node_modules/@protobufjs/base64 Completed in 0ms
npm timing idealTree:node_modules/@protobufjs/codegen Completed in 0ms
npm timing idealTree:node_modules/@protobufjs/eventemitter Completed in 0ms
npm timing idealTree:node_modules/@protobufjs/fetch Completed in 0ms
npm timing idealTree:node_modules/@protobufjs/float Completed in 0ms
npm timing idealTree:node_modules/@protobufjs/inquire Completed in 0ms
npm timing idealTree:node_modules/@protobufjs/path Completed in 0ms
npm timing idealTree:node_modules/@protobufjs/pool Completed in 0ms
npm timing idealTree:node_modules/@protobufjs/utf8 Completed in 0ms
npm timing idealTree:node_modules/proxy-from-env Completed in 0ms
npm http fetch GET 200 https://registry.npmjs.org/wrappy 35ms (cache miss)
npm timing idealTree:node_modules/pump Completed in 43ms
npm timing idealTree:node_modules/end-of-stream Completed in 0ms
npm timing idealTree:node_modules/once Completed in 1ms
npm timing idealTree:node_modules/querystring Completed in 0ms
npm timing idealTree:node_modules/quick-lru Completed in 0ms
npm timing idealTree:node_modules/readable-stream Completed in 2ms
npm timing idealTree:node_modules/readable-web-to-node-stream Completed in 0ms
npm timing idealTree:node_modules/resolve-alpn Completed in 0ms
npm timing idealTree:node_modules/resolve-from Completed in 0ms
npm timing idealTree:node_modules/responselike Completed in 0ms
npm http fetch GET 200 https://registry.npmjs.org/mimic-fn 36ms (cache miss)
npm timing idealTree:node_modules/restore-cursor Completed in 38ms
npm timing idealTree:node_modules/onetime Completed in 1ms
npm timing idealTree:node_modules/mimic-fn Completed in 0ms
npm timing idealTree:node_modules/reusify Completed in 0ms
npm timing idealTree:node_modules/rfdc Completed in 0ms
npm http fetch GET 200 https://registry.npmjs.org/inflight 39ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/fs.realpath 45ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/path-is-absolute 57ms (cache miss)
npm timing idealTree:node_modules/rimraf Completed in 60ms
npm timing idealTree:node_modules/glob Completed in 3ms
npm timing idealTree:node_modules/fs.realpath Completed in 0ms
npm timing idealTree:node_modules/inflight Completed in 0ms
npm timing idealTree:node_modules/path-is-absolute Completed in 0ms
npm timing idealTree:node_modules/run-async Completed in 0ms
npm timing idealTree:node_modules/run-parallel Completed in 0ms
npm timing idealTree:node_modules/queue-microtask Completed in 0ms
npm timing idealTree:node_modules/rxjs Completed in 1ms
npm timing idealTree:node_modules/safe-buffer Completed in 0ms
npm timing idealTree:node_modules/safer-buffer Completed in 0ms
npm timing idealTree:node_modules/sax Completed in 0ms
npm timing idealTree:node_modules/secure-json-parse Completed in 0ms
npm timing idealTree:node_modules/seek-bzip Completed in 0ms
npm timing idealTree:node_modules/commander Completed in 0ms
npm timing idealTree:node_modules/semver Completed in 0ms
npm http fetch GET 200 https://registry.npmjs.org/bufferutil 42ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/utf-8-validate 42ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/@aws-crypto%2fsha256-js 142ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/@aws-sdk%2fregion-config-resolver 198ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/@aws-crypto%2fsha256-browser 219ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/@aws-sdk%2futil-endpoints 214ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/@aws-sdk%2fcore 224ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/@aws-sdk%2fmiddleware-recursion-detection 229ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/@aws-sdk%2fmiddleware-user-agent 237ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/@aws-sdk%2fmiddleware-host-header 240ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/@aws-sdk%2ftypes 240ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/@aws-sdk%2fmiddleware-logger 250ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/@aws-sdk%2futil-user-agent-browser 252ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/@aws-sdk%2fmiddleware-sdk-api-gateway 262ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/@smithy%2fconfig-resolver 269ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/@smithy%2fcore 285ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/@smithy%2fhash-node 295ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/@smithy%2ffetch-http-handler 299ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/@smithy%2fmiddleware-content-length 299ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/@smithy%2fmiddleware-endpoint 302ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/@smithy%2finvalid-dependency 303ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/@aws-sdk%2futil-user-agent-node 307ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/@smithy%2fmiddleware-serde 305ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/@smithy%2fprotocol-http 304ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/@smithy%2fmiddleware-stack 317ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/@smithy%2fnode-http-handler 317ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/@smithy%2fnode-config-provider 319ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/@smithy%2ftypes 318ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/@smithy%2furl-parser 324ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/@smithy%2futil-base64 327ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/@aws-sdk%2fcredential-provider-node 346ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/@smithy%2fmiddleware-retry 338ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/@smithy%2futil-body-length-browser 335ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/@smithy%2fsmithy-client 368ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/@smithy%2futil-body-length-node 369ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/@smithy%2futil-defaults-mode-browser 366ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/@smithy%2futil-retry 367ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/@smithy%2futil-endpoints 388ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/@smithy%2futil-middleware 399ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/@smithy%2futil-utf8 409ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/@smithy%2futil-stream 414ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/@smithy%2feventstream-serde-browser 408ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/@smithy%2feventstream-serde-config-resolver 404ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/@aws-crypto%2fsha1-browser 404ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/@smithy%2feventstream-serde-node 406ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/@smithy%2futil-defaults-mode-node 444ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/@smithy%2futil-waiter 436ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/@aws-sdk%2fclient-sso-oidc 495ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/@serverless%2fevent-mocks 465ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/@smithy%2fhash-stream-node 476ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/@aws-sdk%2fsignature-v4-multi-region 496ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/@aws-sdk%2fmiddleware-flexible-checksums 483ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/@aws-sdk%2fmiddleware-expect-continue 491ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/jszip 487ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/@aws-sdk%2fmiddleware-location-constraint 497ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/node-dir 492ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/@smithy%2fhash-blob-browser 498ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/@aws-sdk%2fclient-sts 547ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/@smithy%2fmd5-js 508ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/flat 506ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/adm-zip 505ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/yamljs 506ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/run-parallel-limit 514ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/throat 510ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/isomorphic-ws 520ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/fast-uri 513ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/chokidar 525ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/traverse 518ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/event-target-shim 520ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/universalify 517ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/@aws-sdk%2fmiddleware-sdk-s3 536ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/readdir-glob 523ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/lodash.get 521ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/stream-promise 523ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/archiver-utils 527ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/native-promise-only 522ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/@aws-sdk%2fmiddleware-ssec 544ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/jsonfile 527ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/graphlib 526ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/@aws-sdk%2fxml-builder 546ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/zip-stream 532ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/path-loader 529ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/validate-npm-package-name 530ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/async 542ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/minizlib 530ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/agent-base 562ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/chownr 571ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/@aws-sdk%2fmiddleware-bucket-endpoint 604ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/minipass 590ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/yallist 593ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/mkdirp 594ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/simple-git 634ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/fs-minipass 612ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/@aws-sdk%2fclient-cloudformation 722ms (cache miss)
npm timing idealTree:node_modules/serverless Completed in 973ms
npm http fetch GET 200 https://registry.npmjs.org/aws-crt 50ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/fast-xml-parser 52ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/@aws-sdk%2fcredential-provider-web-identity 95ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/@aws-crypto%2futil 106ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/@smithy%2futil-config-provider 102ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/@aws-crypto%2fsupports-web-crypto 115ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/@smithy%2fcredential-provider-imds 114ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/@aws-sdk%2fcredential-provider-http 119ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/@smithy%2fshared-ini-file-loader 120ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/bowser 120ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/@smithy%2fproperty-provider 130ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/@aws-sdk%2fcredential-provider-ini 130ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/@aws-sdk%2fcredential-provider-env 137ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/@aws-sdk%2futil-locate-window 142ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/@smithy%2fsignature-v4 142ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/@smithy%2fquerystring-builder 146ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/@aws-sdk%2fcredential-provider-sso 150ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/@smithy%2futil-buffer-from 150ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/@aws-sdk%2fcredential-provider-process 155ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/@smithy%2fservice-error-classification 153ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/@smithy%2fquerystring-parser 153ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/@smithy%2fabort-controller 156ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/@smithy%2futil-hex-encoding 192ms (cache miss)
npm timing idealTree:node_modules/@aws-sdk/client-api-gateway Completed in 312ms
npm timing idealTree:node_modules/@aws-crypto/sha256-browser Completed in 3ms
npm timing idealTree:node_modules/@aws-crypto/sha256-js Completed in 0ms
npm timing idealTree:node_modules/@aws-crypto/supports-web-crypto Completed in 0ms
npm timing idealTree:node_modules/@aws-crypto/util Completed in 0ms
npm timing idealTree:node_modules/@aws-sdk/client-cognito-identity-provider Completed in 0ms
npm timing idealTree:node_modules/@aws-sdk/client-eventbridge Completed in 1ms
npm timing idealTree:node_modules/@aws-sdk/client-iam Completed in 1ms
npm http fetch GET 200 https://registry.npmjs.org/@smithy%2feventstream-serde-universal 71ms (cache miss)
npm timing idealTree:node_modules/@aws-sdk/client-lambda Completed in 75ms
npm http fetch GET 200 https://registry.npmjs.org/@smithy%2fis-array-buffer 54ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/@smithy%2fchunked-blob-reader 65ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/@smithy%2fchunked-blob-reader-native 76ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/@aws-crypto%2fcrc32c 80ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/@aws-crypto%2fcrc32 81ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/@aws-sdk%2futil-arn-parser 84ms (cache miss)
npm timing idealTree:node_modules/@aws-sdk/client-s3 Completed in 96ms
npm timing idealTree:node_modules/@aws-crypto/sha1-browser Completed in 1ms
npm timing idealTree:node_modules/@aws-sdk/client-sso-oidc Completed in 0ms
npm timing idealTree:node_modules/@aws-sdk/client-sts Completed in 0ms
npm http fetch GET 200 https://registry.npmjs.org/strnum 39ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/@smithy%2futil-uri-escape 80ms (cache miss)
npm timing idealTree:node_modules/@aws-sdk/core Completed in 85ms
npm http fetch GET 200 https://registry.npmjs.org/@aws-sdk%2ftoken-providers 91ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/@aws-sdk%2fclient-sso 114ms (cache miss)
npm timing idealTree:node_modules/@aws-sdk/credential-provider-node Completed in 132ms
npm timing idealTree:node_modules/@aws-sdk/credential-provider-env Completed in 0ms
npm timing idealTree:node_modules/@aws-sdk/credential-provider-http Completed in 0ms
npm timing idealTree:node_modules/@aws-sdk/credential-provider-ini Completed in 0ms
npm timing idealTree:node_modules/@aws-sdk/credential-provider-process Completed in 0ms
npm timing idealTree:node_modules/@aws-sdk/credential-provider-sso Completed in 4ms
npm timing idealTree:node_modules/@aws-sdk/client-sso Completed in 0ms
npm timing idealTree:node_modules/@aws-sdk/credential-provider-web-identity Completed in 0ms
npm timing idealTree:node_modules/@aws-sdk/middleware-bucket-endpoint Completed in 2ms
npm timing idealTree:node_modules/@aws-sdk/middleware-expect-continue Completed in 0ms
npm timing idealTree:node_modules/@aws-sdk/middleware-flexible-checksums Completed in 3ms
npm timing idealTree:node_modules/@aws-crypto/crc32 Completed in 0ms
npm timing idealTree:node_modules/@aws-crypto/crc32c Completed in 0ms
npm timing idealTree:node_modules/@aws-sdk/middleware-host-header Completed in 0ms
npm timing idealTree:node_modules/@aws-sdk/middleware-location-constraint Completed in 0ms
npm timing idealTree:node_modules/@aws-sdk/middleware-logger Completed in 0ms
npm timing idealTree:node_modules/@aws-sdk/middleware-recursion-detection Completed in 0ms
npm timing idealTree:node_modules/@aws-sdk/middleware-sdk-api-gateway Completed in 0ms
npm timing idealTree:node_modules/@aws-sdk/middleware-sdk-s3 Completed in 0ms
npm timing idealTree:node_modules/@aws-sdk/middleware-ssec Completed in 0ms
npm timing idealTree:node_modules/@aws-sdk/middleware-user-agent Completed in 0ms
npm timing idealTree:node_modules/@aws-sdk/region-config-resolver Completed in 0ms
npm timing idealTree:node_modules/@aws-sdk/signature-v4-multi-region Completed in 0ms
npm timing idealTree:node_modules/@aws-sdk/token-providers Completed in 0ms
npm timing idealTree:node_modules/@aws-sdk/types Completed in 0ms
npm timing idealTree:node_modules/@aws-sdk/util-arn-parser Completed in 0ms
npm timing idealTree:node_modules/@aws-sdk/util-endpoints Completed in 0ms
npm timing idealTree:node_modules/@aws-sdk/util-locate-window Completed in 0ms
npm timing idealTree:node_modules/@aws-sdk/util-user-agent-browser Completed in 1ms
npm timing idealTree:node_modules/@aws-sdk/util-user-agent-node Completed in 0ms
npm timing idealTree:node_modules/@aws-sdk/xml-builder Completed in 0ms
npm http fetch GET 200 https://registry.npmjs.org/normalize-path 69ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/pako 68ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/is-binary-path 72ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/fsevents 72ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/readdirp 74ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/setimmediate 72ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/at-least-node 74ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/@kwsites%2ffile-exists 105ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/anymatch 110ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/@kwsites%2fpromise-deferred 106ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/@types%2flodash 115ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/lie 113ms (cache miss)
npm timing idealTree:node_modules/@serverless/dashboard-plugin Completed in 146ms
npm timing idealTree:node_modules/@aws-sdk/client-cloudformation Completed in 1ms
npm timing idealTree:node_modules/@serverless/event-mocks Completed in 1ms
npm http fetch GET 200 https://registry.npmjs.org/gopd 37ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/typedarray.prototype.slice 57ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/esprima 59ms (cache miss)
npm timing idealTree:node_modules/@serverless/platform-client Completed in 67ms
npm timing idealTree:node_modules/@smithy/config-resolver Completed in 0ms
npm timing idealTree:node_modules/@smithy/core Completed in 0ms
npm timing idealTree:node_modules/@smithy/credential-provider-imds Completed in 0ms
npm http fetch GET 200 https://registry.npmjs.org/@smithy%2feventstream-codec 70ms (cache miss)
npm timing idealTree:node_modules/@smithy/eventstream-serde-browser Completed in 73ms
npm timing idealTree:node_modules/@smithy/eventstream-serde-config-resolver Completed in 0ms
npm timing idealTree:node_modules/@smithy/eventstream-serde-node Completed in 0ms
npm timing idealTree:node_modules/@smithy/eventstream-serde-universal Completed in 1ms
npm timing idealTree:node_modules/@smithy/eventstream-codec Completed in 1ms
npm timing idealTree:node_modules/@smithy/fetch-http-handler Completed in 1ms
npm timing idealTree:node_modules/@smithy/hash-blob-browser Completed in 2ms
npm timing idealTree:node_modules/@smithy/chunked-blob-reader Completed in 0ms
npm timing idealTree:node_modules/@smithy/chunked-blob-reader-native Completed in 0ms
npm timing idealTree:node_modules/@smithy/hash-node Completed in 1ms
npm timing idealTree:node_modules/@smithy/hash-stream-node Completed in 0ms
npm timing idealTree:node_modules/@smithy/invalid-dependency Completed in 0ms
npm timing idealTree:node_modules/@smithy/is-array-buffer Completed in 0ms
npm timing idealTree:node_modules/@smithy/md5-js Completed in 0ms
npm timing idealTree:node_modules/@smithy/middleware-content-length Completed in 0ms
npm timing idealTree:node_modules/@smithy/middleware-endpoint Completed in 0ms
npm timing idealTree:node_modules/@smithy/middleware-retry Completed in 2ms
npm timing idealTree:node_modules/@smithy/middleware-serde Completed in 0ms
npm timing idealTree:node_modules/@smithy/middleware-stack Completed in 0ms
npm timing idealTree:node_modules/@smithy/node-config-provider Completed in 0ms
npm timing idealTree:node_modules/@smithy/node-http-handler Completed in 1ms
npm timing idealTree:node_modules/@smithy/abort-controller Completed in 0ms
npm timing idealTree:node_modules/@smithy/property-provider Completed in 0ms
npm timing idealTree:node_modules/@smithy/protocol-http Completed in 0ms
npm timing idealTree:node_modules/@smithy/querystring-builder Completed in 1ms
npm timing idealTree:node_modules/@smithy/service-error-classification Completed in 0ms
npm timing idealTree:node_modules/@smithy/shared-ini-file-loader Completed in 0ms
npm timing idealTree:node_modules/@smithy/signature-v4 Completed in 0ms
npm timing idealTree:node_modules/@smithy/smithy-client Completed in 0ms
npm timing idealTree:node_modules/@smithy/types Completed in 0ms
npm timing idealTree:node_modules/@smithy/url-parser Completed in 0ms
npm timing idealTree:node_modules/@smithy/querystring-parser Completed in 0ms
npm timing idealTree:node_modules/@smithy/util-base64 Completed in 0ms
npm timing idealTree:node_modules/@smithy/util-body-length-browser Completed in 0ms
npm timing idealTree:node_modules/@smithy/util-body-length-node Completed in 0ms
npm timing idealTree:node_modules/@smithy/util-buffer-from Completed in 0ms
npm timing idealTree:node_modules/@smithy/util-config-provider Completed in 0ms
npm timing idealTree:node_modules/@smithy/util-defaults-mode-browser Completed in 0ms
npm timing idealTree:node_modules/@smithy/util-defaults-mode-node Completed in 0ms
npm timing idealTree:node_modules/@smithy/util-endpoints Completed in 0ms
npm timing idealTree:node_modules/@smithy/util-hex-encoding Completed in 0ms
npm timing idealTree:node_modules/@smithy/util-middleware Completed in 0ms
npm timing idealTree:node_modules/@smithy/util-retry Completed in 0ms
npm timing idealTree:node_modules/@smithy/util-stream Completed in 0ms
npm timing idealTree:node_modules/@smithy/util-uri-escape Completed in 0ms
npm timing idealTree:node_modules/@smithy/util-utf8 Completed in 0ms
npm timing idealTree:node_modules/@smithy/util-waiter Completed in 0ms
npm timing idealTree:node_modules/@types/lodash Completed in 0ms
npm timing idealTree:node_modules/abort-controller Completed in 1ms
npm timing idealTree:node_modules/adm-zip Completed in 0ms
npm timing idealTree:node_modules/ajv-formats Completed in 1ms
npm http fetch GET 200 https://registry.npmjs.org/lodash.difference 45ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/lodash.union 47ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/lodash.flatten 48ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/compress-commons 48ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/lazystream 65ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/lodash.defaults 66ms (cache miss)
npm timing idealTree:node_modules/archiver Completed in 75ms
npm http fetch GET 200 https://registry.npmjs.org/process-nextick-args 49ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/core-util-is 51ms (cache miss)
npm timing idealTree:node_modules/archiver-utils Completed in 61ms
npm timing idealTree:node_modules/async Completed in 0ms
npm timing idealTree:node_modules/bluebird Completed in 0ms
npm timing idealTree:node_modules/bowser Completed in 0ms
npm timing idealTree:node_modules/buffer-crc32 Completed in 0ms
npm timing idealTree:node_modules/cachedir Completed in 0ms
npm http fetch GET 200 https://registry.npmjs.org/2-thenable 52ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/nice-try 65ms (cache miss)
npm timing idealTree:node_modules/child-process-ext Completed in 75ms
npm http fetch GET 200 https://registry.npmjs.org/binary-extensions 43ms (cache miss)
npm timing idealTree:node_modules/chokidar Completed in 52ms
npm timing idealTree:node_modules/anymatch Completed in 0ms
npm timing idealTree:node_modules/dayjs Completed in 0ms
npm timing idealTree:node_modules/dotenv Completed in 0ms
npm timing idealTree:node_modules/dotenv-expand Completed in 0ms
npm timing idealTree:node_modules/essentials Completed in 0ms
npm timing idealTree:node_modules/event-target-shim Completed in 0ms
npm timing idealTree:node_modules/fast-xml-parser Completed in 1ms
npm timing idealTree:node_modules/fastest-levenshtein Completed in 0ms
npm timing idealTree:node_modules/filesize Completed in 0ms
npm timing idealTree:node_modules/flat Completed in 0ms
npm timing idealTree:node_modules/fs-extra Completed in 2ms
npm timing idealTree:node_modules/fsevents Completed in 0ms
npm timing idealTree:node_modules/get-stdin Completed in 0ms
npm timing idealTree:node_modules/https-proxy-agent Completed in 1ms
npm timing idealTree:node_modules/agent-base Completed in 0ms
npm timing idealTree:node_modules/is-binary-path Completed in 1ms
npm timing idealTree:node_modules/binary-extensions Completed in 0ms
npm timing idealTree:node_modules/isomorphic-ws Completed in 0ms
npm timing idealTree:node_modules/json-colorizer Completed in 1ms
npm timing idealTree:node_modules/json-cycle Completed in 0ms
npm http fetch GET 200 https://registry.npmjs.org/superagent 46ms (cache miss)
npm timing idealTree:node_modules/json-refs Completed in 52ms
npm timing idealTree:node_modules/graphlib Completed in 0ms
npm timing idealTree:node_modules/jsonfile Completed in 0ms
npm http fetch GET 200 https://registry.npmjs.org/immediate 38ms (cache miss)
npm timing idealTree:node_modules/jszip Completed in 43ms
npm timing idealTree:node_modules/lazystream Completed in 1ms
npm timing idealTree:node_modules/lie Completed in 1ms
npm timing idealTree:node_modules/immediate Completed in 0ms
npm timing idealTree:node_modules/lodash.defaults Completed in 0ms
npm timing idealTree:node_modules/lodash.difference Completed in 0ms
npm timing idealTree:node_modules/lodash.flatten Completed in 0ms
npm timing idealTree:node_modules/lodash.get Completed in 0ms
npm timing idealTree:node_modules/lodash.union Completed in 0ms
npm timing idealTree:node_modules/native-promise-only Completed in 0ms
npm timing idealTree:node_modules/node-dir Completed in 0ms
npm timing idealTree:node_modules/normalize-path Completed in 0ms
npm http fetch GET 200 https://registry.npmjs.org/builtins 36ms (cache miss)
npm timing idealTree:node_modules/npm-registry-utilities Completed in 39ms
npm timing idealTree:node_modules/object-hash Completed in 0ms
npm timing idealTree:node_modules/pako Completed in 0ms
npm http fetch GET 200 https://registry.npmjs.org/methods 41ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/cookiejar 49ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/mime 51ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/formidable 55ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/qs 64ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/component-emitter 68ms (cache miss)
npm timing idealTree:node_modules/path-loader Completed in 71ms
npm timing idealTree:node_modules/path2 Completed in 0ms
npm timing idealTree:node_modules/promise-queue Completed in 0ms
npm timing idealTree:node_modules/readdir-glob Completed in 1ms
npm timing idealTree:node_modules/readdirp Completed in 0ms
npm timing idealTree:node_modules/require-from-string Completed in 0ms
npm timing idealTree:node_modules/run-parallel-limit Completed in 0ms
npm timing idealTree:node_modules/setimmediate Completed in 0ms
npm timing idealTree:node_modules/shebang-command Completed in 1ms
npm timing idealTree:node_modules/shebang-regex Completed in 0ms
npm timing idealTree:node_modules/signal-exit Completed in 0ms
npm timing idealTree:node_modules/simple-git Completed in 1ms
npm timing idealTree:node_modules/@kwsites/file-exists Completed in 0ms
npm timing idealTree:node_modules/@kwsites/promise-deferred Completed in 0ms
npm timing idealTree:node_modules/slash Completed in 0ms
npm timing idealTree:node_modules/sonic-boom Completed in 0ms
npm timing idealTree:node_modules/atomic-sleep Completed in 0ms
npm http fetch GET 200 https://registry.npmjs.org/is-plain-obj 40ms (cache miss)
npm timing idealTree:node_modules/sort-keys-length Completed in 42ms
npm timing idealTree:node_modules/sort-keys Completed in 1ms
npm timing idealTree:node_modules/is-plain-obj Completed in 0ms
npm timing idealTree:node_modules/split2 Completed in 0ms
npm timing idealTree:node_modules/sprintf-kit Completed in 0ms
npm timing idealTree:node_modules/stream-buffers Completed in 0ms
npm timing idealTree:node_modules/stream-promise Completed in 1ms
npm timing idealTree:node_modules/2-thenable Completed in 0ms
npm timing idealTree:node_modules/streamroller Completed in 1ms
npm timing idealTree:node_modules/string_decoder Completed in 0ms
npm timing idealTree:node_modules/string-width Completed in 1ms
npm timing idealTree:node_modules/emoji-regex Completed in 0ms
npm timing idealTree:node_modules/is-fullwidth-code-point Completed in 0ms
npm timing idealTree:node_modules/strip-ansi Completed in 0ms
npm timing idealTree:node_modules/strip-dirs Completed in 1ms
npm timing idealTree:node_modules/is-natural-number Completed in 0ms
npm timing idealTree:node_modules/strip-json-comments Completed in 0ms
npm timing idealTree:node_modules/strip-outer Completed in 0ms
npm timing idealTree:node_modules/strnum Completed in 0ms
npm timing idealTree:node_modules/strtok3 Completed in 1ms
npm timing idealTree:node_modules/@tokenizer/token Completed in 0ms
npm timing idealTree:node_modules/peek-readable Completed in 0ms
npm http fetch GET 200 https://registry.npmjs.org/hexoid 43ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/side-channel 44ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/dezalgo 45ms (cache miss)
npm timing idealTree:node_modules/superagent Completed in 54ms
npm timing idealTree:node_modules/component-emitter Completed in 0ms
npm timing idealTree:node_modules/cookiejar Completed in 0ms
npm http fetch GET 200 https://registry.npmjs.org/asap 51ms (cache miss)
npm timing idealTree:node_modules/formidable Completed in 54ms
npm timing idealTree:node_modules/dezalgo Completed in 1ms
npm timing idealTree:node_modules/asap Completed in 0ms
npm timing idealTree:node_modules/hexoid Completed in 0ms
npm timing idealTree:node_modules/methods Completed in 0ms
npm timing idealTree:node_modules/mime Completed in 0ms
npm http fetch GET 200 https://registry.npmjs.org/es-errors 37ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/call-bind 44ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/get-intrinsic 45ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/object-inspect 93ms (cache miss)
npm timing idealTree:node_modules/qs Completed in 97ms
npm http fetch GET 200 https://registry.npmjs.org/set-function-length 52ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/hasown 52ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/has-proto 54ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/es-define-property 74ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/function-bind 74ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/has-symbols 74ms (cache miss)
npm timing idealTree:node_modules/side-channel Completed in 81ms
npm http fetch GET 200 https://registry.npmjs.org/has-property-descriptors 37ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/define-data-property 49ms (cache miss)
npm timing idealTree:node_modules/call-bind Completed in 53ms
npm timing idealTree:node_modules/es-define-property Completed in 0ms
npm timing idealTree:node_modules/es-errors Completed in 0ms
npm timing idealTree:node_modules/function-bind Completed in 0ms
npm timing idealTree:node_modules/get-intrinsic Completed in 2ms
npm timing idealTree:node_modules/has-proto Completed in 0ms
npm timing idealTree:node_modules/has-symbols Completed in 0ms
npm timing idealTree:node_modules/hasown Completed in 0ms
npm timing idealTree:node_modules/object-inspect Completed in 0ms
npm timing idealTree:node_modules/set-function-length Completed in 2ms
npm timing idealTree:node_modules/define-data-property Completed in 0ms
npm timing idealTree:node_modules/gopd Completed in 0ms
npm timing idealTree:node_modules/has-property-descriptors Completed in 0ms
npm timing idealTree:node_modules/supports-color Completed in 1ms
npm timing idealTree:node_modules/has-flag Completed in 0ms
npm timing idealTree:node_modules/tar Completed in 4ms
npm timing idealTree:node_modules/chownr Completed in 0ms
npm timing idealTree:node_modules/fs-minipass Completed in 1ms
npm timing idealTree:node_modules/minipass Completed in 0ms
npm timing idealTree:node_modules/minizlib Completed in 4ms
npm timing idealTree:node_modules/mkdirp Completed in 0ms
npm http fetch GET 200 https://registry.npmjs.org/buffer-fill 39ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/buffer-alloc-unsafe 52ms (cache miss)
npm timing idealTree:node_modules/tar-stream Completed in 57ms
npm timing idealTree:node_modules/buffer-alloc Completed in 2ms
npm timing idealTree:node_modules/buffer-alloc-unsafe Completed in 0ms
npm timing idealTree:node_modules/buffer-fill Completed in 0ms
npm timing idealTree:node_modules/fs-constants Completed in 0ms
npm timing idealTree:node_modules/text-table Completed in 0ms
npm timing idealTree:node_modules/throat Completed in 1ms
npm timing idealTree:node_modules/through Completed in 0ms
npm timing idealTree:node_modules/timers-ext Completed in 0ms
npm timing idealTree:node_modules/tmp Completed in 1ms
npm timing idealTree:node_modules/os-tmpdir Completed in 1ms
npm timing idealTree:node_modules/to-buffer Completed in 0ms
npm timing idealTree:node_modules/to-regex-range Completed in 1ms
npm timing idealTree:node_modules/is-number Completed in 0ms
npm timing idealTree:node_modules/token-types Completed in 1ms
npm http fetch GET 200 https://registry.npmjs.org/typed-array-buffer 41ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/available-typed-arrays 42ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/has-tostringtag 43ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/for-each 44ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/define-properties 52ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/typed-array-byte-offset 51ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/es-abstract 53ms (cache miss)
npm timing idealTree:node_modules/traverse Completed in 58ms
npm timing idealTree:node_modules/trim-repeated Completed in 0ms
npm timing idealTree:node_modules/ts-error Completed in 0ms
npm timing idealTree:node_modules/tslib Completed in 0ms
npm timing idealTree:node_modules/type Completed in 0ms
npm timing idealTree:node_modules/type-check Completed in 0ms
npm timing idealTree:node_modules/type-fest Completed in 0ms
npm http fetch GET 200 https://registry.npmjs.org/array-buffer-byte-length 104ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/es-to-primitive 99ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/data-view-byte-length 101ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/get-symbol-description 100ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/es-set-tostringtag 101ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/data-view-byte-offset 103ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/arraybuffer.prototype.slice 108ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/object-keys 111ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/globalthis 104ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/internal-slot 104ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/data-view-buffer 112ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/function.prototype.name 106ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/is-array-buffer 105ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/es-object-atoms 117ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/is-callable 126ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/is-negative-zero 126ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/is-weakref 136ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/is-string 137ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/is-data-view 139ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/safe-regex-test 136ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/typed-array-byte-length 135ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/is-regex 141ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/object.assign 140ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/string.prototype.trimend 137ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/is-shared-array-buffer 142ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/string.prototype.trim 140ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/unbox-primitive 138ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/typed-array-length 139ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/safe-array-concat 144ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/regexp.prototype.flags 144ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/string.prototype.trimstart 145ms (cache miss)
npm timing idealTree:node_modules/typedarray.prototype.slice Completed in 165ms
npm timing idealTree:node_modules/define-properties Completed in 1ms
npm http fetch GET 200 https://registry.npmjs.org/is-symbol 44ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/set-function-name 44ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/has-bigints 46ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/possible-typed-array-names 57ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/functions-have-names 55ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/is-date-object 59ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/which-boxed-primitive 56ms (cache miss)
npm timing idealTree:node_modules/es-abstract Completed in 95ms
npm timing idealTree:node_modules/array-buffer-byte-length Completed in 0ms
npm timing idealTree:node_modules/arraybuffer.prototype.slice Completed in 0ms
npm timing idealTree:node_modules/available-typed-arrays Completed in 6ms
npm timing idealTree:node_modules/data-view-buffer Completed in 0ms
npm timing idealTree:node_modules/data-view-byte-length Completed in 0ms
npm timing idealTree:node_modules/data-view-byte-offset Completed in 0ms
npm timing idealTree:node_modules/es-object-atoms Completed in 0ms
npm timing idealTree:node_modules/es-set-tostringtag Completed in 3ms
npm timing idealTree:node_modules/es-to-primitive Completed in 2ms
npm timing idealTree:node_modules/function.prototype.name Completed in 5ms
npm timing idealTree:node_modules/functions-have-names Completed in 0ms
npm timing idealTree:node_modules/get-symbol-description Completed in 0ms
npm timing idealTree:node_modules/globalthis Completed in 0ms
npm timing idealTree:node_modules/has-tostringtag Completed in 0ms
npm timing idealTree:node_modules/internal-slot Completed in 0ms
npm timing idealTree:node_modules/is-array-buffer Completed in 0ms
npm timing idealTree:node_modules/is-callable Completed in 0ms
npm timing idealTree:node_modules/is-data-view Completed in 0ms
npm timing idealTree:node_modules/is-date-object Completed in 1ms
npm timing idealTree:node_modules/is-negative-zero Completed in 0ms
npm timing idealTree:node_modules/is-regex Completed in 0ms
npm timing idealTree:node_modules/is-shared-array-buffer Completed in 0ms
npm timing idealTree:node_modules/is-string Completed in 0ms
npm timing idealTree:node_modules/is-symbol Completed in 0ms
npm timing idealTree:node_modules/is-typed-array Completed in 0ms
npm timing idealTree:node_modules/is-weakref Completed in 0ms
npm timing idealTree:node_modules/object-keys Completed in 0ms
npm timing idealTree:node_modules/object.assign Completed in 0ms
npm timing idealTree:node_modules/possible-typed-array-names Completed in 0ms
npm timing idealTree:node_modules/regexp.prototype.flags Completed in 2ms
npm timing idealTree:node_modules/safe-array-concat Completed in 0ms
npm timing idealTree:node_modules/safe-regex-test Completed in 0ms
npm timing idealTree:node_modules/set-function-name Completed in 0ms
npm timing idealTree:node_modules/string.prototype.trim Completed in 0ms
npm timing idealTree:node_modules/string.prototype.trimend Completed in 0ms
npm timing idealTree:node_modules/string.prototype.trimstart Completed in 0ms
npm timing idealTree:node_modules/typed-array-buffer Completed in 0ms
npm timing idealTree:node_modules/typed-array-byte-length Completed in 1ms
npm timing idealTree:node_modules/for-each Completed in 0ms
npm timing idealTree:node_modules/typed-array-byte-offset Completed in 0ms
npm timing idealTree:node_modules/typed-array-length Completed in 0ms
npm timing idealTree:node_modules/typescript Completed in 0ms
npm http fetch GET 200 https://registry.npmjs.org/is-number-object 43ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/is-boolean-object 48ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/is-bigint 62ms (cache miss)
npm timing idealTree:node_modules/unbox-primitive Completed in 65ms
npm timing idealTree:node_modules/has-bigints Completed in 0ms
npm timing idealTree:node_modules/unbzip2-stream Completed in 0ms
npm timing idealTree:node_modules/undici-types Completed in 0ms
npm timing idealTree:node_modules/uni-global Completed in 0ms
npm timing idealTree:node_modules/universalify Completed in 0ms
npm timing idealTree:node_modules/untildify Completed in 0ms
npm timing idealTree:node_modules/uri-js Completed in 1ms
npm timing idealTree:node_modules/punycode Completed in 0ms
npm timing idealTree:node_modules/url Completed in 0ms
npm timing idealTree:node_modules/util Completed in 1ms
npm timing idealTree:node_modules/is-arguments Completed in 0ms
npm timing idealTree:node_modules/is-generator-function Completed in 0ms
npm timing idealTree:node_modules/util-deprecate Completed in 0ms
npm timing idealTree:node_modules/utility-types Completed in 0ms
npm timing idealTree:node_modules/uuid Completed in 0ms
npm timing idealTree:node_modules/validate-npm-package-name Completed in 1ms
npm timing idealTree:node_modules/builtins Completed in 0ms
npm http fetch GET 200 https://registry.npmjs.org/clone 32ms (cache miss)
npm timing idealTree:node_modules/wcwidth Completed in 34ms
npm timing idealTree:node_modules/defaults Completed in 1ms
npm timing idealTree:node_modules/clone Completed in 0ms
npm timing idealTree:node_modules/whatwg-url Completed in 1ms
npm timing idealTree:node_modules/tr46 Completed in 0ms
npm timing idealTree:node_modules/webidl-conversions Completed in 0ms
npm timing idealTree:node_modules/which Completed in 1ms
npm timing idealTree:node_modules/isexe Completed in 0ms
npm timing idealTree:node_modules/which-boxed-primitive Completed in 2ms
npm timing idealTree:node_modules/is-bigint Completed in 0ms
npm timing idealTree:node_modules/is-boolean-object Completed in 0ms
npm timing idealTree:node_modules/is-number-object Completed in 0ms
npm timing idealTree:node_modules/which-typed-array Completed in 0ms
npm timing idealTree:node_modules/word-wrap Completed in 0ms
npm timing idealTree:node_modules/wrap-ansi Completed in 1ms
npm timing idealTree:node_modules/wrappy Completed in 0ms
npm timing idealTree:node_modules/write-file-atomic Completed in 0ms
npm timing idealTree:node_modules/ws Completed in 0ms
npm timing idealTree:node_modules/xml2js Completed in 0ms
npm timing idealTree:node_modules/xmlbuilder Completed in 0ms
npm timing idealTree:node_modules/xtend Completed in 0ms
npm timing idealTree:node_modules/yallist Completed in 0ms
npm timing idealTree:node_modules/yaml Completed in 0ms
npm timing idealTree:node_modules/yaml-ast-parser Completed in 0ms
npm http fetch GET 200 https://registry.npmjs.org/sprintf-js 95ms (cache miss)
npm timing idealTree:node_modules/yamljs Completed in 97ms
npm timing idealTree:node_modules/yargs Completed in 5ms
npm timing idealTree:node_modules/cliui Completed in 1ms
npm timing idealTree:node_modules/escalade Completed in 0ms
npm timing idealTree:node_modules/get-caller-file Completed in 0ms
npm timing idealTree:node_modules/require-directory Completed in 0ms
npm timing idealTree:node_modules/y18n Completed in 0ms
npm timing idealTree:node_modules/yargs-parser Completed in 0ms
npm http fetch GET 200 https://registry.npmjs.org/pend 48ms (cache miss)
npm timing idealTree:node_modules/yauzl Completed in 54ms
npm timing idealTree:node_modules/fd-slicer Completed in 1ms
npm timing idealTree:node_modules/pend Completed in 0ms
npm http fetch GET 200 https://registry.npmjs.org/flatstr 49ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/process-warning 51ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/quick-format-unescaped 51ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/args 51ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/fast-redact 53ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/@hapi%2fbourne 58ms (cache miss)
npm timing idealTree:node_modules/ydb-sdk Completed in 69ms
npm timing idealTree:node_modules/@types/pino Completed in 0ms
npm timing idealTree:node_modules/pino Completed in 3ms
npm timing idealTree:node_modules/fast-redact Completed in 0ms
npm timing idealTree:node_modules/flatstr Completed in 0ms
npm timing idealTree:node_modules/process-warning Completed in 0ms
npm timing idealTree:node_modules/quick-format-unescaped Completed in 0ms
npm timing idealTree:node_modules/reflect-metadata Completed in 0ms
npm timing idealTree:node_modules/ydb-sdk-proto Completed in 0ms
npm timing idealTree:node_modules/yocto-queue Completed in 0ms
npm http fetch GET 200 https://registry.npmjs.org/crc32-stream 48ms (cache miss)
npm timing idealTree:node_modules/zip-stream Completed in 52ms
npm http fetch GET 200 https://registry.npmjs.org/crc-32 40ms (cache miss)
npm timing idealTree:node_modules/compress-commons Completed in 43ms
npm timing idealTree:node_modules/crc32-stream Completed in 1ms
npm timing idealTree:node_modules/crc-32 Completed in 0ms
npm timing idealTree:node_modules/@aws-crypto/sha1-browser/node_modules/@smithy/util-utf8 Completed in 0ms
npm timing idealTree:node_modules/@aws-crypto/sha1-browser/node_modules/@smithy/util-buffer-from Completed in 0ms
npm timing idealTree:node_modules/@aws-crypto/sha1-browser/node_modules/@smithy/is-array-buffer Completed in 0ms
npm timing idealTree:node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8 Completed in 1ms
npm timing idealTree:node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-buffer-from Completed in 1ms
npm timing idealTree:node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/is-array-buffer Completed in 0ms
npm timing idealTree:node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8 Completed in 0ms
npm timing idealTree:node_modules/@aws-crypto/util/node_modules/@smithy/util-buffer-from Completed in 0ms
npm timing idealTree:node_modules/@aws-crypto/util/node_modules/@smithy/is-array-buffer Completed in 0ms
npm timing idealTree:node_modules/@aws-sdk/client-cloudformation/node_modules/uuid Completed in 0ms
npm timing idealTree:node_modules/@serverless/dashboard-plugin/node_modules/child-process-ext Completed in 1ms
npm timing idealTree:node_modules/@serverless/dashboard-plugin/node_modules/fs-extra Completed in 1ms
npm timing idealTree:node_modules/at-least-node Completed in 0ms
npm timing idealTree:node_modules/@serverless/dashboard-plugin/node_modules/open Completed in 0ms
npm timing idealTree:node_modules/@serverless/dashboard-plugin/node_modules/split2 Completed in 0ms
npm timing idealTree:node_modules/@serverless/platform-client/node_modules/js-yaml Completed in 2ms
npm timing idealTree:node_modules/esprima Completed in 0ms
npm timing idealTree:node_modules/@serverless/platform-client/node_modules/argparse Completed in 1ms
npm timing idealTree:node_modules/sprintf-js Completed in 0ms
npm timing idealTree:node_modules/@serverless/platform-client/node_modules/jwt-decode Completed in 0ms
npm timing idealTree:node_modules/@serverless/platform-client/node_modules/querystring Completed in 0ms
npm timing idealTree:node_modules/@smithy/middleware-retry/node_modules/uuid Completed in 0ms
npm timing idealTree:node_modules/@types/pino/node_modules/sonic-boom Completed in 0ms
npm timing idealTree:node_modules/@typescript-eslint/eslint-plugin/node_modules/tsutils Completed in 0ms
npm timing idealTree:node_modules/@typescript-eslint/eslint-plugin/node_modules/tslib Completed in 0ms
npm timing idealTree:node_modules/@typescript-eslint/type-utils/node_modules/tsutils Completed in 0ms
npm timing idealTree:node_modules/@typescript-eslint/type-utils/node_modules/tslib Completed in 0ms
npm timing idealTree:node_modules/@typescript-eslint/typescript-estree/node_modules/tsutils Completed in 1ms
npm timing idealTree:node_modules/@typescript-eslint/typescript-estree/node_modules/tslib Completed in 0ms
npm timing idealTree:node_modules/@yandex-cloud/nodejs-sdk/node_modules/axios Completed in 0ms
npm timing idealTree:node_modules/ajv-formats/node_modules/ajv Completed in 1ms
npm timing idealTree:node_modules/fast-uri Completed in 0ms
npm timing idealTree:node_modules/ajv-formats/node_modules/json-schema-traverse Completed in 0ms
npm timing idealTree:node_modules/ansi-escapes/node_modules/type-fest Completed in 0ms
npm timing idealTree:node_modules/archive-type/node_modules/file-type Completed in 0ms
npm timing idealTree:node_modules/archiver-utils/node_modules/readable-stream Completed in 3ms
npm timing idealTree:node_modules/core-util-is Completed in 0ms
npm timing idealTree:node_modules/process-nextick-args Completed in 0ms
npm timing idealTree:node_modules/archiver-utils/node_modules/safe-buffer Completed in 0ms
npm timing idealTree:node_modules/archiver-utils/node_modules/string_decoder Completed in 0ms
npm timing idealTree:node_modules/archiver/node_modules/tar-stream Completed in 0ms
npm timing idealTree:node_modules/aws-sdk/node_modules/uuid Completed in 1ms
npm timing idealTree:node_modules/bl/node_modules/buffer Completed in 0ms
npm timing idealTree:node_modules/cacheable-request/node_modules/get-stream Completed in 0ms
npm timing idealTree:node_modules/chalk/node_modules/supports-color Completed in 0ms
npm timing idealTree:node_modules/child-process-ext/node_modules/cross-spawn Completed in 5ms
npm timing idealTree:node_modules/nice-try Completed in 0ms
npm timing idealTree:node_modules/child-process-ext/node_modules/path-key Completed in 0ms
npm timing idealTree:node_modules/child-process-ext/node_modules/semver Completed in 0ms
npm timing idealTree:node_modules/child-process-ext/node_modules/shebang-command Completed in 0ms
npm timing idealTree:node_modules/child-process-ext/node_modules/shebang-regex Completed in 0ms
npm timing idealTree:node_modules/child-process-ext/node_modules/split2 Completed in 0ms
npm timing idealTree:node_modules/child-process-ext/node_modules/which Completed in 0ms
npm timing idealTree:node_modules/chokidar/node_modules/glob-parent Completed in 0ms
npm timing idealTree:node_modules/cli-sprintf-format/node_modules/supports-color Completed in 0ms
npm timing idealTree:node_modules/cli-sprintf-format/node_modules/has-flag Completed in 0ms
npm timing idealTree:node_modules/cliui/node_modules/wrap-ansi Completed in 0ms
npm timing idealTree:node_modules/decompress-response/node_modules/mimic-response Completed in 0ms
npm timing idealTree:node_modules/decompress-tar/node_modules/file-type Completed in 0ms
npm timing idealTree:node_modules/decompress-tarbz2/node_modules/file-type Completed in 0ms
npm timing idealTree:node_modules/decompress-targz/node_modules/file-type Completed in 0ms
npm timing idealTree:node_modules/decompress-unzip/node_modules/file-type Completed in 0ms
npm http fetch GET 200 https://registry.npmjs.org/pinkie 43ms (cache miss)
npm timing idealTree:node_modules/decompress-unzip/node_modules/get-stream Completed in 46ms
npm timing idealTree:node_modules/object-assign Completed in 0ms
npm timing idealTree:node_modules/pinkie-promise Completed in 2ms
npm timing idealTree:node_modules/pinkie Completed in 0ms
npm timing idealTree:node_modules/decompress/node_modules/make-dir Completed in 1ms
npm timing idealTree:node_modules/eslint/node_modules/eslint-scope Completed in 1ms
npm timing idealTree:node_modules/eslint/node_modules/estraverse Completed in 0ms
npm timing idealTree:node_modules/esquery/node_modules/estraverse Completed in 0ms
npm timing idealTree:node_modules/esrecurse/node_modules/estraverse Completed in 0ms
npm timing idealTree:node_modules/fast-glob/node_modules/glob-parent Completed in 0ms
npm timing idealTree:node_modules/figures/node_modules/escape-string-regexp Completed in 0ms
npm timing idealTree:node_modules/find-requires/node_modules/esniff Completed in 0ms
npm timing idealTree:node_modules/fs-minipass/node_modules/minipass Completed in 0ms
npm timing idealTree:node_modules/json-colorizer/node_modules/chalk Completed in 2ms
npm timing idealTree:node_modules/json-colorizer/node_modules/ansi-styles Completed in 1ms
npm timing idealTree:node_modules/json-colorizer/node_modules/color-convert Completed in 1ms
npm timing idealTree:node_modules/json-colorizer/node_modules/color-name Completed in 0ms
npm timing idealTree:node_modules/json-colorizer/node_modules/escape-string-regexp Completed in 1ms
npm timing idealTree:node_modules/json-colorizer/node_modules/supports-color Completed in 0ms
npm timing idealTree:node_modules/json-colorizer/node_modules/has-flag Completed in 0ms
npm timing idealTree:node_modules/json-refs/node_modules/commander Completed in 0ms
npm timing idealTree:node_modules/json-refs/node_modules/js-yaml Completed in 0ms
npm timing idealTree:node_modules/json-refs/node_modules/argparse Completed in 0ms
npm timing idealTree:node_modules/jszip/node_modules/readable-stream Completed in 1ms
npm timing idealTree:node_modules/jszip/node_modules/safe-buffer Completed in 0ms
npm timing idealTree:node_modules/jszip/node_modules/string_decoder Completed in 1ms
npm timing idealTree:node_modules/lazystream/node_modules/readable-stream Completed in 1ms
npm timing idealTree:node_modules/lazystream/node_modules/safe-buffer Completed in 0ms
npm timing idealTree:node_modules/lazystream/node_modules/string_decoder Completed in 1ms
npm timing idealTree:node_modules/mime-types/node_modules/mime-db Completed in 0ms
npm timing idealTree:node_modules/minizlib/node_modules/minipass Completed in 0ms
npm timing idealTree:node_modules/nice-grpc-client-middleware-deadline/node_modules/node-abort-controller Completed in 0ms
npm timing idealTree:node_modules/nice-grpc-common/node_modules/node-abort-controller Completed in 0ms
npm timing idealTree:node_modules/nice-grpc/node_modules/abort-controller-x Completed in 0ms
npm timing idealTree:node_modules/nice-grpc/node_modules/node-abort-controller Completed in 1ms
npm timing idealTree:node_modules/pino-abstract-transport/node_modules/readable-stream Completed in 2ms
npm timing idealTree:node_modules/process Completed in 0ms
npm timing idealTree:node_modules/pino-abstract-transport/node_modules/buffer Completed in 0ms
npm timing idealTree:node_modules/pino-abstract-transport/node_modules/events Completed in 0ms
npm timing idealTree:node_modules/pino-abstract-transport/node_modules/ieee754 Completed in 0ms
npm timing idealTree:node_modules/pino-pretty/node_modules/readable-stream Completed in 1ms
npm timing idealTree:node_modules/pino-pretty/node_modules/buffer Completed in 1ms
npm timing idealTree:node_modules/pino-pretty/node_modules/events Completed in 0ms
npm timing idealTree:node_modules/pino-pretty/node_modules/ieee754 Completed in 0ms
npm timing idealTree:node_modules/pino/node_modules/pino-std-serializers Completed in 0ms
npm timing idealTree:node_modules/pino/node_modules/sonic-boom Completed in 0ms
npm timing idealTree:node_modules/readdir-glob/node_modules/minimatch Completed in 1ms
npm timing idealTree:node_modules/readdir-glob/node_modules/brace-expansion Completed in 0ms
npm timing idealTree:node_modules/safe-array-concat/node_modules/isarray Completed in 0ms
npm timing idealTree:node_modules/serverless/node_modules/ajv Completed in 1ms
npm timing idealTree:node_modules/serverless/node_modules/json-schema-traverse Completed in 0ms
npm timing idealTree:node_modules/serverless/node_modules/uuid Completed in 0ms
npm timing idealTree:node_modules/streamroller/node_modules/fs-extra Completed in 2ms
npm timing idealTree:node_modules/streamroller/node_modules/jsonfile Completed in 1ms
npm timing idealTree:node_modules/streamroller/node_modules/universalify Completed in 0ms
npm timing idealTree:node_modules/strip-outer/node_modules/escape-string-regexp Completed in 0ms
npm timing idealTree:node_modules/tar-stream/node_modules/bl Completed in 0ms
npm timing idealTree:node_modules/tar-stream/node_modules/readable-stream Completed in 1ms
npm timing idealTree:node_modules/tar-stream/node_modules/safe-buffer Completed in 0ms
npm timing idealTree:node_modules/tar-stream/node_modules/string_decoder Completed in 0ms
npm timing idealTree:node_modules/token-types/node_modules/ieee754 Completed in 0ms
npm timing idealTree:node_modules/trim-repeated/node_modules/escape-string-regexp Completed in 0ms
npm timing idealTree:node_modules/unbzip2-stream/node_modules/buffer Completed in 0ms
npm timing idealTree:node_modules/url/node_modules/punycode Completed in 0ms
npm timing idealTree:node_modules/yamljs/node_modules/argparse Completed in 0ms
npm timing idealTree:node_modules/ydb-sdk/node_modules/jsonwebtoken Completed in 1ms
npm timing idealTree:node_modules/ydb-sdk/node_modules/long Completed in 0ms
npm timing idealTree:node_modules/ydb-sdk/node_modules/luxon Completed in 0ms
npm http fetch GET 200 https://registry.npmjs.org/leven 31ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/mri 39ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/camelcase 47ms (cache miss)
npm timing idealTree:node_modules/ydb-sdk/node_modules/pino-pretty Completed in 55ms
npm timing idealTree:node_modules/@hapi/bourne Completed in 0ms
npm timing idealTree:node_modules/args Completed in 3ms
npm timing idealTree:node_modules/camelcase Completed in 0ms
npm timing idealTree:node_modules/leven Completed in 0ms
npm timing idealTree:node_modules/mri Completed in 0ms
npm timing idealTree:node_modules/args/node_modules/chalk Completed in 1ms
npm timing idealTree:node_modules/args/node_modules/ansi-styles Completed in 0ms
npm timing idealTree:node_modules/args/node_modules/color-convert Completed in 1ms
npm timing idealTree:node_modules/args/node_modules/color-name Completed in 0ms
npm timing idealTree:node_modules/args/node_modules/escape-string-regexp Completed in 0ms
npm timing idealTree:node_modules/args/node_modules/supports-color Completed in 1ms
npm timing idealTree:node_modules/args/node_modules/has-flag Completed in 0ms
npm timing idealTree:node_modules/ydb-sdk/node_modules/chalk Completed in 2ms
npm timing idealTree:node_modules/ydb-sdk/node_modules/ansi-styles Completed in 1ms
npm timing idealTree:node_modules/ydb-sdk/node_modules/color-convert Completed in 0ms
npm timing idealTree:node_modules/ydb-sdk/node_modules/color-name Completed in 0ms
npm timing idealTree:node_modules/ydb-sdk/node_modules/dateformat Completed in 0ms
npm timing idealTree:node_modules/ydb-sdk/node_modules/escape-string-regexp Completed in 0ms
npm timing idealTree:node_modules/ydb-sdk/node_modules/jmespath Completed in 0ms
npm timing idealTree:node_modules/ydb-sdk/node_modules/joycon Completed in 0ms
npm timing idealTree:node_modules/ydb-sdk/node_modules/semver Completed in 0ms
npm timing idealTree:node_modules/ydb-sdk/node_modules/split2 Completed in 0ms
npm timing idealTree:node_modules/ydb-sdk/node_modules/supports-color Completed in 0ms
npm timing idealTree:node_modules/ydb-sdk/node_modules/has-flag Completed in 0ms
npm timing idealTree:node_modules/zip-stream/node_modules/archiver-utils Completed in 0ms
npm timing idealTree:node_modules/decompress/node_modules/make-dir/node_modules/pify Completed in 0ms
npm timing idealTree:buildDeps Completed in 13083ms
npm timing idealTree:fixDepFlags Completed in 19ms
npm timing idealTree Completed in 13121ms
npm timing reify:loadTrees Completed in 13123ms
npm timing reify:diffTrees Completed in 8ms
npm timing reify:retireShallow Completed in 1ms
npm timing reify:createSparse Completed in 148ms
npm timing reify:trashOmits Completed in 18ms
npm timing reify:loadBundles Completed in 0ms
npm http fetch GET 200 https://registry.npmjs.org/camelcase/-/camelcase-5.0.0.tgz 1810ms (cache miss)
npm timing reifyNode:node_modules/camelcase Completed in 1895ms
npm http fetch GET 200 https://registry.npmjs.org/flatstr/-/flatstr-1.0.12.tgz 1792ms (cache miss)
npm timing reifyNode:node_modules/flatstr Completed in 1903ms
npm http fetch GET 200 https://registry.npmjs.org/process-warning/-/process-warning-1.0.0.tgz 1800ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/mri/-/mri-1.1.4.tgz 1838ms (cache miss)
npm timing reifyNode:node_modules/mri Completed in 1915ms
npm http fetch GET 200 https://registry.npmjs.org/quick-format-unescaped/-/quick-format-unescaped-4.0.4.tgz 1813ms (cache miss)
npm timing reifyNode:node_modules/quick-format-unescaped Completed in 1917ms
npm http fetch GET 200 https://registry.npmjs.org/process/-/process-0.11.10.tgz 1820ms (cache miss)
npm timing reifyNode:node_modules/process Completed in 1920ms
npm http fetch GET 200 https://registry.npmjs.org/@types/pino/-/pino-6.3.12.tgz 1795ms (cache miss)
npm timing reifyNode:node_modules/@types/pino Completed in 1927ms
npm http fetch GET 200 https://registry.npmjs.org/@hapi/bourne/-/bourne-1.3.2.tgz 1835ms (cache miss)
npm WARN deprecated @hapi/bourne@1.3.2: This version has been deprecated and is no longer supported or maintained
npm timing reifyNode:node_modules/@hapi/bourne Completed in 1930ms
npm timing reifyNode:node_modules/process-warning Completed in 1954ms
npm http fetch GET 200 https://registry.npmjs.org/y18n/-/y18n-5.0.8.tgz 1819ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/cliui/-/cliui-8.0.1.tgz 1807ms (cache miss)
npm timing reifyNode:node_modules/cliui Completed in 1960ms
npm timing reifyNode:node_modules/y18n Completed in 2007ms
npm http fetch GET 200 https://registry.npmjs.org/is-generator-function/-/is-generator-function-1.0.10.tgz 1847ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/for-each/-/for-each-0.3.3.tgz 1842ms (cache miss)
npm timing reifyNode:node_modules/for-each Completed in 2014ms
npm http fetch GET 200 https://registry.npmjs.org/is-typed-array/-/is-typed-array-1.1.13.tgz 1838ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/has-tostringtag/-/has-tostringtag-1.0.2.tgz 1850ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/args/-/args-5.0.3.tgz 1965ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/leven/-/leven-2.1.0.tgz 1977ms (cache miss)
npm timing reifyNode:node_modules/leven Completed in 2061ms
npm http fetch GET 200 https://registry.npmjs.org/possible-typed-array-names/-/possible-typed-array-names-1.0.0.tgz 1893ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/has-property-descriptors/-/has-property-descriptors-1.0.2.tgz 1876ms (cache miss)
npm timing reifyNode:node_modules/has-property-descriptors Completed in 2075ms
npm http fetch GET 200 https://registry.npmjs.org/gopd/-/gopd-1.0.1.tgz 1877ms (cache miss)
npm timing reifyNode:node_modules/gopd Completed in 2083ms
npm http fetch GET 200 https://registry.npmjs.org/which-typed-array/-/which-typed-array-1.1.15.tgz 1890ms (cache miss)
npm timing reifyNode:node_modules/args Completed in 2162ms
npm http fetch GET 200 https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz 2025ms (cache miss)
npm timing reifyNode:node_modules/require-directory Completed in 2167ms
npm http fetch GET 200 https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz 2026ms (cache miss)
npm timing reifyNode:node_modules/get-caller-file Completed in 2170ms
npm http fetch GET 200 https://registry.npmjs.org/escalade/-/escalade-3.2.0.tgz 2026ms (cache miss)
npm timing reifyNode:node_modules/escalade Completed in 2175ms
npm http fetch GET 200 https://registry.npmjs.org/is-arguments/-/is-arguments-1.1.1.tgz 2018ms (cache miss)
npm timing reifyNode:node_modules/is-arguments Completed in 2184ms
npm timing reifyNode:node_modules/is-generator-function Completed in 2186ms
npm timing reifyNode:node_modules/possible-typed-array-names Completed in 2187ms
npm http fetch GET 200 https://registry.npmjs.org/set-function-length/-/set-function-length-1.2.2.tgz 1964ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/available-typed-arrays/-/available-typed-arrays-1.0.7.tgz 2005ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/has-proto/-/has-proto-1.0.3.tgz 1982ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/define-data-property/-/define-data-property-1.1.4.tgz 1997ms (cache miss)
npm timing reifyNode:node_modules/is-typed-array Completed in 2281ms
npm timing reifyNode:node_modules/has-proto Completed in 2282ms
npm http fetch GET 200 https://registry.npmjs.org/has-symbols/-/has-symbols-1.0.3.tgz 2070ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/es-define-property/-/es-define-property-1.0.0.tgz 2062ms (cache miss)
npm timing reifyNode:node_modules/es-define-property Completed in 2293ms
npm http fetch GET 200 https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz 2069ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.2.4.tgz 2062ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz 2067ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/is-callable/-/is-callable-1.2.7.tgz 2163ms (cache miss)
npm timing reifyNode:node_modules/is-callable Completed in 2350ms
npm timing reifyNode:node_modules/set-function-length Completed in 2350ms
npm timing reifyNode:node_modules/available-typed-arrays Completed in 2350ms
npm http fetch GET 200 https://registry.npmjs.org/@protobufjs/utf8/-/utf8-1.1.0.tgz 2050ms (cache miss)
npm timing reifyNode:node_modules/@protobufjs/utf8 Completed in 2352ms
npm http fetch GET 200 https://registry.npmjs.org/call-bind/-/call-bind-1.0.7.tgz 2113ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz 2078ms (cache miss)
npm timing reifyNode:node_modules/wrappy Completed in 2365ms
npm http fetch GET 200 https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz 2098ms (cache miss)
npm timing reifyNode:node_modules/util-deprecate Completed in 2373ms
npm http fetch GET 200 https://registry.npmjs.org/once/-/once-1.4.0.tgz 2086ms (cache miss)
npm timing reifyNode:node_modules/once Completed in 2376ms
npm http fetch GET 200 https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz 2102ms (cache miss)
npm timing reifyNode:node_modules/string_decoder Completed in 2379ms
npm http fetch GET 200 https://registry.npmjs.org/hasown/-/hasown-2.0.2.tgz 2207ms (cache miss)
npm timing reifyNode:node_modules/hasown Completed in 2421ms
npm timing reifyNode:node_modules/get-intrinsic Completed in 2421ms
npm timing reifyNode:node_modules/call-bind Completed in 2422ms
npm http fetch GET 200 https://registry.npmjs.org/@protobufjs/path/-/path-1.1.2.tgz 2112ms (cache miss)
npm timing reifyNode:node_modules/@protobufjs/path Completed in 2429ms
npm http fetch GET 200 https://registry.npmjs.org/@protobufjs/float/-/float-1.0.2.tgz 2102ms (cache miss)
npm timing reifyNode:node_modules/@protobufjs/float Completed in 2429ms
npm http fetch GET 200 https://registry.npmjs.org/@protobufjs/inquire/-/inquire-1.1.0.tgz 2117ms (cache miss)
npm timing reifyNode:node_modules/@protobufjs/inquire Completed in 2435ms
npm timing reifyNode:node_modules/which-typed-array Completed in 2477ms
npm timing reifyNode:node_modules/define-data-property Completed in 2477ms
npm http fetch GET 200 https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz 2229ms (cache miss)
npm timing reifyNode:node_modules/is-fullwidth-code-point Completed in 2480ms
npm http fetch GET 200 https://registry.npmjs.org/split2/-/split2-4.2.0.tgz 2122ms (cache miss)
npm timing reifyNode:node_modules/split2 Completed in 2480ms
npm http fetch GET 200 https://registry.npmjs.org/end-of-stream/-/end-of-stream-1.4.4.tgz 2233ms (cache miss)
npm timing reifyNode:node_modules/end-of-stream Completed in 2532ms
npm http fetch GET 200 https://registry.npmjs.org/atomic-sleep/-/atomic-sleep-1.0.0.tgz 2280ms (cache miss)
npm timing reifyNode:node_modules/atomic-sleep Completed in 2541ms
npm http fetch GET 200 https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz 2291ms (cache miss)
npm timing reifyNode:node_modules/emoji-regex Completed in 2545ms
npm http fetch GET 200 https://registry.npmjs.org/@protobufjs/eventemitter/-/eventemitter-1.1.0.tgz 2213ms (cache miss)
npm timing reifyNode:node_modules/@protobufjs/eventemitter Completed in 2544ms
npm http fetch GET 200 https://registry.npmjs.org/@protobufjs/base64/-/base64-1.1.2.tgz 2207ms (cache miss)
npm timing reifyNode:node_modules/@protobufjs/base64 Completed in 2551ms
npm http fetch GET 200 https://registry.npmjs.org/sonic-boom/-/sonic-boom-4.1.0.tgz 2195ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/@protobufjs/aspromise/-/aspromise-1.1.2.tgz 2214ms (cache miss)
npm timing reifyNode:node_modules/@protobufjs/aspromise Completed in 2562ms
npm http fetch GET 200 https://registry.npmjs.org/pino-abstract-transport/-/pino-abstract-transport-1.2.0.tgz 2189ms (cache miss)
npm timing reifyNode:node_modules/has-tostringtag Completed in 2597ms
npm timing reifyNode:node_modules/function-bind Completed in 2597ms
npm http fetch GET 200 https://registry.npmjs.org/@protobufjs/fetch/-/fetch-1.1.0.tgz 2268ms (cache miss)
npm timing reifyNode:node_modules/@protobufjs/fetch Completed in 2596ms
npm http fetch GET 200 https://registry.npmjs.org/@protobufjs/pool/-/pool-1.1.0.tgz 2297ms (cache miss)
npm timing reifyNode:node_modules/@protobufjs/pool Completed in 2602ms
npm http fetch GET 200 https://registry.npmjs.org/on-exit-leak-free/-/on-exit-leak-free-2.1.2.tgz 2221ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/@protobufjs/codegen/-/codegen-2.0.4.tgz 2268ms (cache miss)
npm timing reifyNode:node_modules/@protobufjs/codegen Completed in 2610ms
npm http fetch GET 200 https://registry.npmjs.org/pump/-/pump-3.0.2.tgz 2244ms (cache miss)
npm timing reifyNode:node_modules/pump Completed in 2617ms
npm http fetch GET 200 https://registry.npmjs.org/minimist/-/minimist-1.2.8.tgz 2233ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/joycon/-/joycon-3.1.1.tgz 2260ms (cache miss)
npm timing reifyNode:node_modules/joycon Completed in 2659ms
npm http fetch GET 200 https://registry.npmjs.org/dateformat/-/dateformat-4.6.3.tgz 2247ms (cache miss)
npm timing reifyNode:node_modules/dateformat Completed in 2666ms
npm http fetch GET 200 https://registry.npmjs.org/colorette/-/colorette-2.0.20.tgz 2240ms (cache miss)
npm timing reifyNode:node_modules/colorette Completed in 2670ms
npm http fetch GET 200 https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz 2237ms (cache miss)
npm timing reifyNode:node_modules/inherits Completed in 2673ms
npm http fetch GET 200 https://registry.npmjs.org/ts-error/-/ts-error-1.0.6.tgz 2235ms (cache miss)
npm timing reifyNode:node_modules/ts-error Completed in 2680ms
npm timing reifyNode:node_modules/has-symbols Completed in 2702ms
npm http fetch GET 200 https://registry.npmjs.org/nice-grpc-common/-/nice-grpc-common-1.1.0.tgz 2261ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/streamroller/-/streamroller-3.1.5.tgz 2261ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/date-format/-/date-format-4.0.14.tgz 2250ms (cache miss)
npm timing reifyNode:node_modules/date-format Completed in 2714ms
npm http fetch GET 200 https://registry.npmjs.org/rfdc/-/rfdc-1.4.1.tgz 2260ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/ecdsa-sig-formatter/-/ecdsa-sig-formatter-1.0.11.tgz 2248ms (cache miss)
npm timing reifyNode:node_modules/ecdsa-sig-formatter Completed in 2724ms
npm http fetch GET 200 https://registry.npmjs.org/buffer-equal-constant-time/-/buffer-equal-constant-time-1.0.1.tgz 2251ms (cache miss)
npm timing reifyNode:node_modules/buffer-equal-constant-time Completed in 2731ms
npm http fetch GET 200 https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz 2260ms (cache miss)
npm timing reifyNode:node_modules/ansi-regex Completed in 2734ms
npm http fetch GET 200 https://registry.npmjs.org/secure-json-parse/-/secure-json-parse-2.7.0.tgz 2383ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/help-me/-/help-me-5.0.0.tgz 2355ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/fast-safe-stringify/-/fast-safe-stringify-2.1.1.tgz 2354ms (cache miss)
npm timing reifyNode:node_modules/fast-safe-stringify Completed in 2759ms
npm timing reifyNode:node_modules/rfdc Completed in 2759ms
npm http fetch GET 200 https://registry.npmjs.org/jwa/-/jwa-1.4.1.tgz 2276ms (cache miss)
npm timing reifyNode:node_modules/jwa Completed in 2766ms
npm http fetch GET 200 https://registry.npmjs.org/lodash.once/-/lodash.once-4.1.1.tgz 2277ms (cache miss)
npm timing reifyNode:node_modules/lodash.once Completed in 2769ms
npm http fetch GET 200 https://registry.npmjs.org/lodash.isnumber/-/lodash.isnumber-3.0.3.tgz 2264ms (cache miss)
npm timing reifyNode:node_modules/lodash.isnumber Completed in 2772ms
npm http fetch GET 200 https://registry.npmjs.org/lodash.isplainobject/-/lodash.isplainobject-4.0.6.tgz 2273ms (cache miss)
npm timing reifyNode:node_modules/lodash.isplainobject Completed in 2779ms
npm http fetch GET 200 https://registry.npmjs.org/lodash.isinteger/-/lodash.isinteger-4.0.4.tgz 2263ms (cache miss)
npm timing reifyNode:node_modules/lodash.isinteger Completed in 2782ms
npm http fetch GET 200 https://registry.npmjs.org/lodash.isboolean/-/lodash.isboolean-3.0.3.tgz 2267ms (cache miss)
npm timing reifyNode:node_modules/lodash.isboolean Completed in 2788ms
npm http fetch GET 200 https://registry.npmjs.org/lodash.includes/-/lodash.includes-4.3.0.tgz 2260ms (cache miss)
npm timing reifyNode:node_modules/lodash.includes Completed in 2791ms
npm timing reifyNode:node_modules/streamroller Completed in 2808ms
npm http fetch GET 200 https://registry.npmjs.org/jws/-/jws-3.2.2.tgz 2276ms (cache miss)
npm timing reifyNode:node_modules/jws Completed in 2811ms
npm http fetch GET 200 https://registry.npmjs.org/mime-types/-/mime-types-2.1.35.tgz 2252ms (cache miss)
npm timing reifyNode:node_modules/mime-types Completed in 2815ms
npm http fetch GET 200 https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz 2281ms (cache miss)
npm timing reifyNode:node_modules/string-width Completed in 2818ms
npm http fetch GET 200 https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz 2268ms (cache miss)
npm timing reifyNode:node_modules/combined-stream Completed in 2834ms
npm http fetch GET 200 https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz 2281ms (cache miss)
npm timing reifyNode:node_modules/delayed-stream Completed in 2841ms
npm http fetch GET 200 https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz 2269ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/flatted/-/flatted-3.3.1.tgz 2270ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz 2263ms (cache miss)
npm timing reifyNode:node_modules/strip-ansi Completed in 2853ms
npm http fetch GET 200 https://registry.npmjs.org/lodash.isstring/-/lodash.isstring-4.0.1.tgz 2366ms (cache miss)
npm timing reifyNode:node_modules/lodash.isstring Completed in 2870ms
npm http fetch GET 200 https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-3.1.1.tgz 2297ms (cache miss)
npm timing reifyNode:node_modules/strip-json-comments Completed in 2877ms
npm http fetch GET 200 https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz 2276ms (cache miss)
npm timing reifyNode:node_modules/safe-buffer Completed in 2880ms
npm http fetch GET 200 https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz 2274ms (cache miss)
npm timing reifyNode:node_modules/color-convert Completed in 2883ms
npm http fetch GET 200 https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz 2296ms (cache miss)
npm timing reifyNode:node_modules/graceful-fs Completed in 2890ms
npm http fetch GET 200 https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz 2270ms (cache miss)
npm timing reifyNode:node_modules/isarray Completed in 2892ms
npm http fetch GET 200 https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz 2289ms (cache miss)
npm timing reifyNode:node_modules/color-name Completed in 2896ms
npm http fetch GET 200 https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz 2282ms (cache miss)
npm timing reifyNode:node_modules/ansi-styles Completed in 2903ms
npm http fetch GET 200 https://registry.npmjs.org/base64-js/-/base64-js-1.5.1.tgz 2272ms (cache miss)
npm timing reifyNode:node_modules/base64-js Completed in 2905ms
npm http fetch GET 200 https://registry.npmjs.org/proxy-from-env/-/proxy-from-env-1.1.0.tgz 2274ms (cache miss)
npm timing reifyNode:node_modules/proxy-from-env Completed in 2911ms
npm timing reifyNode:node_modules/on-exit-leak-free Completed in 2922ms
npm http fetch GET 200 https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.9.tgz 2273ms (cache miss)
npm timing reifyNode:node_modules/follow-redirects Completed in 2924ms
npm http fetch GET 200 https://registry.npmjs.org/form-data/-/form-data-4.0.0.tgz 2291ms (cache miss)
npm timing reifyNode:node_modules/form-data Completed in 2932ms
npm http fetch GET 200 https://registry.npmjs.org/util/-/util-0.12.5.tgz 2270ms (cache miss)
npm timing reifyNode:node_modules/util Completed in 2935ms
npm timing reifyNode:node_modules/es-errors Completed in 2953ms
npm http fetch GET 200 https://registry.npmjs.org/querystring/-/querystring-0.2.0.tgz 2272ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/events/-/events-1.1.1.tgz 2263ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/lodash.camelcase/-/lodash.camelcase-4.3.0.tgz 2251ms (cache miss)
npm timing reifyNode:node_modules/lodash.camelcase Completed in 2961ms
npm http fetch GET 200 https://registry.npmjs.org/utility-types/-/utility-types-3.11.0.tgz 2252ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/node-abort-controller/-/node-abort-controller-3.1.1.tgz 2242ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/nice-grpc-client-middleware-deadline/-/nice-grpc-client-middleware-deadline-1.1.2.tgz 2242ms (cache miss)
npm timing reifyNode:node_modules/nice-grpc-client-middleware-deadline Completed in 2984ms
npm http fetch GET 200 https://registry.npmjs.org/jsonwebtoken/-/jsonwebtoken-9.0.2.tgz 2228ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/ms/-/ms-2.1.3.tgz 2208ms (cache miss)
npm timing reifyNode:node_modules/ms Completed in 3007ms
npm http fetch GET 200 https://registry.npmjs.org/ieee754/-/ieee754-1.1.13.tgz 2332ms (cache miss)
npm timing reifyNode:node_modules/ieee754 Completed in 3018ms
npm http fetch GET 200 https://registry.npmjs.org/nanoid/-/nanoid-3.3.7.tgz 2180ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/@types/pino-std-serializers/-/pino-std-serializers-4.0.0.tgz 2171ms (cache miss)
npm WARN deprecated @types/pino-std-serializers@4.0.0: This is a stub types definition. pino-std-serializers provides its own type definitions, so you do not need this installed.
npm timing reifyNode:node_modules/@types/pino-std-serializers Completed in 3028ms
npm http fetch GET 200 https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz 2161ms (cache miss)
npm timing reifyNode:node_modules/args/node_modules/has-flag Completed in 3041ms
npm http fetch GET 200 https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz 2173ms (cache miss)
npm timing reifyNode:node_modules/args/node_modules/color-name Completed in 3056ms
npm http fetch GET 200 https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz 2166ms (cache miss)
npm timing reifyNode:node_modules/args/node_modules/color-convert Completed in 3059ms
npm http fetch GET 200 https://registry.npmjs.org/pino-std-serializers/-/pino-std-serializers-7.0.0.tgz 2227ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/debug/-/debug-4.3.7.tgz 2244ms (cache miss)
npm timing reifyNode:node_modules/debug Completed in 3061ms
npm http fetch GET 200 https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz 2180ms (cache miss)
npm timing reifyNode:node_modules/args/node_modules/escape-string-regexp Completed in 3086ms
npm http fetch GET 200 https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz 2189ms (cache miss)
npm timing reifyNode:node_modules/args/node_modules/ansi-styles Completed in 3098ms
npm http fetch GET 200 https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz 2190ms (cache miss)
npm timing reifyNode:node_modules/args/node_modules/chalk Completed in 3101ms
npm http fetch GET 200 https://registry.npmjs.org/sonic-boom/-/sonic-boom-1.4.1.tgz 2183ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/pino-std-serializers/-/pino-std-serializers-3.2.0.tgz 2187ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/sonic-boom/-/sonic-boom-2.8.0.tgz 2188ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz 2222ms (cache miss)
npm timing reifyNode:node_modules/args/node_modules/supports-color Completed in 3117ms
npm http fetch GET 200 https://registry.npmjs.org/@types/pino-pretty/-/pino-pretty-5.0.0.tgz 2248ms (cache miss)
npm WARN deprecated @types/pino-pretty@5.0.0: This is a stub types definition. pino-pretty provides its own type definitions, so you do not need this installed.
npm timing reifyNode:node_modules/@types/pino-pretty Completed in 3116ms
npm timing reifyNode:node_modules/pino-abstract-transport Completed in 3123ms
npm timing reifyNode:node_modules/asynckit Completed in 3123ms
npm WARN deprecated querystring@0.2.0: The querystring API is considered Legacy. new code should use the URLSearchParams API instead.
npm timing reifyNode:node_modules/querystring Completed in 3123ms
npm http fetch GET 200 https://registry.npmjs.org/ieee754/-/ieee754-1.2.1.tgz 2197ms (cache miss)
npm timing reifyNode:node_modules/pino-abstract-transport/node_modules/ieee754 Completed in 3130ms
npm http fetch GET 200 https://registry.npmjs.org/yargs-parser/-/yargs-parser-21.1.1.tgz 3013ms (cache miss)
npm timing reifyNode:node_modules/yargs-parser Completed in 3146ms
npm timing reifyNode:node_modules/node-abort-controller Completed in 3140ms
npm http fetch GET 200 https://registry.npmjs.org/node-abort-controller/-/node-abort-controller-2.0.0.tgz 2188ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/universalify/-/universalify-0.1.2.tgz 2192ms (cache miss)
npm timing reifyNode:node_modules/streamroller/node_modules/universalify Completed in 3154ms
npm http fetch GET 200 https://registry.npmjs.org/jsonfile/-/jsonfile-4.0.0.tgz 2185ms (cache miss)
npm timing reifyNode:node_modules/streamroller/node_modules/jsonfile Completed in 3157ms
npm http fetch GET 200 https://registry.npmjs.org/punycode/-/punycode-1.3.2.tgz 2172ms (cache miss)
npm timing reifyNode:node_modules/url/node_modules/punycode Completed in 3158ms
npm http fetch GET 200 https://registry.npmjs.org/node-abort-controller/-/node-abort-controller-1.2.1.tgz 2166ms (cache miss)
npm timing reifyNode:node_modules/secure-json-parse Completed in 3170ms
npm http fetch GET 200 https://registry.npmjs.org/ieee754/-/ieee754-1.2.1.tgz 2160ms (cache miss)
npm timing reifyNode:node_modules/pino-pretty/node_modules/ieee754 Completed in 3175ms
npm http fetch GET 200 https://registry.npmjs.org/reflect-metadata/-/reflect-metadata-0.1.14.tgz 3068ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz 2261ms (cache miss)
npm timing reifyNode:node_modules/cliui/node_modules/wrap-ansi Completed in 3197ms
npm timing reifyNode:node_modules/nice-grpc-common/node_modules/node-abort-controller Completed in 3193ms
npm http fetch GET 200 https://registry.npmjs.org/node-abort-controller/-/node-abort-controller-2.0.0.tgz 2209ms (cache miss)
npm timing reifyNode:node_modules/nice-grpc-client-middleware-deadline/node_modules/node-abort-controller Completed in 3198ms
npm timing reifyNode:node_modules/nice-grpc/node_modules/node-abort-controller Completed in 3199ms
npm http fetch GET 200 https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz 2158ms (cache miss)
npm timing reifyNode:node_modules/ydb-sdk/node_modules/color-name Completed in 3202ms
npm http fetch GET 200 https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz 2156ms (cache miss)
npm timing reifyNode:node_modules/ydb-sdk/node_modules/supports-color Completed in 3205ms
npm http fetch GET 200 https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz 2149ms (cache miss)
npm timing reifyNode:node_modules/ydb-sdk/node_modules/ansi-styles Completed in 3212ms
npm http fetch GET 200 https://registry.npmjs.org/split2/-/split2-3.2.2.tgz 2141ms (cache miss)
npm timing reifyNode:node_modules/ydb-sdk/node_modules/split2 Completed in 3215ms
npm http fetch GET 200 https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz 2172ms (cache miss)
npm timing reifyNode:node_modules/ydb-sdk/node_modules/color-convert Completed in 3218ms
npm http fetch GET 200 https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz 2192ms (cache miss)
npm timing reifyNode:node_modules/ydb-sdk/node_modules/has-flag Completed in 3224ms
npm http fetch GET 200 https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz 2168ms (cache miss)
npm timing reifyNode:node_modules/ydb-sdk/node_modules/escape-string-regexp Completed in 3227ms
npm http fetch GET 200 https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz 2146ms (cache miss)
npm timing reifyNode:node_modules/ydb-sdk/node_modules/chalk Completed in 3238ms
npm http fetch GET 200 https://registry.npmjs.org/dateformat/-/dateformat-3.0.3.tgz 2152ms (cache miss)
npm timing reifyNode:node_modules/ydb-sdk/node_modules/dateformat Completed in 3241ms
npm timing reifyNode:node_modules/jsonwebtoken Completed in 3245ms
npm timing reifyNode:node_modules/reflect-metadata Completed in 3256ms
npm timing reifyNode:node_modules/flatted Completed in 3251ms
npm http fetch GET 200 https://registry.npmjs.org/joycon/-/joycon-2.2.5.tgz 2183ms (cache miss)
npm timing reifyNode:node_modules/ydb-sdk/node_modules/joycon Completed in 3259ms
npm timing reifyNode:node_modules/minimist Completed in 3264ms
npm http fetch GET 200 https://registry.npmjs.org/sax/-/sax-1.2.1.tgz 2596ms (cache miss)
npm timing reifyNode:node_modules/sax Completed in 3265ms
npm timing reifyNode:node_modules/pino/node_modules/sonic-boom Completed in 3276ms
npm http fetch GET 200 https://registry.npmjs.org/abort-controller/-/abort-controller-3.0.0.tgz 3011ms (cache miss)
npm timing reifyNode:node_modules/abort-controller Completed in 3282ms
npm timing reifyNode:node_modules/events Completed in 3282ms
npm timing reifyNode:node_modules/pino/node_modules/pino-std-serializers Completed in 3293ms
npm timing reifyNode:node_modules/help-me Completed in 3290ms
npm http fetch GET 200 https://registry.npmjs.org/url/-/url-0.10.3.tgz 2625ms (cache miss)
npm timing reifyNode:node_modules/url Completed in 3291ms
npm http fetch GET 200 https://registry.npmjs.org/jmespath/-/jmespath-0.16.0.tgz 2616ms (cache miss)
npm timing reifyNode:node_modules/jmespath Completed in 3298ms
npm timing reifyNode:node_modules/@types/pino/node_modules/sonic-boom Completed in 3310ms
npm http fetch GET 200 https://registry.npmjs.org/event-target-shim/-/event-target-shim-5.0.1.tgz 3048ms (cache miss)
npm timing reifyNode:node_modules/event-target-shim Completed in 3313ms
npm timing reifyNode:node_modules/utility-types Completed in 3308ms
npm timing reifyNode:node_modules/sonic-boom Completed in 3319ms
npm http fetch GET 200 https://registry.npmjs.org/buffer/-/buffer-6.0.3.tgz 2381ms (cache miss)
npm timing reifyNode:node_modules/pino-abstract-transport/node_modules/buffer Completed in 3328ms
npm http fetch GET 200 https://registry.npmjs.org/fast-redact/-/fast-redact-3.5.0.tgz 3241ms (cache miss)
npm timing reifyNode:node_modules/fast-redact Completed in 3355ms
npm timing reifyNode:node_modules/nanoid Completed in 3352ms
npm http fetch GET 200 https://registry.npmjs.org/long/-/long-5.2.3.tgz 2598ms (cache miss)
npm timing reifyNode:node_modules/long Completed in 3363ms
npm http fetch GET 200 https://registry.npmjs.org/buffer/-/buffer-6.0.3.tgz 2339ms (cache miss)
npm timing reifyNode:node_modules/pino-pretty/node_modules/buffer Completed in 3368ms
npm http fetch GET 200 https://registry.npmjs.org/semver/-/semver-5.7.2.tgz 2281ms (cache miss)
npm timing reifyNode:node_modules/ydb-sdk/node_modules/semver Completed in 3383ms
npm timing reifyNode:node_modules/pino-std-serializers Completed in 3388ms
npm http fetch GET 200 https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz 2424ms (cache miss)
npm timing reifyNode:node_modules/mime-types/node_modules/mime-db Completed in 3402ms
npm http fetch GET 200 https://registry.npmjs.org/@grpc/proto-loader/-/proto-loader-0.7.13.tgz 2689ms (cache miss)
npm timing reifyNode:node_modules/@grpc/proto-loader Completed in 3412ms
npm http fetch GET 200 https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.2.tgz 2989ms (cache miss)
npm timing reifyNode:node_modules/readable-stream Completed in 3421ms
npm http fetch GET 200 https://registry.npmjs.org/jsonwebtoken/-/jsonwebtoken-8.5.1.tgz 2311ms (cache miss)
npm timing reifyNode:node_modules/ydb-sdk/node_modules/jsonwebtoken Completed in 3433ms
npm http fetch GET 200 https://registry.npmjs.org/long/-/long-4.0.0.tgz 2320ms (cache miss)
npm timing reifyNode:node_modules/ydb-sdk/node_modules/long Completed in 3439ms
npm http fetch GET 200 https://registry.npmjs.org/xmlbuilder/-/xmlbuilder-11.0.1.tgz 3349ms (cache miss)
npm timing reifyNode:node_modules/xmlbuilder Completed in 3505ms
npm http fetch GET 200 https://registry.npmjs.org/events/-/events-3.3.0.tgz 2569ms (cache miss)
npm timing reifyNode:node_modules/pino-abstract-transport/node_modules/events Completed in 3517ms
npm http fetch GET 200 https://registry.npmjs.org/undici-types/-/undici-types-6.19.8.tgz 2991ms (cache miss)
npm timing reifyNode:node_modules/undici-types Completed in 3543ms
npm http fetch GET 200 https://registry.npmjs.org/events/-/events-3.3.0.tgz 2539ms (cache miss)
npm timing reifyNode:node_modules/pino-pretty/node_modules/events Completed in 3557ms
npm timing reifyNode:node_modules/nice-grpc-common Completed in 3564ms
npm http fetch GET 200 https://registry.npmjs.org/@js-sdsl/ordered-map/-/ordered-map-4.4.2.tgz 2864ms (cache miss)
npm timing reifyNode:node_modules/@js-sdsl/ordered-map Completed in 3577ms
npm http fetch GET 200 https://registry.npmjs.org/jmespath/-/jmespath-0.15.0.tgz 2501ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/buffer/-/buffer-4.9.2.tgz 2894ms (cache miss)
npm timing reifyNode:node_modules/buffer Completed in 3593ms
npm http fetch GET 200 https://registry.npmjs.org/log4js/-/log4js-6.9.1.tgz 2828ms (cache miss)
npm timing reifyNode:node_modules/log4js Completed in 3596ms
npm timing reifyNode:node_modules/ydb-sdk/node_modules/jmespath Completed in 3597ms
npm http fetch GET 200 https://registry.npmjs.org/pino-pretty/-/pino-pretty-3.6.1.tgz 2503ms (cache miss)
npm timing reifyNode:node_modules/ydb-sdk/node_modules/pino-pretty Completed in 3608ms
npm http fetch GET 200 https://registry.npmjs.org/semver/-/semver-7.6.3.tgz 2816ms (cache miss)
npm timing reifyNode:node_modules/semver Completed in 3630ms
npm http fetch GET 200 https://registry.npmjs.org/readable-stream/-/readable-stream-4.5.2.tgz 2695ms (cache miss)
npm timing reifyNode:node_modules/pino-abstract-transport/node_modules/readable-stream Completed in 3645ms
npm http fetch GET 200 https://registry.npmjs.org/readable-stream/-/readable-stream-4.5.2.tgz 2617ms (cache miss)
npm timing reifyNode:node_modules/pino-pretty/node_modules/readable-stream Completed in 3648ms
npm http fetch GET 200 https://registry.npmjs.org/fast-copy/-/fast-copy-3.0.2.tgz 3245ms (cache miss)
npm timing reifyNode:node_modules/fast-copy Completed in 3662ms
npm http fetch GET 200 https://registry.npmjs.org/fs-extra/-/fs-extra-8.1.0.tgz 2693ms (cache miss)
npm timing reifyNode:node_modules/streamroller/node_modules/fs-extra Completed in 3669ms
npm http fetch GET 200 https://registry.npmjs.org/uuid/-/uuid-8.0.0.tgz 2559ms (cache miss)
npm timing reifyNode:node_modules/aws-sdk/node_modules/uuid Completed in 3691ms
npm http fetch GET 200 https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz 2935ms (cache miss)
npm timing reifyNode:node_modules/uuid Completed in 3731ms
npm http fetch GET 200 https://registry.npmjs.org/crypto-js/-/crypto-js-4.2.0.tgz 2891ms (cache miss)
npm timing reifyNode:node_modules/crypto-js Completed in 3735ms
npm http fetch GET 200 https://registry.npmjs.org/yargs/-/yargs-17.7.2.tgz 3035ms (cache miss)
npm timing reifyNode:node_modules/yargs Completed in 3744ms
npm http fetch GET 200 https://registry.npmjs.org/pino-pretty/-/pino-pretty-11.2.2.tgz 2932ms (cache miss)
npm timing reifyNode:node_modules/pino-pretty Completed in 3762ms
npm http fetch GET 200 https://registry.npmjs.org/pino/-/pino-6.14.0.tgz 3662ms (cache miss)
npm timing reifyNode:node_modules/pino Completed in 3788ms
npm http fetch GET 200 https://registry.npmjs.org/abort-controller-x/-/abort-controller-x-0.4.3.tgz 3024ms (cache miss)
npm timing reifyNode:node_modules/abort-controller-x Completed in 3806ms
npm http fetch GET 200 https://registry.npmjs.org/abort-controller-x/-/abort-controller-x-0.2.7.tgz 2813ms (cache miss)
npm timing reifyNode:node_modules/nice-grpc/node_modules/abort-controller-x Completed in 3816ms
npm http fetch GET 200 https://registry.npmjs.org/nice-grpc/-/nice-grpc-1.2.2.tgz 3070ms (cache miss)
npm timing reifyNode:node_modules/nice-grpc Completed in 3831ms
npm http fetch GET 200 https://registry.npmjs.org/axios/-/axios-0.28.1.tgz 2861ms (cache miss)
npm timing reifyNode:node_modules/@yandex-cloud/nodejs-sdk/node_modules/axios Completed in 3866ms
npm http fetch GET 200 https://registry.npmjs.org/@types/node/-/node-22.7.2.tgz 3399ms (cache miss)
npm timing reifyNode:node_modules/@types/node Completed in 3949ms
npm http fetch GET 200 https://registry.npmjs.org/ydb-sdk/-/ydb-sdk-3.4.4.tgz 3128ms (cache miss)
npm timing reifyNode:node_modules/ydb-sdk Completed in 3973ms
npm http fetch GET 200 https://registry.npmjs.org/xml2js/-/xml2js-0.6.2.tgz 3338ms (cache miss)
npm timing reifyNode:node_modules/xml2js Completed in 3992ms
npm http fetch GET 200 https://registry.npmjs.org/luxon/-/luxon-1.28.1.tgz 2923ms (cache miss)
npm timing reifyNode:node_modules/ydb-sdk/node_modules/luxon Completed in 4032ms
npm http fetch GET 200 https://registry.npmjs.org/protobufjs/-/protobufjs-7.4.0.tgz 3308ms (cache miss)
npm timing reifyNode:node_modules/protobufjs Completed in 4044ms
npm http fetch GET 200 https://registry.npmjs.org/luxon/-/luxon-2.5.2.tgz 3318ms (cache miss)
npm timing reifyNode:node_modules/luxon Completed in 4074ms
npm http fetch GET 200 https://registry.npmjs.org/ydb-sdk-proto/-/ydb-sdk-proto-0.1.0.tgz 3997ms (cache miss)
npm timing reifyNode:node_modules/ydb-sdk-proto Completed in 4119ms
npm http fetch GET 200 https://registry.npmjs.org/@grpc/grpc-js/-/grpc-js-1.11.3.tgz 3467ms (cache miss)
npm timing reifyNode:node_modules/@grpc/grpc-js Completed in 4252ms
npm http fetch GET 200 https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz 3626ms (cache miss)
npm timing reifyNode:node_modules/lodash Completed in 4432ms
npm http fetch GET 200 https://registry.npmjs.org/@yandex-cloud/nodejs-sdk/-/nodejs-sdk-2.7.7.tgz 4734ms (cache miss)
npm timing reifyNode:node_modules/@yandex-cloud/nodejs-sdk Completed in 5556ms
npm http fetch GET 200 https://registry.npmjs.org/aws-sdk/-/aws-sdk-2.1691.0.tgz 4904ms (cache miss)
npm timing reifyNode:node_modules/aws-sdk Completed in 5759ms
npm timing reify:unpack Completed in 5775ms
npm timing reify:unretire Completed in 1ms
npm timing build:queue Completed in 30ms
npm timing build:link:node_modules/@grpc/proto-loader Completed in 45ms
npm timing build:link:node_modules/aws-sdk/node_modules/uuid Completed in 53ms
npm timing build:link:node_modules/ydb-sdk/node_modules/pino-pretty Completed in 53ms
npm timing build:link:node_modules/nanoid Completed in 54ms
npm timing build:link:node_modules/pino Completed in 53ms
npm timing build:link:node_modules/pino-pretty Completed in 53ms
npm timing build:link:node_modules/semver Completed in 54ms
npm timing build:link:node_modules/uuid Completed in 54ms
npm timing build:link:node_modules/ydb-sdk/node_modules/semver Completed in 54ms
npm timing build:link Completed in 58ms
npm info run aws-sdk@2.1691.0 postinstall node_modules/aws-sdk node scripts/warn-maintenance-mode.js
npm info run aws-sdk@2.1691.0 postinstall { code: null, signal: 'SIGKILL' }
npm timing reify:rollback:createSparse Completed in 707ms
npm timing reify:rollback:retireShallow Completed in 0ms
npm timing command:install Completed in 20103ms
npm notice 
npm notice New major version of npm available! 7.24.2 -> 10.8.3
npm notice Changelog: <https://github.com/npm/cli/releases/tag/v10.8.3>
npm notice Run `npm install -g npm@10.8.3` to update!
npm notice 
npm ERR! path /function/code/node_modules/aws-sdk
npm ERR! command failed
npm ERR! signal SIGKILL
npm ERR! command sh -c node scripts/warn-maintenance-mode.js
npm timing npm Completed in 20354ms

npm ERR! A complete log of this run can be found in:
npm ERR!     /function/code/.npm/_logs/2024-09-26T07_20_30_132Z-debug.log
===> execution failed: exit status 1
nikolaymatrosov commented 1 day ago

The build limitations are outlined here. Based on the log statement npm timing npm Completed in 20354ms, it appears that the SIGKILL signal was issued due to reasons other than a timeout—most likely due to running out of memory.

Additionally, the package-lock.json file is still missing, which could contribute to higher memory consumption during the build process.

caiiiycuk commented 1 day ago

Ok, ok, I see. But on the other side it creates even more problems:

  1. Why it need to build something? Sls already provides compiled package with all dependencies
  2. Yarn is not supported, I don't have package-lock.json cause I have yarn.lock. This is lack of documentation, I never know that I can't use yarn.
  3. I use very little amount of deps:
    "dependencies": {
    "aws-sdk": "^2.1353.0",
    "crypto-js": "^4.2.0",
    "nanoid": "3",
    "ydb-sdk": "3.4.4"
    }

    and event with only 4 deps, 20 seconds is not enough to build it.

Huh, it seems completely broken to me...

nikolaymatrosov commented 1 day ago
  1. If Serverless (SLS) already provides a compiled package with all dependencies, you should consider excluding the package.json file. However, if you are building your code as a module and still require package.json for proper functionality, you must include it without the dependencies section. This will prevent triggering an unnecessary installation process.

  2. Regarding Yarn, it is not supported as clearly mentioned in the documentation, which specifies that npm is used for managing dependencies.

  3. The number of direct dependencies you have does not matter, as all transient dependencies are required to ensure everything works properly.

caiiiycuk commented 1 day ago

Regarding to 2, I meant it's not documented in serveless-plugin it self. Also this part of excluding package.json is useful. Thanks for explanation.