node-int64-native icon indicating copy to clipboard operation
node-int64-native copied to clipboard

Failed at the [email protected] install script 'node-gyp configure && node-gyp build'

Open kchoi1998 opened this issue 8 years ago • 0 comments

Hi Candu,

I need your help.

I am running the latest node version and trying to install avro-serializer on my Mac machine. The installer stopped at [email protected] install: node-gyp configure && node-gyp build Exit status 1 Seems like the issue is about node-gyp configure && node-gyp build.

below is the npm-debug.log (it a bit loooong :D) :

0 info it worked if it ends with ok 1 verbose cli [ '/usr/local/bin/node', 1 verbose cli '/usr/local/bin/npm', 1 verbose cli 'install', 1 verbose cli 'avro-serializer', 1 verbose cli '--save' ] 2 info using [email protected] 3 info using [email protected] 4 silly loadCurrentTree Starting 5 silly install loadCurrentTree 6 silly install readLocalPackageData 7 silly fetchPackageMetaData avro-serializer 8 silly fetchNamedPackageData avro-serializer 9 silly mapToRegistry name avro-serializer 10 silly mapToRegistry using default registry 11 silly mapToRegistry registry https://registry.npmjs.org/ 12 silly mapToRegistry data Result { 12 silly mapToRegistry raw: 'avro-serializer', 12 silly mapToRegistry scope: null, 12 silly mapToRegistry name: 'avro-serializer', 12 silly mapToRegistry rawSpec: '', 12 silly mapToRegistry spec: 'latest', 12 silly mapToRegistry type: 'tag' } 13 silly mapToRegistry uri https://registry.npmjs.org/avro-serializer 14 verbose request uri https://registry.npmjs.org/avro-serializer 15 verbose request no auth needed 16 info attempt registry request try #1 at 10:09:10 AM 17 verbose request id 60ce779de69bdd5b 18 verbose etag W/"56b05c17-17df" 19 verbose lastModified Tue, 02 Feb 2016 07:34:47 GMT 20 http request GET https://registry.npmjs.org/avro-serializer 21 http 304 https://registry.npmjs.org/avro-serializer 22 verbose headers { date: 'Tue, 10 Oct 2017 17:09:10 GMT', 22 verbose headers via: '1.1 varnish', 22 verbose headers 'cache-control': 'max-age=300', 22 verbose headers etag: 'W/"56b05c17-17df"', 22 verbose headers age: '0', 22 verbose headers connection: 'keep-alive', 22 verbose headers 'x-served-by': 'cache-sjc3626-SJC', 22 verbose headers 'x-cache': 'HIT', 22 verbose headers 'x-cache-hits': '1', 22 verbose headers 'x-timer': 'S1507655351.712290,VS0,VE71', 22 verbose headers vary: 'Accept-Encoding, Accept' } 23 silly get cb [ 304, 23 silly get { date: 'Tue, 10 Oct 2017 17:09:10 GMT', 23 silly get via: '1.1 varnish', 23 silly get 'cache-control': 'max-age=300', 23 silly get etag: 'W/"56b05c17-17df"', 23 silly get age: '0', 23 silly get connection: 'keep-alive', 23 silly get 'x-served-by': 'cache-sjc3626-SJC', 23 silly get 'x-cache': 'HIT', 23 silly get 'x-cache-hits': '1', 23 silly get 'x-timer': 'S1507655351.712290,VS0,VE71', 23 silly get vary: 'Accept-Encoding, Accept' } ] 24 verbose etag https://registry.npmjs.org/avro-serializer from cache 25 verbose get saving avro-serializer to /Users/kevinchoi/.npm/registry.npmjs.org/avro-serializer/.cache.json 26 verbose correctMkdir /Users/kevinchoi/.npm correctMkdir not in flight; initializing 27 silly install normalizeTree 28 silly loadCurrentTree Finishing 29 silly loadIdealTree Starting 30 silly install loadIdealTree 31 silly cloneCurrentTree Starting 32 silly install cloneCurrentTreeToIdealTree 33 silly cloneCurrentTree Finishing 34 silly loadShrinkwrap Starting 35 silly install loadShrinkwrap 36 silly loadShrinkwrap Finishing 37 silly loadAllDepsIntoIdealTree Starting 38 silly install loadAllDepsIntoIdealTree 39 silly resolveWithNewModule [email protected] checking installable status 40 silly cache add args [ 'avro-serializer', null ] 41 verbose cache add spec avro-serializer 42 silly cache add parsed spec Result { 42 silly cache add raw: 'avro-serializer', 42 silly cache add scope: null, 42 silly cache add name: 'avro-serializer', 42 silly cache add rawSpec: '', 42 silly cache add spec: 'latest', 42 silly cache add type: 'tag' } 43 silly addNamed avro-serializer@latest 44 verbose addNamed "latest" is being treated as a dist-tag for avro-serializer 45 info addNameTag [ 'avro-serializer', 'latest' ] 46 silly mapToRegistry name avro-serializer 47 silly mapToRegistry using default registry 48 silly mapToRegistry registry https://registry.npmjs.org/ 49 silly mapToRegistry data Result { 49 silly mapToRegistry raw: 'avro-serializer', 49 silly mapToRegistry scope: null, 49 silly mapToRegistry name: 'avro-serializer', 49 silly mapToRegistry rawSpec: '', 49 silly mapToRegistry spec: 'latest', 49 silly mapToRegistry type: 'tag' } 50 silly mapToRegistry uri https://registry.npmjs.org/avro-serializer 51 verbose addNameTag registry:https://registry.npmjs.org/avro-serializer not in flight; fetching 52 verbose get https://registry.npmjs.org/avro-serializer not expired, no request 53 silly addNameTag next cb for avro-serializer with tag latest 54 silly addNamed [email protected] 55 verbose addNamed "0.0.4" is a plain semver version for avro-serializer 56 silly cache afterAdd [email protected] 57 verbose afterAdd /Users/kevinchoi/.npm/avro-serializer/0.0.4/package/package.json not in flight; writing 58 verbose correctMkdir /Users/kevinchoi/.npm correctMkdir not in flight; initializing 59 verbose afterAdd /Users/kevinchoi/.npm/avro-serializer/0.0.4/package/package.json written 60 silly fetchNamedPackageData node-avro-io 61 silly mapToRegistry name node-avro-io 62 silly mapToRegistry using default registry 63 silly mapToRegistry registry https://registry.npmjs.org/ 64 silly mapToRegistry data Result { 64 silly mapToRegistry raw: 'node-avro-io', 64 silly mapToRegistry scope: null, 64 silly mapToRegistry name: 'node-avro-io', 64 silly mapToRegistry rawSpec: '', 64 silly mapToRegistry spec: 'latest', 64 silly mapToRegistry type: 'tag' } 65 silly mapToRegistry uri https://registry.npmjs.org/node-avro-io 66 verbose request uri https://registry.npmjs.org/node-avro-io 67 verbose request no auth needed 68 info attempt registry request try #1 at 10:09:11 AM 69 verbose etag W/"5919cded-35b3" 70 verbose lastModified Mon, 15 May 2017 15:49:01 GMT 71 http request GET https://registry.npmjs.org/node-avro-io 72 http 304 https://registry.npmjs.org/node-avro-io 73 verbose headers { date: 'Tue, 10 Oct 2017 17:09:11 GMT', 73 verbose headers via: '1.1 varnish', 73 verbose headers 'cache-control': 'max-age=300', 73 verbose headers etag: 'W/"5919cded-35b3"', 73 verbose headers age: '0', 73 verbose headers connection: 'keep-alive', 73 verbose headers 'x-served-by': 'cache-sjc3626-SJC', 73 verbose headers 'x-cache': 'HIT', 73 verbose headers 'x-cache-hits': '1', 73 verbose headers 'x-timer': 'S1507655351.127787,VS0,VE62', 73 verbose headers vary: 'Accept-Encoding, Accept' } 74 silly get cb [ 304, 74 silly get { date: 'Tue, 10 Oct 2017 17:09:11 GMT', 74 silly get via: '1.1 varnish', 74 silly get 'cache-control': 'max-age=300', 74 silly get etag: 'W/"5919cded-35b3"', 74 silly get age: '0', 74 silly get connection: 'keep-alive', 74 silly get 'x-served-by': 'cache-sjc3626-SJC', 74 silly get 'x-cache': 'HIT', 74 silly get 'x-cache-hits': '1', 74 silly get 'x-timer': 'S1507655351.127787,VS0,VE62', 74 silly get vary: 'Accept-Encoding, Accept' } ] 75 verbose etag https://registry.npmjs.org/node-avro-io from cache 76 verbose get saving node-avro-io to /Users/kevinchoi/.npm/registry.npmjs.org/node-avro-io/.cache.json 77 verbose correctMkdir /Users/kevinchoi/.npm correctMkdir not in flight; initializing 78 silly resolveWithNewModule [email protected] checking installable status 79 silly cache add args [ 'node-avro-io@^0.3.3', null ] 80 verbose cache add spec node-avro-io@^0.3.3 81 silly cache add parsed spec Result { 81 silly cache add raw: 'node-avro-io@^0.3.3', 81 silly cache add scope: null, 81 silly cache add name: 'node-avro-io', 81 silly cache add rawSpec: '^0.3.3', 81 silly cache add spec: '>=0.3.3 <0.4.0', 81 silly cache add type: 'range' } 82 silly addNamed node-avro-io@>=0.3.3 <0.4.0 83 verbose addNamed ">=0.3.3 <0.4.0" is a valid semver range for node-avro-io 84 silly addNameRange { name: 'node-avro-io', range: '>=0.3.3 <0.4.0', hasData: false } 85 silly mapToRegistry name node-avro-io 86 silly mapToRegistry using default registry 87 silly mapToRegistry registry https://registry.npmjs.org/ 88 silly mapToRegistry data Result { 88 silly mapToRegistry raw: 'node-avro-io', 88 silly mapToRegistry scope: null, 88 silly mapToRegistry name: 'node-avro-io', 88 silly mapToRegistry rawSpec: '', 88 silly mapToRegistry spec: 'latest', 88 silly mapToRegistry type: 'tag' } 89 silly mapToRegistry uri https://registry.npmjs.org/node-avro-io 90 verbose addNameRange registry:https://registry.npmjs.org/node-avro-io not in flight; fetching 91 verbose get https://registry.npmjs.org/node-avro-io not expired, no request 92 silly addNameRange number 2 { name: 'node-avro-io', range: '>=0.3.3 <0.4.0', hasData: true } 93 silly addNameRange versions [ 'node-avro-io', 93 silly addNameRange [ '0.1.0', '0.2.0', '0.3.0', '0.3.1', '0.3.3', '1.0.0', '1.0.1' ] ] 94 silly addNamed [email protected] 95 verbose addNamed "0.3.3" is a plain semver version for node-avro-io 96 silly cache afterAdd [email protected] 97 verbose afterAdd /Users/kevinchoi/.npm/node-avro-io/0.3.3/package/package.json not in flight; writing 98 verbose correctMkdir /Users/kevinchoi/.npm correctMkdir not in flight; initializing 99 verbose afterAdd /Users/kevinchoi/.npm/node-avro-io/0.3.3/package/package.json written 100 silly fetchNamedPackageData lodash 101 silly mapToRegistry name lodash 102 silly mapToRegistry using default registry 103 silly mapToRegistry registry https://registry.npmjs.org/ 104 silly mapToRegistry data Result { 104 silly mapToRegistry raw: 'lodash', 104 silly mapToRegistry scope: null, 104 silly mapToRegistry name: 'lodash', 104 silly mapToRegistry rawSpec: '', 104 silly mapToRegistry spec: 'latest', 104 silly mapToRegistry type: 'tag' } 105 silly mapToRegistry uri https://registry.npmjs.org/lodash 106 silly fetchNamedPackageData int64-native 107 silly mapToRegistry name int64-native 108 silly mapToRegistry using default registry 109 silly mapToRegistry registry https://registry.npmjs.org/ 110 silly mapToRegistry data Result { 110 silly mapToRegistry raw: 'int64-native', 110 silly mapToRegistry scope: null, 110 silly mapToRegistry name: 'int64-native', 110 silly mapToRegistry rawSpec: '', 110 silly mapToRegistry spec: 'latest', 110 silly mapToRegistry type: 'tag' } 111 silly mapToRegistry uri https://registry.npmjs.org/int64-native 112 verbose request uri https://registry.npmjs.org/int64-native 113 verbose request no auth needed 114 info attempt registry request try #1 at 10:09:11 AM 115 verbose etag W/"55e7720f-25f9" 116 verbose lastModified Wed, 02 Sep 2015 22:02:55 GMT 117 http request GET https://registry.npmjs.org/int64-native 118 verbose request uri https://registry.npmjs.org/lodash 119 verbose request no auth needed 120 info attempt registry request try #1 at 10:09:11 AM 121 verbose etag W/"59db0bd1-2a016" 122 verbose lastModified Mon, 09 Oct 2017 05:40:33 GMT 123 http request GET https://registry.npmjs.org/lodash 124 http 304 https://registry.npmjs.org/lodash 125 verbose headers { date: 'Tue, 10 Oct 2017 17:09:11 GMT', 125 verbose headers via: '1.1 varnish', 125 verbose headers 'cache-control': 'max-age=300', 125 verbose headers etag: 'W/"59db0bd1-2a016"', 125 verbose headers age: '265', 125 verbose headers connection: 'keep-alive', 125 verbose headers 'x-served-by': 'cache-sjc3144-SJC', 125 verbose headers 'x-cache': 'HIT', 125 verbose headers 'x-cache-hits': '7', 125 verbose headers 'x-timer': 'S1507655351.383617,VS0,VE0', 125 verbose headers vary: 'Accept-Encoding, Accept' } 126 silly get cb [ 304, 126 silly get { date: 'Tue, 10 Oct 2017 17:09:11 GMT', 126 silly get via: '1.1 varnish', 126 silly get 'cache-control': 'max-age=300', 126 silly get etag: 'W/"59db0bd1-2a016"', 126 silly get age: '265', 126 silly get connection: 'keep-alive', 126 silly get 'x-served-by': 'cache-sjc3144-SJC', 126 silly get 'x-cache': 'HIT', 126 silly get 'x-cache-hits': '7', 126 silly get 'x-timer': 'S1507655351.383617,VS0,VE0', 126 silly get vary: 'Accept-Encoding, Accept' } ] 127 verbose etag https://registry.npmjs.org/lodash from cache 128 verbose get saving lodash to /Users/kevinchoi/.npm/registry.npmjs.org/lodash/.cache.json 129 verbose correctMkdir /Users/kevinchoi/.npm correctMkdir not in flight; initializing 130 silly resolveWithNewModule [email protected] checking installable status 131 silly cache add args [ 'lodash@^2.4.1', null ] 132 verbose cache add spec lodash@^2.4.1 133 silly cache add parsed spec Result { 133 silly cache add raw: 'lodash@^2.4.1', 133 silly cache add scope: null, 133 silly cache add name: 'lodash', 133 silly cache add rawSpec: '^2.4.1', 133 silly cache add spec: '>=2.4.1 <3.0.0', 133 silly cache add type: 'range' } 134 silly addNamed lodash@>=2.4.1 <3.0.0 135 verbose addNamed ">=2.4.1 <3.0.0" is a valid semver range for lodash 136 silly addNameRange { name: 'lodash', range: '>=2.4.1 <3.0.0', hasData: false } 137 silly mapToRegistry name lodash 138 silly mapToRegistry using default registry 139 silly mapToRegistry registry https://registry.npmjs.org/ 140 silly mapToRegistry data Result { 140 silly mapToRegistry raw: 'lodash', 140 silly mapToRegistry scope: null, 140 silly mapToRegistry name: 'lodash', 140 silly mapToRegistry rawSpec: '', 140 silly mapToRegistry spec: 'latest', 140 silly mapToRegistry type: 'tag' } 141 silly mapToRegistry uri https://registry.npmjs.org/lodash 142 verbose addNameRange registry:https://registry.npmjs.org/lodash not in flight; fetching 143 verbose get https://registry.npmjs.org/lodash not expired, no request 144 silly addNameRange number 2 { name: 'lodash', range: '>=2.4.1 <3.0.0', hasData: true } 145 silly addNameRange versions [ 'lodash', 145 silly addNameRange [ '0.1.0', 145 silly addNameRange '0.2.0', 145 silly addNameRange '0.2.1', 145 silly addNameRange '0.2.2', 145 silly addNameRange '0.3.0', 145 silly addNameRange '0.3.1', 145 silly addNameRange '0.3.2', 145 silly addNameRange '0.4.0', 145 silly addNameRange '0.4.1', 145 silly addNameRange '0.4.2', 145 silly addNameRange '0.5.0-rc.1', 145 silly addNameRange '0.5.0', 145 silly addNameRange '0.5.1', 145 silly addNameRange '0.5.2', 145 silly addNameRange '0.6.0', 145 silly addNameRange '0.6.1', 145 silly addNameRange '0.7.0', 145 silly addNameRange '0.8.0', 145 silly addNameRange '0.8.1', 145 silly addNameRange '0.8.2', 145 silly addNameRange '0.9.0', 145 silly addNameRange '0.9.1', 145 silly addNameRange '0.9.2', 145 silly addNameRange '0.10.0', 145 silly addNameRange '1.0.0-rc.1', 145 silly addNameRange '1.0.0-rc.2', 145 silly addNameRange '1.0.0-rc.3', 145 silly addNameRange '1.0.0', 145 silly addNameRange '1.0.1', 145 silly addNameRange '1.1.0', 145 silly addNameRange '1.1.1', 145 silly addNameRange '1.2.0', 145 silly addNameRange '1.2.1', 145 silly addNameRange '1.3.0', 145 silly addNameRange '1.3.1', 145 silly addNameRange '2.0.0', 145 silly addNameRange '2.1.0', 145 silly addNameRange '2.2.0', 145 silly addNameRange '2.2.1', 145 silly addNameRange '2.3.0', 145 silly addNameRange '2.4.0', 145 silly addNameRange '2.4.1', 145 silly addNameRange '3.0.0', 145 silly addNameRange '3.0.1', 145 silly addNameRange '3.1.0', 145 silly addNameRange '3.2.0', 145 silly addNameRange '3.3.0', 145 silly addNameRange '3.3.1', 145 silly addNameRange '3.4.0', 145 silly addNameRange '3.5.0', 145 silly addNameRange '3.6.0', 145 silly addNameRange '1.0.2', 145 silly addNameRange '3.7.0', 145 silly addNameRange '2.4.2', 145 silly addNameRange '3.8.0', 145 silly addNameRange '3.9.0', 145 silly addNameRange '3.9.1', 145 silly addNameRange '3.9.2', 145 silly addNameRange '3.9.3', 145 silly addNameRange '3.10.0', 145 silly addNameRange '3.10.1', 145 silly addNameRange '4.0.0', 145 silly addNameRange '4.0.1', 145 silly addNameRange '4.1.0', 145 silly addNameRange '4.2.0', 145 silly addNameRange '4.2.1', 145 silly addNameRange '4.3.0', 145 silly addNameRange '4.4.0', 145 silly addNameRange '4.5.0', 145 silly addNameRange '4.5.1', 145 silly addNameRange '4.6.0', 145 silly addNameRange '4.6.1', 145 silly addNameRange '4.7.0', 145 silly addNameRange '4.8.0', 145 silly addNameRange '4.8.1', 145 silly addNameRange '4.8.2', 145 silly addNameRange '4.9.0', 145 silly addNameRange '4.10.0', 145 silly addNameRange '4.11.0', 145 silly addNameRange '4.11.1', 145 silly addNameRange '4.11.2', 145 silly addNameRange '4.12.0', 145 silly addNameRange '4.13.0', 145 silly addNameRange '4.13.1', 145 silly addNameRange '4.14.0', 145 silly addNameRange '4.14.1', 145 silly addNameRange '4.14.2', 145 silly addNameRange '4.15.0', 145 silly addNameRange '4.16.0', 145 silly addNameRange '4.16.1', 145 silly addNameRange '4.16.2', 145 silly addNameRange '4.16.3', 145 silly addNameRange '4.16.4', 145 silly addNameRange '4.16.5', 145 silly addNameRange '4.16.6', 145 silly addNameRange '4.17.0', 145 silly addNameRange '4.17.1', 145 silly addNameRange '4.17.2', 145 silly addNameRange '4.17.3', 145 silly addNameRange '4.17.4' ] ] 146 silly addNamed [email protected] 147 verbose addNamed "2.4.2" is a plain semver version for lodash 148 silly cache afterAdd [email protected] 149 verbose afterAdd /Users/kevinchoi/.npm/lodash/2.4.2/package/package.json not in flight; writing 150 verbose correctMkdir /Users/kevinchoi/.npm correctMkdir not in flight; initializing 151 verbose afterAdd /Users/kevinchoi/.npm/lodash/2.4.2/package/package.json written 152 http 304 https://registry.npmjs.org/int64-native 153 verbose headers { date: 'Tue, 10 Oct 2017 17:09:11 GMT', 153 verbose headers via: '1.1 varnish', 153 verbose headers 'cache-control': 'max-age=300', 153 verbose headers etag: 'W/"55e7720f-25f9"', 153 verbose headers age: '0', 153 verbose headers connection: 'keep-alive', 153 verbose headers 'x-served-by': 'cache-sjc3626-SJC', 153 verbose headers 'x-cache': 'HIT', 153 verbose headers 'x-cache-hits': '1', 153 verbose headers 'x-timer': 'S1507655351.362092,VS0,VE70', 153 verbose headers vary: 'Accept-Encoding, Accept' } 154 silly get cb [ 304, 154 silly get { date: 'Tue, 10 Oct 2017 17:09:11 GMT', 154 silly get via: '1.1 varnish', 154 silly get 'cache-control': 'max-age=300', 154 silly get etag: 'W/"55e7720f-25f9"', 154 silly get age: '0', 154 silly get connection: 'keep-alive', 154 silly get 'x-served-by': 'cache-sjc3626-SJC', 154 silly get 'x-cache': 'HIT', 154 silly get 'x-cache-hits': '1', 154 silly get 'x-timer': 'S1507655351.362092,VS0,VE70', 154 silly get vary: 'Accept-Encoding, Accept' } ] 155 verbose etag https://registry.npmjs.org/int64-native from cache 156 verbose get saving int64-native to /Users/kevinchoi/.npm/registry.npmjs.org/int64-native/.cache.json 157 verbose correctMkdir /Users/kevinchoi/.npm correctMkdir not in flight; initializing 158 silly resolveWithNewModule [email protected] checking installable status 159 silly cache add args [ '[email protected]', null ] 160 verbose cache add spec [email protected] 161 silly cache add parsed spec Result { 161 silly cache add raw: '[email protected]', 161 silly cache add scope: null, 161 silly cache add name: 'int64-native', 161 silly cache add rawSpec: '0.3.2', 161 silly cache add spec: '0.3.2', 161 silly cache add type: 'version' } 162 silly addNamed [email protected] 163 verbose addNamed "0.3.2" is a plain semver version for int64-native 164 silly mapToRegistry name int64-native 165 silly mapToRegistry using default registry 166 silly mapToRegistry registry https://registry.npmjs.org/ 167 silly mapToRegistry data Result { 167 silly mapToRegistry raw: 'int64-native', 167 silly mapToRegistry scope: null, 167 silly mapToRegistry name: 'int64-native', 167 silly mapToRegistry rawSpec: '', 167 silly mapToRegistry spec: 'latest', 167 silly mapToRegistry type: 'tag' } 168 silly mapToRegistry uri https://registry.npmjs.org/int64-native 169 verbose addNameVersion registry:https://registry.npmjs.org/int64-native not in flight; fetching 170 verbose get https://registry.npmjs.org/int64-native not expired, no request 171 silly cache afterAdd [email protected] 172 verbose afterAdd /Users/kevinchoi/.npm/int64-native/0.3.2/package/package.json not in flight; writing 173 verbose correctMkdir /Users/kevinchoi/.npm correctMkdir not in flight; initializing 174 verbose afterAdd /Users/kevinchoi/.npm/int64-native/0.3.2/package/package.json written 175 silly loadAllDepsIntoIdealTree Finishing 176 silly idealTree:prePrune [email protected] 176 silly idealTree:prePrune ├── [email protected] 176 silly idealTree:prePrune ├── [email protected] 176 silly idealTree:prePrune ├── [email protected] 176 silly idealTree:prePrune ├── [email protected] 176 silly idealTree:prePrune ├── [email protected] 176 silly idealTree:prePrune ├── [email protected] 176 silly idealTree:prePrune ├── [email protected] 176 silly idealTree:prePrune ├── [email protected] 176 silly idealTree:prePrune ├── [email protected] 176 silly idealTree:prePrune ├── [email protected] 176 silly idealTree:prePrune ├── [email protected] 176 silly idealTree:prePrune ├── [email protected] 176 silly idealTree:prePrune ├── [email protected] 176 silly idealTree:prePrune ├── [email protected] 176 silly idealTree:prePrune ├── [email protected] 176 silly idealTree:prePrune ├── [email protected] 176 silly idealTree:prePrune ├── [email protected] 176 silly idealTree:prePrune ├── [email protected] 176 silly idealTree:prePrune ├─┬ [email protected] 176 silly idealTree:prePrune │ ├── [email protected] 176 silly idealTree:prePrune │ ├── [email protected] 176 silly idealTree:prePrune │ ├── [email protected] 176 silly idealTree:prePrune │ ├── [email protected] 176 silly idealTree:prePrune │ ├── [email protected] 176 silly idealTree:prePrune │ ├── [email protected] 176 silly idealTree:prePrune │ ├── [email protected] 176 silly idealTree:prePrune │ ├── [email protected] 176 silly idealTree:prePrune │ ├── [email protected] 176 silly idealTree:prePrune │ ├── [email protected] 176 silly idealTree:prePrune │ ├── [email protected] 176 silly idealTree:prePrune │ ├── [email protected] 176 silly idealTree:prePrune │ ├── [email protected] 176 silly idealTree:prePrune │ ├── [email protected] 176 silly idealTree:prePrune │ ├── [email protected] 176 silly idealTree:prePrune │ ├── [email protected] 176 silly idealTree:prePrune │ ├── [email protected] 176 silly idealTree:prePrune │ ├── [email protected] 176 silly idealTree:prePrune │ ├── [email protected] 176 silly idealTree:prePrune │ ├── [email protected] 176 silly idealTree:prePrune │ ├── [email protected] 176 silly idealTree:prePrune │ ├── [email protected] 176 silly idealTree:prePrune │ ├── [email protected] 176 silly idealTree:prePrune │ ├─┬ [email protected] 176 silly idealTree:prePrune │ │ └── [email protected] 176 silly idealTree:prePrune │ ├── [email protected] 176 silly idealTree:prePrune │ ├─┬ [email protected] 176 silly idealTree:prePrune │ │ └── [email protected] 176 silly idealTree:prePrune │ ├── [email protected] 176 silly idealTree:prePrune │ ├── [email protected] 176 silly idealTree:prePrune │ ├── [email protected] 176 silly idealTree:prePrune │ ├── [email protected] 176 silly idealTree:prePrune │ ├── [email protected] 176 silly idealTree:prePrune │ ├── [email protected] 176 silly idealTree:prePrune │ ├── [email protected] 176 silly idealTree:prePrune │ ├── [email protected] 176 silly idealTree:prePrune │ ├── [email protected] 176 silly idealTree:prePrune │ ├─┬ [email protected] 176 silly idealTree:prePrune │ │ └── [email protected] 176 silly idealTree:prePrune │ ├── [email protected] 176 silly idealTree:prePrune │ ├── [email protected] 176 silly idealTree:prePrune │ ├── [email protected] 176 silly idealTree:prePrune │ ├── [email protected] 176 silly idealTree:prePrune │ ├── [email protected] 176 silly idealTree:prePrune │ ├── [email protected] 176 silly idealTree:prePrune │ ├── [email protected] 176 silly idealTree:prePrune │ ├── [email protected] 176 silly idealTree:prePrune │ ├── [email protected] 176 silly idealTree:prePrune │ ├── [email protected] 176 silly idealTree:prePrune │ ├── [email protected] 176 silly idealTree:prePrune │ ├── [email protected] 176 silly idealTree:prePrune │ ├── [email protected] 176 silly idealTree:prePrune │ ├── [email protected] 176 silly idealTree:prePrune │ ├── [email protected] 176 silly idealTree:prePrune │ ├─┬ [email protected] 176 silly idealTree:prePrune │ │ └── [email protected] 176 silly idealTree:prePrune │ ├── [email protected] 176 silly idealTree:prePrune │ ├── [email protected] 176 silly idealTree:prePrune │ ├── [email protected] 176 silly idealTree:prePrune │ ├── [email protected] 176 silly idealTree:prePrune │ ├── [email protected] 176 silly idealTree:prePrune │ ├── [email protected] 176 silly idealTree:prePrune │ ├── [email protected] 176 silly idealTree:prePrune │ ├── [email protected] 176 silly idealTree:prePrune │ ├── [email protected] 176 silly idealTree:prePrune │ ├── [email protected] 176 silly idealTree:prePrune │ ├── [email protected] 176 silly idealTree:prePrune │ ├─┬ [email protected] 176 silly idealTree:prePrune │ │ └── [email protected] 176 silly idealTree:prePrune │ ├── [email protected] 176 silly idealTree:prePrune │ ├── [email protected] 176 silly idealTree:prePrune │ ├── [email protected] 176 silly idealTree:prePrune │ ├── [email protected] 176 silly idealTree:prePrune │ ├── [email protected] 176 silly idealTree:prePrune │ ├── [email protected] 176 silly idealTree:prePrune │ ├── [email protected] 176 silly idealTree:prePrune │ ├── [email protected] 176 silly idealTree:prePrune │ ├── [email protected] 176 silly idealTree:prePrune │ ├── [email protected] 176 silly idealTree:prePrune │ ├── [email protected] 176 silly idealTree:prePrune │ ├── [email protected] 176 silly idealTree:prePrune │ ├── [email protected] 176 silly idealTree:prePrune │ ├── [email protected] 176 silly idealTree:prePrune │ ├── [email protected] 176 silly idealTree:prePrune │ ├── [email protected] 176 silly idealTree:prePrune │ ├── [email protected] 176 silly idealTree:prePrune │ ├── [email protected] 176 silly idealTree:prePrune │ ├── [email protected] 176 silly idealTree:prePrune │ ├── [email protected] 176 silly idealTree:prePrune │ ├── [email protected] 176 silly idealTree:prePrune │ ├── [email protected] 176 silly idealTree:prePrune │ ├── [email protected] 176 silly idealTree:prePrune │ ├── [email protected] 176 silly idealTree:prePrune │ ├── [email protected] 176 silly idealTree:prePrune │ ├── [email protected] 176 silly idealTree:prePrune │ ├── [email protected] 176 silly idealTree:prePrune │ ├── [email protected] 176 silly idealTree:prePrune │ ├── [email protected] 176 silly idealTree:prePrune │ ├── [email protected] 176 silly idealTree:prePrune │ ├── [email protected] 176 silly idealTree:prePrune │ ├── [email protected] 176 silly idealTree:prePrune │ ├── [email protected] 176 silly idealTree:prePrune │ ├── [email protected] 176 silly idealTree:prePrune │ ├─┬ [email protected] 176 silly idealTree:prePrune │ │ └── [email protected] 176 silly idealTree:prePrune │ ├── [email protected] 176 silly idealTree:prePrune │ ├── [email protected] 176 silly idealTree:prePrune │ ├── [email protected] 176 silly idealTree:prePrune │ ├── [email protected] 176 silly idealTree:prePrune │ ├── [email protected] 176 silly idealTree:prePrune │ ├── [email protected] 176 silly idealTree:prePrune │ ├── [email protected] 176 silly idealTree:prePrune │ ├── [email protected] 176 silly idealTree:prePrune │ ├── [email protected] 176 silly idealTree:prePrune │ ├── [email protected] 176 silly idealTree:prePrune │ └── [email protected] 176 silly idealTree:prePrune ├── [email protected] 176 silly idealTree:prePrune ├── [email protected] 176 silly idealTree:prePrune ├── [email protected] 176 silly idealTree:prePrune ├── [email protected] 176 silly idealTree:prePrune ├── [email protected] 176 silly idealTree:prePrune ├── [email protected] 176 silly idealTree:prePrune ├── [email protected] 176 silly idealTree:prePrune ├── [email protected] 176 silly idealTree:prePrune ├── [email protected] 176 silly idealTree:prePrune ├── [email protected] 176 silly idealTree:prePrune ├── [email protected] 176 silly idealTree:prePrune ├── [email protected] 176 silly idealTree:prePrune ├── [email protected] 176 silly idealTree:prePrune ├── [email protected] 176 silly idealTree:prePrune ├── [email protected] 176 silly idealTree:prePrune ├── [email protected] 176 silly idealTree:prePrune ├── [email protected] 176 silly idealTree:prePrune ├── [email protected] 176 silly idealTree:prePrune ├── [email protected] 176 silly idealTree:prePrune ├── [email protected] 176 silly idealTree:prePrune ├── [email protected] 176 silly idealTree:prePrune ├─┬ [email protected] 176 silly idealTree:prePrune │ ├── [email protected] 176 silly idealTree:prePrune │ ├── [email protected] 176 silly idealTree:prePrune │ └── [email protected] 176 silly idealTree:prePrune ├── [email protected] 176 silly idealTree:prePrune ├── [email protected] 176 silly idealTree:prePrune ├── [email protected] 176 silly idealTree:prePrune ├── [email protected] 176 silly idealTree:prePrune ├── [email protected] 176 silly idealTree:prePrune ├── [email protected] 176 silly idealTree:prePrune ├── [email protected] 176 silly idealTree:prePrune ├── [email protected] 176 silly idealTree:prePrune ├── [email protected] 176 silly idealTree:prePrune ├── [email protected] 176 silly idealTree:prePrune ├── [email protected] 176 silly idealTree:prePrune ├── [email protected] 176 silly idealTree:prePrune ├── [email protected] 176 silly idealTree:prePrune ├── [email protected] 176 silly idealTree:prePrune ├── [email protected] 176 silly idealTree:prePrune ├── [email protected] 176 silly idealTree:prePrune ├── [email protected] 176 silly idealTree:prePrune ├── [email protected] 176 silly idealTree:prePrune ├── [email protected] 176 silly idealTree:prePrune ├── [email protected] 176 silly idealTree:prePrune ├── [email protected] 176 silly idealTree:prePrune ├── [email protected] 176 silly idealTree:prePrune ├── [email protected] 176 silly idealTree:prePrune ├── [email protected] 176 silly idealTree:prePrune ├── [email protected] 176 silly idealTree:prePrune ├── [email protected] 176 silly idealTree:prePrune ├─┬ [email protected] 176 silly idealTree:prePrune │ └── [email protected] 176 silly idealTree:prePrune ├─┬ [email protected] 176 silly idealTree:prePrune │ └── [email protected] 176 silly idealTree:prePrune ├── [email protected] 176 silly idealTree:prePrune ├── [email protected] 176 silly idealTree:prePrune ├── [email protected] 176 silly idealTree:prePrune ├─┬ [email protected] 176 silly idealTree:prePrune │ └── [email protected] 176 silly idealTree:prePrune ├── [email protected] 176 silly idealTree:prePrune ├── [email protected] 176 silly idealTree:prePrune ├── [email protected] 176 silly idealTree:prePrune ├── [email protected] 176 silly idealTree:prePrune ├─┬ [email protected] 176 silly idealTree:prePrune │ ├── [email protected] 176 silly idealTree:prePrune │ ├── [email protected] 176 silly idealTree:prePrune │ └── [email protected] 176 silly idealTree:prePrune ├── [email protected] 176 silly idealTree:prePrune ├── [email protected] 176 silly idealTree:prePrune ├── [email protected] 176 silly idealTree:prePrune ├── [email protected] 176 silly idealTree:prePrune ├── [email protected] 176 silly idealTree:prePrune ├── [email protected] 176 silly idealTree:prePrune ├── [email protected] 176 silly idealTree:prePrune ├── [email protected] 176 silly idealTree:prePrune ├── [email protected] 176 silly idealTree:prePrune ├── [email protected] 176 silly idealTree:prePrune ├─┬ [email protected] 176 silly idealTree:prePrune │ ├── [email protected] 176 silly idealTree:prePrune │ └── [email protected] 176 silly idealTree:prePrune ├── [email protected] 176 silly idealTree:prePrune ├── [email protected] 176 silly idealTree:prePrune ├── [email protected] 176 silly idealTree:prePrune ├── [email protected] 176 silly idealTree:prePrune ├── [email protected] 176 silly idealTree:prePrune ├── [email protected] 176 silly idealTree:prePrune ├── [email protected] 176 silly idealTree:prePrune ├── [email protected] 176 silly idealTree:prePrune ├── [email protected] 176 silly idealTree:prePrune ├── [email protected] 176 silly idealTree:prePrune ├── [email protected] 176 silly idealTree:prePrune ├── [email protected] 176 silly idealTree:prePrune ├── [email protected] 176 silly idealTree:prePrune ├── [email protected] 176 silly idealTree:prePrune ├── [email protected] 176 silly idealTree:prePrune ├── [email protected] 176 silly idealTree:prePrune ├── [email protected] 176 silly idealTree:prePrune ├─┬ [email protected] 176 silly idealTree:prePrune │ └── [email protected] 176 silly idealTree:prePrune ├── [email protected] 176 silly idealTree:prePrune ├── [email protected] 176 silly idealTree:prePrune ├── [email protected] 176 silly idealTree:prePrune ├─┬ [email protected] 176 silly idealTree:prePrune │ └── [email protected] 176 silly idealTree:prePrune ├── [email protected] 176 silly idealTree:prePrune ├── [email protected] 176 silly idealTree:prePrune ├── [email protected] 176 silly idealTree:prePrune ├── [email protected] 176 silly idealTree:prePrune ├── [email protected] 176 silly idealTree:prePrune ├── [email protected] 176 silly idealTree:prePrune ├── [email protected] 176 silly idealTree:prePrune ├── [email protected] 176 silly idealTree:prePrune ├── [email protected] 176 silly idealTree:prePrune ├── [email protected] 176 silly idealTree:prePrune ├── [email protected] 176 silly idealTree:prePrune ├── [email protected] 176 silly idealTree:prePrune ├── [email protected] 176 silly idealTree:prePrune ├── [email protected] 176 silly idealTree:prePrune ├── [email protected] 176 silly idealTree:prePrune ├── [email protected] 176 silly idealTree:prePrune ├── [email protected] 176 silly idealTree:prePrune ├── [email protected] 176 silly idealTree:prePrune ├── [email protected] 176 silly idealTree:prePrune ├── [email protected] 176 silly idealTree:prePrune ├── [email protected] 176 silly idealTree:prePrune ├── [email protected] 176 silly idealTree:prePrune ├── [email protected] 176 silly idealTree:prePrune ├── [email protected] 176 silly idealTree:prePrune ├── [email protected] 176 silly idealTree:prePrune ├── [email protected] 176 silly idealTree:prePrune ├── [email protected] 176 silly idealTree:prePrune ├── [email protected] 176 silly idealTree:prePrune ├── [email protected] 176 silly idealTree:prePrune ├── [email protected] 176 silly idealTree:prePrune ├── [email protected] 176 silly idealTree:prePrune ├── [email protected] 176 silly idealTree:prePrune ├── [email protected] 176 silly idealTree:prePrune ├── [email protected] 176 silly idealTree:prePrune ├── [email protected] 176 silly idealTree:prePrune ├── [email protected] 176 silly idealTree:prePrune ├── [email protected] 176 silly idealTree:prePrune ├─┬ [email protected] 176 silly idealTree:prePrune │ └── [email protected] 176 silly idealTree:prePrune ├── [email protected] 176 silly idealTree:prePrune ├── [email protected] 176 silly idealTree:prePrune ├── [email protected] 176 silly idealTree:prePrune ├── [email protected] 176 silly idealTree:prePrune ├── [email protected] 176 silly idealTree:prePrune ├── [email protected] 176 silly idealTree:prePrune ├── [email protected] 176 silly idealTree:prePrune ├── [email protected] 176 silly idealTree:prePrune ├── [email protected] 176 silly idealTree:prePrune ├── [email protected] 176 silly idealTree:prePrune ├── [email protected] 176 silly idealTree:prePrune ├── [email protected] 176 silly idealTree:prePrune ├── [email protected] 176 silly idealTree:prePrune ├── [email protected] 176 silly idealTree:prePrune ├── [email protected] 176 silly idealTree:prePrune ├─┬ [email protected] 176 silly idealTree:prePrune │ └── [email protected] 176 silly idealTree:prePrune ├── [email protected] 176 silly idealTree:prePrune ├── [email protected] 176 silly idealTree:prePrune ├── [email protected] 176 silly idealTree:prePrune ├── [email protected] 176 silly idealTree:prePrune ├── [email protected] 176 silly idealTree:prePrune ├── [email protected] 176 silly idealTree:prePrune ├── [email protected] 176 silly idealTree:prePrune ├── [email protected] 176 silly idealTree:prePrune ├── [email protected] 176 silly idealTree:prePrune ├── [email protected] 176 silly idealTree:prePrune ├─┬ [email protected] 176 silly idealTree:prePrune │ └── [email protected] 176 silly idealTree:prePrune ├── [email protected] 176 silly idealTree:prePrune ├── [email protected] 176 silly idealTree:prePrune ├── [email protected] 176 silly idealTree:prePrune ├─┬ [email protected] 176 silly idealTree:prePrune │ ├── [email protected] 176 silly idealTree:prePrune │ ├── [email protected] 176 silly idealTree:prePrune │ └── [email protected] 176 silly idealTree:prePrune ├── [email protected] 176 silly idealTree:prePrune ├─┬ [email protected] 176 silly idealTree:prePrune │ └── [email protected] 176 silly idealTree:prePrune ├── [email protected] 176 silly idealTree:prePrune ├── [email protected] 176 silly idealTree:prePrune ├── [email protected] 176 silly idealTree:prePrune ├─┬ [email protected] 176 silly idealTree:prePrune │ └── [email protected] 176 silly idealTree:prePrune ├── [email protected] 176 silly idealTree:prePrune ├── [email protected] 176 silly idealTree:prePrune ├── [email protected] 176 silly idealTree:prePrune ├── [email protected] 176 silly idealTree:prePrune ├── [email protected] 176 silly idealTree:prePrune ├── [email protected] 176 silly idealTree:prePrune ├── [email protected] 176 silly idealTree:prePrune ├── [email protected] 176 silly idealTree:prePrune ├── [email protected] 176 silly idealTree:prePrune ├── [email protected] 176 silly idealTree:prePrune ├── [email protected] 176 silly idealTree:prePrune ├── [email protected] 176 silly idealTree:prePrune ├── [email protected] 176 silly idealTree:prePrune ├── [email protected] 176 silly idealTree:prePrune ├── [email protected] 176 silly idealTree:prePrune ├── [email protected] 176 silly idealTree:prePrune ├── [email protected] 176 silly idealTree:prePrune ├── [email protected] 176 silly idealTree:prePrune ├── [email protected] 176 silly idealTree:prePrune ├── [email protected] 176 silly idealTree:prePrune ├── [email protected] 176 silly idealTree:prePrune ├── [email protected] 176 silly idealTree:prePrune ├── [email protected] 176 silly idealTree:prePrune ├── [email protected] 176 silly idealTree:prePrune ├── [email protected] 176 silly idealTree:prePrune ├── [email protected] 176 silly idealTree:prePrune ├── [email protected] 176 silly idealTree:prePrune ├── [email protected] 176 silly idealTree:prePrune ├── [email protected] 176 silly idealTree:prePrune ├── [email protected] 176 silly idealTree:prePrune ├── [email protected] 176 silly idealTree:prePrune ├── [email protected] 176 silly idealTree:prePrune ├── [email protected] 176 silly idealTree:prePrune ├── [email protected] 176 silly idealTree:prePrune ├── [email protected] 176 silly idealTree:prePrune ├── [email protected] 176 silly idealTree:prePrune ├── [email protected] 176 silly idealTree:prePrune ├── [email protected] 176 silly idealTree:prePrune ├── [email protected] 176 silly idealTree:prePrune ├── [email protected] 176 silly idealTree:prePrune ├── [email protected] 176 silly idealTree:prePrune ├── [email protected] 176 silly idealTree:prePrune ├── [email protected] 176 silly idealTree:prePrune ├── [email protected] 176 silly idealTree:prePrune ├─┬ [email protected] 176 silly idealTree:prePrune │ └── [email protected] 176 silly idealTree:prePrune ├── [email protected] 176 silly idealTree:prePrune ├── [email protected] 176 silly idealTree:prePrune ├── [email protected] 176 silly idealTree:prePrune ├── [email protected] 176 silly idealTree:prePrune ├── [email protected] 176 silly idealTree:prePrune ├── [email protected] 176 silly idealTree:prePrune ├── [email protected] 176 silly idealTree:prePrune ├── [email protected] 176 silly idealTree:prePrune ├── [email protected] 176 silly idealTree:prePrune ├── [email protected] 176 silly idealTree:prePrune ├── [email protected] 176 silly idealTree:prePrune ├── [email protected] 176 silly idealTree:prePrune ├── [email protected] 176 silly idealTree:prePrune ├── [email protected] 176 silly idealTree:prePrune ├─┬ [email protected] 176 silly idealTree:prePrune │ └── [email protected] 176 silly idealTree:prePrune ├── [email protected] 176 silly idealTree:prePrune ├── [email protected] 176 silly idealTree:prePrune ├── [email protected] 176 silly idealTree:prePrune ├── [email protected] 176 silly idealTree:prePrune ├── [email protected] 176 silly idealTree:prePrune ├── [email protected] 176 silly idealTree:prePrune ├── [email protected] 176 silly idealTree:prePrune ├── [email protected] 176 silly idealTree:prePrune ├── [email protected] 176 silly idealTree:prePrune ├─┬ [email protected] 176 silly idealTree:prePrune │ └── [email protected] 176 silly idealTree:prePrune ├─┬ [email protected] 176 silly idealTree:prePrune │ └── [email protected] 176 silly idealTree:prePrune ├── [email protected] 176 silly idealTree:prePrune ├── [email protected] 176 silly idealTree:prePrune ├── [email protected] 176 silly idealTree:prePrune ├── [email protected] 176 silly idealTree:prePrune ├── [email protected] 176 silly idealTree:prePrune ├── [email protected] 176 silly idealTree:prePrune ├── [email protected] 176 silly idealTree:prePrune ├─┬ [email protected] 176 silly idealTree:prePrune │ └── [email protected] 176 silly idealTree:prePrune ├── [email protected] 176 silly idealTree:prePrune ├── [email protected] 176 silly idealTree:prePrune ├── [email protected] 176 silly idealTree:prePrune ├── [email protected] 176 silly idealTree:prePrune ├── [email protected] 176 silly idealTree:prePrune ├── [email protected] 176 silly idealTree:prePrune ├─┬ [email protected] 176 silly idealTree:prePrune │ └── [email protected] 176 silly idealTree:prePrune ├── [email protected] 176 silly idealTree:prePrune ├── [email protected] 176 silly idealTree:prePrune ├── [email protected] 176 silly idealTree:prePrune ├── [email protected] 176 silly idealTree:prePrune ├── [email protected] 176 silly idealTree:prePrune ├── [email protected] 176 silly idealTree:prePrune ├── [email protected] 176 silly idealTree:prePrune ├── [email protected] 176 silly idealTree:prePrune ├── [email protected] 176 silly idealTree:prePrune ├── [email protected] 176 silly idealTree:prePrune ├── [email protected] 176 silly idealTree:prePrune ├── [email protected] 176 silly idealTree:prePrune ├── [email protected] 176 silly idealTree:prePrune ├── [email protected] 176 silly idealTree:prePrune ├── [email protected] 176 silly idealTree:prePrune ├── [email protected] 176 silly idealTree:prePrune ├── [email protected] 176 silly idealTree:prePrune ├── [email protected] 176 silly idealTree:prePrune ├── [email protected] 176 silly idealTree:prePrune ├── [email protected] 176 silly idealTree:prePrune ├── [email protected] 176 silly idealTree:prePrune ├── [email protected] 176 silly idealTree:prePrune ├── [email protected] 176 silly idealTree:prePrune ├── [email protected] 176 silly idealTree:prePrune ├── [email protected] 176 silly idealTree:prePrune ├── [email protected] 176 silly idealTree:prePrune ├── [email protected] 176 silly idealTree:prePrune ├── [email protected] 176 silly idealTree:prePrune ├── [email protected] 176 silly idealTree:prePrune ├── [email protected] 176 silly idealTree:prePrune ├── [email protected] 176 silly idealTree:prePrune ├── [email protected] 176 silly idealTree:prePrune ├── [email protected] 176 silly idealTree:prePrune ├── [email protected] 176 silly idealTree:prePrune ├── [email protected] 176 silly idealTree:prePrune ├─┬ [email protected] 176 silly idealTree:prePrune │ └── [email protected] 176 silly idealTree:prePrune └─┬ [email protected] 176 silly idealTree:prePrune └── [email protected] 177 silly loadIdealTree Finishing 178 silly currentTree [email protected] 178 silly currentTree ├── [email protected] 178 silly currentTree ├── [email protected] 178 silly currentTree ├── [email protected] 178 silly currentTree ├── [email protected] 178 silly currentTree ├── [email protected] 178 silly currentTree ├── [email protected] 178 silly currentTree ├── [email protected] 178 silly currentTree ├── [email protected] 178 silly currentTree ├── [email protected] 178 silly currentTree ├── [email protected] 178 silly currentTree ├── [email protected] 178 silly currentTree ├── [email protected] 178 silly currentTree ├── [email protected] 178 silly currentTree ├── [email protected] 178 silly currentTree ├── [email protected] 178 silly currentTree ├── [email protected] 178 silly currentTree ├── [email protected] 178 silly currentTree ├── [email protected] 178 silly currentTree ├─┬ [email protected] 178 silly currentTree │ ├── [email protected] 178 silly currentTree │ ├── [email protected] 178 silly currentTree │ ├── [email protected] 178 silly currentTree │ ├── [email protected] 178 silly currentTree │ ├── [email protected] 178 silly currentTree │ ├── [email protected] 178 silly currentTree │ ├── [email protected] 178 silly currentTree │ ├── [email protected] 178 silly currentTree │ ├── [email protected] 178 silly currentTree │ ├── [email protected] 178 silly currentTree │ ├── [email protected] 178 silly currentTree │ ├── [email protected] 178 silly currentTree │ ├── [email protected] 178 silly currentTree │ ├── [email protected] 178 silly currentTree │ ├── [email protected] 178 silly currentTree │ ├── [email protected] 178 silly currentTree │ ├── [email protected] 178 silly currentTree │ ├── [email protected] 178 silly currentTree │ ├── [email protected] 178 silly currentTree │ ├── [email protected] 178 silly currentTree │ ├── [email protected] 178 silly currentTree │ ├── [email protected] 178 silly currentTree │ ├── [email protected] 178 silly currentTree │ ├─┬ [email protected] 178 silly currentTree │ │ └── [email protected] 178 silly currentTree │ ├── [email protected] 178 silly currentTree │ ├─┬ [email protected] 178 silly currentTree │ │ └── [email protected] 178 silly currentTree │ ├── [email protected] 178 silly currentTree │ ├── [email protected] 178 silly currentTree │ ├── [email protected] 178 silly currentTree │ ├── [email protected] 178 silly currentTree │ ├── [email protected] 178 silly currentTree │ ├── [email protected] 178 silly currentTree │ ├── [email protected] 178 silly currentTree │ ├── [email protected] 178 silly currentTree │ ├── [email protected] 178 silly currentTree │ ├─┬ [email protected] 178 silly currentTree │ │ └── [email protected] 178 silly currentTree │ ├── [email protected] 178 silly currentTree │ ├── [email protected] 178 silly currentTree │ ├── [email protected] 178 silly currentTree │ ├── [email protected] 178 silly currentTree │ ├── [email protected] 178 silly currentTree │ ├── [email protected] 178 silly currentTree │ ├── [email protected] 178 silly currentTree │ ├── [email protected] 178 silly currentTree │ ├── [email protected] 178 silly currentTree │ ├── [email protected] 178 silly currentTree │ ├── [email protected] 178 silly currentTree │ ├── [email protected] 178 silly currentTree │ ├── [email protected] 178 silly currentTree │ ├── [email protected] 178 silly currentTree │ ├── [email protected] 178 silly currentTree │ ├─┬ [email protected] 178 silly currentTree │ │ └── [email protected] 178 silly currentTree │ ├── [email protected] 178 silly currentTree │ ├── [email protected] 178 silly currentTree │ ├── [email protected] 178 silly currentTree │ ├── [email protected] 178 silly currentTree │ ├── [email protected] 178 silly currentTree │ ├── [email protected] 178 silly currentTree │ ├── [email protected] 178 silly currentTree │ ├── [email protected] 178 silly currentTree │ ├── [email protected] 178 silly currentTree │ ├── [email protected] 178 silly currentTree │ ├── [email protected] 178 silly currentTree │ ├─┬ [email protected] 178 silly currentTree │ │ └── [email protected] 178 silly currentTree │ ├── [email protected] 178 silly currentTree │ ├── [email protected] 178 silly currentTree │ ├── [email protected] 178 silly currentTree │ ├── [email protected] 178 silly currentTree │ ├── [email protected] 178 silly currentTree │ ├── [email protected] 178 silly currentTree │ ├── [email protected] 178 silly currentTree │ ├── [email protected] 178 silly currentTree │ ├── [email protected] 178 silly currentTree │ ├── [email protected] 178 silly currentTree │ ├── [email protected] 178 silly currentTree │ ├── [email protected] 178 silly currentTree │ ├── [email protected] 178 silly currentTree │ ├── [email protected] 178 silly currentTree │ ├── [email protected] 178 silly currentTree │ ├── [email protected] 178 silly currentTree │ ├── [email protected] 178 silly currentTree │ ├── [email protected] 178 silly currentTree │ ├── [email protected] 178 silly currentTree │ ├── [email protected] 178 silly currentTree │ ├── [email protected] 178 silly currentTree │ ├── [email protected] 178 silly currentTree │ ├── [email protected] 178 silly currentTree │ ├── [email protected] 178 silly currentTree │ ├── [email protected] 178 silly currentTree │ ├── [email protected] 178 silly currentTree │ ├── [email protected] 178 silly currentTree │ ├── [email protected] 178 silly currentTree │ ├── [email protected] 178 silly currentTree │ ├── [email protected] 178 silly currentTree │ ├── [email protected] 178 silly currentTree │ ├── [email protected] 178 silly currentTree │ ├── [email protected] 178 silly currentTree │ ├── [email protected] 178 silly currentTree │ ├─┬ [email protected] 178 silly currentTree │ │ └── [email protected] 178 silly currentTree │ ├── [email protected] 178 silly currentTree │ ├── [email protected] 178 silly currentTree │ ├── [email protected] 178 silly currentTree │ ├── [email protected] 178 silly currentTree │ ├── [email protected] 178 silly currentTree │ ├── [email protected] 178 silly currentTree │ ├── [email protected] 178 silly currentTree │ ├── [email protected] 178 silly currentTree │ ├── [email protected] 178 silly currentTree │ ├── [email protected] 178 silly currentTree │ └── [email protected] 178 silly currentTree ├── [email protected] 178 silly currentTree ├── [email protected] 178 silly currentTree ├── [email protected] 178 silly currentTree ├── [email protected] 178 silly currentTree ├── [email protected] 178 silly currentTree ├── [email protected] 178 silly currentTree ├── [email protected] 178 silly currentTree ├── [email protected] 178 silly currentTree ├── [email protected] 178 silly currentTree ├── [email protected] 178 silly currentTree ├── [email protected] 178 silly currentTree ├── [email protected] 178 silly currentTree ├── [email protected] 178 silly currentTree ├── [email protected] 178 silly currentTree ├── [email protected] 178 silly currentTree ├── [email protected] 178 silly currentTree ├── [email protected] 178 silly currentTree ├── [email protected] 178 silly currentTree ├── [email protected] 178 silly currentTree ├── [email protected] 178 silly currentTree ├─┬ [email protected] 178 silly currentTree │ ├── [email protected] 178 silly currentTree │ ├── [email protected] 178 silly currentTree │ └── [email protected] 178 silly currentTree ├── [email protected] 178 silly currentTree ├── [email protected] 178 silly currentTree ├── [email protected] 178 silly currentTree ├── [email protected] 178 silly currentTree ├── [email protected] 178 silly currentTree ├── [email protected] 178 silly currentTree ├── [email protected] 178 silly currentTree ├── [email protected] 178 silly currentTree ├── [email protected] 178 silly currentTree ├── [email protected] 178 silly currentTree ├── [email protected] 178 silly currentTree ├── [email protected] 178 silly currentTree ├── [email protected] 178 silly currentTree ├── [email protected] 178 silly currentTree ├── [email protected] 178 silly currentTree ├── [email protected] 178 silly currentTree ├── [email protected] 178 silly currentTree ├── [email protected] 178 silly currentTree ├── [email protected] 178 silly currentTree ├── [email protected] 178 silly currentTree ├── [email protected] 178 silly currentTree ├── [email protected] 178 silly currentTree ├── [email protected] 178 silly currentTree ├── [email protected] 178 silly currentTree ├── [email protected] 178 silly currentTree ├── [email protected] 178 silly currentTree ├─┬ [email protected] 178 silly currentTree │ └── [email protected] 178 silly currentTree ├─┬ [email protected] 178 silly currentTree │ └── [email protected] 178 silly currentTree ├── [email protected] 178 silly currentTree ├── [email protected] 178 silly currentTree ├── [email protected] 178 silly currentTree ├─┬ [email protected] 178 silly currentTree │ └── [email protected] 178 silly currentTree ├── [email protected] 178 silly currentTree ├── [email protected] 178 silly currentTree ├── [email protected] 178 silly currentTree ├── [email protected] 178 silly currentTree ├─┬ [email protected] 178 silly currentTree │ ├── [email protected] 178 silly currentTree │ ├── [email protected] 178 silly currentTree │ └── [email protected] 178 silly currentTree ├── [email protected] 178 silly currentTree ├── [email protected] 178 silly currentTree ├── [email protected] 178 silly currentTree ├── [email protected] 178 silly currentTree ├── [email protected] 178 silly currentTree ├── [email protected] 178 silly currentTree ├── [email protected] 178 silly currentTree ├── [email protected] 178 silly currentTree ├── [email protected] 178 silly currentTree ├── [email protected] 178 silly currentTree ├─┬ [email protected] 178 silly currentTree │ ├── [email protected] 178 silly currentTree │ └── [email protected] 178 silly currentTree ├── [email protected] 178 silly currentTree ├── [email protected] 178 silly currentTree ├── [email protected] 178 silly currentTree ├── [email protected] 178 silly currentTree ├── [email protected] 178 silly currentTree ├── [email protected] 178 silly currentTree ├── [email protected] 178 silly currentTree ├── [email protected] 178 silly currentTree ├── [email protected] 178 silly currentTree ├── [email protected] 178 silly currentTree ├── [email protected] 178 silly currentTree ├── [email protected] 178 silly currentTree ├── [email protected] 178 silly currentTree ├── [email protected] 178 silly currentTree ├── [email protected] 178 silly currentTree ├── [email protected] 178 silly currentTree ├── [email protected] 178 silly currentTree ├─┬ [email protected] 178 silly currentTree │ └── [email protected] 178 silly currentTree ├── [email protected] 178 silly currentTree ├── [email protected] 178 silly currentTree ├── [email protected] 178 silly currentTree ├─┬ [email protected] 178 silly currentTree │ └── [email protected] 178 silly currentTree ├── [email protected] 178 silly currentTree ├── [email protected] 178 silly currentTree ├── [email protected] 178 silly currentTree ├── [email protected] 178 silly currentTree ├── [email protected] 178 silly currentTree ├── [email protected] 178 silly currentTree ├── [email protected] 178 silly currentTree ├── [email protected] 178 silly currentTree ├── [email protected] 178 silly currentTree ├── [email protected] 178 silly currentTree ├── [email protected] 178 silly currentTree ├── [email protected] 178 silly currentTree ├── [email protected] 178 silly currentTree ├── [email protected] 178 silly currentTree ├── [email protected] 178 silly currentTree ├── [email protected] 178 silly currentTree ├── [email protected] 178 silly currentTree ├── [email protected] 178 silly currentTree ├── [email protected] 178 silly currentTree ├── [email protected] 178 silly currentTree ├── [email protected] 178 silly currentTree ├── [email protected] 178 silly currentTree ├── [email protected] 178 silly currentTree ├── [email protected] 178 silly currentTree ├── [email protected] 178 silly currentTree ├── [email protected] 178 silly currentTree ├── [email protected] 178 silly currentTree ├── [email protected] 178 silly currentTree ├── [email protected] 178 silly currentTree ├── [email protected] 178 silly currentTree ├── [email protected] 178 silly currentTree ├── [email protected] 178 silly currentTree ├── [email protected] 178 silly currentTree ├── [email protected] 178 silly currentTree ├── [email protected] 178 silly currentTree ├── [email protected] 178 silly currentTree ├─┬ [email protected] 178 silly currentTree │ └── [email protected] 178 silly currentTree ├── [email protected] 178 silly currentTree ├── [email protected] 178 silly currentTree ├── [email protected] 178 silly currentTree ├── [email protected] 178 silly currentTree ├── [email protected] 178 silly currentTree ├── [email protected] 178 silly currentTree ├── [email protected] 178 silly currentTree ├── [email protected] 178 silly currentTree ├── [email protected] 178 silly currentTree ├── [email protected] 178 silly currentTree ├── [email protected] 178 silly currentTree ├── [email protected] 178 silly currentTree ├── [email protected] 178 silly currentTree ├── [email protected] 178 silly currentTree ├── [email protected] 178 silly currentTree ├─┬ [email protected] 178 silly currentTree │ └── [email protected] 178 silly currentTree ├── [email protected] 178 silly currentTree ├── [email protected] 178 silly currentTree ├── [email protected] 178 silly currentTree ├── [email protected] 178 silly currentTree ├── [email protected] 178 silly currentTree ├── [email protected] 178 silly currentTree ├── [email protected] 178 silly currentTree ├── [email protected] 178 silly currentTree ├── [email protected] 178 silly currentTree ├── [email protected] 178 silly currentTree ├─┬ [email protected] 178 silly currentTree │ └── [email protected] 178 silly currentTree ├── [email protected] 178 silly currentTree ├── [email protected] 178 silly currentTree ├── [email protected] 178 silly currentTree ├─┬ [email protected] 178 silly currentTree │ ├── [email protected] 178 silly currentTree │ ├── [email protected] 178 silly currentTree │ └── [email protected] 178 silly currentTree ├── [email protected] 178 silly currentTree ├─┬ [email protected] 178 silly currentTree │ └── [email protected] 178 silly currentTree ├── [email protected] 178 silly currentTree ├── [email protected] 178 silly currentTree ├── [email protected] 178 silly currentTree ├── [email protected] 178 silly currentTree ├── [email protected] 178 silly currentTree ├── [email protected] 178 silly currentTree ├── [email protected] 178 silly currentTree ├── [email protected] 178 silly currentTree ├── [email protected] 178 silly currentTree ├── [email protected] 178 silly currentTree ├── [email protected] 178 silly currentTree ├── [email protected] 178 silly currentTree ├── [email protected] 178 silly currentTree ├── [email protected] 178 silly currentTree ├── [email protected] 178 silly currentTree ├── [email protected] 178 silly currentTree ├── [email protected] 178 silly currentTree ├── [email protected] 178 silly currentTree ├── [email protected] 178 silly currentTree ├── [email protected] 178 silly currentTree ├── [email protected] 178 silly currentTree ├── [email protected] 178 silly currentTree ├── [email protected] 178 silly currentTree ├── [email protected] 178 silly currentTree ├── [email protected] 178 silly currentTree ├── [email protected] 178 silly currentTree ├── [email protected] 178 silly currentTree ├── [email protected] 178 silly currentTree ├── [email protected] 178 silly currentTree ├── [email protected] 178 silly currentTree ├── [email protected] 178 silly currentTree ├── [email protected] 178 silly currentTree ├── [email protected] 178 silly currentTree ├── [email protected] 178 silly currentTree ├── [email protected] 178 silly currentTree ├── [email protected] 178 silly currentTree ├── [email protected] 178 silly currentTree ├── [email protected] 178 silly currentTree ├── [email protected] 178 silly currentTree ├── [email protected] 178 silly currentTree ├── [email protected] 178 silly currentTree ├── [email protected] 178 silly currentTree ├── [email protected] 178 silly currentTree ├── [email protected] 178 silly currentTree ├── [email protected] 178 silly currentTree ├── [email protected] 178 silly currentTree ├── [email protected] 178 silly currentTree ├─┬ [email protected] 178 silly currentTree │ └── [email protected] 178 silly currentTree ├── [email protected] 178 silly currentTree ├── [email protected] 178 silly currentTree ├── [email protected] 178 silly currentTree ├── [email protected] 178 silly currentTree ├── [email protected] 178 silly currentTree ├── [email protected] 178 silly currentTree ├── [email protected] 178 silly currentTree ├── [email protected] 178 silly currentTree ├── [email protected] 178 silly currentTree ├── [email protected] 178 silly currentTree ├── [email protected] 178 silly currentTree ├── [email protected] 178 silly currentTree ├── [email protected] 178 silly currentTree ├── [email protected] 178 silly currentTree ├─┬ [email protected] 178 silly currentTree │ └── [email protected] 178 silly currentTree ├── [email protected] 178 silly currentTree ├── [email protected] 178 silly currentTree ├── [email protected] 178 silly currentTree ├── [email protected] 178 silly currentTree ├── [email protected] 178 silly currentTree ├── [email protected] 178 silly currentTree ├── [email protected] 178 silly currentTree ├── [email protected] 178 silly currentTree ├── [email protected] 178 silly currentTree ├─┬ [email protected] 178 silly currentTree │ └── [email protected] 178 silly currentTree ├─┬ [email protected] 178 silly currentTree │ └── [email protected] 178 silly currentTree ├── [email protected] 178 silly currentTree ├── [email protected] 178 silly currentTree ├── [email protected] 178 silly currentTree ├── [email protected] 178 silly currentTree ├── [email protected] 178 silly currentTree ├── [email protected] 178 silly currentTree ├── [email protected] 178 silly currentTree ├─┬ [email protected] 178 silly currentTree │ └── [email protected] 178 silly currentTree ├── [email protected] 178 silly currentTree ├── [email protected] 178 silly currentTree ├── [email protected] 178 silly currentTree ├── [email protected] 178 silly currentTree ├── [email protected] 178 silly currentTree ├── [email protected] 178 silly currentTree ├─┬ [email protected] 178 silly currentTree │ └── [email protected] 178 silly currentTree ├── [email protected] 178 silly currentTree ├── [email protected] 178 silly currentTree ├── [email protected] 178 silly currentTree ├── [email protected] 178 silly currentTree ├── [email protected] 178 silly currentTree ├── [email protected] 178 silly currentTree ├── [email protected] 178 silly currentTree ├── [email protected] 178 silly currentTree ├── [email protected] 178 silly currentTree ├── [email protected] 178 silly currentTree ├── [email protected] 178 silly currentTree ├── [email protected] 178 silly currentTree ├── [email protected] 178 silly currentTree ├── [email protected] 178 silly currentTree ├── [email protected] 178 silly currentTree ├── [email protected] 178 silly currentTree ├── [email protected] 178 silly currentTree ├── [email protected] 178 silly currentTree ├── [email protected] 178 silly currentTree ├── [email protected] 178 silly currentTree ├── [email protected] 178 silly currentTree ├── [email protected] 178 silly currentTree ├── [email protected] 178 silly currentTree ├── [email protected] 178 silly currentTree ├── [email protected] 178 silly currentTree ├── [email protected] 178 silly currentTree ├── [email protected] 178 silly currentTree ├── [email protected] 178 silly currentTree ├── [email protected] 178 silly currentTree ├── [email protected] 178 silly currentTree ├── [email protected] 178 silly currentTree ├── [email protected] 178 silly currentTree ├── [email protected] 178 silly currentTree ├── [email protected] 178 silly currentTree ├── [email protected] 178 silly currentTree ├─┬ [email protected] 178 silly currentTree │ └── [email protected] 178 silly currentTree └─┬ [email protected] 178 silly currentTree └── [email protected] 179 silly idealTree [email protected] 179 silly idealTree ├── [email protected] 179 silly idealTree ├── [email protected] 179 silly idealTree ├── [email protected] 179 silly idealTree ├── [email protected] 179 silly idealTree ├── [email protected] 179 silly idealTree ├── [email protected] 179 silly idealTree ├── [email protected] 179 silly idealTree ├── [email protected] 179 silly idealTree ├── [email protected] 179 silly idealTree ├── [email protected] 179 silly idealTree ├── [email protected] 179 silly idealTree ├── [email protected] 179 silly idealTree ├── [email protected] 179 silly idealTree ├── [email protected] 179 silly idealTree ├── [email protected] 179 silly idealTree ├── [email protected] 179 silly idealTree ├── [email protected] 179 silly idealTree ├── [email protected] 179 silly idealTree ├─┬ [email protected] 179 silly idealTree │ ├── [email protected] 179 silly idealTree │ ├── [email protected] 179 silly idealTree │ ├── [email protected] 179 silly idealTree │ ├── [email protected] 179 silly idealTree │ ├── [email protected] 179 silly idealTree │ ├── [email protected] 179 silly idealTree │ ├── [email protected] 179 silly idealTree │ ├── [email protected] 179 silly idealTree │ ├── [email protected] 179 silly idealTree │ ├── [email protected] 179 silly idealTree │ ├── [email protected] 179 silly idealTree │ ├── [email protected] 179 silly idealTree │ ├── [email protected] 179 silly idealTree │ ├── [email protected] 179 silly idealTree │ ├── [email protected] 179 silly idealTree │ ├── [email protected] 179 silly idealTree │ ├── [email protected] 179 silly idealTree │ ├── [email protected] 179 silly idealTree │ ├── [email protected] 179 silly idealTree │ ├── [email protected] 179 silly idealTree │ ├── [email protected] 179 silly idealTree │ ├── [email protected] 179 silly idealTree │ ├── [email protected] 179 silly idealTree │ ├─┬ [email protected] 179 silly idealTree │ │ └── [email protected] 179 silly idealTree │ ├── [email protected] 179 silly idealTree │ ├─┬ [email protected] 179 silly idealTree │ │ └── [email protected] 179 silly idealTree │ ├── [email protected] 179 silly idealTree │ ├── [email protected] 179 silly idealTree │ ├── [email protected] 179 silly idealTree │ ├── [email protected] 179 silly idealTree │ ├── [email protected] 179 silly idealTree │ ├── [email protected] 179 silly idealTree │ ├── [email protected] 179 silly idealTree │ ├── [email protected] 179 silly idealTree │ ├── [email protected] 179 silly idealTree │ ├─┬ [email protected] 179 silly idealTree │ │ └── [email protected] 179 silly idealTree │ ├── [email protected] 179 silly idealTree │ ├── [email protected] 179 silly idealTree │ ├── [email protected] 179 silly idealTree │ ├── [email protected] 179 silly idealTree │ ├── [email protected] 179 silly idealTree │ ├── [email protected] 179 silly idealTree │ ├── [email protected] 179 silly idealTree │ ├── [email protected] 179 silly idealTree │ ├── [email protected] 179 silly idealTree │ ├── [email protected] 179 silly idealTree │ ├── [email protected] 179 silly idealTree │ ├── [email protected] 179 silly idealTree │ ├── [email protected] 179 silly idealTree │ ├── [email protected] 179 silly idealTree │ ├── [email protected] 179 silly idealTree │ ├─┬ [email protected] 179 silly idealTree │ │ └── [email protected] 179 silly idealTree │ ├── [email protected] 179 silly idealTree │ ├── [email protected] 179 silly idealTree │ ├── [email protected] 179 silly idealTree │ ├── [email protected] 179 silly idealTree │ ├── [email protected] 179 silly idealTree │ ├── [email protected] 179 silly idealTree │ ├── [email protected] 179 silly idealTree │ ├── [email protected] 179 silly idealTree │ ├── [email protected] 179 silly idealTree │ ├── [email protected] 179 silly idealTree │ ├── [email protected] 179 silly idealTree │ ├─┬ [email protected] 179 silly idealTree │ │ └── [email protected] 179 silly idealTree │ ├── [email protected] 179 silly idealTree │ ├── [email protected] 179 silly idealTree │ ├── [email protected] 179 silly idealTree │ ├── [email protected] 179 silly idealTree │ ├── [email protected] 179 silly idealTree │ ├── [email protected] 179 silly idealTree │ ├── [email protected] 179 silly idealTree │ ├── [email protected] 179 silly idealTree │ ├── [email protected] 179 silly idealTree │ ├── [email protected] 179 silly idealTree │ ├── [email protected] 179 silly idealTree │ ├── [email protected] 179 silly idealTree │ ├── [email protected] 179 silly idealTree │ ├── [email protected] 179 silly idealTree │ ├── [email protected] 179 silly idealTree │ ├── [email protected] 179 silly idealTree │ ├── [email protected] 179 silly idealTree │ ├── [email protected] 179 silly idealTree │ ├── [email protected] 179 silly idealTree │ ├── [email protected] 179 silly idealTree │ ├── [email protected] 179 silly idealTree │ ├── [email protected] 179 silly idealTree │ ├── [email protected] 179 silly idealTree │ ├── [email protected] 179 silly idealTree │ ├── [email protected] 179 silly idealTree │ ├── [email protected] 179 silly idealTree │ ├── [email protected] 179 silly idealTree │ ├── [email protected] 179 silly idealTree │ ├── [email protected] 179 silly idealTree │ ├── [email protected] 179 silly idealTree │ ├── [email protected] 179 silly idealTree │ ├── [email protected] 179 silly idealTree │ ├── [email protected] 179 silly idealTree │ ├── [email protected] 179 silly idealTree │ ├─┬ [email protected] 179 silly idealTree │ │ └── [email protected] 179 silly idealTree │ ├── [email protected] 179 silly idealTree │ ├── [email protected] 179 silly idealTree │ ├── [email protected] 179 silly idealTree │ ├── [email protected] 179 silly idealTree │ ├── [email protected] 179 silly idealTree │ ├── [email protected] 179 silly idealTree │ ├── [email protected] 179 silly idealTree │ ├── [email protected] 179 silly idealTree │ ├── [email protected] 179 silly idealTree │ ├── [email protected] 179 silly idealTree │ └── [email protected] 179 silly idealTree ├── [email protected] 179 silly idealTree ├── [email protected] 179 silly idealTree ├── [email protected] 179 silly idealTree ├── [email protected] 179 silly idealTree ├── [email protected] 179 silly idealTree ├── [email protected] 179 silly idealTree ├── [email protected] 179 silly idealTree ├── [email protected] 179 silly idealTree ├── [email protected] 179 silly idealTree ├── [email protected] 179 silly idealTree ├── [email protected] 179 silly idealTree ├── [email protected] 179 silly idealTree ├── [email protected] 179 silly idealTree ├── [email protected] 179 silly idealTree ├── [email protected] 179 silly idealTree ├── [email protected] 179 silly idealTree ├── [email protected] 179 silly idealTree ├── [email protected] 179 silly idealTree ├── [email protected] 179 silly idealTree ├── [email protected] 179 silly idealTree ├── [email protected] 179 silly idealTree ├─┬ [email protected] 179 silly idealTree │ ├── [email protected] 179 silly idealTree │ ├── [email protected] 179 silly idealTree │ └── [email protected] 179 silly idealTree ├── [email protected] 179 silly idealTree ├── [email protected] 179 silly idealTree ├── [email protected] 179 silly idealTree ├── [email protected] 179 silly idealTree ├── [email protected] 179 silly idealTree ├── [email protected] 179 silly idealTree ├── [email protected] 179 silly idealTree ├── [email protected] 179 silly idealTree ├── [email protected] 179 silly idealTree ├── [email protected] 179 silly idealTree ├── [email protected] 179 silly idealTree ├── [email protected] 179 silly idealTree ├── [email protected] 179 silly idealTree ├── [email protected] 179 silly idealTree ├── [email protected] 179 silly idealTree ├── [email protected] 179 silly idealTree ├── [email protected] 179 silly idealTree ├── [email protected] 179 silly idealTree ├── [email protected] 179 silly idealTree ├── [email protected] 179 silly idealTree ├── [email protected] 179 silly idealTree ├── [email protected] 179 silly idealTree ├── [email protected] 179 silly idealTree ├── [email protected] 179 silly idealTree ├── [email protected] 179 silly idealTree ├── [email protected] 179 silly idealTree ├─┬ [email protected] 179 silly idealTree │ └── [email protected] 179 silly idealTree ├─┬ [email protected] 179 silly idealTree │ └── [email protected] 179 silly idealTree ├── [email protected] 179 silly idealTree ├── [email protected] 179 silly idealTree ├── [email protected] 179 silly idealTree ├─┬ [email protected] 179 silly idealTree │ └── [email protected] 179 silly idealTree ├── [email protected] 179 silly idealTree ├── [email protected] 179 silly idealTree ├── [email protected] 179 silly idealTree ├── [email protected] 179 silly idealTree ├─┬ [email protected] 179 silly idealTree │ ├── [email protected] 179 silly idealTree │ ├── [email protected] 179 silly idealTree │ └── [email protected] 179 silly idealTree ├── [email protected] 179 silly idealTree ├── [email protected] 179 silly idealTree ├── [email protected] 179 silly idealTree ├── [email protected] 179 silly idealTree ├── [email protected] 179 silly idealTree ├── [email protected] 179 silly idealTree ├── [email protected] 179 silly idealTree ├── [email protected] 179 silly idealTree ├── [email protected] 179 silly idealTree ├── [email protected] 179 silly idealTree ├─┬ [email protected] 179 silly idealTree │ ├── [email protected] 179 silly idealTree │ └── [email protected] 179 silly idealTree ├── [email protected] 179 silly idealTree ├── [email protected] 179 silly idealTree ├── [email protected] 179 silly idealTree ├── [email protected] 179 silly idealTree ├── [email protected] 179 silly idealTree ├── [email protected] 179 silly idealTree ├── [email protected] 179 silly idealTree ├── [email protected] 179 silly idealTree ├── [email protected] 179 silly idealTree ├── [email protected] 179 silly idealTree ├── [email protected] 179 silly idealTree ├── [email protected] 179 silly idealTree ├── [email protected] 179 silly idealTree ├── [email protected] 179 silly idealTree ├── [email protected] 179 silly idealTree ├── [email protected] 179 silly idealTree ├── [email protected] 179 silly idealTree ├─┬ [email protected] 179 silly idealTree │ └── [email protected] 179 silly idealTree ├── [email protected] 179 silly idealTree ├── [email protected] 179 silly idealTree ├── [email protected] 179 silly idealTree ├─┬ [email protected] 179 silly idealTree │ └── [email protected] 179 silly idealTree ├── [email protected] 179 silly idealTree ├── [email protected] 179 silly idealTree ├── [email protected] 179 silly idealTree ├── [email protected] 179 silly idealTree ├── [email protected] 179 silly idealTree ├── [email protected] 179 silly idealTree ├── [email protected] 179 silly idealTree ├── [email protected] 179 silly idealTree ├── [email protected] 179 silly idealTree ├── [email protected] 179 silly idealTree ├── [email protected] 179 silly idealTree ├── [email protected] 179 silly idealTree ├── [email protected] 179 silly idealTree ├── [email protected] 179 silly idealTree ├── [email protected] 179 silly idealTree ├── [email protected] 179 silly idealTree ├── [email protected] 179 silly idealTree ├── [email protected] 179 silly idealTree ├── [email protected] 179 silly idealTree ├── [email protected] 179 silly idealTree ├── [email protected] 179 silly idealTree ├── [email protected] 179 silly idealTree ├── [email protected] 179 silly idealTree ├── [email protected] 179 silly idealTree ├── [email protected] 179 silly idealTree ├── [email protected] 179 silly idealTree ├── [email protected] 179 silly idealTree ├── [email protected] 179 silly idealTree ├── [email protected] 179 silly idealTree ├── [email protected] 179 silly idealTree ├── [email protected] 179 silly idealTree ├── [email protected] 179 silly idealTree ├── [email protected] 179 silly idealTree ├── [email protected] 179 silly idealTree ├── [email protected] 179 silly idealTree ├── [email protected] 179 silly idealTree ├── [email protected] 179 silly idealTree ├─┬ [email protected] 179 silly idealTree │ └── [email protected] 179 silly idealTree ├── [email protected] 179 silly idealTree ├── [email protected] 179 silly idealTree ├── [email protected] 179 silly idealTree ├── [email protected] 179 silly idealTree ├── [email protected] 179 silly idealTree ├── [email protected] 179 silly idealTree ├── [email protected] 179 silly idealTree ├── [email protected] 179 silly idealTree ├── [email protected] 179 silly idealTree ├── [email protected] 179 silly idealTree ├── [email protected] 179 silly idealTree ├── [email protected] 179 silly idealTree ├── [email protected] 179 silly idealTree ├── [email protected] 179 silly idealTree ├── [email protected] 179 silly idealTree ├─┬ [email protected] 179 silly idealTree │ └── [email protected] 179 silly idealTree ├── [email protected] 179 silly idealTree ├── [email protected] 179 silly idealTree ├── [email protected] 179 silly idealTree ├── [email protected] 179 silly idealTree ├── [email protected] 179 silly idealTree ├── [email protected] 179 silly idealTree ├── [email protected] 179 silly idealTree ├── [email protected] 179 silly idealTree ├── [email protected] 179 silly idealTree ├── [email protected] 179 silly idealTree ├─┬ [email protected] 179 silly idealTree │ └── [email protected] 179 silly idealTree ├── [email protected] 179 silly idealTree ├── [email protected] 179 silly idealTree ├── [email protected] 179 silly idealTree ├─┬ [email protected] 179 silly idealTree │ ├── [email protected] 179 silly idealTree │ ├── [email protected] 179 silly idealTree │ └── [email protected] 179 silly idealTree ├── [email protected] 179 silly idealTree ├─┬ [email protected] 179 silly idealTree │ └── [email protected] 179 silly idealTree ├── [email protected] 179 silly idealTree ├── [email protected] 179 silly idealTree ├── [email protected] 179 silly idealTree ├─┬ [email protected] 179 silly idealTree │ └── [email protected] 179 silly idealTree ├── [email protected] 179 silly idealTree ├── [email protected] 179 silly idealTree ├── [email protected] 179 silly idealTree ├── [email protected] 179 silly idealTree ├── [email protected] 179 silly idealTree ├── [email protected] 179 silly idealTree ├── [email protected] 179 silly idealTree ├── [email protected] 179 silly idealTree ├── [email protected] 179 silly idealTree ├── [email protected] 179 silly idealTree ├── [email protected] 179 silly idealTree ├── [email protected] 179 silly idealTree ├── [email protected] 179 silly idealTree ├── [email protected] 179 silly idealTree ├── [email protected] 179 silly idealTree ├── [email protected] 179 silly idealTree ├── [email protected] 179 silly idealTree ├── [email protected] 179 silly idealTree ├── [email protected] 179 silly idealTree ├── [email protected] 179 silly idealTree ├── [email protected] 179 silly idealTree ├── [email protected] 179 silly idealTree ├── [email protected] 179 silly idealTree ├── [email protected] 179 silly idealTree ├── [email protected] 179 silly idealTree ├── [email protected] 179 silly idealTree ├── [email protected] 179 silly idealTree ├── [email protected] 179 silly idealTree ├── [email protected] 179 silly idealTree ├── [email protected] 179 silly idealTree ├── [email protected] 179 silly idealTree ├── [email protected] 179 silly idealTree ├── [email protected] 179 silly idealTree ├── [email protected] 179 silly idealTree ├── [email protected] 179 silly idealTree ├── [email protected] 179 silly idealTree ├── [email protected] 179 silly idealTree ├── [email protected] 179 silly idealTree ├── [email protected] 179 silly idealTree ├── [email protected] 179 silly idealTree ├── [email protected] 179 silly idealTree ├── [email protected] 179 silly idealTree ├── [email protected] 179 silly idealTree ├── [email protected] 179 silly idealTree ├─┬ [email protected] 179 silly idealTree │ └── [email protected] 179 silly idealTree ├── [email protected] 179 silly idealTree ├── [email protected] 179 silly idealTree ├── [email protected] 179 silly idealTree ├── [email protected] 179 silly idealTree ├── [email protected] 179 silly idealTree ├── [email protected] 179 silly idealTree ├── [email protected] 179 silly idealTree ├── [email protected] 179 silly idealTree ├── [email protected] 179 silly idealTree ├── [email protected] 179 silly idealTree ├── [email protected] 179 silly idealTree ├── [email protected] 179 silly idealTree ├── [email protected] 179 silly idealTree ├── [email protected] 179 silly idealTree ├─┬ [email protected] 179 silly idealTree │ └── [email protected] 179 silly idealTree ├── [email protected] 179 silly idealTree ├── [email protected] 179 silly idealTree ├── [email protected] 179 silly idealTree ├── [email protected] 179 silly idealTree ├── [email protected] 179 silly idealTree ├── [email protected] 179 silly idealTree ├── [email protected] 179 silly idealTree ├── [email protected] 179 silly idealTree ├── [email protected] 179 silly idealTree ├─┬ [email protected] 179 silly idealTree │ └── [email protected] 179 silly idealTree ├─┬ [email protected] 179 silly idealTree │ └── [email protected] 179 silly idealTree ├── [email protected] 179 silly idealTree ├── [email protected] 179 silly idealTree ├── [email protected] 179 silly idealTree ├── [email protected] 179 silly idealTree ├── [email protected] 179 silly idealTree ├── [email protected] 179 silly idealTree ├── [email protected] 179 silly idealTree ├─┬ [email protected] 179 silly idealTree │ └── [email protected] 179 silly idealTree ├── [email protected] 179 silly idealTree ├── [email protected] 179 silly idealTree ├── [email protected] 179 silly idealTree ├── [email protected] 179 silly idealTree ├── [email protected] 179 silly idealTree ├── [email protected] 179 silly idealTree ├─┬ [email protected] 179 silly idealTree │ └── [email protected] 179 silly idealTree ├── [email protected] 179 silly idealTree ├── [email protected] 179 silly idealTree ├── [email protected] 179 silly idealTree ├── [email protected] 179 silly idealTree ├── [email protected] 179 silly idealTree ├── [email protected] 179 silly idealTree ├── [email protected] 179 silly idealTree ├── [email protected] 179 silly idealTree ├── [email protected] 179 silly idealTree ├── [email protected] 179 silly idealTree ├── [email protected] 179 silly idealTree ├── [email protected] 179 silly idealTree ├── [email protected] 179 silly idealTree ├── [email protected] 179 silly idealTree ├── [email protected] 179 silly idealTree ├── [email protected] 179 silly idealTree ├── [email protected] 179 silly idealTree ├── [email protected] 179 silly idealTree ├── [email protected] 179 silly idealTree ├── [email protected] 179 silly idealTree ├── [email protected] 179 silly idealTree ├── [email protected] 179 silly idealTree ├── [email protected] 179 silly idealTree ├── [email protected] 179 silly idealTree ├── [email protected] 179 silly idealTree ├── [email protected] 179 silly idealTree ├── [email protected] 179 silly idealTree ├── [email protected] 179 silly idealTree ├── [email protected] 179 silly idealTree ├── [email protected] 179 silly idealTree ├── [email protected] 179 silly idealTree ├── [email protected] 179 silly idealTree ├── [email protected] 179 silly idealTree ├── [email protected] 179 silly idealTree ├── [email protected] 179 silly idealTree ├─┬ [email protected] 179 silly idealTree │ └── [email protected] 179 silly idealTree └─┬ [email protected] 179 silly idealTree └── [email protected] 180 silly generateActionsToTake Starting 181 silly install generateActionsToTake 182 silly generateActionsToTake Finishing 183 silly diffTrees action count 4 184 silly diffTrees add [email protected] 185 silly diffTrees add [email protected] 186 silly diffTrees add [email protected] 187 silly diffTrees add [email protected] 188 silly decomposeActions action count 32 189 silly decomposeActions fetch [email protected] 190 silly decomposeActions extract [email protected] 191 silly decomposeActions test [email protected] 192 silly decomposeActions preinstall [email protected] 193 silly decomposeActions build [email protected] 194 silly decomposeActions install [email protected] 195 silly decomposeActions postinstall [email protected] 196 silly decomposeActions finalize [email protected] 197 silly decomposeActions fetch [email protected] 198 silly decomposeActions extract [email protected] 199 silly decomposeActions test [email protected] 200 silly decomposeActions preinstall [email protected] 201 silly decomposeActions build [email protected] 202 silly decomposeActions install [email protected] 203 silly decomposeActions postinstall [email protected] 204 silly decomposeActions finalize [email protected] 205 silly decomposeActions fetch [email protected] 206 silly decomposeActions extract [email protected] 207 silly decomposeActions test [email protected] 208 silly decomposeActions preinstall [email protected] 209 silly decomposeActions build [email protected] 210 silly decomposeActions install [email protected] 211 silly decomposeActions postinstall [email protected] 212 silly decomposeActions finalize [email protected] 213 silly decomposeActions fetch [email protected] 214 silly decomposeActions extract [email protected] 215 silly decomposeActions test [email protected] 216 silly decomposeActions preinstall [email protected] 217 silly decomposeActions build [email protected] 218 silly decomposeActions install [email protected] 219 silly decomposeActions postinstall [email protected] 220 silly decomposeActions finalize [email protected] 221 silly executeActions Starting 222 silly install executeActions 223 silly doSerial global-install 0 224 silly doParallel fetch 4 225 verbose correctMkdir /Users/kevinchoi/.npm/_locks correctMkdir not in flight; initializing 226 verbose lock using /Users/kevinchoi/.npm/_locks/staging-75feb56cebf762a0.lock for /Users/kevinchoi/workarea/src/github.com/peernova-private/cuneiform-consumer/src/frontend/platform/node_modules/.staging 227 silly doParallel extract 4 228 silly extract [email protected] 229 silly extract [email protected] 230 silly extract [email protected] 231 silly extract [email protected] 232 verbose unbuild node_modules/.staging/int64-native-f613103d 233 verbose unbuild node_modules/.staging/lodash-f8b4e7e4 234 verbose unbuild node_modules/.staging/node-avro-io-4f2e4d62 235 verbose unbuild node_modules/.staging/avro-serializer-dbbf0995 236 silly gentlyRm /Users/kevinchoi/workarea/src/github.com/peernova-private/cuneiform-consumer/src/frontend/platform/node_modules/.staging/int64-native-f613103d is being purged from base /Users/kevinchoi/workarea/src/github.com/peernova-private/cuneiform-consumer/src/frontend/platform 237 verbose gentlyRm don't care about contents; nuking /Users/kevinchoi/workarea/src/github.com/peernova-private/cuneiform-consumer/src/frontend/platform/node_modules/.staging/int64-native-f613103d 238 silly gentlyRm /Users/kevinchoi/workarea/src/github.com/peernova-private/cuneiform-consumer/src/frontend/platform/node_modules/.staging/lodash-f8b4e7e4 is being purged from base /Users/kevinchoi/workarea/src/github.com/peernova-private/cuneiform-consumer/src/frontend/platform 239 verbose gentlyRm don't care about contents; nuking /Users/kevinchoi/workarea/src/github.com/peernova-private/cuneiform-consumer/src/frontend/platform/node_modules/.staging/lodash-f8b4e7e4 240 silly gentlyRm /Users/kevinchoi/workarea/src/github.com/peernova-private/cuneiform-consumer/src/frontend/platform/node_modules/.staging/node-avro-io-4f2e4d62 is being purged from base /Users/kevinchoi/workarea/src/github.com/peernova-private/cuneiform-consumer/src/frontend/platform 241 verbose gentlyRm don't care about contents; nuking /Users/kevinchoi/workarea/src/github.com/peernova-private/cuneiform-consumer/src/frontend/platform/node_modules/.staging/node-avro-io-4f2e4d62 242 silly gentlyRm /Users/kevinchoi/workarea/src/github.com/peernova-private/cuneiform-consumer/src/frontend/platform/node_modules/.staging/avro-serializer-dbbf0995 is being purged from base /Users/kevinchoi/workarea/src/github.com/peernova-private/cuneiform-consumer/src/frontend/platform 243 verbose gentlyRm don't care about contents; nuking /Users/kevinchoi/workarea/src/github.com/peernova-private/cuneiform-consumer/src/frontend/platform/node_modules/.staging/avro-serializer-dbbf0995 244 verbose tar unpack /Users/kevinchoi/.npm/int64-native/0.3.2/package.tgz 245 verbose tar unpacking to /Users/kevinchoi/workarea/src/github.com/peernova-private/cuneiform-consumer/src/frontend/platform/node_modules/.staging/int64-native-f613103d 246 silly gentlyRm /Users/kevinchoi/workarea/src/github.com/peernova-private/cuneiform-consumer/src/frontend/platform/node_modules/.staging/int64-native-f613103d is being purged 247 verbose gentlyRm don't care about contents; nuking /Users/kevinchoi/workarea/src/github.com/peernova-private/cuneiform-consumer/src/frontend/platform/node_modules/.staging/int64-native-f613103d 248 verbose tar unpack /Users/kevinchoi/.npm/lodash/2.4.2/package.tgz 249 verbose tar unpacking to /Users/kevinchoi/workarea/src/github.com/peernova-private/cuneiform-consumer/src/frontend/platform/node_modules/.staging/lodash-f8b4e7e4 250 silly gentlyRm /Users/kevinchoi/workarea/src/github.com/peernova-private/cuneiform-consumer/src/frontend/platform/node_modules/.staging/lodash-f8b4e7e4 is being purged 251 verbose gentlyRm don't care about contents; nuking /Users/kevinchoi/workarea/src/github.com/peernova-private/cuneiform-consumer/src/frontend/platform/node_modules/.staging/lodash-f8b4e7e4 252 verbose tar unpack /Users/kevinchoi/.npm/node-avro-io/0.3.3/package.tgz 253 verbose tar unpacking to /Users/kevinchoi/workarea/src/github.com/peernova-private/cuneiform-consumer/src/frontend/platform/node_modules/.staging/node-avro-io-4f2e4d62 254 silly gentlyRm /Users/kevinchoi/workarea/src/github.com/peernova-private/cuneiform-consumer/src/frontend/platform/node_modules/.staging/node-avro-io-4f2e4d62 is being purged 255 verbose gentlyRm don't care about contents; nuking /Users/kevinchoi/workarea/src/github.com/peernova-private/cuneiform-consumer/src/frontend/platform/node_modules/.staging/node-avro-io-4f2e4d62 256 verbose tar unpack /Users/kevinchoi/.npm/avro-serializer/0.0.4/package.tgz 257 verbose tar unpacking to /Users/kevinchoi/workarea/src/github.com/peernova-private/cuneiform-consumer/src/frontend/platform/node_modules/.staging/avro-serializer-dbbf0995 258 silly gentlyRm /Users/kevinchoi/workarea/src/github.com/peernova-private/cuneiform-consumer/src/frontend/platform/node_modules/.staging/avro-serializer-dbbf0995 is being purged 259 verbose gentlyRm don't care about contents; nuking /Users/kevinchoi/workarea/src/github.com/peernova-private/cuneiform-consumer/src/frontend/platform/node_modules/.staging/avro-serializer-dbbf0995 260 silly gunzTarPerm modes [ '755', '644' ] 261 silly gunzTarPerm modes [ '755', '644' ] 262 silly gunzTarPerm modes [ '755', '644' ] 263 silly gunzTarPerm modes [ '755', '644' ] 264 silly gunzTarPerm extractEntry package.json 265 silly gunzTarPerm extractEntry package.json 266 silly gunzTarPerm extractEntry package.json 267 silly gunzTarPerm extractEntry package.json 268 silly gunzTarPerm modified mode [ 'package.json', 436, 420 ] 269 silly gunzTarPerm extractEntry .npmignore 270 silly gunzTarPerm extractEntry README.md 271 silly gunzTarPerm extractEntry README.md 272 silly gunzTarPerm extractEntry lodash.js 273 silly gunzTarPerm extractEntry .npmignore 274 silly gunzTarPerm extractEntry README.md 275 silly gunzTarPerm extractEntry .npmignore 276 silly gunzTarPerm modified mode [ '.npmignore', 436, 420 ] 277 silly gunzTarPerm extractEntry README.md 278 silly gunzTarPerm modified mode [ 'README.md', 436, 420 ] 279 silly gunzTarPerm extractEntry int64.js 280 silly gunzTarPerm extractEntry binding.gyp 281 silly gunzTarPerm extractEntry example_writer.js 282 silly gunzTarPerm extractEntry example_reader.js 283 silly gunzTarPerm extractEntry avro_serializer.js 284 silly gunzTarPerm modified mode [ 'avro_serializer.js', 436, 420 ] 285 silly gunzTarPerm extractEntry Makefile 286 silly gunzTarPerm modified mode [ 'Makefile', 436, 420 ] 287 silly gunzTarPerm extractEntry LICENSE.txt 288 silly gunzTarPerm extractEntry src/Int64.cc 289 silly gunzTarPerm extractEntry src/Int64.h 290 silly gunzTarPerm extractEntry src/main.cc 291 silly gunzTarPerm extractEntry test/int64.js 292 silly gunzTarPerm extractEntry index.js 293 silly gunzTarPerm extractEntry run_tests.js 294 silly gunzTarPerm extractEntry test/avro_serializer.js 295 silly gunzTarPerm modified mode [ 'test/avro_serializer.js', 436, 420 ] 296 silly gunzTarPerm extractEntry dist/lodash.compat.js 297 silly gunzTarPerm extractEntry .idea/workspace.xml 298 silly gunzTarPerm extractEntry .travis.yml 299 silly gunzTarPerm extractEntry dist/lodash.compat.min.js 300 silly gunzTarPerm extractEntry dist/lodash.js 301 silly gunzTarPerm extractEntry lib/datafile.js 302 silly gunzTarPerm extractEntry lib/errors.js 303 silly gunzTarPerm extractEntry lib/io.js 304 silly gunzTarPerm extractEntry lib/schema.js 305 silly gunzTarPerm extractEntry test/datafile.test.js 306 silly gunzTarPerm extractEntry test/io.test.js 307 silly gunzTarPerm extractEntry dist/lodash.min.js 308 silly gunzTarPerm extractEntry dist/lodash.underscore.js 309 silly gunzTarPerm extractEntry test/schema.js 310 silly gunzTarPerm extractEntry test/schema.test.js 311 silly gentlyRm /Users/kevinchoi/workarea/src/github.com/peernova-private/cuneiform-consumer/src/frontend/platform/node_modules/.staging/avro-serializer-dbbf0995/node_modules is being purged 312 verbose gentlyRm don't care about contents; nuking /Users/kevinchoi/workarea/src/github.com/peernova-private/cuneiform-consumer/src/frontend/platform/node_modules/.staging/avro-serializer-dbbf0995/node_modules 313 silly gunzTarPerm extractEntry dist/lodash.underscore.min.js 314 silly gunzTarPerm extractEntry test/data/log.schema 315 silly gunzTarPerm extractEntry test/data/double.json 316 silly gunzTarPerm extractEntry test/data/enum.json 317 silly gunzTarPerm extractEntry test/data/enum.schema 318 silly gunzTarPerm extractEntry test/data/float.json 319 silly gunzTarPerm extractEntry test/data/float.schema 320 silly gunzTarPerm extractEntry test/data/double.schema 321 silly gunzTarPerm extractEntry test/data/nested.json 322 silly gentlyRm /Users/kevinchoi/workarea/src/github.com/peernova-private/cuneiform-consumer/src/frontend/platform/node_modules/.staging/int64-native-f613103d/node_modules is being purged 323 verbose gentlyRm don't care about contents; nuking /Users/kevinchoi/workarea/src/github.com/peernova-private/cuneiform-consumer/src/frontend/platform/node_modules/.staging/int64-native-f613103d/node_modules 324 silly gunzTarPerm extractEntry test/data/nested.schema 325 silly gunzTarPerm extractEntry test/data/string.json 326 silly gunzTarPerm extractEntry test/data/string.schema 327 silly gunzTarPerm extractEntry test/data/string_test.json 328 silly gunzTarPerm extractEntry test/data/string_test.schema 329 silly gunzTarPerm extractEntry test/mocha.opts 330 silly gunzTarPerm extractEntry Makefile 331 silly gunzTarPerm extractEntry tools/avro-tools-1.7.7.jar 332 silly gentlyRm /Users/kevinchoi/workarea/src/github.com/peernova-private/cuneiform-consumer/src/frontend/platform/node_modules/.staging/lodash-f8b4e7e4/node_modules is being purged 333 verbose gentlyRm don't care about contents; nuking /Users/kevinchoi/workarea/src/github.com/peernova-private/cuneiform-consumer/src/frontend/platform/node_modules/.staging/lodash-f8b4e7e4/node_modules 334 silly gentlyRm /Users/kevinchoi/workarea/src/github.com/peernova-private/cuneiform-consumer/src/frontend/platform/node_modules/.staging/node-avro-io-4f2e4d62/node_modules is being purged 335 verbose gentlyRm don't care about contents; nuking /Users/kevinchoi/workarea/src/github.com/peernova-private/cuneiform-consumer/src/frontend/platform/node_modules/.staging/node-avro-io-4f2e4d62/node_modules 336 silly doParallel preinstall 4 337 silly preinstall [email protected] /Users/kevinchoi/workarea/src/github.com/peernova-private/cuneiform-consumer/src/frontend/platform/node_modules/.staging/int64-native-f613103d 338 info lifecycle [email protected]~preinstall: [email protected] 339 silly preinstall [email protected] /Users/kevinchoi/workarea/src/github.com/peernova-private/cuneiform-consumer/src/frontend/platform/node_modules/.staging/lodash-f8b4e7e4 340 info lifecycle [email protected]~preinstall: [email protected] 341 silly preinstall [email protected] /Users/kevinchoi/workarea/src/github.com/peernova-private/cuneiform-consumer/src/frontend/platform/node_modules/.staging/node-avro-io-4f2e4d62 342 info lifecycle [email protected]~preinstall: [email protected] 343 silly preinstall [email protected] /Users/kevinchoi/workarea/src/github.com/peernova-private/cuneiform-consumer/src/frontend/platform/node_modules/.staging/avro-serializer-dbbf0995 344 info lifecycle [email protected]~preinstall: [email protected] 345 silly lifecycle [email protected]~preinstall: no script for preinstall, continuing 346 silly lifecycle [email protected]~preinstall: no script for preinstall, continuing 347 silly lifecycle [email protected]~preinstall: no script for preinstall, continuing 348 silly lifecycle [email protected]~preinstall: no script for preinstall, continuing 349 silly doReverseSerial remove 0 350 silly doSerial move 0 351 silly doSerial finalize 4 352 silly finalize /Users/kevinchoi/workarea/src/github.com/peernova-private/cuneiform-consumer/src/frontend/platform/node_modules/int64-native 353 silly finalize /Users/kevinchoi/workarea/src/github.com/peernova-private/cuneiform-consumer/src/frontend/platform/node_modules/node-avro-io/node_modules/lodash 354 silly finalize /Users/kevinchoi/workarea/src/github.com/peernova-private/cuneiform-consumer/src/frontend/platform/node_modules/node-avro-io 355 silly finalize /Users/kevinchoi/workarea/src/github.com/peernova-private/cuneiform-consumer/src/frontend/platform/node_modules/avro-serializer 356 silly doSerial build 4 357 silly build [email protected] 358 info linkStuff [email protected] 359 silly linkStuff [email protected] has /Users/kevinchoi/workarea/src/github.com/peernova-private/cuneiform-consumer/src/frontend/platform/node_modules as its parent node_modules 360 verbose linkBins [email protected] 361 verbose linkMans [email protected] 362 silly build [email protected] 363 info linkStuff [email protected] 364 silly linkStuff [email protected] has /Users/kevinchoi/workarea/src/github.com/peernova-private/cuneiform-consumer/src/frontend/platform/node_modules/node-avro-io/node_modules as its parent node_modules 365 verbose linkBins [email protected] 366 verbose linkMans [email protected] 367 silly build [email protected] 368 info linkStuff [email protected] 369 silly linkStuff [email protected] has /Users/kevinchoi/workarea/src/github.com/peernova-private/cuneiform-consumer/src/frontend/platform/node_modules as its parent node_modules 370 verbose linkBins [email protected] 371 verbose linkMans [email protected] 372 silly build [email protected] 373 info linkStuff [email protected] 374 silly linkStuff [email protected] has /Users/kevinchoi/workarea/src/github.com/peernova-private/cuneiform-consumer/src/frontend/platform/node_modules as its parent node_modules 375 verbose linkBins [email protected] 376 verbose linkMans [email protected] 377 silly doSerial global-link 0 378 silly doParallel update-linked 0 379 silly doSerial install 4 380 silly install [email protected] /Users/kevinchoi/workarea/src/github.com/peernova-private/cuneiform-consumer/src/frontend/platform/node_modules/.staging/int64-native-f613103d 381 info lifecycle [email protected]~install: [email protected] 382 verbose lifecycle [email protected]~install: unsafe-perm in lifecycle false 383 verbose lifecycle [email protected]~install: PATH: /usr/local/lib/node_modules/npm/bin/node-gyp-bin:/Users/kevinchoi/workarea/src/github.com/peernova-private/cuneiform-consumer/src/frontend/platform/node_modules/int64-native/node_modules/.bin:/Users/kevinchoi/workarea/src/github.com/peernova-private/cuneiform-consumer/src/frontend/platform/node_modules/.bin:/usr/local/bin:/Users/kevinchoi/workarea/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin 384 verbose lifecycle [email protected]~install: CWD: /Users/kevinchoi/workarea/src/github.com/peernova-private/cuneiform-consumer/src/frontend/platform/node_modules/int64-native 385 silly lifecycle [email protected]~install: Args: [ '-c', 'node-gyp configure && node-gyp build' ] 386 silly lifecycle [email protected]~install: Returned: code: 1 signal: null 387 info lifecycle [email protected]~install: Failed to exec install script 388 verbose unlock done using /Users/kevinchoi/.npm/_locks/staging-75feb56cebf762a0.lock for /Users/kevinchoi/workarea/src/github.com/peernova-private/cuneiform-consumer/src/frontend/platform/node_modules/.staging 389 silly rollbackFailedOptional Starting 390 silly rollbackFailedOptional Finishing 391 silly runTopLevelLifecycles Starting 392 silly runTopLevelLifecycles Finishing 393 silly install printInstalled 394 verbose stack Error: [email protected] install: node-gyp configure && node-gyp build 394 verbose stack Exit status 1 394 verbose stack at EventEmitter. (/usr/local/lib/node_modules/npm/lib/utils/lifecycle.js:239:16) 394 verbose stack at emitTwo (events.js:100:13) 394 verbose stack at EventEmitter.emit (events.js:185:7) 394 verbose stack at ChildProcess. (/usr/local/lib/node_modules/npm/lib/utils/spawn.js:24:14) 394 verbose stack at emitTwo (events.js:100:13) 394 verbose stack at ChildProcess.emit (events.js:185:7) 394 verbose stack at maybeClose (internal/child_process.js:850:16) 394 verbose stack at Process.ChildProcess._handle.onexit (internal/child_process.js:215:5) 395 verbose pkgid [email protected] 396 verbose cwd /Users/kevinchoi/workarea/src/github.com/peernova-private/cuneiform-consumer/src/frontend/platform 397 error Darwin 16.7.0 398 error argv "/usr/local/bin/node" "/usr/local/bin/npm" "install" "avro-serializer" "--save" 399 error node v5.12.0 400 error npm v3.8.6 401 error code ELIFECYCLE 402 error [email protected] install: node-gyp configure && node-gyp build 402 error Exit status 1 403 error Failed at the [email protected] install script 'node-gyp configure && node-gyp build'. 403 error Make sure you have the latest version of node.js and npm installed. 403 error If you do, this is most likely a problem with the int64-native package, 403 error not with npm itself. 403 error Tell the author that this fails on your system: 403 error node-gyp configure && node-gyp build 403 error You can get information on how to open an issue for this project with: 403 error npm bugs int64-native 403 error Or if that isn't available, you can get their info via: 403 error npm owner ls int64-native 403 error There is likely additional logging output above. 404 verbose exit [ 1, true ]

kchoi1998 avatar Oct 10 '17 17:10 kchoi1998