Skip to content

Instantly share code, notes, and snippets.

@filipenevola
Created April 24, 2018 20:13
Show Gist options
  • Select an option

  • Save filipenevola/e749e892e847c0dbc5385cd7a7ffecd4 to your computer and use it in GitHub Desktop.

Select an option

Save filipenevola/e749e892e847c0dbc5385cd7a7ffecd4 to your computer and use it in GitHub Desktop.
#!/bin/bash -eo pipefail
meteor yarn p-deploy staging
yarn run v1.5.1
$ /root/pathable-next/pathable-admin/node_modules/.bin/p-deploy staging
Deploying from /root/pathable-next/pathable-admin to environment staging...
Even with METEOR_ALLOW_SUPERUSER or --allow-superuser, permissions in your app
directory will be incorrect if you ever attempt to perform any Meteor tasks as
a normal user. If you need to fix your permissions, run the following command
from the root of your project:
sudo chown -Rh <username> .meteor/local
| (#1) Profiling: ProjectContext prepareProjectForBuild
|
| ProjectContext prepareProjectForBuild.......................243,018 ms (1)
| ├─ _readProjectMetadata 9 ms (1)
| ├─ _initializeCatalog............................................78 ms (1)
| │ ├─ LocalCatalog#initialize....................................77 ms (1)
| │ │ ├─ addPatternsToList 4 ms (2)
| │ │ ├─ LocalCatalog#_computeEffectiveLocalPackages.............13 ms (1)
| │ │ │ ├─ optimistic hashOrNull................................10 ms (13)
| │ │ │ │ ├─ optimistic readFile................................6 ms (13)
| │ │ │ │ │ ├─ safeWatcher.watch 3 ms (13)
| │ │ │ │ │ └─ other optimistic readFile 2 ms
| │ │ │ │ └─ other optimistic hashOrNull 4 ms
| │ │ │ └─ other LocalCatalog#_computeEffectiveLocalPackages 2 ms
| │ │ └─ LocalCatalog#_loadLocalPackages.........................61 ms (1)
| │ │ ├─ PackageSource#initFromPackageDir.....................54 ms (21)
| │ │ │ ├─ optimistic hashOrNull..............................5 ms (40)
| │ │ │ │ ├─ optimistic readFile 3 ms (11)
| │ │ │ │ └─ other optimistic hashOrNull 2 ms
| │ │ │ ├─ optimistic statOrNull..............................5 ms (21)
| │ │ │ │ ├─ safeWatcher.watch 2 ms (15)
| │ │ │ │ └─ other optimistic statOrNull 2 ms
| │ │ │ ├─ runJavaScript package.js 5 ms (21)
| │ │ │ ├─ sqlite query 7 ms (18)
| │ │ │ └─ other PackageSource#initFromPackageDir 31 ms
| │ │ └─ other LocalCatalog#_loadLocalPackages 7 ms
| │ └─ other _initializeCatalog 1 ms
| ├─ _resolveConstraints........................................1,191 ms (1)
| │ ├─ bundler.readJsImage.......................................240 ms (1)
| │ │ ├─ files.readFile 14 ms (50)
| │ │ ├─ meteorNpm.rebuildIfNonPortable.........................221 ms (15)
| │ │ │ ├─ optimistic statOrNull................................57 ms (287)
| │ │ │ │ ├─ safeWatcher.watch 2 ms (16)
| │ │ │ │ ├─ files.stat 14 ms (287)
| │ │ │ │ └─ other optimistic statOrNull 41 ms
| │ │ │ ├─ files.readdir 2 ms (16)
| │ │ │ ├─ meteorNpm.isPortable................................152 ms (271)
| │ │ │ │ ├─ optimistic lstat..................................40 ms (271)
| │ │ │ │ │ ├─ files.lstat 9 ms (271)
| │ │ │ │ │ └─ other optimistic lstat 31 ms
| │ │ │ │ ├─ optimistic statOrNull.............................48 ms (271)
| │ │ │ │ │ ├─ files.stat 12 ms (271)
| │ │ │ │ │ └─ other optimistic statOrNull 37 ms
| │ │ │ │ ├─ optimistic readJsonOrNull.........................51 ms (271)
| │ │ │ │ │ ├─ optimistic readFile............................33 ms (271)
| │ │ │ │ │ │ ├─ files.readFile 19 ms (271)
| │ │ │ │ │ │ └─ other optimistic readFile 13 ms
| │ │ │ │ │ └─ other optimistic readJsonOrNull 18 ms
| │ │ │ │ └─ other meteorNpm.isPortable 13 ms
| │ │ │ └─ other meteorNpm.rebuildIfNonPortable 9 ms
| │ │ └─ other bundler.readJsImage 5 ms
| │ ├─ JsImage#load..............................................907 ms (1)
| │ │ ├─ runJavaScript packages/meteor.js........................14 ms (1)
| │ │ │ ├─ Npm.require("fibers/future") 2 ms (2)
| │ │ │ ├─ Npm.require("fibers").................................3 ms (2)
| │ │ │ │ ├─ files.stat 2 ms (4)
| │ │ │ │ └─ other Npm.require("fibers") 1 ms
| │ │ │ ├─ Npm.require("meteor-deque") 5 ms (1)
| │ │ │ └─ other runJavaScript packages/meteor.js 3 ms
| │ │ ├─ runJavaScript packages/modules-runtime.js 2 ms (1)
| │ │ ├─ runJavaScript packages/modules.js........................9 ms (1)
| │ │ │ ├─ require("/node_modules/meteor/modules/server.js").....7 ms (1)
| │ │ │ │ ├─ require("./install-packages.js") 2 ms (1)
| │ │ │ │ └─ require("./reify.js")..............................4 ms (1)
| │ │ │ │ └─ require("reify/lib/runtime") 3 ms (1)
| │ │ │ └─ other runJavaScript packages/modules.js 2 ms
| │ │ ├─ runJavaScript packages/ecmascript-runtime-server.js.....14 ms (1)
| │ │ │ └─ require("/node_modules/meteor/ecmascript-runtime-server/runtime.js").13 ms (1)
| │ │ │ └─ require("core-js/modules/es7.string.pad-start") 12 ms (1)
| │ │ ├─ runJavaScript packages/babel-compiler.js.................5 ms (1)
| │ │ │ ├─ Npm.require("semver") 3 ms (1)
| │ │ │ └─ other runJavaScript packages/babel-compiler.js 2 ms
| │ │ ├─ runJavaScript packages/ecmascript.js 8 ms (1)
| │ │ ├─ runJavaScript packages/promise.js........................4 ms (1)
| │ │ │ └─ require("/node_modules/meteor/promise/server.js").....3 ms (1)
| │ │ │ └─ require("meteor-promise") 2 ms (1)
| │ │ ├─ runJavaScript packages/babel-runtime.js..................6 ms (1)
| │ │ │ └─ require("/node_modules/meteor/babel-runtime/babel-runtime.js").5 ms (1)
| │ │ │ ├─ require("meteor-babel-helpers") 1 ms (1)
| │ │ │ └─ require("@babel/runtime/regenerator")..............3 ms (1)
| │ │ │ └─ Npm.require("@babel/runtime/regenerator") 3 ms (1)
| │ │ ├─ runJavaScript packages/http.js.........................183 ms (1)
| │ │ │ └─ require("/node_modules/meteor/http/httpcall_server.js").182 ms (1)
| │ │ │ └─ require("request") 180 ms (1)
| │ │ ├─ runJavaScript packages/dynamic-import.js...............184 ms (1)
| │ │ │ ├─ require("/node_modules/meteor/dynamic-import/server.js").183 ms (1)
| │ │ │ │ ├─ require("./security.js") 178 ms (1)
| │ │ │ │ ├─ require("./client.js") 1 ms (1)
| │ │ │ │ └─ other require("/node_modules/meteor/dynamic-import/server.js") 3 ms
| │ │ │ └─ other runJavaScript packages/dynamic-import.js 1 ms
| │ │ ├─ runJavaScript packages/ejson.js.........................56 ms (1)
| │ │ │ ├─ require("/node_modules/meteor/ejson/ejson.js") 1 ms (1)
| │ │ │ └─ other runJavaScript packages/ejson.js 55 ms
| │ │ ├─ runJavaScript packages/check.js.........................46 ms (1)
| │ │ │ ├─ require("/node_modules/meteor/check/match.js") 1 ms (1)
| │ │ │ └─ other runJavaScript packages/check.js 45 ms
| │ │ ├─ runJavaScript packages/random.js.........................8 ms (1)
| │ │ │ ├─ require("/node_modules/meteor/random/random.js") 1 ms (1)
| │ │ │ └─ other runJavaScript packages/random.js 7 ms
| │ │ ├─ runJavaScript packages/retry.js 2 ms (1)
| │ │ ├─ runJavaScript packages/id-map.js 3 ms (1)
| │ │ ├─ runJavaScript packages/callback-hook.js 4 ms (1)
| │ │ ├─ runJavaScript packages/ddp-common.js 9 ms (1)
| │ │ ├─ runJavaScript packages/socket-stream-client.js 17 ms (1)
| │ │ ├─ runJavaScript packages/diff-sequence.js 7 ms (1)
| │ │ ├─ runJavaScript packages/ddp-client.js....................50 ms (1)
| │ │ │ ├─ require("/node_modules/meteor/ddp-client/server/server.js").8 ms (1)
| │ │ │ │ └─ require("../common/namespace.js")..................7 ms (1)
| │ │ │ │ ├─ require("./livedata_connection.js") 5 ms (1)
| │ │ │ │ └─ other require("../common/namespace.js") 2 ms
| │ │ │ └─ other runJavaScript packages/ddp-client.js 43 ms
| │ │ ├─ runJavaScript packages/npm-mongo.js....................109 ms (1)
| │ │ │ └─ Npm.require("mongodb") 108 ms (1)
| │ │ ├─ runJavaScript packages/underscore.js 4 ms (1)
| │ │ ├─ runJavaScript packages/package-version-parser.js.........5 ms (1)
| │ │ │ ├─ require("/node_modules/meteor/package-version-parser/package-version-parser.js").3 ms (1)
| │ │ │ │ └─ require("semver") 3 ms (1)
| │ │ │ └─ other runJavaScript packages/package-version-parser.js 2 ms
| │ │ ├─ runJavaScript packages/logic-solver.js 26 ms (1)
| │ │ ├─ runJavaScript packages/constraint-solver.js 7 ms (1)
| │ │ ├─ runJavaScript packages/boilerplate-generator.js........101 ms (1)
| │ │ │ ├─ require("/node_modules/meteor/boilerplate-generator/generator.js").94 ms (1)
| │ │ │ │ ├─ require("combined-stream2") 90 ms (1)
| │ │ │ │ └─ other require("/node_modules/meteor/boilerplate-generator/generator.js") 1 ms
| │ │ │ └─ other runJavaScript packages/boilerplate-generator.js 7 ms
| │ │ ├─ runJavaScript packages/webapp-hashing.js 2 ms (1)
| │ │ ├─ runJavaScript packages/xmlbuilder.js....................18 ms (1)
| │ │ │ └─ Npm.require("xmlbuilder") 17 ms (1)
| │ │ ├─ runJavaScript packages/logging.js 2 ms (1)
| │ │ └─ other JsImage#load 3 ms
| │ ├─ Select Package Versions....................................16 ms (1)
| │ │ ├─ new CS.Input 15 ms (1)
| │ │ └─ other Select Package Versions 1 ms
| │ ├─ files.writeFileAtomically...................................6 ms (1)
| │ │ └─ files.rename 5 ms (1)
| │ └─ other _resolveConstraints 23 ms
| ├─ _downloadMissingPackages.................................163,775 ms (1)
| │ ├─ Isopack.readMetadataFromDirectory.........................144 ms (268)
| │ │ ├─ files.stat 122 ms (382)
| │ │ ├─ files.readFile 9 ms (156)
| │ │ └─ other Isopack.readMetadataFromDirectory 13 ms
| │ ├─ sqlite query 97 ms (112)
| │ ├─ package-client _updateServerPackageData................12,800 ms (1)
| │ │ ├─ require("meteor/socket-stream-client") 2 ms (1)
| │ │ ├─ Npm.require("faye-websocket") 20 ms (1)
| │ │ ├─ Npm.require("permessage-deflate") 3 ms (1)
| │ │ ├─ sqlite query 5,300 ms (10)
| │ │ └─ other package-client _updateServerPackageData 7,474 ms
| │ ├─ files.readlink 3 ms (56)
| │ ├─ files.realpath 16 ms (112)
| │ ├─ files.mkdir 12 ms (112)
| │ ├─ files.stat 10 ms (168)
| │ ├─ files.readdir 7 ms (112)
| │ ├─ files.rename 10 ms (112)
| │ ├─ files.rm_recursive 11 ms (56)
| │ ├─ files.readFile 10 ms (186)
| │ ├─ files.open 18 ms (835)
| │ ├─ files.read 8 ms (835)
| │ ├─ files.close 5 ms (835)
| │ ├─ Isopack#architectures 2 ms (56)
| │ ├─ Isopack#saveToPath.....................................30,672 ms (56)
| │ │ ├─ files.rm_recursive 11 ms (56)
| │ │ ├─ files.stat 62 ms (1768)
| │ │ ├─ files.mkdir 322 ms (600)
| │ │ ├─ Builder#write..........................................555 ms (960)
| │ │ │ ├─ Builder#_ensureDirectory 9 ms (960)
| │ │ │ ├─ sha1 48 ms (960)
| │ │ │ ├─ files.writeFile 387 ms (960)
| │ │ │ ├─ files.rename 59 ms (960)
| │ │ │ └─ other Builder#write 52 ms
| │ │ ├─ Builder#_ensureDirectory 2 ms (344)
| │ │ ├─ files.writeFile 32 ms (344)
| │ │ ├─ files.rename 20 ms (344)
| │ │ ├─ Builder#complete.........................................9 ms (56)
| │ │ │ └─ files.renameDirAlmostAtomically.......................8 ms (56)
| │ │ │ ├─ files.rename 7 ms (112)
| │ │ │ └─ other files.renameDirAlmostAtomically 2 ms
| │ │ ├─ linker.prelink.......................................1,149 ms (49)
| │ │ │ ├─ linker Module#computeAssignedVariables............1,029 ms (49)
| │ │ │ │ ├─ linker File#computeAssignedVariables 1,026 ms (278)
| │ │ │ │ └─ other linker Module#computeAssignedVariables 3 ms
| │ │ │ ├─ linker Module#getPrelinkedFiles.....................116 ms (49)
| │ │ │ │ ├─ linker File#getPrelinkedOutput 12 ms (278)
| │ │ │ │ ├─ getPrelinkedFiles toStringWithSourceMap 93 ms (49)
| │ │ │ │ └─ other linker Module#getPrelinkedFiles 11 ms
| │ │ │ └─ other linker.prelink 4 ms
| │ │ ├─ Builder#copyDirectory................................6,277 ms (19)
| │ │ │ ├─ files.realpath 7 ms (54)
| │ │ │ ├─ Builder#_ensureDirectory............................386 ms (1310)
| │ │ │ │ ├─ files.stat 171 ms (3873)
| │ │ │ │ ├─ files.mkdir 98 ms (1291)
| │ │ │ │ └─ other Builder#_ensureDirectory 117 ms
| │ │ │ ├─ optimistic readdir..................................147 ms (1310)
| │ │ │ │ ├─ files.readdir 75 ms (1149)
| │ │ │ │ └─ other optimistic readdir 72 ms
| │ │ │ ├─ optimistic lstatOrNull............................1,945 ms (12478)
| │ │ │ │ ├─ optimistic lstat...............................1,124 ms (12478)
| │ │ │ │ │ ├─ files.lstat 264 ms (11463)
| │ │ │ │ │ ├─ safeWatcher.watch 5 ms (151)
| │ │ │ │ │ └─ other optimistic lstat 855 ms
| │ │ │ │ ├─ safeWatcher.watch 1 ms (11)
| │ │ │ │ └─ other optimistic lstatOrNull 819 ms
| │ │ │ ├─ optimistic statOrNull...............................747 ms (11152)
| │ │ │ │ ├─ files.stat 221 ms (10809)
| │ │ │ │ └─ other optimistic statOrNull 526 ms
| │ │ │ ├─ optimistic readFile...............................1,332 ms (11152)
| │ │ │ │ ├─ files.readFile 727 ms (11152)
| │ │ │ │ └─ other optimistic readFile 605 ms
| │ │ │ ├─ files.writeFile 1,159 ms (11152)
| │ │ │ ├─ files.symlink 2 ms (35)
| │ │ │ └─ other Builder#copyDirectory 551 ms
| │ │ ├─ JsImage#write.......................................22,061 ms (7)
| │ │ │ ├─ Builder#write........................................36 ms (113)
| │ │ │ │ ├─ sha1 9 ms (113)
| │ │ │ │ ├─ files.writeFile 13 ms (113)
| │ │ │ │ ├─ files.rename 7 ms (113)
| │ │ │ │ └─ other Builder#write 6 ms
| │ │ │ ├─ meteorNpm.isPortable................................190 ms (49)
| │ │ │ │ ├─ optimistic lstat..................................10 ms (49)
| │ │ │ │ │ ├─ files.lstat 1 ms (49)
| │ │ │ │ │ └─ other optimistic lstat 8 ms
| │ │ │ │ ├─ optimistic statOrNull..............................9 ms (49)
| │ │ │ │ │ ├─ files.stat 4 ms (49)
| │ │ │ │ │ └─ other optimistic statOrNull 5 ms
| │ │ │ │ ├─ optimistic readdir.................................7 ms (49)
| │ │ │ │ │ ├─ files.readdir 4 ms (49)
| │ │ │ │ │ └─ other optimistic readdir 3 ms
| │ │ │ │ ├─ meteorNpm.isPortable.............................153 ms (864)
| │ │ │ │ │ ├─ optimistic lstat...............................16 ms (864)
| │ │ │ │ │ │ ├─ files.lstat 3 ms (114)
| │ │ │ │ │ │ └─ other optimistic lstat 13 ms
| │ │ │ │ │ ├─ optimistic statOrNull..........................13 ms (864)
| │ │ │ │ │ │ ├─ files.stat 3 ms (114)
| │ │ │ │ │ │ └─ other optimistic statOrNull 11 ms
| │ │ │ │ │ ├─ optimistic readJsonOrNull......................73 ms (709)
| │ │ │ │ │ │ ├─ optimistic readFile.........................48 ms (709)
| │ │ │ │ │ │ │ ├─ files.readFile 29 ms (709)
| │ │ │ │ │ │ │ └─ other optimistic readFile 19 ms
| │ │ │ │ │ │ └─ other optimistic readJsonOrNull 26 ms
| │ │ │ │ │ ├─ meteorNpm.isPortable...........................25 ms (128)
| │ │ │ │ │ │ ├─ optimistic lstat 1 ms (128)
| │ │ │ │ │ │ ├─ optimistic readJsonOrNull...................21 ms (128)
| │ │ │ │ │ │ │ ├─ optimistic readFile......................16 ms (128)
| │ │ │ │ │ │ │ │ ├─ files.readFile 13 ms (128)
| │ │ │ │ │ │ │ │ └─ other optimistic readFile 3 ms
| │ │ │ │ │ │ │ └─ other optimistic readJsonOrNull 5 ms
| │ │ │ │ │ │ └─ other meteorNpm.isPortable 3 ms
| │ │ │ │ │ └─ other meteorNpm.isPortable 25 ms
| │ │ │ │ └─ other meteorNpm.isPortable 12 ms
| │ │ │ ├─ Builder#copyDirectory............................21,788 ms (49)
| │ │ │ │ ├─ files.realpath 32 ms (155)
| │ │ │ │ ├─ Builder#_ensureDirectory.......................1,294 ms (4209)
| │ │ │ │ │ ├─ files.stat 559 ms (12828)
| │ │ │ │ │ ├─ files.mkdir 286 ms (4276)
| │ │ │ │ │ └─ other Builder#_ensureDirectory 449 ms
| │ │ │ │ ├─ optimistic readdir...............................356 ms (4209)
| │ │ │ │ │ ├─ files.readdir 179 ms (2374)
| │ │ │ │ │ └─ other optimistic readdir 177 ms
| │ │ │ │ ├─ optimistic lstatOrNull.........................5,844 ms (46484)
| │ │ │ │ │ ├─ optimistic lstat............................2,591 ms (46484)
| │ │ │ │ │ │ ├─ files.lstat 642 ms (25088)
| │ │ │ │ │ │ └─ other optimistic lstat 1,949 ms
| │ │ │ │ │ ├─ safeWatcher.watch 2 ms (14)
| │ │ │ │ │ └─ other optimistic lstatOrNull 3,251 ms
| │ │ │ │ ├─ optimistic statOrNull..........................3,621 ms (42218)
| │ │ │ │ │ ├─ files.stat 1,014 ms (40954)
| │ │ │ │ │ └─ other optimistic statOrNull 2,606 ms
| │ │ │ │ ├─ optimistic readFile............................4,635 ms (42218)
| │ │ │ │ │ ├─ files.readFile 1,897 ms (42218)
| │ │ │ │ │ └─ other optimistic readFile 2,738 ms
| │ │ │ │ ├─ files.writeFile 3,735 ms (42218)
| │ │ │ │ ├─ files.readlink 2 ms (106)
| │ │ │ │ ├─ files.symlink 5 ms (106)
| │ │ │ │ └─ other Builder#copyDirectory 2,263 ms
| │ │ │ └─ other JsImage#write 45 ms
| │ │ └─ other Isopack#saveToPath 171 ms
| │ ├─ files.symlink 3 ms (56)
| │ ├─ meteorNpm.rebuildIfNonPortable..........................5,629 ms (19)
| │ │ ├─ optimistic statOrNull..................................105 ms (437)
| │ │ │ ├─ safeWatcher.watch....................................37 ms (437)
| │ │ │ │ ├─ files.stat 7 ms (437)
| │ │ │ │ └─ other safeWatcher.watch 31 ms
| │ │ │ ├─ files.stat 9 ms (437)
| │ │ │ ├─ files.lstat 8 ms (418)
| │ │ │ └─ other optimistic statOrNull 50 ms
| │ │ ├─ files.readdir 2 ms (28)
| │ │ ├─ meteorNpm.isPortable...................................629 ms (417)
| │ │ │ ├─ optimistic lstat.....................................42 ms (417)
| │ │ │ │ ├─ files.lstat 15 ms (417)
| │ │ │ │ └─ other optimistic lstat 27 ms
| │ │ │ ├─ optimistic statOrNull................................38 ms (417)
| │ │ │ │ ├─ files.stat 9 ms (417)
| │ │ │ │ └─ other optimistic statOrNull 29 ms
| │ │ │ ├─ optimistic readJsonOrNull............................76 ms (544)
| │ │ │ │ ├─ optimistic readFile...............................40 ms (544)
| │ │ │ │ │ ├─ files.readFile 29 ms (544)
| │ │ │ │ │ └─ other optimistic readFile 11 ms
| │ │ │ │ ├─ safeWatcher.watch 3 ms (127)
| │ │ │ │ └─ other optimistic readJsonOrNull 33 ms
| │ │ │ ├─ optimistic readdir...................................14 ms (126)
| │ │ │ │ ├─ files.readdir 8 ms (126)
| │ │ │ │ └─ other optimistic readdir 6 ms
| │ │ │ ├─ meteorNpm.isPortable................................431 ms (1408)
| │ │ │ │ ├─ optimistic lstat.................................151 ms (1408)
| │ │ │ │ │ ├─ files.lstat 27 ms (1408)
| │ │ │ │ │ └─ other optimistic lstat 123 ms
| │ │ │ │ ├─ optimistic statOrNull.............................28 ms (113)
| │ │ │ │ │ ├─ files.stat 8 ms (113)
| │ │ │ │ │ ├─ safeWatcher.watch...............................9 ms (105)
| │ │ │ │ │ │ ├─ files.stat 2 ms (105)
| │ │ │ │ │ │ └─ other safeWatcher.watch 7 ms
| │ │ │ │ │ └─ other optimistic statOrNull 11 ms
| │ │ │ │ ├─ optimistic readdir................................18 ms (113)
| │ │ │ │ │ ├─ files.readdir 6 ms (113)
| │ │ │ │ │ └─ other optimistic readdir 12 ms
| │ │ │ │ ├─ meteorNpm.isPortable.............................215 ms (796)
| │ │ │ │ │ ├─ optimistic lstat...............................63 ms (796)
| │ │ │ │ │ │ ├─ files.lstat 16 ms (796)
| │ │ │ │ │ │ └─ other optimistic lstat 47 ms
| │ │ │ │ │ ├─ optimistic statOrNull..........................11 ms (54)
| │ │ │ │ │ │ ├─ files.stat 3 ms (54)
| │ │ │ │ │ │ ├─ safeWatcher.watch 3 ms (36)
| │ │ │ │ │ │ └─ other optimistic statOrNull 5 ms
| │ │ │ │ │ ├─ optimistic readdir..............................6 ms (54)
| │ │ │ │ │ │ ├─ files.readdir 3 ms (54)
| │ │ │ │ │ │ └─ other optimistic readdir 3 ms
| │ │ │ │ │ ├─ meteorNpm.isPortable..........................116 ms (368)
| │ │ │ │ │ │ ├─ optimistic lstat............................32 ms (368)
| │ │ │ │ │ │ │ ├─ files.lstat 8 ms (368)
| │ │ │ │ │ │ │ └─ other optimistic lstat 24 ms
| │ │ │ │ │ │ ├─ optimistic statOrNull.......................10 ms (41)
| │ │ │ │ │ │ │ ├─ files.stat 3 ms (41)
| │ │ │ │ │ │ │ ├─ safeWatcher.watch 3 ms (34)
| │ │ │ │ │ │ │ └─ other optimistic statOrNull 4 ms
| │ │ │ │ │ │ ├─ optimistic readdir...........................5 ms (41)
| │ │ │ │ │ │ │ ├─ files.readdir 2 ms (41)
| │ │ │ │ │ │ │ └─ other optimistic readdir 2 ms
| │ │ │ │ │ │ ├─ meteorNpm.isPortable........................63 ms (164)
| │ │ │ │ │ │ │ ├─ optimistic lstat.........................15 ms (164)
| │ │ │ │ │ │ │ │ ├─ files.lstat 4 ms (164)
| │ │ │ │ │ │ │ │ └─ other optimistic lstat 11 ms
| │ │ │ │ │ │ │ ├─ optimistic statOrNull.....................4 ms (23)
| │ │ │ │ │ │ │ │ ├─ files.stat 1 ms (23)
| │ │ │ │ │ │ │ │ └─ other optimistic statOrNull 2 ms
| │ │ │ │ │ │ │ ├─ optimistic readJsonOrNull.................6 ms (24)
| │ │ │ │ │ │ │ │ ├─ optimistic readFile....................2 ms (24)
| │ │ │ │ │ │ │ │ │ └─ files.readFile 2 ms (24)
| │ │ │ │ │ │ │ │ ├─ safeWatcher.watch 1 ms (12)
| │ │ │ │ │ │ │ │ └─ other optimistic readJsonOrNull 2 ms
| │ │ │ │ │ │ │ ├─ optimistic readdir........................3 ms (23)
| │ │ │ │ │ │ │ │ ├─ files.readdir 1 ms (23)
| │ │ │ │ │ │ │ │ └─ other optimistic readdir 1 ms
| │ │ │ │ │ │ │ ├─ meteorNpm.isPortable.....................32 ms (155)
| │ │ │ │ │ │ │ │ ├─ optimistic lstat......................14 ms (155)
| │ │ │ │ │ │ │ │ │ ├─ files.lstat 4 ms (155)
| │ │ │ │ │ │ │ │ │ └─ other optimistic lstat 11 ms
| │ │ │ │ │ │ │ │ ├─ optimistic statOrNull..................4 ms (14)
| │ │ │ │ │ │ │ │ │ ├─ files.stat 1 ms (14)
| │ │ │ │ │ │ │ │ │ ├─ safeWatcher.watch 1 ms (13)
| │ │ │ │ │ │ │ │ │ └─ other optimistic statOrNull 2 ms
| │ │ │ │ │ │ │ │ ├─ optimistic readdir 2 ms (14)
| │ │ │ │ │ │ │ │ ├─ meteorNpm.isPortable..................10 ms (40)
| │ │ │ │ │ │ │ │ │ ├─ optimistic lstat 4 ms (40)
| │ │ │ │ │ │ │ │ │ ├─ optimistic readJsonOrNull 1 ms (4)
| │ │ │ │ │ │ │ │ │ └─ meteorNpm.isPortable................4 ms (12)
| │ │ │ │ │ │ │ │ │ └─ optimistic lstat 1 ms (12)
| │ │ │ │ │ │ │ │ └─ other meteorNpm.isPortable 2 ms
| │ │ │ │ │ │ │ └─ other meteorNpm.isPortable 4 ms
| │ │ │ │ │ │ └─ other meteorNpm.isPortable 6 ms
| │ │ │ │ │ ├─ optimistic readJsonOrNull.......................8 ms (36)
| │ │ │ │ │ │ ├─ optimistic readFile..........................3 ms (36)
| │ │ │ │ │ │ │ └─ files.readFile 2 ms (36)
| │ │ │ │ │ │ ├─ safeWatcher.watch 2 ms (18)
| │ │ │ │ │ │ └─ other optimistic readJsonOrNull 3 ms
| │ │ │ │ │ └─ other meteorNpm.isPortable 11 ms
| │ │ │ │ └─ other meteorNpm.isPortable 19 ms
| │ │ │ └─ other meteorNpm.isPortable 28 ms
| │ │ ├─ files.stat 5 ms (185)
| │ │ ├─ files.mkdir 7 ms (10)
| │ │ ├─ files.writeFile 2 ms (2)
| │ │ ├─ meteorNpm.runNpmCommand 4,437 ms (1)
| │ │ ├─ files.renameDirAlmostAtomically.........................33 ms (2)
| │ │ │ └─ files.rm_recursive 33 ms (2)
| │ │ ├─ files.rm_recursive 1 ms (1)
| │ │ └─ other meteorNpm.rebuildIfNonPortable 409 ms
| │ ├─ bundler.readJsImage...................................115,255 ms (7)
| │ │ ├─ files.readFile 23 ms (113)
| │ │ ├─ meteorNpm.rebuildIfNonPortable.....................115,221 ms (49)
| │ │ │ ├─ optimistic statOrNull...............................145 ms (1109)
| │ │ │ │ ├─ safeWatcher.watch.................................11 ms (55)
| │ │ │ │ │ ├─ files.stat 1 ms (55)
| │ │ │ │ │ └─ other safeWatcher.watch 9 ms
| │ │ │ │ ├─ files.stat 41 ms (1109)
| │ │ │ │ └─ other optimistic statOrNull 94 ms
| │ │ │ ├─ files.readdir 8 ms (106)
| │ │ │ ├─ meteorNpm.isPortable..............................5,259 ms (1058)
| │ │ │ │ ├─ optimistic lstat.................................109 ms (1058)
| │ │ │ │ │ ├─ files.lstat 24 ms (1058)
| │ │ │ │ │ └─ other optimistic lstat 85 ms
| │ │ │ │ ├─ optimistic statOrNull.............................94 ms (1058)
| │ │ │ │ │ ├─ files.stat 24 ms (1058)
| │ │ │ │ │ └─ other optimistic statOrNull 69 ms
| │ │ │ │ ├─ optimistic readJsonOrNull........................299 ms (1518)
| │ │ │ │ │ ├─ optimistic readFile...........................146 ms (1518)
| │ │ │ │ │ │ ├─ files.readFile 104 ms (1518)
| │ │ │ │ │ │ └─ other optimistic readFile 42 ms
| │ │ │ │ │ ├─ safeWatcher.watch..............................40 ms (460)
| │ │ │ │ │ │ ├─ files.stat 10 ms (460)
| │ │ │ │ │ │ └─ other safeWatcher.watch 30 ms
| │ │ │ │ │ └─ other optimistic readJsonOrNull 112 ms
| │ │ │ │ ├─ optimistic readdir................................60 ms (459)
| │ │ │ │ │ ├─ files.readdir 30 ms (459)
| │ │ │ │ │ └─ other optimistic readdir 30 ms
| │ │ │ │ ├─ meteorNpm.isPortable...........................4,596 ms (4199)
| │ │ │ │ │ ├─ optimistic lstat..............................398 ms (4199)
| │ │ │ │ │ │ ├─ files.lstat 104 ms (4199)
| │ │ │ │ │ │ ├─ safeWatcher.watch 3 ms (18)
| │ │ │ │ │ │ └─ other optimistic lstat 291 ms
| │ │ │ │ │ ├─ optimistic statOrNull.........................115 ms (446)
| │ │ │ │ │ │ ├─ files.stat 32 ms (446)
| │ │ │ │ │ │ ├─ safeWatcher.watch...........................38 ms (424)
| │ │ │ │ │ │ │ ├─ files.stat 9 ms (424)
| │ │ │ │ │ │ │ └─ other safeWatcher.watch 28 ms
| │ │ │ │ │ │ └─ other optimistic statOrNull 45 ms
| │ │ │ │ │ ├─ optimistic readdir.............................61 ms (446)
| │ │ │ │ │ │ ├─ files.readdir 28 ms (446)
| │ │ │ │ │ │ └─ other optimistic readdir 33 ms
| │ │ │ │ │ ├─ meteorNpm.isPortable........................3,910 ms (4511)
| │ │ │ │ │ │ ├─ optimistic lstat...........................443 ms (4511)
| │ │ │ │ │ │ │ ├─ files.lstat 107 ms (4511)
| │ │ │ │ │ │ │ └─ other optimistic lstat 336 ms
| │ │ │ │ │ │ ├─ optimistic statOrNull.......................77 ms (266)
| │ │ │ │ │ │ │ ├─ files.stat 28 ms (266)
| │ │ │ │ │ │ │ ├─ safeWatcher.watch........................23 ms (237)
| │ │ │ │ │ │ │ │ ├─ files.stat 5 ms (237)
| │ │ │ │ │ │ │ │ └─ other safeWatcher.watch 17 ms
| │ │ │ │ │ │ │ └─ other optimistic statOrNull 26 ms
| │ │ │ │ │ │ ├─ optimistic readJsonOrNull...................15 ms (58)
| │ │ │ │ │ │ │ ├─ optimistic readFile.......................6 ms (58)
| │ │ │ │ │ │ │ │ ├─ files.readFile 4 ms (58)
| │ │ │ │ │ │ │ │ └─ other optimistic readFile 2 ms
| │ │ │ │ │ │ │ ├─ safeWatcher.watch 3 ms (29)
| │ │ │ │ │ │ │ └─ other optimistic readJsonOrNull 7 ms
| │ │ │ │ │ │ ├─ optimistic readdir..........................43 ms (266)
| │ │ │ │ │ │ │ ├─ files.readdir 26 ms (266)
| │ │ │ │ │ │ │ └─ other optimistic readdir 17 ms
| │ │ │ │ │ │ ├─ meteorNpm.isPortable.....................3,254 ms (3692)
| │ │ │ │ │ │ │ ├─ optimistic lstat........................351 ms (3692)
| │ │ │ │ │ │ │ │ ├─ files.lstat 89 ms (3692)
| │ │ │ │ │ │ │ │ └─ other optimistic lstat 261 ms
| │ │ │ │ │ │ │ ├─ optimistic statOrNull....................64 ms (227)
| │ │ │ │ │ │ │ │ ├─ files.stat 18 ms (227)
| │ │ │ │ │ │ │ │ ├─ safeWatcher.watch.....................22 ms (219)
| │ │ │ │ │ │ │ │ │ ├─ files.stat 5 ms (219)
| │ │ │ │ │ │ │ │ │ └─ other safeWatcher.watch 17 ms
| │ │ │ │ │ │ │ │ └─ other optimistic statOrNull 24 ms
| │ │ │ │ │ │ │ ├─ optimistic readdir.......................30 ms (227)
| │ │ │ │ │ │ │ │ ├─ files.readdir 15 ms (227)
| │ │ │ │ │ │ │ │ └─ other optimistic readdir 16 ms
| │ │ │ │ │ │ │ ├─ meteorNpm.isPortable..................2,739 ms (2347)
| │ │ │ │ │ │ │ │ ├─ optimistic lstat.....................332 ms (2347)
| │ │ │ │ │ │ │ │ │ ├─ files.lstat 59 ms (2347)
| │ │ │ │ │ │ │ │ │ └─ other optimistic lstat 273 ms
| │ │ │ │ │ │ │ │ ├─ optimistic statOrNull.................57 ms (231)
| │ │ │ │ │ │ │ │ │ ├─ files.stat 13 ms (231)
| │ │ │ │ │ │ │ │ │ ├─ safeWatcher.watch..................16 ms (93)
| │ │ │ │ │ │ │ │ │ │ ├─ files.stat 2 ms (93)
| │ │ │ │ │ │ │ │ │ │ └─ other safeWatcher.watch 13 ms
| │ │ │ │ │ │ │ │ │ └─ other optimistic statOrNull 28 ms
| │ │ │ │ │ │ │ │ ├─ optimistic readdir....................48 ms (231)
| │ │ │ │ │ │ │ │ │ ├─ files.readdir 14 ms (231)
| │ │ │ │ │ │ │ │ │ └─ other optimistic readdir 33 ms
| │ │ │ │ │ │ │ │ ├─ meteorNpm.isPortable...............2,094 ms (1681)
| │ │ │ │ │ │ │ │ │ ├─ optimistic lstat..................422 ms (1681)
| │ │ │ │ │ │ │ │ │ │ ├─ files.lstat 48 ms (1681)
| │ │ │ │ │ │ │ │ │ │ ├─ safeWatcher.watch 2 ms (17)
| │ │ │ │ │ │ │ │ │ │ └─ other optimistic lstat 373 ms
| │ │ │ │ │ │ │ │ │ ├─ optimistic statOrNull..............62 ms (187)
| │ │ │ │ │ │ │ │ │ │ ├─ files.stat 18 ms (187)
| │ │ │ │ │ │ │ │ │ │ ├─ safeWatcher.watch...............19 ms (170)
| │ │ │ │ │ │ │ │ │ │ │ ├─ files.stat 4 ms (170)
| │ │ │ │ │ │ │ │ │ │ │ └─ other safeWatcher.watch 15 ms
| │ │ │ │ │ │ │ │ │ │ └─ other optimistic statOrNull 25 ms
| │ │ │ │ │ │ │ │ │ ├─ optimistic readdir.................29 ms (187)
| │ │ │ │ │ │ │ │ │ │ ├─ files.readdir 12 ms (187)
| │ │ │ │ │ │ │ │ │ │ └─ other optimistic readdir 17 ms
| │ │ │ │ │ │ │ │ │ ├─ meteorNpm.isPortable............1,530 ms (1947)
| │ │ │ │ │ │ │ │ │ │ ├─ optimistic lstat...............280 ms (1947)
| │ │ │ │ │ │ │ │ │ │ │ ├─ files.lstat 51 ms (1947)
| │ │ │ │ │ │ │ │ │ │ │ └─ other optimistic lstat 229 ms
| │ │ │ │ │ │ │ │ │ │ ├─ optimistic statOrNull...........22 ms (98)
| │ │ │ │ │ │ │ │ │ │ │ ├─ files.stat 6 ms (98)
| │ │ │ │ │ │ │ │ │ │ │ ├─ safeWatcher.watch.............6 ms (59)
| │ │ │ │ │ │ │ │ │ │ │ │ ├─ files.stat 1 ms (59)
| │ │ │ │ │ │ │ │ │ │ │ │ └─ other safeWatcher.watch 4 ms
| │ │ │ │ │ │ │ │ │ │ │ └─ other optimistic statOrNull 11 ms
| │ │ │ │ │ │ │ │ │ │ ├─ optimistic readdir..............15 ms (98)
| │ │ │ │ │ │ │ │ │ │ │ ├─ files.readdir 7 ms (98)
| │ │ │ │ │ │ │ │ │ │ │ └─ other optimistic readdir 8 ms
| │ │ │ │ │ │ │ │ │ │ ├─ meteorNpm.isPortable.........1,155 ms (1238)
| │ │ │ │ │ │ │ │ │ │ │ ├─ optimistic lstat............168 ms (1238)
| │ │ │ │ │ │ │ │ │ │ │ │ ├─ files.lstat 32 ms (1238)
| │ │ │ │ │ │ │ │ │ │ │ │ ├─ safeWatcher.watch 2 ms (18)
| │ │ │ │ │ │ │ │ │ │ │ │ └─ other optimistic lstat 134 ms
| │ │ │ │ │ │ │ │ │ │ │ ├─ optimistic statOrNull........69 ms (110)
| │ │ │ │ │ │ │ │ │ │ │ │ ├─ files.stat 26 ms (110)
| │ │ │ │ │ │ │ │ │ │ │ │ ├─ safeWatcher.watch..........9 ms (92)
| │ │ │ │ │ │ │ │ │ │ │ │ │ ├─ files.stat 2 ms (92)
| │ │ │ │ │ │ │ │ │ │ │ │ │ └─ other safeWatcher.watch 7 ms
| │ │ │ │ │ │ │ │ │ │ │ │ └─ other optimistic statOrNull 34 ms
| │ │ │ │ │ │ │ │ │ │ │ ├─ optimistic readdir...........17 ms (110)
| │ │ │ │ │ │ │ │ │ │ │ │ ├─ files.readdir 8 ms (110)
| │ │ │ │ │ │ │ │ │ │ │ │ └─ other optimistic readdir 9 ms
| │ │ │ │ │ │ │ │ │ │ │ ├─ meteorNpm.isPortable........871 ms (1499)
| │ │ │ │ │ │ │ │ │ │ │ │ ├─ optimistic lstat.........203 ms (1499)
| │ │ │ │ │ │ │ │ │ │ │ │ │ ├─ files.lstat 51 ms (1499)
| │ │ │ │ │ │ │ │ │ │ │ │ │ └─ other optimistic lstat 152 ms
| │ │ │ │ │ │ │ │ │ │ │ │ ├─ optimistic statOrNull.....33 ms (86)
| │ │ │ │ │ │ │ │ │ │ │ │ │ ├─ files.stat 6 ms (86)
| │ │ │ │ │ │ │ │ │ │ │ │ │ ├─ safeWatcher.watch......17 ms (57)
| │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├─ files.stat 1 ms (57)
| │ │ │ │ │ │ │ │ │ │ │ │ │ │ └─ other safeWatcher.watch 16 ms
| │ │ │ │ │ │ │ │ │ │ │ │ │ └─ other optimistic statOrNull 10 ms
| │ │ │ │ │ │ │ │ │ │ │ │ ├─ optimistic readJsonOrNull.17 ms (58)
| │ │ │ │ │ │ │ │ │ │ │ │ │ ├─ optimistic readFile.....7 ms (58)
| │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├─ files.readFile 4 ms (58)
| │ │ │ │ │ │ │ │ │ │ │ │ │ │ └─ other optimistic readFile 3 ms
| │ │ │ │ │ │ │ │ │ │ │ │ │ ├─ safeWatcher.watch 3 ms (29)
| │ │ │ │ │ │ │ │ │ │ │ │ │ └─ other optimistic readJsonOrNull 7 ms
| │ │ │ │ │ │ │ │ │ │ │ │ ├─ optimistic readdir........14 ms (86)
| │ │ │ │ │ │ │ │ │ │ │ │ │ ├─ files.readdir 7 ms (86)
| │ │ │ │ │ │ │ │ │ │ │ │ │ └─ other optimistic readdir 8 ms
| │ │ │ │ │ │ │ │ │ │ │ │ ├─ meteorNpm.isPortable.....572 ms (1438)
| │ │ │ │ │ │ │ │ │ │ │ │ │ ├─ optimistic lstat......194 ms (1438)
| │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├─ files.lstat 39 ms (1438)
| │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├─ safeWatcher.watch 1 ms (13)
| │ │ │ │ │ │ │ │ │ │ │ │ │ │ └─ other optimistic lstat 153 ms
| │ │ │ │ │ │ │ │ │ │ │ │ │ ├─ optimistic statOrNull..24 ms (79)
| │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├─ files.stat 7 ms (79)
| │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├─ safeWatcher.watch....7 ms (66)
| │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├─ files.stat 2 ms (66)
| │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ └─ other safeWatcher.watch 5 ms
| │ │ │ │ │ │ │ │ │ │ │ │ │ │ └─ other optimistic statOrNull 10 ms
| │ │ │ │ │ │ │ │ │ │ │ │ │ ├─ optimistic readdir.....13 ms (79)
| │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├─ files.readdir 6 ms (79)
| │ │ │ │ │ │ │ │ │ │ │ │ │ │ └─ other optimistic readdir 7 ms
| │ │ │ │ │ │ │ │ │ │ │ │ │ ├─ meteorNpm.isPortable..311 ms (1024)
| │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├─ optimistic lstat...147 ms (1024)
| │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├─ files.lstat 28 ms (1024)
| │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ └─ other optimistic lstat 119 ms
| │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├─ optimistic statOrNull.6 ms (27)
| │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├─ files.stat 1 ms (27)
| │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├─ safeWatcher.watch 1 ms (11)
| │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ └─ other optimistic statOrNull 3 ms
| │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├─ optimistic readJsonOrNull.10 ms (32)
| │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├─ optimistic readFile.4 ms (32)
| │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├─ files.readFile 2 ms (32)
| │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ └─ other optimistic readFile 2 ms
| │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├─ safeWatcher.watch 2 ms (16)
| │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ └─ other optimistic readJsonOrNull 4 ms
| │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├─ optimistic readdir...4 ms (27)
| │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├─ files.readdir 2 ms (27)
| │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ └─ other optimistic readdir 3 ms
| │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├─ meteorNpm.isPortable.131 ms (218)
| │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├─ optimistic lstat.28 ms (218)
| │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├─ files.lstat 6 ms (218)
| │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ └─ other optimistic lstat 22 ms
| │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├─ optimistic statOrNull 2 ms (7)
| │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├─ optimistic readdir 1 ms (7)
| │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├─ meteorNpm.isPortable.97 ms (22)
| │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├─ optimistic lstat 3 ms (22)
| │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├─ optimistic statOrNull 2 ms (14)
| │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├─ optimistic readdir 2 ms (14)
| │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├─ meteorNpm.isPortable.78 ms (76)
| │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├─ optimistic lstat.18 ms (76)
| │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├─ files.lstat 2 ms (76)
| │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ └─ other optimistic lstat 15 ms
| │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├─ optimistic statOrNull.3 ms (11)
| │ │ │ │ │ │ │ │ │ │ │ ��� │ │ │ │ │ │ ├─ files.stat 1 ms (11)
| │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ └─ other optimistic statOrNull 2 ms
| │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├─ optimistic readdir 2 ms (11)
| │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├─ meteorNpm.isPortable.53 ms (16)
| │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├─ optimistic lstat 2 ms (16)
| │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├─ optimistic statOrNull 1 ms (7)
| │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├─ optimistic readJsonOrNull.5 ms (14)
| │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├─ optimistic readFile.2 ms (14)
| │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├─ files.readFile 1 ms (14)
| │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ └─ other optimistic readFile 1 ms
| │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ └─ other optimistic readJsonOrNull 2 ms
| │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├─ optimistic readdir 1 ms (7)
| │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├─ meteorNpm.isPortable.42 ms (37)
| │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├─ optimistic lstat.6 ms (37)
| │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├─ files.lstat 1 ms (37)
| │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ └─ other optimistic lstat 5 ms
| │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├─ optimistic statOrNull 1 ms (5)
| │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ └─ meteorNpm.isPortable.33 ms (9)
| │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├─ optimistic lstat 2 ms (9)
| │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├─ optimistic statOrNull 1 ms (7)
| │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├─ optimistic readJsonOrNull.15 ms (14)
| │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├─ optimistic readFile.13 ms (14)
| │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├─ files.readFile 11 ms (14)
| │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ └─ other optimistic readFile 1 ms
| │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ └─ other optimistic readJsonOrNull 2 ms
| │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├─ optimistic readdir 1 ms (7)
| │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├─ meteorNpm.isPortable.12 ms (31)
| │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├─ optimistic lstat.6 ms (31)
| │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├─ files.lstat 1 ms (31)
| │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ └─ other optimistic lstat 5 ms
| │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ └─ meteorNpm.isPortable.5 ms (2)
| │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├─ optimistic readJsonOrNull 2 ms (4)
| │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ └─ meteorNpm.isPortable.2 ms (8)
| │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ └─ optimistic lstat 1 ms (8)
| │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ └─ other meteorNpm.isPortable 1 ms
| │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ └─ other meteorNpm.isPortable 1 ms
| │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ └─ other meteorNpm.isPortable 1 ms
| │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├─ optimistic readJsonOrNull.8 ms (24)
| │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├─ optimistic readFile.4 ms (24)
| │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├─ files.readFile 2 ms (24)
| │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ └─ other optimistic readFile 2 ms
| │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├─ safeWatcher.watch 1 ms (12)
| │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ └─ other optimistic readJsonOrNull 3 ms
| │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ └─ other meteorNpm.isPortable 2 ms
| │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ └─ other meteorNpm.isPortable 2 ms
| │ │ │ │ │ │ │ │ │ │ │ │ │ │ └─ other meteorNpm.isPortable 13 ms
| │ │ │ │ │ │ │ │ │ │ │ │ │ └─ other meteorNpm.isPortable 29 ms
| │ │ │ │ │ │ │ │ │ │ │ │ └─ other meteorNpm.isPortable 32 ms
| │ │ │ │ │ │ │ │ │ │ │ └─ other meteorNpm.isPortable 30 ms
| │ │ │ │ │ │ │ │ │ │ ├─ optimistic readJsonOrNull.......23 ms (78)
| │ │ │ │ │ │ │ │ │ │ │ ├─ optimistic readFile...........9 ms (78)
| │ │ │ │ │ │ │ │ │ │ │ │ ├─ files.readFile 6 ms (78)
| │ │ │ │ │ │ │ │ │ │ │ │ └─ other optimistic readFile 4 ms
| │ │ │ │ │ │ │ │ │ │ │ ├─ safeWatcher.watch 4 ms (39)
| │ │ │ │ │ │ │ │ │ │ │ └─ other optimistic readJsonOrNull 11 ms
| │ │ │ │ │ │ │ │ │ │ └─ other meteorNpm.isPortable 34 ms
| │ │ │ │ │ │ │ │ │ └─ other meteorNpm.isPortable 51 ms
| │ │ │ │ │ │ │ │ ├─ optimistic readJsonOrNull............119 ms (276)
| │ │ │ │ │ │ │ │ │ ├─ optimistic readFile................64 ms (276)
| │ │ │ │ │ │ │ │ │ │ ├─ files.readFile 42 ms (276)
| │ │ │ │ │ │ │ │ │ │ └─ other optimistic readFile 23 ms
| │ │ │ │ │ │ │ │ │ ├─ safeWatcher.watch..................15 ms (138)
| │ │ │ │ │ │ │ │ │ │ ├─ files.stat 3 ms (138)
| │ │ │ │ │ │ │ │ │ │ └─ other safeWatcher.watch 12 ms
| │ │ │ │ │ │ │ │ │ └─ other optimistic readJsonOrNull 40 ms
| │ │ │ │ │ │ │ │ └─ other meteorNpm.isPortable 90 ms
| │ │ │ │ │ │ │ └─ other meteorNpm.isPortable 70 ms
| │ │ │ │ │ │ └─ other meteorNpm.isPortable 78 ms
| │ │ │ │ │ ├─ optimistic readJsonOrNull 2 ms (8)
| │ │ │ │ │ └─ other meteorNpm.isPortable 111 ms
| │ │ │ │ └─ other meteorNpm.isPortable 101 ms
| │ │ │ ├─ files.stat 24 ms (853)
| │ │ │ ├─ files.mkdir 4 ms (57)
| │ │ │ ├─ meteorNpm.runNpmCommand 107,318 ms (1)
| │ │ │ ├─ files.renameDirAlmostAtomically......................98 ms (1)
| │ │ │ │ └─ files.rm_recursive 98 ms (1)
| │ │ │ ├─ files.rm_recursive 1 ms (1)
| │ │ │ └─ other meteorNpm.rebuildIfNonPortable 2,364 ms
| │ │ └─ other bundler.readJsImage 12 ms
| │ └─ sha1 8 ms (18)
| ├─ _buildLocalPackages.......................................77,961 ms (1)
| │ ├─ IsopackCache Load local isopack.........................6,390 ms (106)
| │ │ ├─ files.stat 3 ms (106)
| │ │ ├─ Isopack#initFromPath.................................6,360 ms (106)
| │ │ │ ├─ files.realpath 14 ms (106)
| │ │ │ ├─ Isopack.readMetadataFromDirectory....................12 ms (106)
| │ │ │ │ ├─ files.stat 2 ms (106)
| │ │ │ │ ├─ files.readFile 4 ms (106)
| │ │ │ │ └─ other Isopack.readMetadataFromDirectory 6 ms
| │ │ │ ├─ files.readFile 85 ms (318)
| │ │ │ ├─ files.open 39 ms (1168)
| │ │ │ ├─ files.read 9 ms (1168)
| │ │ │ ├─ files.close 5 ms (1168)
| │ │ │ ├─ bundler.readJsImage...............................5,488 ms (7)
| │ │ │ │ ├─ files.readFile 38 ms (113)
| │ │ │ │ ├─ meteorNpm.rebuildIfNonPortable.................5,437 ms (49)
| │ │ │ │ │ ├─ optimistic statOrNull.........................159 ms (1109)
| │ │ │ │ │ │ ├─ safeWatcher.watch............................6 ms (55)
| │ │ │ │ │ │ │ ├─ files.stat 2 ms (55)
| │ │ │ │ │ │ │ └─ other safeWatcher.watch 5 ms
| │ │ │ │ │ │ ├─ files.stat 30 ms (1109)
| │ │ │ │ │ │ └─ other optimistic statOrNull 123 ms
| │ │ │ │ │ ├─ files.readdir 5 ms (51)
| │ │ │ │ │ ├─ meteorNpm.isPortable........................5,249 ms (1058)
| │ │ │ │ │ │ ├─ optimistic lstat...........................118 ms (1058)
| │ │ │ │ │ │ │ ├─ files.lstat 26 ms (1058)
| │ │ │ │ │ │ │ └─ other optimistic lstat 93 ms
| │ │ │ │ │ │ ├─ optimistic statOrNull......................134 ms (1058)
| │ │ │ │ │ │ │ ├─ files.stat 28 ms (1058)
| │ │ │ │ │ │ │ └─ other optimistic statOrNull 106 ms
| │ │ │ │ │ │ ├─ optimistic readJsonOrNull..................283 ms (1338)
| │ │ │ │ │ │ │ ├─ optimistic readFile.....................145 ms (1338)
| │ │ │ │ │ │ │ │ ├─ files.readFile 102 ms (1338)
| │ │ │ │ │ │ │ │ └─ other optimistic readFile 43 ms
| │ │ │ │ │ │ │ ├─ safeWatcher.watch........................34 ms (280)
| │ │ │ │ │ │ │ │ ├─ files.stat 14 ms (280)
| │ │ │ │ │ │ │ │ └─ other safeWatcher.watch 20 ms
| │ │ │ │ │ │ │ └─ other optimistic readJsonOrNull 104 ms
| │ │ │ │ │ │ ├─ optimistic readdir..........................38 ms (280)
| │ │ │ │ │ │ │ ├─ files.readdir 19 ms (280)
| │ │ │ │ │ │ │ └─ other optimistic readdir 19 ms
| │ │ │ │ │ │ ├─ meteorNpm.isPortable.....................4,586 ms (2545)
| │ │ │ │ │ │ │ ├─ optimistic lstat........................318 ms (2545)
| │ │ │ │ │ │ │ │ ├─ files.lstat 64 ms (2545)
| │ │ │ │ │ │ │ │ ├─ safeWatcher.watch 1 ms (11)
| │ │ │ │ │ │ │ │ └─ other optimistic lstat 253 ms
| │ │ │ │ │ │ │ ├─ optimistic statOrNull...................143 ms (315)
| │ │ │ │ │ │ │ │ ├─ files.stat 70 ms (315)
| │ │ │ │ │ │ │ │ ├─ safeWatcher.watch.....................30 ms (302)
| │ │ │ │ │ │ │ │ │ ├─ files.stat 8 ms (302)
| │ │ │ │ │ │ │ │ │ └─ other safeWatcher.watch 22 ms
| │ │ │ │ │ │ │ │ └─ other optimistic statOrNull 43 ms
| │ │ │ │ │ │ │ ├─ optimistic readdir.......................51 ms (315)
| │ │ │ │ │ │ │ │ ├─ files.readdir 23 ms (315)
| │ │ │ │ │ │ │ │ └─ other optimistic readdir 28 ms
| │ │ │ │ │ │ │ ├─ meteorNpm.isPortable..................3,990 ms (3538)
| │ │ │ │ │ │ │ │ ├─ optimistic lstat.....................504 ms (3538)
| │ │ │ │ │ │ │ │ │ ├─ files.lstat 92 ms (3538)
| │ │ │ │ │ │ │ │ │ └─ other optimistic lstat 411 ms
| │ │ │ │ │ │ │ │ ├─ optimistic statOrNull.................80 ms (190)
| │ │ │ │ │ │ │ │ │ ├─ files.stat 20 ms (190)
| │ │ │ │ │ │ │ │ │ ├─ safeWatcher.watch..................27 ms (168)
| │ │ │ │ │ │ │ │ │ │ ├─ files.stat 4 ms (168)
| │ │ │ │ │ │ │ │ │ │ └─ other safeWatcher.watch 23 ms
| │ │ │ │ │ │ │ │ │ └─ other optimistic statOrNull 33 ms
| │ │ │ │ │ │ │ │ ├─ optimistic readJsonOrNull.............19 ms (44)
| │ │ │ │ │ │ │ │ │ ├─ optimistic readFile.................5 ms (44)
| │ │ │ │ │ │ │ │ │ │ ├─ files.readFile 4 ms (44)
| │ │ │ │ │ │ │ │ │ │ └─ other optimistic readFile 2 ms
| │ │ │ │ │ │ │ │ │ ├─ safeWatcher.watch 2 ms (22)
| │ │ │ │ │ │ │ │ │ └─ other optimistic readJsonOrNull 12 ms
| │ │ │ │ │ │ │ │ ├─ optimistic readdir....................38 ms (190)
| │ │ │ │ │ │ │ │ │ ├─ files.readdir 16 ms (190)
| │ │ │ │ │ │ │ │ │ └─ other optimistic readdir 21 ms
| │ │ │ │ │ │ │ │ ├─ meteorNpm.isPortable...............3,267 ms (3198)
| │ │ │ │ │ │ │ │ │ ├─ optimistic lstat..................441 ms (3198)
| │ │ │ │ │ │ │ │ │ │ ├─ files.lstat 83 ms (3198)
| │ │ │ │ │ │ │ │ │ │ ├─ safeWatcher.watch 2 ms (8)
| │ │ │ │ │ │ │ │ │ │ └─ other optimistic lstat 356 ms
| │ │ │ │ │ │ │ │ │ ├─ optimistic statOrNull..............67 ms (155)
| │ │ │ │ │ │ │ │ │ │ ├─ files.stat 31 ms (155)
| │ │ │ │ │ │ │ │ │ │ ├─ safeWatcher.watch...............15 ms (147)
| │ │ │ │ │ │ │ │ │ │ │ ├─ files.stat 4 ms (147)
| │ │ │ │ │ │ │ │ │ │ │ └─ other safeWatcher.watch 11 ms
| │ │ │ │ │ │ │ │ │ │ └─ other optimistic statOrNull 22 ms
| │ │ │ │ │ │ │ │ │ ├─ optimistic readdir.................22 ms (155)
| │ │ │ │ │ │ │ │ │ │ ├─ files.readdir 11 ms (155)
| │ │ │ │ │ │ │ │ │ │ └─ other optimistic readdir 11 ms
| │ │ │ │ │ │ │ │ │ ├─ meteorNpm.isPortable............2,682 ms (1997)
| │ │ │ │ │ │ │ │ │ │ ├─ optimistic lstat...............280 ms (1997)
| │ │ │ │ │ │ │ │ │ │ │ ├─ files.lstat 61 ms (1997)
| │ │ │ │ │ │ │ │ │ │ │ └─ other optimistic lstat 219 ms
| │ │ │ │ │ │ │ │ │ │ ├─ optimistic statOrNull...........41 ms (202)
| │ │ │ │ │ │ │ │ │ │ │ ├─ files.stat 10 ms (202)
| │ │ │ │ │ │ │ │ │ │ │ ├─ safeWatcher.watch.............6 ms (64)
| │ │ │ │ │ │ │ │ │ │ │ │ ├─ files.stat 2 ms (64)
| │ │ │ │ │ │ │ │ │ │ │ │ └─ other safeWatcher.watch 5 ms
| │ │ │ │ │ │ │ │ │ │ │ └─ other optimistic statOrNull 24 ms
| │ │ │ │ │ │ │ │ │ │ ├─ optimistic readdir..............44 ms (202)
| │ │ │ │ │ │ │ │ │ │ │ ├─ files.readdir 20 ms (202)
| │ │ │ │ │ │ │ │ │ │ │ └─ other optimistic readdir 23 ms
| │ │ │ │ │ │ │ │ │ │ ├─ meteorNpm.isPortable.........2,175 ms (1561)
| │ │ │ │ │ │ │ │ │ │ │ ├─ optimistic lstat............226 ms (1561)
| │ │ │ │ │ │ │ │ │ │ │ │ ├─ files.lstat 42 ms (1561)
| │ │ │ │ │ │ │ │ │ │ │ │ ├─ safeWatcher.watch 2 ms (17)
| │ │ │ │ │ │ │ │ │ │ │ │ └─ other optimistic lstat 181 ms
| │ │ │ │ │ │ │ │ │ │ │ ├─ optimistic statOrNull........76 ms (187)
| │ │ │ │ │ │ │ │ │ │ │ │ ├─ files.stat 21 ms (187)
| │ │ │ │ │ │ │ │ │ │ │ │ ├─ safeWatcher.watch.........18 ms (170)
| │ │ │ │ │ │ │ │ │ │ │ │ │ ├─ files.stat 5 ms (170)
| │ │ │ │ │ │ │ │ │ │ │ │ │ └─ other safeWatcher.watch 14 ms
| │ │ │ │ │ │ │ │ │ │ │ │ └─ other optimistic statOrNull 37 ms
| │ │ │ │ │ │ │ │ │ │ │ ├─ optimistic readdir...........30 ms (187)
| │ │ │ │ │ │ │ │ │ │ │ │ ├─ files.readdir 14 ms (187)
| │ │ │ │ │ │ │ │ │ │ │ │ └─ other optimistic readdir 16 ms
| │ │ │ │ │ │ │ │ │ │ │ ├─ meteorNpm.isPortable......1,790 ms (1947)
| │ │ │ │ │ │ │ │ │ │ │ │ ├─ optimistic lstat.........321 ms (1947)
| │ │ │ │ │ │ │ │ │ │ │ │ │ ├─ files.lstat 55 ms (1947)
| │ │ │ │ │ │ │ │ │ │ │ │ │ └─ other optimistic lstat 266 ms
| │ │ │ │ │ │ │ │ │ │ │ │ ├─ optimistic statOrNull.....29 ms (98)
| │ │ │ │ │ │ │ │ │ │ │ │ │ ├─ files.stat 7 ms (98)
| │ │ │ │ │ │ │ │ │ │ │ │ │ ├─ safeWatcher.watch.......7 ms (59)
| │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├─ files.stat 2 ms (59)
| │ │ │ │ │ │ │ │ │ │ │ │ │ │ └─ other safeWatcher.watch 5 ms
| │ │ │ │ │ │ │ │ │ │ │ │ │ └─ other optimistic statOrNull 15 ms
| │ │ │ │ │ │ │ │ │ │ │ │ ├─ optimistic readdir........16 ms (98)
| │ │ │ │ │ │ │ │ │ │ │ │ │ ├─ files.readdir 7 ms (98)
| │ │ │ │ │ │ │ │ │ │ │ │ │ └─ other optimistic readdir 9 ms
| │ │ │ │ │ │ │ │ │ │ │ │ ├─ meteorNpm.isPortable...1,342 ms (1238)
| │ │ │ │ │ │ │ │ │ │ │ │ │ ├─ optimistic lstat......192 ms (1238)
| │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├─ files.lstat 35 ms (1238)
| │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├─ safeWatcher.watch 2 ms (18)
| │ │ │ │ │ │ │ │ │ │ │ │ │ │ └─ other optimistic lstat 154 ms
| │ │ │ │ │ │ │ │ │ │ │ │ │ ├─ optimistic statOrNull..47 ms (110)
| │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├─ files.stat 11 ms (110)
| │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├─ safeWatcher.watch...11 ms (92)
| │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├─ files.stat 3 ms (92)
| │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ └─ other safeWatcher.watch 9 ms
| │ │ │ │ │ │ │ │ │ │ │ │ │ │ └─ other optimistic statOrNull 24 ms
| │ │ │ │ │ │ │ │ │ │ │ │ │ ├─ optimistic readdir.....25 ms (110)
| │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├─ files.readdir 9 ms (110)
| │ │ │ │ │ │ │ │ │ │ │ │ │ │ └─ other optimistic readdir 16 ms
| │ │ │ │ │ │ │ │ │ │ │ │ │ ├─ meteorNpm.isPortable.1,044 ms (1499)
| │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├─ optimistic lstat...239 ms (1499)
| │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├─ files.lstat 44 ms (1499)
| │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ └─ other optimistic lstat 195 ms
| │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├─ optimistic statOrNull.27 ms (86)
| │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├─ files.stat 7 ms (86)
| │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├─ safeWatcher.watch.6 ms (57)
| │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├─ files.stat 2 ms (57)
| │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ └─ other safeWatcher.watch 5 ms
| │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ └─ other optimistic statOrNull 13 ms
| │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├─ optimistic readJsonOrNull.19 ms (58)
| │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├─ optimistic readFile.8 ms (58)
| │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├─ files.readFile 5 ms (58)
| │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ └─ other optimistic readFile 3 ms
| │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├─ safeWatcher.watch 3 ms (29)
| │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ └─ other optimistic readJsonOrNull 7 ms
| │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├─ optimistic readdir..16 ms (86)
| │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├─ files.readdir 7 ms (86)
| │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ └─ other optimistic readdir 8 ms
| │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├─ meteorNpm.isPortable.677 ms (1438)
| │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├─ optimistic lstat.234 ms (1438)
| │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├─ files.lstat 44 ms (1438)
| │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├─ safeWatcher.watch 2 ms (13)
| │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ └─ other optimistic lstat 189 ms
| │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├─ optimistic statOrNull.37 ms (79)
| │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├─ files.stat 9 ms (79)
| │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├─ safeWatcher.watch.8 ms (66)
| │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├─ files.stat 2 ms (66)
| │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ └─ other safeWatcher.watch 6 ms
| │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ └─ other optimistic statOrNull 20 ms
| │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├─ optimistic readdir.15 ms (79)
| │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├─ files.readdir 7 ms (79)
| │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ └─ other optimistic readdir 8 ms
| │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├─ meteorNpm.isPortable.362 ms (1024)
| │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├─ optimistic lstat.176 ms (1024)
| │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├─ files.lstat 38 ms (1024)
| │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ └─ other optimistic lstat 138 ms
| │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├─ optimistic statOrNull.7 ms (27)
| │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├─ files.stat 2 ms (27)
| │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├─ safeWatcher.watch 1 ms (11)
| │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ └─ other optimistic statOrNull 4 ms
| │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├─ optimistic readJsonOrNull.11 ms (32)
| │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├─ optimistic readFile.5 ms (32)
| │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├─ files.readFile 3 ms (32)
| │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ └─ other optimistic readFile 2 ms
| │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├─ safeWatcher.watch 2 ms (16)
| │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ └─ other optimistic readJsonOrNull 4 ms
| │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├─ optimistic readdir.6 ms (27)
| │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├─ files.readdir 2 ms (27)
| │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ └─ other optimistic readdir 4 ms
| │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├─ meteorNpm.isPortable.148 ms (218)
| │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├─ optimistic lstat.45 ms (218)
| │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├─ files.lstat 7 ms (218)
| │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ └─ other optimistic lstat 38 ms
| │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├─ optimistic statOrNull 2 ms (7)
| │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├─ optimistic readdir 1 ms (7)
| │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├─ meteorNpm.isPortable.97 ms (22)
| │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├─ optimistic lstat 4 ms (22)
| │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├─ optimistic statOrNull 3 ms (14)
| │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├─ optimistic readdir 3 ms (14)
| │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├─ meteorNpm.isPortable.77 ms (76)
| │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├─ optimistic lstat.20 ms (76)
| │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├─ files.lstat 3 ms (76)
| │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ └─ other optimistic lstat 17 ms
| │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├─ optimistic statOrNull.4 ms (11)
| │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├─ files.stat 1 ms (11)
| │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ └─ other optimistic statOrNull 2 ms
| │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├─ optimistic readdir 2 ms (11)
| │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├─ meteorNpm.isPortable.49 ms (16)
| │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├─ optimistic lstat 3 ms (16)
| │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├─ optimistic statOrNull 1 ms (7)
| │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├─ optimistic readJsonOrNull.5 ms (14)
| │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├─ optimistic readFile.2 ms (14)
| │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├─ files.readFile 1 ms (14)
| │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ └─ other optimistic readFile 1 ms
| │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ └─ other optimistic readJsonOrNull 2 ms
| │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├─ optimistic readdir 1 ms (7)
| │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├─ meteorNpm.isPortable.36 ms (37)
| │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├─ optimistic lstat.8 ms (37)
| │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├─ files.lstat 1 ms (37)
| │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ └─ other optimistic lstat 6 ms
| │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├─ optimistic statOrNull 2 ms (5)
| │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├─ optimistic readdir 1 ms (5)
| │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ └─ meteorNpm.isPortable.25 ms (9)
| │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├─ optimistic lstat 2 ms (9)
| │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├─ optimistic statOrNull 1 ms (7)
| │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├─ optimistic readJsonOrNull.6 ms (14)
| │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├─ optimistic readFile.3 ms (14)
| │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├─ files.readFile 1 ms (14)
| │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ └─ other optimistic readFile 1 ms
| │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ └─ other optimistic readJsonOrNull 2 ms
| │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├─ optimistic readdir 1 ms (7)
| │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├─ meteorNpm.isPortable.14 ms (31)
| │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├─ optimistic lstat.7 ms (31)
| │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├─ files.lstat 1 ms (31)
| │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ └─ other optimistic lstat 6 ms
| │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ └─ meteorNpm.isPortable.5 ms (2)
| │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├─ optimistic readJsonOrNull 2 ms (4)
| │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ └─ meteorNpm.isPortable.2 ms (8)
| │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ └─ optimistic lstat 2 ms (8)
| │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ └─ other meteorNpm.isPortable 1 ms
| │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ └─ other meteorNpm.isPortable 1 ms
| │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ └─ other meteorNpm.isPortable 1 ms
| │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├─ optimistic readJsonOrNull.8 ms (24)
| │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├─ optimistic readFile.4 ms (24)
| │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├─ files.readFile 2 ms (24)
| │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ └─ other optimistic readFile 2 ms
| │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├─ safeWatcher.watch 1 ms (12)
| │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ └─ other optimistic readJsonOrNull 3 ms
| │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ └─ other meteorNpm.isPortable 3 ms
| │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ └─ other meteorNpm.isPortable 2 ms
| │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ └─ other meteorNpm.isPortable 13 ms
| │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ └─ other meteorNpm.isPortable 29 ms
| │ │ │ │ │ │ │ │ │ │ │ │ │ │ └─ other meteorNpm.isPortable 66 ms
| │ │ │ │ │ │ │ │ │ │ │ │ │ └─ other meteorNpm.isPortable 34 ms
| │ │ │ │ │ │ │ │ │ │ │ │ ├─ optimistic readJsonOrNull.33 ms (78)
| │ │ │ │ │ │ │ │ │ │ │ │ │ ├─ optimistic readFile....17 ms (78)
| │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├─ files.readFile 7 ms (78)
| │ │ │ │ │ │ │ │ │ │ │ │ │ │ └─ other optimistic readFile 11 ms
| │ │ │ │ │ │ │ │ │ │ │ │ │ ├─ safeWatcher.watch.......4 ms (39)
| │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├─ files.stat 1 ms (39)
| │ │ │ │ │ │ │ │ │ │ │ │ │ │ └─ other safeWatcher.watch 3 ms
| │ │ │ │ │ │ │ │ │ │ │ │ │ └─ other optimistic readJsonOrNull 11 ms
| │ │ │ │ │ │ │ │ │ │ │ │ └─ other meteorNpm.isPortable 49 ms
| │ │ │ │ │ │ │ │ │ │ │ └─ other meteorNpm.isPortable 53 ms
| │ │ │ │ │ │ │ │ │ │ ├─ optimistic readJsonOrNull.......88 ms (276)
| │ │ │ │ │ │ │ │ │ │ │ ├─ optimistic readFile..........41 ms (276)
| │ │ │ │ │ │ │ │ │ │ │ │ ├─ files.readFile 22 ms (276)
| │ │ │ │ │ │ │ │ │ │ │ │ └─ other optimistic readFile 19 ms
| │ │ │ │ │ │ │ │ │ │ │ ├─ safeWatcher.watch............16 ms (138)
| │ │ │ │ │ │ │ │ │ │ │ │ ├─ files.stat 4 ms (138)
| │ │ │ │ │ │ │ │ │ │ │ │ └─ other safeWatcher.watch 12 ms
| │ │ │ │ │ │ │ │ │ │ │ └─ other optimistic readJsonOrNull 32 ms
| │ │ │ │ │ │ │ │ │ │ └─ other meteorNpm.isPortable 55 ms
| │ │ │ │ │ │ │ │ │ └─ other meteorNpm.isPortable 55 ms
| │ │ │ │ │ │ │ │ └─ other meteorNpm.isPortable 82 ms
| │ │ │ │ │ │ │ ├─ optimistic readJsonOrNull 1 ms (4)
| │ │ │ │ │ │ │ └─ other meteorNpm.isPortable 83 ms
| │ │ │ │ │ │ └─ other meteorNpm.isPortable 90 ms
| │ │ │ │ │ └─ other meteorNpm.rebuildIfNonPortable 24 ms
| │ │ │ │ └─ other bundler.readJsImage 13 ms
| │ │ │ ├─ meteorNpm.rebuildIfNonPortable......................625 ms (28)
| │ │ │ │ ├─ optimistic statOrNull............................159 ms (573)
| │ │ │ │ │ ├─ safeWatcher.watch..............................50 ms (573)
| │ │ │ │ │ │ ├─ files.stat 10 ms (573)
| │ │ │ │ │ │ └─ other safeWatcher.watch 41 ms
| │ │ │ │ │ ├─ files.stat 23 ms (573)
| │ │ │ │ │ ├─ files.lstat 11 ms (545)
| │ │ │ │ │ └─ other optimistic statOrNull 74 ms
| │ │ │ │ ├─ files.readdir 15 ms (29)
| │ │ │ │ ├─ meteorNpm.isPortable.............................439 ms (544)
| │ │ │ │ │ ├─ optimistic lstat...............................43 ms (544)
| │ │ │ │ │ │ ├─ files.lstat 13 ms (544)
| │ │ │ │ │ │ └─ other optimistic lstat 30 ms
| │ │ │ │ │ ├─ optimistic statOrNull..........................68 ms (544)
| │ │ │ │ │ │ ├─ files.stat 13 ms (544)
| │ │ │ │ │ │ └─ other optimistic statOrNull 55 ms
| │ │ │ │ │ ├─ optimistic readJsonOrNull......................69 ms (570)
| │ │ │ │ │ │ ├─ optimistic readFile.........................41 ms (570)
| │ │ │ │ │ │ │ ├─ files.readFile 29 ms (570)
| │ │ │ │ │ │ │ └─ other optimistic readFile 12 ms
| │ │ │ │ │ │ └─ other optimistic readJsonOrNull 27 ms
| │ │ │ │ │ ├─ optimistic readdir..............................3 ms (26)
| │ │ │ │ │ │ ├─ files.readdir 2 ms (26)
| │ │ │ │ │ │ └─ other optimistic readdir 2 ms
| │ │ │ │ │ ├─ meteorNpm.isPortable..........................238 ms (148)
| │ │ │ │ │ │ ├─ optimistic lstat............................16 ms (148)
| │ │ │ │ │ │ │ ├─ files.lstat 4 ms (148)
| │ │ │ │ │ │ │ └─ other optimistic lstat 12 ms
| │ │ │ │ │ │ ├─ optimistic statOrNull.......................11 ms (36)
| │ │ │ │ │ │ │ ├─ files.stat 3 ms (36)
| │ │ │ │ │ │ │ ├─ safeWatcher.watch 3 ms (31)
| │ │ │ │ │ │ │ └─ other optimistic statOrNull 5 ms
| │ │ │ │ │ │ ├─ optimistic readdir...........................4 ms (36)
| │ │ │ │ │ │ │ ├─ files.readdir 2 ms (36)
| │ │ │ │ │ │ │ └─ other optimistic readdir 2 ms
| │ │ │ │ │ │ ├─ meteorNpm.isPortable.......................203 ms (154)
| │ │ │ │ │ │ │ ├─ optimistic lstat.........................19 ms (154)
| │ │ │ │ │ │ │ │ ├─ files.lstat 5 ms (154)
| │ │ │ │ │ │ │ │ └─ other optimistic lstat 14 ms
| │ │ │ │ │ │ │ ├─ optimistic statOrNull....................13 ms (48)
| │ │ │ │ │ │ │ │ ├─ files.stat 4 ms (48)
| │ │ │ │ │ │ │ │ ├─ safeWatcher.watch 3 ms (33)
| │ │ │ │ │ │ │ │ └─ other optimistic statOrNull 6 ms
| │ │ │ │ │ │ │ ├─ optimistic readdir........................6 ms (48)
| │ │ │ │ │ │ │ │ ├─ files.readdir 3 ms (48)
| │ │ │ │ │ │ │ │ └─ other optimistic readdir 3 ms
| │ │ │ │ │ │ │ ├─ meteorNpm.isPortable....................149 ms (274)
| │ │ │ │ │ │ │ │ ├─ optimistic lstat......................35 ms (274)
| │ │ │ │ │ │ │ │ │ ├─ files.lstat 7 ms (274)
| │ │ │ │ │ │ │ │ │ └─ other optimistic lstat 27 ms
| │ │ │ │ │ │ │ │ ├─ optimistic statOrNull.................25 ms (42)
| │ │ │ │ │ │ │ │ │ ├─ files.stat 4 ms (42)
| │ │ │ │ │ │ │ │ │ ├─ safeWatcher.watch 4 ms (35)
| │ │ │ │ │ │ │ │ │ └─ other optimistic statOrNull 17 ms
| │ │ │ │ │ │ │ │ ├─ optimistic readdir.....................5 ms (42)
| │ │ │ │ │ │ │ │ │ ├─ files.readdir 3 ms (42)
| │ │ │ │ │ │ │ │ │ └─ other optimistic readdir 3 ms
| │ │ │ │ │ │ │ │ ├─ meteorNpm.isPortable..................79 ms (164)
| │ │ │ │ │ │ │ │ │ ├─ optimistic lstat...................20 ms (164)
| │ │ │ │ │ │ │ │ │ │ ├─ files.lstat 4 ms (164)
| │ │ │ │ │ │ │ │ │ │ └─ other optimistic lstat 16 ms
| │ │ │ │ │ │ │ │ │ ├─ optimistic statOrNull...............5 ms (23)
| │ │ │ │ │ │ │ │ │ │ ├─ files.stat 1 ms (23)
| │ │ │ │ │ │ │ │ │ │ ├─ safeWatcher.watch 1 ms (11)
| │ │ │ │ │ │ │ │ │ │ └─ other optimistic statOrNull 3 ms
| │ │ │ │ │ │ │ │ │ ├─ optimistic readJsonOrNull...........6 ms (24)
| │ │ │ │ │ │ │ │ │ │ ├─ optimistic readFile..............3 ms (24)
| │ │ │ │ │ │ │ │ │ │ │ └─ files.readFile 2 ms (24)
| │ │ │ │ │ │ │ │ │ │ ├─ safeWatcher.watch 1 ms (12)
| │ │ │ │ │ │ │ │ │ │ └─ other optimistic readJsonOrNull 3 ms
| │ │ │ │ │ │ │ │ │ ├─ optimistic readdir..................3 ms (23)
| │ │ │ │ │ │ │ │ │ │ ├─ files.readdir 1 ms (23)
| │ │ │ │ │ │ │ │ │ │ └─ other optimistic readdir 2 ms
| │ │ │ │ │ │ │ │ │ ├─ meteorNpm.isPortable...............40 ms (155)
| │ │ │ │ │ │ │ │ │ │ ├─ optimistic lstat................20 ms (155)
| │ │ │ │ │ │ │ │ │ │ │ ├─ files.lstat 4 ms (155)
| │ │ │ │ │ │ │ │ │ │ │ └─ other optimistic lstat 16 ms
| │ │ │ │ │ │ │ │ │ │ ├─ optimistic statOrNull............4 ms (14)
| │ │ │ │ │ │ │ │ │ │ │ ├─ files.stat 1 ms (14)
| │ │ │ │ │ │ │ │ │ │ │ ├─ safeWatcher.watch 1 ms (13)
| │ │ │ │ │ │ │ │ │ │ │ └─ other optimistic statOrNull 2 ms
| │ │ │ │ │ │ │ │ │ │ ├─ optimistic readdir 2 ms (14)
| │ │ │ │ │ │ │ │ │ │ ├─ meteorNpm.isPortable............12 ms (40)
| │ │ │ │ │ │ │ │ │ │ │ ├─ optimistic lstat..............5 ms (40)
| │ │ │ │ │ │ │ │ │ │ │ │ ├─ files.lstat 1 ms (40)
| │ │ │ │ │ │ │ │ │ │ │ │ └─ other optimistic lstat 4 ms
| │ │ │ │ │ │ │ │ │ │ │ ├─ optimistic readJsonOrNull 1 ms (4)
| │ │ │ │ │ │ │ │ │ │ │ └─ meteorNpm.isPortable..........4 ms (12)
| │ │ │ │ │ │ │ │ │ │ │ └─ optimistic lstat 2 ms (12)
| │ │ │ │ │ │ │ │ │ │ └─ other meteorNpm.isPortable 2 ms
| │ │ │ │ │ │ │ │ │ └─ other meteorNpm.isPortable 4 ms
| │ │ │ │ │ │ │ │ └─ other meteorNpm.isPortable 6 ms
| │ │ │ │ │ │ │ ├─ optimistic readJsonOrNull.................8 ms (30)
| │ │ │ │ │ │ │ │ ├─ optimistic readFile....................3 ms (30)
| │ │ │ │ │ │ │ │ │ └─ files.readFile 2 ms (30)
| │ │ │ │ │ │ │ │ ├─ safeWatcher.watch 1 ms (15)
| │ │ │ │ │ │ │ │ └─ other optimistic readJsonOrNull 3 ms
| │ │ │ │ │ │ │ └─ other meteorNpm.isPortable 7 ms
| │ │ │ │ │ │ └─ other meteorNpm.isPortable 4 ms
| │ │ │ │ │ └─ other meteorNpm.isPortable 18 ms
| │ │ │ │ └─ other meteorNpm.rebuildIfNonPortable 12 ms
| │ │ │ └─ other Isopack#initFromPath 82 ms
| │ │ ├─ Isopack#getStrongOrderedUsedAndImpliedPackages 3 ms (106)
| │ │ └─ other IsopackCache Load local isopack 24 ms
| │ ├─ IsopackCache Build local isopack.......................69,048 ms (11)
| │ │ ├─ files.readFile 107 ms (11)
| │ │ ├─ watch.isUpToDate.......................................255 ms (11)
| │ │ │ ├─ optimistic hashOrNull...............................246 ms (139)
| │ │ │ │ ├─ files.readFile 47 ms (14)
| │ │ │ │ ├─ safeWatcher.watch 6 ms (153)
| │ │ │ │ ├─ optimistic readFile..............................137 ms (139)
| │ │ │ │ │ ├─ files.readFile 114 ms (125)
| │ │ │ │ │ ├─ safeWatcher.watch..............................11 ms (125)
| │ │ │ │ │ │ ├─ files.stat 3 ms (125)
| │ │ │ │ │ │ └─ other safeWatcher.watch 8 ms
| │ │ │ │ │ └─ other optimistic readFile 11 ms
| │ │ │ │ ├─ sha1 38 ms (139)
| │ │ │ │ └─ other optimistic hashOrNull 18 ms
| │ │ │ ├─ files.readdir 3 ms (12)
| │ │ │ └─ other watch.isUpToDate 5 ms
| │ │ ├─ files.rm_recursive 8 ms (10)
| │ │ ├─ files.stat 2 ms (31)
| │ │ ├─ compiler.compile(pathable-api).........................899 ms (1)
| │ │ │ ├─ files.withCache.....................................897 ms (2)
| │ │ │ │ └─ compileUnibuild (pathable-api)...................897 ms (2)
| │ │ │ │ ├─ Isopack#ensurePluginsInitialized..............143 ms (12)
| │ │ │ │ │ ├─ JsImage#load................................51 ms (2)
| │ │ │ │ │ │ ├─ runJavaScript packages/basicFileTypes_plugin.js 1 ms (1)
| │ │ │ │ │ │ ├─ runJavaScript packages/meteor.js..........8 ms (1)
| │ │ │ │ │ │ │ ├─ Npm.require("meteor-deque") 3 ms (1)
| │ │ │ │ │ │ │ └─ other runJavaScript packages/meteor.js 4 ms
| │ │ │ │ │ │ ├─ runJavaScript packages/modules-runtime.js 3 ms (1)
| │ │ │ │ │ │ ├─ runJavaScript packages/modules.js.........9 ms (1)
| │ │ │ │ │ │ │ ├─ require("/node_modules/meteor/modules/server.js").7 ms (1)
| │ │ │ │ │ │ │ │ ├─ require("./reify.js")...............4 ms (1)
| │ │ │ │ │ │ │ │ │ ├─ require("reify/lib/runtime") 3 ms (1)
| │ │ │ │ │ │ │ │ │ └─ other require("./reify.js") 1 ms
| │ │ │ │ │ │ │ │ └─ other require("/node_modules/meteor/modules/server.js") 1 ms
| │ │ │ │ │ │ │ └─ other runJavaScript packages/modules.js 2 ms
| │ │ │ │ │ │ ├─ runJavaScript packages/ecmascript-runtime-server.js.24 ms (1)
| │ │ │ │ │ │ │ └─ require("/node_modules/meteor/ecmascript-runtime-server/runtime.js").23 ms (1)
| │ │ │ │ │ │ │ ├─ require("core-js/modules/es7.string.pad-start") 21 ms (1)
| │ │ │ │ │ │ │ └─ require("core-js/modules/es7.string.pad-end") 2 ms (1)
| │ │ │ │ │ │ ├─ runJavaScript packages/babel-compiler.js..4 ms (1)
| │ │ │ │ │ │ │ ├─ Npm.require("semver") 3 ms (1)
| │ │ │ │ │ │ │ └─ other runJavaScript packages/babel-compiler.js 2 ms
| │ │ │ │ │ │ └─ other JsImage#load 2 ms
| │ │ │ │ │ ├─ Npm.require("meteor-babel") 23 ms (1)
| │ │ │ │ │ └─ other Isopack#ensurePluginsInitialized 70 ms
| │ │ │ │ ├─ files.withCache................................82 ms (2)
| │ │ │ │ │ ├─ files.realpath 6 ms (67)
| │ │ │ │ │ ├─ optimistic statOrNull.......................18 ms (34)
| │ │ │ │ │ │ ├─ files.stat 3 ms (34)
| │ │ │ │ │ │ ├─ safeWatcher.watch.........................8 ms (68)
| │ │ │ │ │ │ │ ├─ files.stat 3 ms (35)
| │ │ │ │ │ │ │ └─ other safeWatcher.watch 5 ms
| │ │ │ │ │ │ └─ other optimistic statOrNull 6 ms
| │ │ │ │ │ ├─ files.readdir 7 ms (134)
| │ │ │ │ │ ├─ files.stat 32 ms (268)
| │ │ │ │ │ └─ other files.withCache 20 ms
| │ │ │ │ ├─ optimistic readFile...........................157 ms (163)
| │ │ │ │ │ ├─ files.readFile 137 ms (82)
| │ │ │ │ │ ├─ safeWatcher.watch 7 ms (82)
| │ │ │ │ │ └─ other optimistic readFile 13 ms
| │ │ │ │ ├─ optimistic hashOrNull..........................13 ms (163)
| │ │ │ │ │ ├─ sha1 2 ms (82)
| │ │ │ │ │ ├─ safeWatcher.watch 2 ms (82)
| │ │ │ │ │ └─ other optimistic hashOrNull 8 ms
| │ │ │ │ └─ other compileUnibuild (pathable-api) 501 ms
| │ │ │ └─ other compiler.compile(pathable-api) 2 ms
| │ │ ├─ Isopack#saveToPath..................................46,918 ms (10)
| │ │ │ ├─ files.rm_recursive 4 ms (10)
| │ │ │ ├─ files.stat 243 ms (5823)
| │ │ │ ├─ files.mkdir 130 ms (1941)
| │ │ │ ├─ Builder#write.....................................1,424 ms (5699)
| │ │ │ │ ├─ Builder#_ensureDirectory 78 ms (5699)
| │ │ │ │ ├─ sha1 149 ms (5699)
| │ │ │ │ ├─ files.writeFile 558 ms (5699)
| │ │ │ │ ├─ files.rename 363 ms (5699)
| │ │ │ │ └─ other Builder#write 275 ms
| │ │ │ ├─ files.writeFile 7 ms (40)
| │ │ │ ├─ files.rename 2 ms (40)
| │ │ │ ├─ Builder#complete..................................7,563 ms (10)
| │ │ │ │ └─ files.renameDirAlmostAtomically................7,563 ms (10)
| │ │ │ │ ├─ files.rename 2 ms (20)
| │ │ │ │ └─ files.rm_recursive 7,561 ms (10)
| │ │ │ ├─ Builder#copyDirectory............................36,908 ms (1)
| │ │ │ │ ├─ files.realpath 52 ms (186)
| │ │ │ │ ├─ Builder#_ensureDirectory.......................1,498 ms (3687)
| │ │ │ │ │ ├─ files.stat 673 ms (11058)
| │ │ │ │ │ ├─ files.mkdir 404 ms (3686)
| │ │ │ │ │ └─ other Builder#_ensureDirectory 421 ms
| │ │ │ │ ├─ optimistic readdir.............................8,475 ms (3687)
| │ │ │ │ │ ├─ files.readdir 8,143 ms (3687)
| │ │ │ │ │ └─ other optimistic readdir 331 ms
| │ │ │ │ ├─ optimistic lstatOrNull........................10,962 ms (41544)
| │ │ │ │ │ ├─ optimistic lstat............................6,295 ms (41544)
| │ │ │ │ │ │ ├─ files.lstat 1,177 ms (42247)
| │ │ │ │ │ │ ├─ safeWatcher.watch...........................88 ms (703)
| │ │ │ │ │ │ │ ├─ files.stat 11 ms (703)
| │ │ │ │ │ │ │ └─ other safeWatcher.watch 77 ms
| │ │ │ │ │ │ └─ other optimistic lstat 5,030 ms
| │ │ │ │ │ ├─ safeWatcher.watch..............................29 ms (236)
| │ │ │ │ │ │ ├─ files.stat 6 ms (236)
| │ │ │ │ │ │ └─ other safeWatcher.watch 24 ms
| │ │ │ │ │ └─ other optimistic lstatOrNull 4,638 ms
| │ │ │ │ ├─ files.readlink 4 ms (185)
| │ │ │ │ ├─ files.symlink 15 ms (185)
| │ │ │ │ ├─ optimistic statOrNull..........................3,927 ms (37673)
| │ │ │ │ │ ├─ files.stat 963 ms (37673)
| │ │ │ │ │ └─ other optimistic statOrNull 2,964 ms
| │ │ │ │ ├─ optimistic readFile............................5,022 ms (37673)
| │ │ │ │ │ ├─ files.readFile 2,099 ms (37673)
| │ │ │ │ │ └─ other optimistic readFile 2,924 ms
| │ │ │ │ ├─ files.writeFile 4,381 ms (37673)
| │ │ │ │ └─ other Builder#copyDirectory 2,572 ms
| │ │ │ └─ other Isopack#saveToPath 637 ms
| │ │ ├─ Isopack#getMergedWatchSet 5 ms (11)
| │ │ ├─ Isopack#initFromPath....................................14 ms (1)
| │ │ │ ├─ Isopack.readMetadataFromDirectory.....................8 ms (1)
| │ │ │ │ └─ files.readFile 7 ms (1)
| │ │ │ ├─ files.readFile 2 ms (2)
| │ │ │ └─ files.read 3 ms (2)
| │ │ ├─ compiler.compile(pathable-collections)...............1,697 ms (1)
| │ │ │ └─ files.withCache...................................1,696 ms (2)
| │ │ │ └─ compileUnibuild (pathable-collections).........1,696 ms (2)
| │ │ │ ├─ Isopack#ensurePluginsInitialized..............184 ms (16)
| │ │ │ │ ├─ JsImage#load...............................182 ms (1)
| │ │ │ │ │ ├─ runJavaScript packages/meteor.js..........5 ms (1)
| │ │ │ │ │ │ ├─ Npm.require("meteor-deque") 2 ms (1)
| │ │ │ │ │ │ └─ other runJavaScript packages/meteor.js 2 ms
| │ │ │ │ │ ├─ runJavaScript packages/modules-runtime.js 2 ms (1)
| │ │ │ │ │ ├─ runJavaScript packages/modules.js.........6 ms (1)
| │ │ │ │ │ │ ├─ require("./node_modules/meteor/modules/server.js").4 ms (1)
| │ │ │ │ │ │ │ └─ require("./reify.js")...............3 ms (1)
| │ │ │ │ │ │ │ └─ require("reify/lib/runtime") 2 ms (1)
| │ │ │ │ │ │ └─ other runJavaScript packages/modules.js 1 ms
| │ │ │ │ │ ├─ runJavaScript packages/ecmascript-runtime-server.js.11 ms (1)
| │ │ │ │ │ │ └─ require("./node_modules/meteor/ecmascript-runtime-server/runtime.js").11 ms (1)
| │ │ │ │ │ │ └─ require("core-js/modules/es7.string.pad-start") 10 ms (1)
| │ │ │ │ │ ├─ runJavaScript packages/babel-compiler.js..4 ms (1)
| │ │ │ │ │ │ ├─ Npm.require("semver") 2 ms (1)
| │ │ │ │ │ │ └─ other runJavaScript packages/babel-compiler.js 1 ms
| │ │ │ │ │ ├─ runJavaScript packages/ecmascript.js 2 ms (1)
| │ │ │ │ │ ├─ runJavaScript packages/underscore.js 4 ms (1)
| │ │ │ │ │ ├─ runJavaScript packages/promise.js.........4 ms (1)
| │ │ │ │ │ │ └─ require("./node_modules/meteor/promise/server.js").3 ms (1)
| │ │ │ │ │ │ └─ require("meteor-promise") 2 ms (1)
| │ │ │ │ │ ├─ runJavaScript packages/babel-runtime.js...4 ms (1)
| │ │ │ │ │ │ └─ require("./node_modules/meteor/babel-runtime/babel-runtime.js").3 ms (1)
| │ │ │ │ │ │ ├─ require("meteor-babel-helpers") 1 ms (1)
| │ │ │ │ │ │ └─ require("babel-runtime/regenerator").1 ms (1)
| │ │ │ │ │ │ └─ Npm.require("babel-runtime/regenerator") 1 ms (1)
| │ │ │ │ │ ├─ runJavaScript packages/random.js.........23 ms (1)
| │ │ │ │ │ │ ├─ require("./node_modules/meteor/random/random.js") 1 ms (1)
| │ │ │ │ │ │ └─ other runJavaScript packages/random.js 21 ms
| │ │ │ │ │ ├─ runJavaScript packages/caching-compiler.js.42 ms (1)
| │ │ │ │ │ │ ├─ require("./node_modules/meteor/caching-compiler/caching-compiler.js").15 ms (1)
| │ │ │ │ │ │ │ ├─ Npm.require("lru-cache") 1 ms (1)
| │ │ │ │ │ │ │ └─ Npm.require("async") 13 ms (1)
| │ │ │ │ │ │ └─ other runJavaScript packages/caching-compiler.js 26 ms
| │ │ │ │ │ └─ runJavaScript packages/UniverseI18n_plugin.js.77 ms (1)
| │ │ │ │ │ ├─ require("./node_modules/meteor/UniverseI18n/builder.js").55 ms (1)
| │ │ │ │ │ │ ├─ require("js-yaml") 50 ms (1)
| │ │ │ │ │ │ └─ other require("./node_modules/meteor/UniverseI18n/builder.js") 3 ms
| │ │ │ │ │ └─ other runJavaScript packages/UniverseI18n_plugin.js 22 ms
| │ │ │ │ └─ other Isopack#ensurePluginsInitialized 1 ms
| │ │ │ ├─ files.withCache...............................468 ms (2)
| │ │ │ │ ├─ files.realpath 53 ms (470)
| │ │ │ │ ├─ optimistic statOrNull......................168 ms (235)
| │ │ │ │ │ ├─ files.stat 54 ms (235)
| │ │ │ │ │ ├─ safeWatcher.watch........................59 ms (470)
| │ │ │ │ │ │ ├─ files.stat 20 ms (236)
| │ │ │ │ │ │ └─ other safeWatcher.watch 39 ms
| │ │ │ │ │ └─ other optimistic statOrNull 56 ms
| │ │ │ │ ├─ files.readdir 44 ms (940)
| │ │ │ │ ├─ files.stat 53 ms (2188)
| │ │ │ │ └─ other files.withCache 150 ms
| │ │ │ ├─ optimistic readFile...........................325 ms (1264)
| │ │ │ │ ├─ files.readFile 195 ms (632)
| │ │ │ │ ├─ safeWatcher.watch 44 ms (632)
| │ │ │ │ └─ other optimistic readFile 87 ms
| │ │ │ ├─ optimistic hashOrNull..........................78 ms (1264)
| │ │ │ │ ├─ optimistic readFile 5 ms (632)
| │ │ │ │ ├─ sha1 10 ms (632)
| │ │ │ │ ├─ safeWatcher.watch 15 ms (632)
| │ │ │ │ └─ other optimistic hashOrNull 48 ms
| │ │ │ └─ other compileUnibuild (pathable-collections) 641 ms
| │ │ ├─ compiler.compile(pathable-communication)................72 ms (1)
| │ │ │ └─ files.withCache......................................72 ms (2)
| │ │ │ └─ compileUnibuild (pathable-communication)..........72 ms (2)
| │ │ │ ├─ files.withCache................................24 ms (2)
| │ │ │ │ ├─ files.realpath 2 ms (28)
| │ │ │ │ ├─ optimistic statOrNull........................8 ms (14)
| │ │ │ │ │ ├─ files.stat 2 ms (14)
| │ │ │ │ │ ├─ safeWatcher.watch.........................3 ms (28)
| │ │ │ │ │ │ ├─ files.stat 1 ms (15)
| │ │ │ │ │ │ └─ other safeWatcher.watch 2 ms
| │ │ │ │ │ └─ other optimistic statOrNull 2 ms
| │ │ │ │ ├─ files.readdir 2 ms (56)
| │ │ │ │ ├─ files.stat 3 ms (140)
| │ │ │ │ └─ other files.withCache 8 ms
| │ │ │ ├─ optimistic readFile............................28 ms (86)
| │ │ │ │ ├─ files.readFile 20 ms (43)
| │ │ │ │ ├─ safeWatcher.watch 3 ms (43)
| │ │ │ │ └─ other optimistic readFile 5 ms
| │ │ │ ├─ optimistic hashOrNull 5 ms (86)
| │ │ │ └─ other compileUnibuild (pathable-communication) 15 ms
| │ │ ├─ compiler.compile(pathable-global-styles).............2,064 ms (1)
| │ │ │ └─ files.withCache...................................2,064 ms (2)
| │ │ │ └─ compileUnibuild (pathable-global-styles).......2,063 ms (2)
| │ │ │ ├─ Isopack#ensurePluginsInitialized..............621 ms (16)
| │ │ │ │ ├─ JsImage#load...............................620 ms (1)
| │ │ │ │ │ ├─ runJavaScript packages/underscore.js 1 ms (1)
| │ │ │ │ │ ├─ runJavaScript packages/meteor.js..........6 ms (1)
| │ │ │ │ │ │ ├─ Npm.require("meteor-deque") 2 ms (1)
| │ │ │ │ │ │ └─ other runJavaScript packages/meteor.js 3 ms
| │ │ │ │ │ ├─ runJavaScript packages/modules-runtime.js 1 ms (1)
| │ │ │ │ │ ├─ runJavaScript packages/modules.js 5 ms (1)
| │ │ │ │ │ ├─ runJavaScript packages/promise.js 4 ms (1)
| │ │ │ │ │ ├─ runJavaScript packages/ecmascript-runtime.js 115 ms (1)
| │ │ │ │ │ ├─ runJavaScript packages/babel-compiler.js.379 ms (1)
| │ │ │ │ │ │ ├─ Npm.require("meteor-babel") 377 ms (1)
| │ │ │ │ │ │ └─ other runJavaScript packages/babel-compiler.js 1 ms
| │ │ │ │ │ ├─ runJavaScript packages/ecmascript.js 2 ms (1)
| │ │ │ │ │ ├─ runJavaScript packages/babel-runtime.js 4 ms (1)
| │ │ │ │ │ ├─ runJavaScript packages/random.js 28 ms (1)
| │ │ │ │ │ ├─ runJavaScript packages/caching-compiler.js.51 ms (1)
| │ │ │ │ │ │ ├─ Npm.require("lru-cache") 1 ms (2)
| │ │ │ │ │ │ ├─ Npm.require("async") 4 ms (2)
| │ │ │ │ │ │ └─ other runJavaScript packages/caching-compiler.js 45 ms
| │ │ │ │ │ └─ runJavaScript packages/compileScssBatch_plugin.js.23 ms (1)
| │ │ │ │ │ ├─ Npm.require("node-sass") 12 ms (1)
| │ │ │ │ │ └─ other runJavaScript packages/compileScssBatch_plugin.js 11 ms
| │ │ │ │ └─ other Isopack#ensurePluginsInitialized 1 ms
| │ │ │ ├─ files.withCache................................78 ms (2)
| │ │ │ │ ├─ files.realpath 6 ms (50)
| │ │ │ │ ├─ optimistic statOrNull.......................24 ms (25)
| │ │ │ │ │ ├─ files.stat 9 ms (25)
| │ │ │ │ │ ├─ safeWatcher.watch.........................8 ms (50)
| │ │ │ │ │ │ ├─ files.stat 3 ms (26)
| │ │ │ │ │ │ └─ other safeWatcher.watch 5 ms
| │ │ │ │ │ └─ other optimistic statOrNull 7 ms
| │ │ ��� │ ├─ files.readdir 6 ms (100)
| │ │ │ │ ├─ files.stat 13 ms (510)
| │ │ │ │ └─ other files.withCache 29 ms
| │ │ │ ├─ files.readFile 20 ms (123)
| │ │ │ ├─ sha1 32 ms (123)
| │ │ │ ├─ optimistic readFile...........................626 ms (97)
| │ │ │ │ ├─ files.readFile 586 ms (96)
| │ │ │ │ ├─ safeWatcher.watch 11 ms (96)
| │ │ │ │ └─ other optimistic readFile 30 ms
| │ │ │ ├─ optimistic hashOrNull..........................19 ms (97)
| │ │ │ │ ├─ optimistic readFile 1 ms (96)
| │ │ │ │ ├─ sha1 3 ms (96)
| │ │ │ │ ├─ safeWatcher.watch 3 ms (96)
| │ │ │ │ └─ other optimistic hashOrNull 11 ms
| │ │ │ └─ other compileUnibuild (pathable-global-styles) 666 ms
| │ │ ├─ compiler.compile(pathable-importer)..................1,789 ms (1)
| │ │ │ ├─ files.rename 4 ms (1)
| │ │ │ └─ files.withCache...................................1,784 ms (2)
| │ │ │ └─ compileUnibuild (pathable-importer)............1,784 ms (2)
| │ │ │ ├─ files.withCache...............................311 ms (2)
| │ │ │ │ ├─ files.realpath 6 ms (52)
| │ │ │ │ ├─ optimistic statOrNull......................275 ms (26)
| │ │ │ │ │ ├─ files.stat 260 ms (26)
| │ │ │ │ │ ├─ safeWatcher.watch.........................8 ms (52)
| │ │ │ │ │ │ ├─ files.stat 2 ms (27)
| │ │ │ │ │ │ └─ other safeWatcher.watch 6 ms
| │ │ │ │ │ └─ other optimistic statOrNull 8 ms
| │ │ │ │ ├─ files.readdir 6 ms (104)
| │ │ │ │ ├─ files.stat 5 ms (252)
| │ │ │ │ └─ other files.withCache 18 ms
| │ │ │ ├─ optimistic readFile...........................874 ms (156)
| │ │ │ │ ├─ files.readFile 847 ms (78)
| │ │ │ │ ├─ safeWatcher.watch 10 ms (78)
| │ │ │ │ └─ other optimistic readFile 17 ms
| │ │ │ ├─ optimistic hashOrNull..........................15 ms (156)
| │ │ │ │ ├─ optimistic readFile 1 ms (78)
| │ │ │ │ ├─ sha1 2 ms (78)
| │ │ │ │ ├─ safeWatcher.watch 2 ms (78)
| │ │ │ │ └─ other optimistic hashOrNull 9 ms
| │ │ │ └─ other compileUnibuild (pathable-importer) 585 ms
| │ │ ├─ compiler.compile(pathable-schema)....................6,131 ms (1)
| │ │ │ └─ files.withCache...................................6,131 ms (2)
| │ │ │ └─ compileUnibuild (pathable-schema)..............6,130 ms (2)
| │ │ │ ├─ files.withCache...............................745 ms (2)
| │ │ │ │ ├─ files.realpath 40 ms (334)
| │ │ │ │ ├─ optimistic statOrNull......................525 ms (167)
| │ │ │ │ │ ├─ files.stat 435 ms (167)
| │ │ │ │ │ ├─ safeWatcher.watch........................47 ms (334)
| │ │ │ │ │ │ ├─ files.stat 16 ms (168)
| │ │ │ │ │ │ └─ other safeWatcher.watch 32 ms
| │ │ │ │ │ └─ other optimistic statOrNull 43 ms
| │ │ │ │ ├─ files.readdir 34 ms (668)
| │ │ │ │ ├─ files.stat 50 ms (1216)
| │ │ │ │ └─ other files.withCache 96 ms
| │ │ │ ├─ optimistic readFile.........................3,482 ms (820)
| │ │ │ │ ├─ files.readFile 3,336 ms (410)
| │ │ │ │ ├─ safeWatcher.watch 54 ms (410)
| │ │ │ │ └─ other optimistic readFile 93 ms
| │ │ │ ├─ optimistic hashOrNull..........................74 ms (820)
| │ │ │ │ ├─ optimistic readFile 5 ms (410)
| │ │ │ │ ├─ sha1 10 ms (410)
| │ │ │ │ ├─ safeWatcher.watch 11 ms (410)
| │ │ │ │ └─ other optimistic hashOrNull 48 ms
| │ │ │ └─ other compileUnibuild (pathable-schema) 1,828 ms
| │ │ ├─ compiler.compile(pathable-styles)....................1,250 ms (1)
| │ │ │ └─ files.withCache...................................1,250 ms (2)
| │ │ │ └─ compileUnibuild (pathable-styles)..............1,250 ms (2)
| │ │ │ ├─ files.withCache...............................173 ms (2)
| │ │ │ │ ├─ files.realpath 18 ms (154)
| │ │ │ │ ├─ optimistic statOrNull.......................60 ms (77)
| │ │ │ │ │ ├─ files.stat 23 ms (77)
| │ │ │ │ │ ├─ safeWatcher.watch........................22 ms (154)
| │ │ │ │ │ │ ├─ files.stat 8 ms (78)
| │ │ │ │ │ │ └─ other safeWatcher.watch 15 ms
| │ │ │ │ │ └─ other optimistic statOrNull 15 ms
| │ │ │ │ ├─ files.readdir 19 ms (308)
| │ │ │ │ ├─ files.stat 21 ms (1032)
| │ │ │ │ └─ other files.withCache 55 ms
| │ │ │ ├─ optimistic readFile............................96 ms (396)
| │ │ │ │ ├─ files.readFile 58 ms (198)
| │ │ │ │ ├─ safeWatcher.watch 15 ms (198)
| │ │ │ │ └─ other optimistic readFile 23 ms
| │ │ │ ├─ optimistic hashOrNull..........................26 ms (396)
| │ │ │ │ ├─ optimistic readFile 2 ms (198)
| │ │ │ │ ├─ sha1 4 ms (198)
| │ │ │ │ ├─ safeWatcher.watch 4 ms (198)
| │ │ │ │ └─ other optimistic hashOrNull 17 ms
| │ │ │ ├─ files.readFile 113 ms (229)
| │ │ │ ├─ sha1 24 ms (229)
| │ │ │ └─ other compileUnibuild (pathable-styles) 817 ms
| │ │ ├─ compiler.compile(pathable-ui)........................2,311 ms (1)
| │ │ │ └─ files.withCache...................................2,311 ms (2)
| │ │ │ └─ compileUnibuild (pathable-ui)..................2,311 ms (2)
| │ │ │ ├─ files.withCache...............................687 ms (2)
| │ │ │ │ ├─ files.realpath 80 ms (612)
| │ │ │ │ ├─ optimistic statOrNull......................251 ms (306)
| │ │ │ │ │ ├─ files.stat 101 ms (306)
| │ │ │ │ │ ├─ safeWatcher.watch........................82 ms (612)
| │ │ │ │ │ │ ├─ files.stat 34 ms (307)
| │ │ │ │ │ │ └─ other safeWatcher.watch 48 ms
| │ │ │ │ │ └─ other optimistic statOrNull 68 ms
| │ │ │ │ ├─ files.readdir 65 ms (1224)
| │ │ │ │ ├─ files.stat 71 ms (2898)
| │ │ │ │ └─ other files.withCache 221 ms
| │ │ │ ├─ optimistic readFile...........................797 ms (1890)
| │ │ │ │ ├─ files.readFile 565 ms (945)
| │ │ │ │ ├─ safeWatcher.watch 84 ms (945)
| │ │ │ │ └─ other optimistic readFile 149 ms
| │ │ │ ├─ optimistic hashOrNull.........................143 ms (1890)
| │ │ │ │ ├─ optimistic readFile 11 ms (945)
| │ │ │ │ ├─ sha1 20 ms (945)
| │ │ │ │ ├─ safeWatcher.watch 23 ms (945)
| │ │ │ │ └─ other optimistic hashOrNull 88 ms
| │ │ │ └─ other compileUnibuild (pathable-ui) 684 ms
| │ │ ├─ compiler.compile(pathable-utilities)...................252 ms (1)
| │ │ │ └─ files.withCache.....................................251 ms (2)
| │ │ │ └─ compileUnibuild (pathable-utilities).............251 ms (2)
| │ │ │ ├─ files.withCache...............................126 ms (2)
| │ │ │ │ ├─ files.realpath 6 ms (70)
| │ │ │ │ ├─ optimistic statOrNull.......................75 ms (35)
| │ │ │ │ │ ├─ files.stat 57 ms (35)
| │ │ │ │ │ ├─ safeWatcher.watch........................10 ms (70)
| │ │ │ │ │ │ ├─ files.stat 4 ms (36)
| │ │ │ │ │ │ └─ other safeWatcher.watch 6 ms
| │ │ │ │ │ └─ other optimistic statOrNull 8 ms
| │ │ │ │ ├─ files.readdir 8 ms (140)
| │ │ │ │ ├─ files.stat 9 ms (460)
| │ │ │ │ └─ other files.withCache 27 ms
| │ │ │ ├─ optimistic readFile............................77 ms (320)
| │ │ │ │ ├─ files.readFile 50 ms (160)
| │ │ │ │ ├─ safeWatcher.watch 11 ms (160)
| │ │ │ │ └─ other optimistic readFile 16 ms
| │ │ │ ├─ optimistic hashOrNull..........................18 ms (320)
| │ │ │ │ ├─ optimistic readFile 1 ms (160)
| │ │ │ │ ├─ sha1 3 ms (160)
| │ │ │ │ ├─ safeWatcher.watch 3 ms (160)
| │ │ │ │ └─ other optimistic hashOrNull 11 ms
| │ │ │ └─ other compileUnibuild (pathable-utilities) 30 ms
| │ │ ├─ compiler.compile(pathable-vendor)......................199 ms (1)
| │ │ │ └─ files.withCache.....................................199 ms (2)
| │ │ │ └─ compileUnibuild (pathable-vendor)................199 ms (2)
| │ │ │ ├─ files.withCache...............................115 ms (2)
| │ │ │ │ ├─ files.realpath 12 ms (147)
| │ │ │ │ ├─ optimistic statOrNull.......................47 ms (74)
| │ │ │ │ │ ├─ files.stat 13 ms (74)
| │ │ │ │ │ ├─ safeWatcher.watch........................19 ms (148)
| │ │ │ │ │ │ ├─ files.stat 7 ms (75)
| │ │ │ │ │ │ └─ other safeWatcher.watch 12 ms
| │ │ │ │ │ └─ other optimistic statOrNull 15 ms
| │ │ │ │ ├─ files.readdir 14 ms (294)
| │ │ │ │ ├─ files.stat 8 ms (446)
| │ │ │ │ └─ other files.withCache 35 ms
| │ │ │ ├─ optimistic readFile............................50 ms (145)
| │ │ │ │ ├─ files.readFile 32 ms (73)
| │ │ │ │ ├─ safeWatcher.watch 7 ms (73)
| │ │ │ │ └─ other optimistic readFile 11 ms
| │ │ │ ├─ optimistic hashOrNull..........................11 ms (145)
| │ │ │ │ ├─ sha1 2 ms (73)
| │ │ │ │ ├─ safeWatcher.watch 2 ms (73)
| │ │ │ │ └─ other optimistic hashOrNull 7 ms
| │ │ │ └─ other compileUnibuild (pathable-vendor) 21 ms
| │ │ └─ other IsopackCache Build local isopack 5,075 ms
| │ └─ other _buildLocalPackages 2,523 ms
| └─ other ProjectContext prepareProjectForBuild 2 ms
|
| Top leaves:
| meteorNpm.runNpmCommand................................111,754 ms (2)
| other optimistic lstat..................................13,223 ms (152878)
| files.readFile..........................................11,600 ms (101661)
| files.writeFile.........................................10,275 ms (98210)
| files.readdir............................................8,978 ms (16209)
| other optimistic lstatOrNull.............................8,708 ms (100506)
| files.rm_recursive.......................................7,726 ms (147)
| other optimistic statOrNull..............................7,531 ms (103469)
| other package-client _updateServerPackageData............7,474 ms (1)
| other optimistic readFile................................6,948 ms (102818)
| files.stat...............................................6,156 ms (155787)
| sqlite query.............................................5,404 ms (141)
| other Builder#copyDirectory..............................5,387 ms (69)
| other IsopackCache Build local isopack...................5,075 ms (11)
| files.lstat..............................................3,471 ms (131573)
| other meteorNpm.rebuildIfNonPortable.....................2,817 ms (160)
| other _buildLocalPackages................................2,523 ms (1)
| other compileUnibuild (pathable-schema)..................1,828 ms (2)
| other meteorNpm.isPortable...............................1,434 ms (52678)
| files.mkdir..............................................1,263 ms (11990)
| linker File#computeAssignedVariables.....................1,026 ms (278)
| other Builder#_ensureDirectory.............................988 ms (9206)
| other optimistic readdir...................................964 ms (13732)
| other compileUnibuild (pathable-styles)....................817 ms (2)
| other Isopack#saveToPath...................................808 ms (66)
| other compileUnibuild (pathable-ui)........................684 ms (2)
| other safeWatcher.watch....................................670 ms (7872)
| other compileUnibuild (pathable-global-styles).............666 ms (2)
| other files.withCache......................................660 ms (40)
| other compileUnibuild (pathable-collections)...............641 ms (2)
| other compileUnibuild (pathable-importer)..................585 ms (2)
| other compileUnibuild (pathable-api).......................501 ms (2)
| other optimistic readJsonOrNull............................484 ms (6286)
| files.rename...............................................482 ms (7424)
| sha1.......................................................366 ms (10026)
| files.realpath.............................................352 ms (2599)
| other Builder#write........................................333 ms (6772)
| safeWatcher.watch..........................................321 ms (5777)
| other optimistic hashOrNull................................270 ms (5443)
| require("./security.js")...................................178 ms (1)
|
| (#1) Total: 243,018 ms (ProjectContext prepareProjectForBuild)
|
Talking to Galaxy servers at https://us-east-1.galaxy-deploy.meteor.com
Deploying your app...
( Building for web.browser ... )
( Processing files with fourseven:scss ... ... )
( Building for web.browser ... )
( Linking ... )
( Building for web.browser ... )
( Minifying app code ... )
( Building for os.linux.x86_64 ... )
( Linking ... )
( Building for os.linux.x86_64 ... )
( Uploading ... )
Upgrading admin.staging.pathable.com to version 230 in pathable's account in
us-east-1. Visit https://galaxy.meteor.com/app/admin.staging.pathable.com to
check the status of your app.
Done in 1026.86s.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment