Skip to content

Instantly share code, notes, and snippets.

@zeroasterisk
Created October 11, 2016 18:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zeroasterisk/870244506930c91a0dde0ca6534ca15e to your computer and use it in GitHub Desktop.
Save zeroasterisk/870244506930c91a0dde0ca6534ca15e to your computer and use it in GitHub Desktop.
bug when trying to run meteor from checkout on release-1.4.2
| (#5) Profiling: ProjectContext prepareProjectForBuild
| Preparing to build package reactive-dict /
| ProjectContext prepareProjectForBuild...........................846 ms (1)
| ├─ _initializeCatalog...........................................508 ms (1)
| │ └─ LocalCatalog#initialize...................................507 ms (1)
| │ ├─ LocalCatalog#_computeEffectiveLocalPackages..............7 ms (1)
| │ │ ├─ optimistic statOrNull 1 ms (156)
| │ │ ├─ optimistic hashOrNull 1 ms (155)
| │ │ └─ other LocalCatalog#_computeEffectiveLocalPackages 5 ms
| │ └─ LocalCatalog#_loadLocalPackages........................500 ms (1)
| │ ├─ PackageSource#initFromPackageDir....................101 ms (225)
| │ │ ├─ files.stat 4 ms (225)
| │ │ ├─ optimistic readFile 3 ms (225)
| │ │ ├─ optimistic hashOrNull 1 ms (225)
| │ │ ├─ optimistic statOrNull 2 ms (225)
| │ │ ├─ runJavaScript package.js 19 ms (225)
| │ │ ├─ sqlite query 4 ms (3)
| │ │ └─ other PackageSource#initFromPackageDir 69 ms
| │ └─ other LocalCatalog#_loadLocalPackages 399 ms
| ├─ _resolveConstraints............................................8 ms (1)
| │ ├─ Select Package Versions.....................................4 ms (1)
| │ │ └─ new CS.Input 3 ms (1)
| │ ├─ files.writeFileAtomically 1 ms (1)
| │ └─ other _resolveConstraints 4 ms
| ├─ _downloadMissingPackages......................................21 ms (1)
| │ ├─ Isopack.readMetadataFromDirectory..........................12 ms (32)
| │ │ ├─ files.readFile 10 ms (32)
| │ │ └─ other Isopack.readMetadataFromDirectory 1 ms
| │ └─ other _downloadMissingPackages 10 ms
| └─ _buildLocalPackages..........................................308 ms (1)
| ├─ IsopackCache Build local isopack..........................296 ms (93)
| │ ├─ Isopack#getMergedWatchSet 17 ms (186)
| │ ├─ watch.isUpToDate.......................................261 ms (93)
| │ │ ├─ optimistic hashOrNull 10 ms (2981)
| │ │ ├─ optimistic readdir 10 ms (2176)
| │ │ ├─ optimistic statOrNull 74 ms (18588)
| │ │ └─ other watch.isUpToDate 166 ms
| │ └─ other IsopackCache Build local isopack 18 ms
| └─ other _buildLocalPackages 11 ms
|
| Top leaves:
| other LocalCatalog#_loadLocalPackages......................399 ms (1)
| other watch.isUpToDate.....................................166 ms (93)
|
| (#5) Total: 846 ms (ProjectContext prepareProjectForBuild)
|
| (#6) Profiling: Rebuild App
| Building the application |
| files.stat 0 ms (2)
| Rebuild App.....................................................870 ms (1)
| └─ files.withCache..............................................870 ms (1)
| ├─ compiler.compile(the app)..................................92 ms (1)
| │ └─ files.withCache.........................................91 ms (3)
| │ └─ compileUnibuild (the app)............................91 ms (3)
| │ ├─ Isopack#getUnibuildAtArch 4 ms (198)
| │ ├─ files.withCache...................................41 ms (3)
| │ │ ├─ files.realpath 26 ms (65)
| │ │ ├─ optimistic statOrNull 3 ms (788)
| │ │ └─ other files.withCache 10 ms
| │ ├─ optimistic readFile 2 ms (282)
| │ ├─ optimistic hashOrNull 1 ms (282)
| │ ├─ files.realpath 2 ms (6)
| │ ├─ files.readFile 9 ms (30)
| │ ├─ sha1 1 ms (30)
| │ └─ other compileUnibuild (the app) 32 ms
| ├─ compiler.lint(the app) 2 ms (1)
| ├─ Isopack#getUnibuildAtArch 1 ms (198)
| ├─ bundler.bundle..makeClientTarget..........................489 ms (1)
| │ └─ Target#make............................................489 ms (1)
| │ ├─ Isopack#getUnibuildAtArch 5 ms (977)
| │ ├─ Target#_runCompilerPlugins..........................147 ms (1)
| │ │ ├─ sha1 4 ms (130)
| │ │ ├─ Isopack#getUnibuildAtArch 6 ms (953)
| │ │ ├─ plugin ecmascript.................................63 ms (1)
| │ │ │ ├─ optimistic statOrNull 3 ms (384)
| │ │ │ ├─ Babel.compile 26 ms (110)
| │ │ │ ├─ sha1 2 ms (112)
| │ │ │ ├─ files.readFile 2 ms (1)
| │ │ │ └─ other plugin ecmascript 31 ms
| │ │ ├─ plugin static-html.................................9 ms (1)
| │ │ │ ├─ wrapped.fs.readFileSync 7 ms (37)
| │ │ │ └─ other plugin static-html 3 ms
| │ │ ├─ plugin meteor.....................................28 ms (1)
| │ │ │ ├─ sha1 5 ms (28)
| │ │ │ └─ other plugin meteor 23 ms
| │ │ ├─ plugin less 5 ms (1)
| │ │ └─ other Target#_runCompilerPlugins 31 ms
| │ ├─ Target#_emitResources...............................235 ms (1)
| │ │ ├─ PackageSourceBatch.computeJsOutputFilesMap.......199 ms (1)
| │ │ │ ├─ ImportScanner#_getInstallPath 50 ms (1795)
| │ │ │ ├─ ImportScanner#_findImportedModuleIdentifiers 4 ms (1599)
| │ │ │ ├─ ImportScanner#_readFile........................28 ms (1512)
| │ │ │ │ ├─ optimistic readFile 7 ms (1512)
| │ │ │ │ ├─ optimistic hashOrNull 5 ms (1512)
| │ │ │ │ └─ other ImportScanner#_readFile 17 ms
| │ │ │ └─ other PackageSourceBatch.computeJsOutputFilesMap 116 ms
| │ │ ├─ PackageSourceBatch#getResources...................26 ms (90)
| │ │ │ ├─ PackageSourceBatch#_linkJS.....................24 ms (90)
| │ │ │ │ ├─ sha1 1 ms (90)
| │ │ │ │ └─ other PackageSourceBatch#_linkJS 23 ms
| │ │ │ └─ other PackageSourceBatch#getResources 2 ms
| │ │ └─ other Target#_emitResources 9 ms
| │ ├─ Target#minifyJs 13 ms (1)
| │ ├─ ClientTarget#minifyCss...............................57 ms (1)
| │ │ ├─ CssTools.parseCss 11 ms (1)
| │ │ ├─ CssTools.stringifyCss 10 ms (1)
| │ │ └─ other ClientTarget#minifyCss 35 ms
| │ ├─ sha1 26 ms (92)
| │ └─ other Target#make 6 ms
| ├─ bundler.bundle..makeServerTarget..........................157 ms (1)
| │ └─ Target#make............................................157 ms (1)
| │ ├─ Isopack#getUnibuildAtArch 7 ms (1143)
| │ ├─ Target#_runCompilerPlugins..........................105 ms (1)
| │ │ ├─ sha1 4 ms (160)
| │ │ ├─ Isopack#getUnibuildAtArch 8 ms (1135)
| │ │ ├─ plugin ecmascript.................................71 ms (1)
| │ │ │ ├─ optimistic statOrNull 3 ms (460)
| │ │ │ ├─ Babel.compile 32 ms (127)
| │ │ │ ├─ sha1 2 ms (129)
| │ │ │ ├─ files.readFile 7 ms (1)
| │ │ │ └─ other plugin ecmascript 26 ms
| │ │ └─ other Target#_runCompilerPlugins 22 ms
| │ ├─ Target#_emitResources................................36 ms (1)
| │ │ ├─ PackageSourceBatch.computeJsOutputFilesMap........23 ms (1)
| │ │ │ ├─ ImportScanner#_getInstallPath 3 ms (191)
| │ │ │ └─ other PackageSourceBatch.computeJsOutputFilesMap 19 ms
| │ │ ├─ PackageSourceBatch#getResources....................7 ms (105)
| │ │ │ ├─ PackageSourceBatch#_linkJS 6 ms (105)
| │ │ │ └─ other PackageSourceBatch#getResources 1 ms
| │ │ └─ other Target#_emitResources 6 ms
| │ └─ other Target#make 8 ms
| ├─ bundler writeSiteArchive..................................125 ms (1)
| │ ├─ Builder#write............................................2 ms (4)
| │ │ └─ files.readFile 2 ms (1)
| │ ├─ bundler writeTargetToPath..............................120 ms (2)
| │ │ ├─ ClientTarget#write...................................11 ms (1)
| │ │ │ ├─ bundler writeFile..................................2 ms (107)
| │ │ │ │ └─ Builder#write 1 ms (107)
| │ │ │ ├─ Builder#write 1 ms (21)
| │ │ │ └─ other ClientTarget#write 8 ms
| │ │ └─ ServerTarget#write..................................109 ms (1)
| │ │ ├─ Builder#write......................................3 ms (10)
| │ │ │ └─ files.readFile 2 ms (8)
| │ │ ├─ JsImage#write.....................................99 ms (1)
| │ │ │ ├─ Builder#write..................................10 ms (131)
| │ │ │ │ ├─ sha1 7 ms (131)
| │ │ │ │ └─ other Builder#write 2 ms
| │ │ │ ├─ meteorNpm.isPortable...........................24 ms (22)
| │ │ │ │ ├─ meteorNpm.isPortable........................19 ms (619)
| │ │ │ │ │ ├─ optimistic lstat 3 ms (619)
| │ │ │ │ │ ├─ optimistic statOrNull 3 ms (619)
| │ │ │ │ │ ├─ optimistic readFile 3 ms (619)
| │ │ │ │ │ └─ other meteorNpm.isPortable 10 ms
| │ │ │ │ └─ other meteorNpm.isPortable 4 ms
| │ │ │ ├─ Builder#copyDirectory..........................25 ms (22)
| │ │ │ │ ├─ files.symlink 6 ms (134)
| │ │ │ │ ├─ files.rm_recursive 8 ms (67)
| │ │ │ │ ├─ optimistic lstat 2 ms (307)
| │ │ │ │ └─ other Builder#copyDirectory 8 ms
| │ │ │ ├─ files.writeFile 3 ms (1)
| │ │ │ └─ other JsImage#write 36 ms
| │ │ └─ other ServerTarget#write 6 ms
| │ └─ other bundler writeSiteArchive 2 ms
| └─ other files.withCache 4 ms
|
| Top leaves:
| other PackageSourceBatch.computeJsOutputFilesMap...........135 ms (2)
|
| (#6) Total: 870 ms (Rebuild App)
|
W20161011-13:52:00.917(-4)? (STDERR) /Users/alan/Code/Meteor/todos/.meteor/local/build/programs/server/boot.js:333
W20161011-13:52:00.918(-4)? (STDERR) }).run();
W20161011-13:52:00.918(-4)? (STDERR) ^
W20161011-13:52:00.918(-4)? (STDERR)
W20161011-13:52:00.919(-4)? (STDERR) Error: Cannot find module '../core-js/object/assign'
W20161011-13:52:00.919(-4)? (STDERR) at require (packages/modules-runtime.js:102:19)
W20161011-13:52:00.919(-4)? (STDERR) at meteorInstall.node_modules.babel-runtime.helpers.extends.js (packages/modules.js:465:15)
W20161011-13:52:00.919(-4)? (STDERR) at fileEvaluate (packages/modules-runtime.js:170:9)
W20161011-13:52:00.919(-4)? (STDERR) at Module.require (packages/modules-runtime.js:99:16)
W20161011-13:52:00.919(-4)? (STDERR) at Module.Mp.import (/Users/alan/Code/Meteor/todos/.meteor/local/isopacks/modules/npm/node_modules/reify/lib/runtime.js:70:16)
W20161011-13:52:00.919(-4)? (STDERR) at meteorInstall.node_modules.meteor.react-meteor-data.createContainer.jsx (/Users/alan/Code/Meteor/todos/.meteor/local/build/programs/server/packages/react-meteor-data.js:210:87)
W20161011-13:52:00.919(-4)? (STDERR) at fileEvaluate (packages/modules-runtime.js:170:9)
W20161011-13:52:00.920(-4)? (STDERR) at require (packages/modules-runtime.js:99:16)
W20161011-13:52:00.920(-4)? (STDERR) at meteorInstall.node_modules.meteor.react-meteor-data.react-meteor-data.jsx (packages/react-meteor-data/react-meteor-data.jsx:7:25)
W20161011-13:52:00.920(-4)? (STDERR) at fileEvaluate (packages/modules-runtime.js:170:9)
=> Exited with code: 1
=> Your application is crashing. Waiting for file change.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment