Skip to content

Instantly share code, notes, and snippets.

@newswim
Created April 16, 2016 20:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save newswim/7ccf83514030b20176c3bc8a278ac994 to your computer and use it in GitHub Desktop.
Save newswim/7ccf83514030b20176c3bc8a278ac994 to your computer and use it in GitHub Desktop.
building h20
bash-3.2$ ./gradlew build
:buildSrc:compileJava UP-TO-DATE
:buildSrc:compileGroovy UP-TO-DATE
:buildSrc:processResources UP-TO-DATE
:buildSrc:classes UP-TO-DATE
:buildSrc:jar UP-TO-DATE
:buildSrc:assemble UP-TO-DATE
:buildSrc:compileTestJava UP-TO-DATE
:buildSrc:compileTestGroovy UP-TO-DATE
:buildSrc:processTestResources UP-TO-DATE
:buildSrc:testClasses UP-TO-DATE
:buildSrc:test UP-TO-DATE
:buildSrc:check UP-TO-DATE
:buildSrc:build UP-TO-DATE
PyUnit smoke test (run.py --wipeall --testsize s)...
R smoke test (run.py --wipeall --testsize s)...
:compileJava UP-TO-DATE
:compileJava took 0.001 secs
:processResources UP-TO-DATE
:processResources took 0.001 secs
:classes UP-TO-DATE
:classes took 0.0 secs
:jar UP-TO-DATE
:jar took 0.008 secs
:assemble UP-TO-DATE
:assemble took 0.001 secs
:compileTestJava UP-TO-DATE
:compileTestJava took 0.001 secs
:processTestResources UP-TO-DATE
:processTestResources took 0.001 secs
:testClasses UP-TO-DATE
:testClasses took 0.0 secs
:test UP-TO-DATE
:test took 0.001 secs
:check UP-TO-DATE
:check took 0.0 secs
:build UP-TO-DATE
:build took 0.0 secs
:h2o-core:generateBuildVersionJava
NOTE: emitBuildVersionJava found a match, nothing to do:h2o-core:generateBuildVersionJava took 0.067 secs
:h2o-genmodel:compileJava UP-TO-DATE
:h2o-genmodel:compileJava took 0.035 secs
:h2o-genmodel:processResources UP-TO-DATE
:h2o-genmodel:processResources took 0.001 secs
:h2o-genmodel:classes UP-TO-DATE
:h2o-genmodel:classes took 0.0 secs
:h2o-genmodel:jar UP-TO-DATE
:h2o-genmodel:jar took 0.011 secs
:h2o-core:compileJava UP-TO-DATE
:h2o-core:compileJava took 0.552 secs
:h2o-core:processResources UP-TO-DATE
:h2o-core:processResources took 0.059 secs
:h2o-core:classes UP-TO-DATE
:h2o-core:classes took 0.0 secs
:h2o-core:jar UP-TO-DATE
:h2o-core:jar took 0.257 secs
:h2o-algos:compileJava UP-TO-DATE
:h2o-algos:compileJava took 0.211 secs
:h2o-algos:processResources UP-TO-DATE
:h2o-algos:processResources took 0.001 secs
:h2o-algos:classes UP-TO-DATE
:h2o-algos:classes took 0.001 secs
:h2o-algos:jar UP-TO-DATE
:h2o-algos:jar took 0.07 secs
:h2o-algos:assemble UP-TO-DATE
:h2o-algos:assemble took 0.0 secs
:h2o-core:compileTestJava UP-TO-DATE
:h2o-core:compileTestJava took 0.205 secs
:h2o-core:processTestResources UP-TO-DATE
:h2o-core:processTestResources took 0.001 secs
:h2o-core:testClasses UP-TO-DATE
:h2o-core:testClasses took 0.001 secs
:h2o-core:testJar UP-TO-DATE
:h2o-core:testJar took 0.021 secs
:h2o-algos:cpLibs UP-TO-DATE
:h2o-algos:cpLibs took 0.082 secs
:h2o-algos:smalldataCheck
:h2o-algos:smalldataCheck took 0.003 secs
:h2o-algos:compileTestJava
Note: /Users/dm/Desktop/h2o/h2o-3/h2o-algos/src/test/java/hex/glm/GLMBasicTestRegression.java uses or overrides a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
:h2o-algos:compileTestJava took 2.8 secs
:h2o-algos:processTestResources UP-TO-DATE
:h2o-algos:processTestResources took 0.0 secs
:h2o-algos:testClasses
:h2o-algos:testClasses took 0.0 secs
:h2o-algos:testJar
:h2o-algos:testJar took 0.141 secs
:h2o-algos:testMultiNode
Running h2o-algos junit tests...
> Building 14% > :h2o-algos:testMultiNode
^C^Cbash-3.2$ pwd
/Users/dm/Desktop/h2o/h2o-3
bash-3.2$ ./gradlew build --stacktrace
:buildSrc:compileJava UP-TO-DATE
:buildSrc:compileGroovy UP-TO-DATE
:buildSrc:processResources UP-TO-DATE
:buildSrc:classes UP-TO-DATE
:buildSrc:jar UP-TO-DATE
:buildSrc:assemble UP-TO-DATE
:buildSrc:compileTestJava UP-TO-DATE
:buildSrc:compileTestGroovy UP-TO-DATE
:buildSrc:processTestResources UP-TO-DATE
:buildSrc:testClasses UP-TO-DATE
:buildSrc:test UP-TO-DATE
:buildSrc:check UP-TO-DATE
:buildSrc:build UP-TO-DATE
PyUnit smoke test (run.py --wipeall --testsize s)...
R smoke test (run.py --wipeall --testsize s)...
:compileJava UP-TO-DATE
:compileJava took 0.001 secs
:processResources UP-TO-DATE
:processResources took 0.0 secs
:classes UP-TO-DATE
:classes took 0.0 secs
:jar UP-TO-DATE
:jar took 0.01 secs
:assemble UP-TO-DATE
:assemble took 0.0 secs
:compileTestJava UP-TO-DATE
:compileTestJava took 0.001 secs
:processTestResources UP-TO-DATE
:processTestResources took 0.001 secs
:testClasses UP-TO-DATE
:testClasses took 0.0 secs
:test UP-TO-DATE
:test took 0.001 secs
:check UP-TO-DATE
:check took 0.001 secs
:build UP-TO-DATE
:build took 0.001 secs
:h2o-core:generateBuildVersionJava
NOTE: emitBuildVersionJava found a match, nothing to do:h2o-core:generateBuildVersionJava took 0.137 secs
:h2o-genmodel:compileJava UP-TO-DATE
:h2o-genmodel:compileJava took 0.037 secs
:h2o-genmodel:processResources UP-TO-DATE
:h2o-genmodel:processResources took 0.002 secs
:h2o-genmodel:classes UP-TO-DATE
:h2o-genmodel:classes took 0.0 secs
:h2o-genmodel:jar UP-TO-DATE
:h2o-genmodel:jar took 0.01 secs
:h2o-core:compileJava UP-TO-DATE
:h2o-core:compileJava took 0.611 secs
:h2o-core:processResources UP-TO-DATE
:h2o-core:processResources took 0.061 secs
:h2o-core:classes UP-TO-DATE
:h2o-core:classes took 0.0 secs
:h2o-core:jar UP-TO-DATE
:h2o-core:jar took 0.245 secs
:h2o-algos:compileJava UP-TO-DATE
:h2o-algos:compileJava took 0.16 secs
:h2o-algos:processResources UP-TO-DATE
:h2o-algos:processResources took 0.001 secs
:h2o-algos:classes UP-TO-DATE
:h2o-algos:classes took 0.0 secs
:h2o-algos:jar UP-TO-DATE
:h2o-algos:jar took 0.045 secs
:h2o-algos:assemble UP-TO-DATE
:h2o-algos:assemble took 0.0 secs
:h2o-core:compileTestJava UP-TO-DATE
:h2o-core:compileTestJava took 0.187 secs
:h2o-core:processTestResources UP-TO-DATE
:h2o-core:processTestResources took 0.0 secs
:h2o-core:testClasses UP-TO-DATE
:h2o-core:testClasses took 0.0 secs
:h2o-core:testJar UP-TO-DATE
:h2o-core:testJar took 0.016 secs
:h2o-algos:cpLibs UP-TO-DATE
:h2o-algos:cpLibs took 0.079 secs
:h2o-algos:smalldataCheck
:h2o-algos:smalldataCheck took 0.003 secs
:h2o-algos:compileTestJava UP-TO-DATE
:h2o-algos:compileTestJava took 0.091 secs
:h2o-algos:processTestResources UP-TO-DATE
:h2o-algos:processTestResources took 0.001 secs
:h2o-algos:testClasses UP-TO-DATE
:h2o-algos:testClasses took 0.0 secs
:h2o-algos:testJar UP-TO-DATE
:h2o-algos:testJar took 0.016 secs
:h2o-algos:testMultiNode
Running h2o-algos junit tests...
> Building 14% > :h2o-algos:testMultiNode^Cbash-3.2$ pwd
/Users/dm/Desktop/h2o/h2o-3
bash-3.2$ ./gradlew build -x test
:buildSrc:compileJava UP-TO-DATE
:buildSrc:compileGroovy UP-TO-DATE
:buildSrc:processResources UP-TO-DATE
:buildSrc:classes UP-TO-DATE
:buildSrc:jar UP-TO-DATE
:buildSrc:assemble UP-TO-DATE
:buildSrc:compileTestJava UP-TO-DATE
:buildSrc:compileTestGroovy UP-TO-DATE
:buildSrc:processTestResources UP-TO-DATE
:buildSrc:testClasses UP-TO-DATE
:buildSrc:test UP-TO-DATE
:buildSrc:check UP-TO-DATE
:buildSrc:build UP-TO-DATE
PyUnit smoke test (run.py --wipeall --testsize s)...
R smoke test (run.py --wipeall --testsize s)...
:compileJava UP-TO-DATE
:compileJava took 0.001 secs
:processResources UP-TO-DATE
:processResources took 0.001 secs
:classes UP-TO-DATE
:classes took 0.0 secs
:jar UP-TO-DATE
:jar took 0.009 secs
:assemble UP-TO-DATE
:assemble took 0.0 secs
:check
:check took 0.001 secs
:build
:build took 0.0 secs
:h2o-core:generateBuildVersionJava
NOTE: emitBuildVersionJava found a match, nothing to do:h2o-core:generateBuildVersionJava took 0.061 secs
:h2o-genmodel:compileJava UP-TO-DATE
:h2o-genmodel:compileJava took 0.034 secs
:h2o-genmodel:processResources UP-TO-DATE
:h2o-genmodel:processResources took 0.001 secs
:h2o-genmodel:classes UP-TO-DATE
:h2o-genmodel:classes took 0.0 secs
:h2o-genmodel:jar UP-TO-DATE
:h2o-genmodel:jar took 0.011 secs
:h2o-core:compileJava UP-TO-DATE
:h2o-core:compileJava took 0.456 secs
:h2o-core:processResources UP-TO-DATE
:h2o-core:processResources took 0.041 secs
:h2o-core:classes UP-TO-DATE
:h2o-core:classes took 0.001 secs
:h2o-core:jar UP-TO-DATE
:h2o-core:jar took 0.175 secs
:h2o-algos:compileJava UP-TO-DATE
:h2o-algos:compileJava took 0.112 secs
:h2o-algos:processResources UP-TO-DATE
:h2o-algos:processResources took 0.001 secs
:h2o-algos:classes UP-TO-DATE
:h2o-algos:classes took 0.0 secs
:h2o-algos:jar UP-TO-DATE
:h2o-algos:jar took 0.049 secs
:h2o-algos:assemble UP-TO-DATE
:h2o-algos:assemble took 0.001 secs
:h2o-algos:check
:h2o-algos:check took 0.0 secs
:h2o-algos:build
:h2o-algos:build took 0.0 secs
:h2o-web:compileJava UP-TO-DATE
:h2o-web:compileJava took 0.001 secs
:h2o-web:checkClientPrerequisites
:h2o-web:checkClientPrerequisites took 0.053 secs
:h2o-web:installNpmPackages
npm WARN deprecated graceful-fs@3.0.8: graceful-fs version 3 and before will fail on newer node releases. Please update to graceful-fs@^4.0.0 as soon as possible.
npm WARN deprecated graceful-fs@2.0.3: graceful-fs version 3 and before will fail on newer node releases. Please update to graceful-fs@^4.0.0 as soon as possible.
h2o-web@0.0.0 /Users/dm/Desktop/h2o/h2o-3/h2o-web
├─┬ bower@1.3.8
│ ├── abbrev@1.0.7
│ ├── archy@0.0.2
│ ├─┬ bower-config@0.5.2
│ │ ├── graceful-fs@2.0.3
│ │ ├─┬ optimist@0.6.1
│ │ │ ├── minimist@0.0.10
│ │ │ └── wordwrap@0.0.3
│ │ └── osenv@0.0.3
│ ├── bower-endpoint-parser@0.2.2
│ ├─┬ bower-json@0.4.0
│ │ ├── deep-extend@0.2.11
│ │ ├── graceful-fs@2.0.3
│ │ └── intersect@0.0.3
│ ├── bower-logger@0.2.2
│ ├─┬ bower-registry-client@0.2.4
│ │ ├── async@0.2.10
│ │ ├── graceful-fs@2.0.3
│ │ ├── lru-cache@2.3.1
│ │ ├── mkdirp@0.3.5
│ │ ├─┬ request@2.51.0
│ │ │ ├── caseless@0.8.0
│ │ │ ├── hawk@1.1.1
│ │ │ ├── mime-types@1.0.2
│ │ │ ├── oauth-sign@0.5.0
│ │ │ └── qs@2.3.3
│ │ └── request-replay@0.2.0
│ ├─┬ cardinal@0.4.4
│ │ ├── ansicolors@0.2.1
│ │ └─┬ redeyed@0.4.4
│ │ └── esprima@1.0.4
│ ├─┬ chalk@0.4.0
│ │ ├── ansi-styles@1.0.0
│ │ ├── has-color@0.1.7
│ │ └── strip-ansi@0.1.1
│ ├── chmodr@0.1.2
│ ├─┬ decompress-zip@0.0.8
│ │ ├─┬ binary@0.3.0
│ │ │ ├── buffers@0.1.1
│ │ │ └─┬ chainsaw@0.1.0
│ │ │ └── traverse@0.3.9
│ │ ├── mkpath@0.1.0
│ │ ├── nopt@2.2.1
│ │ ├── readable-stream@1.1.14
│ │ └─┬ touch@0.0.2
│ │ └── nopt@1.0.10
│ ├─┬ fstream@0.1.31
│ │ └── inherits@2.0.1
│ ├─┬ fstream-ignore@0.0.10
│ │ └─┬ minimatch@0.3.0
│ │ └── sigmund@1.0.1
│ ├─┬ glob@4.0.6
│ │ ├── minimatch@1.0.0
│ │ └─┬ once@1.3.3
│ │ └── wrappy@1.0.1
│ ├── graceful-fs@3.0.8
│ ├─┬ handlebars@1.3.0
│ │ ├── optimist@0.3.7
│ │ npm└─┬ uglify-js@2.3.6
WARN h2o-web@0.0.0 license should be a valid SPDX license expression
│ │ ├── optimist@0.3.7
│ │ └─┬ source-map@0.1.43
│ │ └── amdefine@1.0.0
│ ├─┬ inquirer@0.5.1
│ │ ├── async@0.8.0
│ │ ├─┬ cli-color@0.3.3
│ │ │ ├── d@0.1.1
│ │ │ ├─┬ es5-ext@0.10.11
│ │ │ │ ├── es6-iterator@2.0.0
│ │ │ │ └── es6-symbol@3.0.2
│ │ │ ├─┬ memoizee@0.3.9
│ │ │ │ ├─┬ es6-weak-map@0.1.4
│ │ │ │ │ ├── es6-iterator@0.1.3
│ │ │ │ │ └── es6-symbol@2.0.1
│ │ │ │ ├── event-emitter@0.3.4
│ │ │ │ ├── lru-queue@0.1.0
│ │ │ │ └── next-tick@0.2.2
│ │ │ └── timers-ext@0.1.0
│ │ ├── lodash@2.4.2
│ │ ├── mute-stream@0.0.4
│ │ ├─┬ readline2@0.1.1
│ │ │ └─┬ strip-ansi@2.0.1
│ │ │ └── ansi-regex@1.1.1
│ │ └── through@2.3.8
│ ├─┬ insight@0.3.1
│ │ ├─┬ configstore@0.2.3
│ │ │ ├── graceful-fs@2.0.3
│ │ │ ├─┬ js-yaml@3.0.2
│ │ │ │ └─┬ argparse@0.1.16
│ │ │ │ ├── underscore@1.7.0
│ │ │ │ └── underscore.string@2.4.0
│ │ │ ├── mkdirp@0.3.5
│ │ │ ├── osenv@0.0.3
│ │ │ └── uuid@1.4.2
│ │ ├─┬ inquirer@0.4.1
│ │ │ ├─┬ cli-color@0.2.3
│ │ │ │ ├── es5-ext@0.9.2
│ │ │ │ └─┬ memoizee@0.2.6
│ │ │ │ ├── event-emitter@0.2.2
│ │ │ │ └── next-tick@0.1.0
│ │ │ └── lodash@2.4.2
│ │ ├─┬ lodash.debounce@2.4.1
│ │ │ ├── lodash.isfunction@2.4.1
│ │ │ ├─┬ lodash.isobject@2.4.1
│ │ │ │ └── lodash._objecttypes@2.4.1
│ │ │ └─┬ lodash.now@2.4.1
│ │ │ └── lodash._isnative@2.4.1
│ │ ├── object-assign@0.1.2
│ │ └─┬ request@2.27.0
│ │ ├── aws-sign@0.3.0
│ │ ├─�� cookie-jar@0.3.0
│ │ ├─┬ form-data@0.1.4
│ │ │ └── async@0.9.2
│ │ ├── hawk@1.0.0
│ │ ├── oauth-sign@0.3.0
│ │ ├── qs@0.6.6
│ │ └── tunnel-agent@0.3.0
│ ├── is-root@0.1.0
│ ├── junk@0.3.0
│ ├── lockfile@0.4.3
│ ├── lru-cache@2.5.2
│ ├── mout@0.9.1
│ ├── nopt@3.0.6
│ ├── opn@0.1.2
│ ├─┬ osenv@0.1.3
│ │ ├── os-homedir@1.0.1
│ │ └── os-tmpdir@1.0.1
│ ├─┬ p-throttler@0.0.1
│ │ └── q@0.9.7
│ ├─┬ promptly@0.2.1
│ │ └── read@1.0.7
│ ├── q@1.0.1
│ ├─┬ request@2.36.0
│ │ ├── forever-agent@0.5.2
│ │ ├─┬ form-data@0.1.4
│ │ │ └── async@0.9.2
│ │ ├─┬ hawk@1.0.0
│ │ │ ├── boom@0.4.2
│ │ │ ├── cryptiles@0.2.2
│ │ │ ├── hoek@0.9.1
│ │ │ └── sntp@0.2.4
│ │ ├── mime@1.2.11
│ │ ├── oauth-sign@0.3.0
│ │ └── qs@0.6.6
│ ├─┬ request-progress@0.3.1
│ │ └── throttleit@0.0.2
│ ├── retry@0.6.1
│ ├── rimraf@2.2.8
│ ├── semver@2.3.2
│ ├─┬ shell-quote@1.4.3
│ │ ├── array-filter@0.0.1
│ │ ├── array-map@0.0.0
│ │ ├── array-reduce@0.0.0
│ │ └── jsonify@0.0.0
│ ├── stringify-object@0.2.1
│ ├─┬ tar@0.1.20
│ │ └── block-stream@0.0.8
│ ├── tmp@0.0.23
│ ├─┬ update-notifier@0.2.2
│ │ ├─┬ chalk@0.5.1
│ │ │ ├── ansi-styles@1.1.0
│ │ │ ├── escape-string-regexp@1.0.5
│ │ │ ├─┬ has-ansi@0.1.0
│ │ │ │ └── ansi-regex@0.2.1
│ │ │ ├─┬ strip-ansi@0.3.0
│ │ │ │ └── ansi-regex@0.2.1
│ │ │ └── supports-color@0.2.0
│ │ ├─┬ configstore@0.3.2
│ │ │ ├── object-assign@2.1.1
│ │ │ ├── user-home@1.1.1
│ │ │ ├── uuid@2.0.2
│ │ │ └── xdg-basedir@1.0.1
│ │ ├── is-npm@1.0.0
│ │ ├─┬ latest-version@1.0.1
│ │ │ └─┬ package-json@1.2.0
│ │ │ ├─┬ got@3.3.1
│ │ │ │ ├─┬ duplexify@3.4.3
│ │ │ │ │ ├── end-of-stream@1.0.0
│ │ │ │ │ └─┬ readable-stream@2.1.0
│ │ │ │ │ ├─┬ inline-process-browser@2.0.1
│ │ │ │ │ │ ├─┬ falafel@1.2.0
│ │ │ │ │ │ │ ├── acorn@1.2.2
│ │ │ │ │ │ │ ├── foreach@2.0.5
│ │ │ │ │ │ │ └── object-keys@1.0.9
│ │ │ │ │ │ └── through2@0.6.5
│ │ │ │ │ ├── isarray@1.0.0
│ │ │ │ │ ├── process-nextick-args@1.0.6
│ │ │ │ │ ├─┬ unreachable-branch-transform@0.5.1
│ │ │ │ │ │ ├── esmangle-evaluator@1.0.0
│ │ │ │ │ │ └─┬ recast@0.11.5
│ │ │ │ │ │ ├── ast-types@0.8.16
│ │ │ │ │ │ ├── esprima@2.7.2
│ │ │ │ │ │ ├── private@0.1.6
│ │ │ │ │ │ └── source-map@0.5.3
│ │ │ │ │ └── util-deprecate@1.0.2
│ │ │ │ ├── infinity-agent@2.0.3
│ │ │ │ ├── is-redirect@1.0.0
│ │ │ │ ├── is-stream@1.1.0
│ │ │ │ ├── lowercase-keys@1.0.0
│ │ │ │ ├── nested-error-stacks@1.0.2
│ │ │ │ ├── object-assign@3.0.0
│ │ │ │ ├── prepend-http@1.0.3
│ │ │ │ ├─┬ read-all-stream@3.1.0
│ │ │ │ │ ├─┬ pinkie-promise@2.0.1
│ │ │ │ │ │ └── pinkie@2.0.4
│ │ │ │ │ └─┬ readable-stream@2.1.0
│ │ │ │ │ └── isarray@1.0.0
│ │ │ │ └── timed-out@2.0.0
│ │ │ └─┬ registry-url@3.1.0
│ │ │ └─┬ rc@1.1.6
│ │ │ ├── deep-extend@0.4.1
│ │ │ ├── ini@1.3.4
│ │ │ ├── minimist@1.2.0
│ │ │ └── strip-json-comments@1.0.4
│ │ ├─┬ semver-diff@2.1.0
│ │ │ └── semver@5.1.0
│ │ └─┬ string-length@1.0.1
│ │ └─┬ strip-ansi@3.0.1
│ │ └── ansi-regex@2.0.0
│ └── which@1.0.9
├── coffee-script@1.9.2
├── diecut@0.0.1
├── fiction@0.0.4
├─┬ fs-extra@0.18.2
│ └── jsonfile@2.2.3
├─┬ htmlparser2@3.8.2
│ ├── domelementtype@1.3.0
│ ├── domhandler@2.3.0
│ ├─┬ domutils@1.5.1
│ │ └─┬ dom-serializer@0.1.0
│ │ ├── domelementtype@1.1.3
│ │ └── entities@1.1.1
│ ├── entities@1.0.0
│ └─┬ readable-stream@1.1.14
│ ├── core-util-is@1.0.2
│ ├── isarray@0.0.1
│ └── string_decoder@0.10.31
├─┬ js-yaml@3.3.0
│ ├─┬ argparse@1.0.7
│ │ └── sprintf-js@1.0.3
│ └── esprima@2.2.0
├── lodash@3.7.0
├── marked@0.3.3
├── minimist@1.1.1
├─┬ mkdirp@0.5.0
│ └── minimist@0.0.8
└─┬ request@2.55.0
├── aws-sign2@0.5.0
├─┬ bl@0.9.5
│ └── readable-stream@1.0.34
├── caseless@0.9.0
├─┬ combined-stream@0.0.7
│ └── delayed-stream@0.0.5
├── forever-agent@0.6.1
├─┬ form-data@0.2.0
│ ├── async@0.9.2
│ └── mime-types@2.0.14
├─┬ har-validator@1.8.0
│ ├── bluebird@2.10.2
│ ├─┬ chalk@1.1.3
│ │ ├── ansi-styles@2.2.1
│ │ ├─┬ has-ansi@2.0.0
│ │ │ └── ansi-regex@2.0.0
│ │ ├── strip-ansi@3.0.1
│ │ └── supports-color@2.0.0
│ ├─┬ commander@2.9.0
│ │ └── graceful-readlink@1.0.1
│ └─┬ is-my-json-valid@2.13.1
│ ├── generate-function@2.0.0
│ ├─┬ generate-object-property@1.2.0
│ │ └── is-property@1.0.2
│ ├── jsonpointer@2.0.0
│ └── xtend@4.0.1
├─┬ hawk@2.3.1
│ ├── boom@2.10.1
│ ├── cryptiles@2.0.5
│ ├── hoek@2.16.3
│ └── sntp@1.0.9
├─┬ http-signature@0.10.1
│ ├── asn1@0.1.11
│ ├── assert-plus@0.1.5
│ └── ctype@0.5.3
├── isstream@0.1.2
├── json-stringify-safe@5.0.1
├─┬ mime-types@2.0.14
│ └── mime-db@1.12.0
├── node-uuid@1.4.7
├── oauth-sign@0.6.0
├── qs@2.4.2
├── stringstream@0.0.5
├── tough-cookie@2.2.2
└── tunnel-agent@0.4.2
:h2o-web:installNpmPackages took 22.356 secs
:h2o-web:compileHelpFiles
:h2o-web:compileHelpFiles took 0.165 secs
:h2o-web:copyExampleFlows
:h2o-web:copyExampleFlows took 0.462 secs
:h2o-web:installBowerPackages
bower h2o-flow#0.4.32 not-cached https://github.com/h2oai/h2o-flow.git#0.4.32
bower h2o-flow#0.4.32 resolve https://github.com/h2oai/h2o-flow.git#0.4.32
bower h2o-flow#0.4.32 checkout 0.4.32
bower h2o-flow#0.4.32 resolved https://github.com/h2oai/h2o-flow.git#0.4.32
bower h2o-flow#0.4.32 install h2o-flow#0.4.32
h2o-flow#0.4.32 lib/h2o-flow
:h2o-web:installBowerPackages took 12.623 secs
:h2o-web:copyFlowToWebRoot
:h2o-web:copyFlowToWebRoot took 0.442 secs
:h2o-web:copyGenModelJarToWebRoot
:h2o-web:copyGenModelJarToWebRoot took 0.019 secs
:h2o-web:copyHelpImages
:h2o-web:copyHelpImages took 0.334 secs
:h2o-web:processResources
:h2o-web:processResources took 0.676 secs
:h2o-web:classes
:h2o-web:classes took 0.001 secs
:h2o-web:jar
:h2o-web:jar took 1.435 secs
:h2o-app:compileJava
:h2o-app:compileJava took 0.558 secs
:h2o-app:processResources UP-TO-DATE
:h2o-app:processResources took 0.001 secs
:h2o-app:classes
:h2o-app:classes took 0.001 secs
:h2o-app:jar
:h2o-app:jar took 0.013 secs
:h2o-app:assemble
:h2o-app:assemble took 0.0 secs
:h2o-app:check
:h2o-app:check took 0.0 secs
:h2o-app:build
:h2o-app:build took 0.0 secs
:h2o-persist-hdfs:compileJava
Download https://repo1.maven.org/maven2/org/slf4j/slf4j-api/1.6.1/slf4j-api-1.6.1.pom
Download https://repo1.maven.org/maven2/org/slf4j/slf4j-parent/1.6.1/slf4j-parent-1.6.1.pom
Download https://repo1.maven.org/maven2/org/slf4j/slf4j-log4j12/1.6.1/slf4j-log4j12-1.6.1.pom
Download https://repo1.maven.org/maven2/org/slf4j/slf4j-api/1.6.4/slf4j-api-1.6.4.pom
Download https://repo1.maven.org/maven2/org/slf4j/slf4j-parent/1.6.4/slf4j-parent-1.6.4.pom
Download https://repo1.maven.org/maven2/org/slf4j/slf4j-log4j12/1.6.1/slf4j-log4j12-1.6.1.jar
Download https://repo1.maven.org/maven2/org/slf4j/slf4j-api/1.6.4/slf4j-api-1.6.4.jar
Note: /Users/dm/Desktop/h2o/h2o-3/h2o-persist-hdfs/src/main/java/water/persist/PersistHdfs.java uses or overrides a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
:h2o-persist-hdfs:compileJava took 1.845 secs
:h2o-persist-hdfs:processResources UP-TO-DATE
:h2o-persist-hdfs:processResources took 0.001 secs
:h2o-persist-hdfs:classes
:h2o-persist-hdfs:classes took 0.0 secs
:h2o-persist-hdfs:jar
:h2o-persist-hdfs:jar took 0.011 secs
:h2o-assembly:compileJava UP-TO-DATE
:h2o-assembly:compileJava took 0.001 secs
:h2o-assembly:processResources UP-TO-DATE
:h2o-assembly:processResources took 0.001 secs
:h2o-assembly:classes UP-TO-DATE
:h2o-assembly:classes took 0.0 secs
:h2o-assembly:jar
:h2o-assembly:jar took 0.007 secs
:h2o-assembly:shadowJar
:h2o-assembly:shadowJar took 19.861 secs
:h2o-assembly:copyJar
:h2o-assembly:copyJar took 0.564 secs
:h2o-assembly:assemble
:h2o-assembly:assemble took 0.0 secs
:h2o-assembly:check
:h2o-assembly:check took 0.0 secs
:h2o-assembly:build
:h2o-assembly:build took 0.0 secs
:h2o-core:assemble UP-TO-DATE
:h2o-core:assemble took 0.0 secs
:h2o-core:check
:h2o-core:check took 0.001 secs
:h2o-core:build
:h2o-core:build took 0.0 secs
:h2o-docs:compileJava UP-TO-DATE
:h2o-docs:compileJava took 0.001 secs
:h2o-docs:processResources UP-TO-DATE
:h2o-docs:processResources took 0.001 secs
:h2o-docs:classes UP-TO-DATE
:h2o-docs:classes took 0.0 secs
:h2o-docs:jar
:h2o-docs:jar took 0.008 secs
:h2o-docs:assemble
:h2o-docs:assemble took 0.0 secs
:h2o-docs:check
:h2o-docs:check took 0.0 secs
:h2o-docs:runGenerateRESTAPIDocs
Wiping output directory...
Wiping test state (including random seeds)...
Starting clouds...
+ CMD: /Users/dm/.jenv/versions/1.7/bin/java -Xmx4g -ea -cp /Users/dm/Desktop/h2o/h2o-3/build/h2o.jar water.H2OApp -name H2O_runit_dm_3332924 -baseport 48000 -ga_opt_out
Waiting for H2O nodes to come up...
H2O Cloud 0 Node 0 started with output file /Users/dm/Desktop/h2o/h2o-3/py/results/java_0_0.out.txt
Starting 1 tests on 1 clouds with 1 total H2O worker nodes...
PASS 48000 2s generate_rest_api_docs.py
Checking cloud health...
Node cloud 0
name: H2O_runit_dm_3332924
jobs_run: 0
node 0
xmx: 4g
my_base_port: 48000
port: 48000
pid: 5645
healthy.
All tests completed; tearing down clouds...
Killing JVM with PID 5645
----------------------------------------------------------------------
SUMMARY OF RESULTS
----------------------------------------------------------------------
Total tests: 1
Passed: 1
Did not pass: 0
Did not complete: 0
H2O INTERNAL tests: 0
H2O INTERNAL failures: 0
NOPASS tests (not run): 0
NOFEATURE tests (not run): 0
Total time: 7.47 sec
Time/completed test: 7.47 sec
:h2o-docs:runGenerateRESTAPIDocs took 7.859 secs
:h2o-docs:build
:h2o-docs:build took 0.0 secs
:h2o-genmodel:assemble UP-TO-DATE
:h2o-genmodel:assemble took 0.0 secs
:h2o-genmodel:check
:h2o-genmodel:check took 0.0 secs
:h2o-genmodel:build
:h2o-genmodel:build took 0.0 secs
:h2o-java-rest-bindings:runGenerateRESTAPIBindingsSrc
Wiping output directory...
Wiping test state (including random seeds)...
Starting clouds...
+ CMD: /Users/dm/.jenv/versions/1.7/bin/java -Xmx4g -ea -cp /Users/dm/Desktop/h2o/h2o-3/build/h2o.jar water.H2OApp -name H2O_runit_dm_2666057 -baseport 48000 -ga_opt_out
Waiting for H2O nodes to come up...
H2O Cloud 0 Node 0 started with output file /Users/dm/Desktop/h2o/h2o-3/h2o-java-rest-bindings/bin/results/java_0_0.out.txt
Starting 1 tests on 1 clouds with 1 total H2O worker nodes...
PASS 48000 3s generate_java_bindings.py
Checking cloud health...
Node cloud 0
name: H2O_runit_dm_2666057
jobs_run: 0
node 0
xmx: 4g
my_base_port: 48000
port: 48000
pid: 5653
healthy.
All tests completed; tearing down clouds...
Killing JVM with PID 5653
----------------------------------------------------------------------
SUMMARY OF RESULTS
----------------------------------------------------------------------
Total tests: 1
Passed: 1
Did not pass: 0
Did not complete: 0
H2O INTERNAL tests: 0
H2O INTERNAL failures: 0
NOPASS tests (not run): 0
NOFEATURE tests (not run): 0
Total time: 8.47 sec
Time/completed test: 8.47 sec
:h2o-java-rest-bindings:runGenerateRESTAPIBindingsSrc took 8.592 secs
:h2o-java-rest-bindings:compileJava
Download https://repo1.maven.org/maven2/com/google/code/gson/gson/2.6.2/gson-2.6.2.pom
Download https://repo1.maven.org/maven2/com/google/code/gson/gson-parent/2.6.2/gson-parent-2.6.2.pom
Download https://repo1.maven.org/maven2/com/squareup/retrofit2/retrofit/2.0.1/retrofit-2.0.1.pom
Download https://repo1.maven.org/maven2/com/squareup/retrofit2/parent/2.0.1/parent-2.0.1.pom
Download https://repo1.maven.org/maven2/com/squareup/retrofit2/converter-gson/2.0.1/converter-gson-2.0.1.pom
Download https://repo1.maven.org/maven2/com/squareup/retrofit2/retrofit-converters/2.0.1/retrofit-converters-2.0.1.pom
Download https://repo1.maven.org/maven2/com/squareup/okhttp3/okhttp/3.2.0/okhttp-3.2.0.pom
Download https://repo1.maven.org/maven2/com/squareup/okhttp3/parent/3.2.0/parent-3.2.0.pom
Download https://repo1.maven.org/maven2/com/squareup/okio/okio/1.6.0/okio-1.6.0.pom
Download https://repo1.maven.org/maven2/com/squareup/okio/okio-parent/1.6.0/okio-parent-1.6.0.pom
Download https://repo1.maven.org/maven2/com/google/code/gson/gson/2.6.2/gson-2.6.2.jar
Download https://repo1.maven.org/maven2/com/squareup/retrofit2/retrofit/2.0.1/retrofit-2.0.1.jar
Download https://repo1.maven.org/maven2/com/squareup/retrofit2/converter-gson/2.0.1/converter-gson-2.0.1.jar
Download https://repo1.maven.org/maven2/com/squareup/okhttp3/okhttp/3.2.0/okhttp-3.2.0.jar
Download https://repo1.maven.org/maven2/com/squareup/okio/okio/1.6.0/okio-1.6.0.jar
:h2o-java-rest-bindings:compileJava took 1.935 secs
:h2o-java-rest-bindings:processResources UP-TO-DATE
:h2o-java-rest-bindings:processResources took 0.001 secs
:h2o-java-rest-bindings:classes
:h2o-java-rest-bindings:classes took 0.001 secs
:h2o-java-rest-bindings:jar
:h2o-java-rest-bindings:jar took 0.088 secs
:h2o-java-rest-bindings:assemble
:h2o-java-rest-bindings:assemble took 0.0 secs
:h2o-java-rest-bindings:check
:h2o-java-rest-bindings:check took 0.0 secs
:h2o-java-rest-bindings:build
:h2o-java-rest-bindings:build took 0.0 secs
:h2o-persist-hdfs:assemble
:h2o-persist-hdfs:assemble took 0.0 secs
:h2o-persist-hdfs:check
:h2o-persist-hdfs:check took 0.0 secs
:h2o-persist-hdfs:build
:h2o-persist-hdfs:build took 0.0 secs
:h2o-py:compileJava UP-TO-DATE
:h2o-py:compileJava took 0.0 secs
:h2o-py:compileGroovy UP-TO-DATE
:h2o-py:compileGroovy took 0.001 secs
:h2o-py:processResources UP-TO-DATE
:h2o-py:processResources took 0.001 secs
:h2o-py:classes UP-TO-DATE
:h2o-py:classes took 0.0 secs
:h2o-py:jar
:h2o-py:jar took 0.006 secs
:h2o-py:assemble
:h2o-py:assemble took 0.0 secs
:h2o-py:setProjectVersion
/Users/dm/Desktop/h2o/h2o-3/h2o-py/h2o/__init__.py:h2o-py:setProjectVersion took 0.006 secs
:h2o-py:buildDist
Traceback (most recent call last):
File "setup.py", line 5, in <module>
import h2o
File "/Users/dm/Desktop/h2o/h2o-3/h2o-py/h2o/__init__.py", line 7, in <module>
from .h2o import *
File "/Users/dm/Desktop/h2o/h2o-3/h2o-py/h2o/h2o.py", line 8, in <module>
from future.standard_library import install_aliases
ImportError: No module named future.standard_library
:h2o-py:buildDist FAILED
:h2o-py:buildDist took 0.217 secs
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':h2o-py:buildDist'.
> Process 'command 'python'' finished with non-zero exit value 1
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
BUILD FAILED
Total time: 1 mins 27.861 secs
Task timings:
22.356 secs :h2o-web:installNpmPackages
19.861 secs :h2o-assembly:shadowJar
12.623 secs :h2o-web:installBowerPackages
8.592 secs :h2o-java-rest-bindings:runGenerateRESTAPIBindingsSrc
7.859 secs :h2o-docs:runGenerateRESTAPIDocs
1.935 secs :h2o-java-rest-bindings:compileJava
1.845 secs :h2o-persist-hdfs:compileJava
6.033 secs All others
bash-3.2$ python
Python 2.7.10 (default, Oct 23 2015, 19:19:21)
[GCC 4.2.1 Compatible Apple LLVM 7.0.0 (clang-700.0.59.5)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>>
KeyboardInterrupt
>>>
KeyboardInterrupt
>>> exit()
bash-3.2$ pip install -U requests
Collecting requests
Downloading requests-2.9.1-py2.py3-none-any.whl (501kB)
100% |████████████████████████████████| 501kB 1.4MB/s
Installing collected packages: requests
Found existing installation: requests 2.7.0
Uninstalling requests-2.7.0:
Exception:
Traceback (most recent call last):
File "/Library/Python/2.7/site-packages/pip/basecommand.py", line 209, in main
status = self.run(options, args)
File "/Library/Python/2.7/site-packages/pip/commands/install.py", line 317, in run
prefix=options.prefix_path,
File "/Library/Python/2.7/site-packages/pip/req/req_set.py", line 726, in install
requirement.uninstall(auto_confirm=True)
File "/Library/Python/2.7/site-packages/pip/req/req_install.py", line 746, in uninstall
paths_to_remove.remove(auto_confirm)
File "/Library/Python/2.7/site-packages/pip/req/req_uninstall.py", line 115, in remove
renames(path, new_path)
File "/Library/Python/2.7/site-packages/pip/utils/__init__.py", line 267, in renames
shutil.move(old, new)
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/shutil.py", line 303, in move
os.unlink(src)
OSError: [Errno 13] Permission denied: '/Library/Python/2.7/site-packages/requests-2.7.0.dist-info/DESCRIPTION.rst'
You are using pip version 8.1.0, however version 8.1.1 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
bash-3.2$ pip install --upgrade pip
Collecting pip
Downloading pip-8.1.1-py2.py3-none-any.whl (1.2MB)
100% |████████████████████████████████| 1.2MB 1.1MB/s
Installing collected packages: pip
Found existing installation: pip 8.1.0
Uninstalling pip-8.1.0:
Exception:
Traceback (most recent call last):
File "/Library/Python/2.7/site-packages/pip/basecommand.py", line 209, in main
status = self.run(options, args)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment