csantanapr commented on issue #10: Can't run tests in OSX
URL: 
https://github.com/apache/incubator-openwhisk-runtime-go/issues/10#issuecomment-389685837
 
 
   Running a second time after failure above ^^ now it works
   ```
     $ gradle test --info
   Initialized native services in: /Users/csantana23/.gradle/native
   The client will now receive all logging from the daemon (pid: 81040). The 
daemon log file: /Users/csantana23/.gradle/daemon/4.7/daemon-81040.out.log
   Starting 12th build in daemon [uptime: 1 hrs 29 mins 49.093 secs, 
performance: 99%, no major garbage collections]
   Using 8 worker leases.
   Starting Build
   Settings evaluated using settings file 
'/Users/csantana23/Documents/dev/whisk/git/apache/incubator-openwhisk-runtime-go/settings.gradle'.
   Projects loaded. Root project using build file 
'/Users/csantana23/Documents/dev/whisk/git/apache/incubator-openwhisk-runtime-go/build.gradle'.
   Included projects: [root project 'runtime-golang', project 
':actionProxyLoop', project ':golang1.10']
   
   > Configure project :
   Evaluating root project 'runtime-golang' using build file 
'/Users/csantana23/Documents/dev/whisk/git/apache/incubator-openwhisk-runtime-go/build.gradle'.
   Found go 1.10.2 in 
/Users/csantana23/.gimme/versions/go1.10.2.darwin.amd64/bin/go, use it.
   
   > Configure project :actionProxyLoop
   Evaluating project ':actionProxyLoop' using build file 
'/Users/csantana23/Documents/dev/whisk/git/apache/incubator-openwhisk-runtime-go/actionProxyLoop/build.gradle'.
   
   > Configure project :golang1.10
   Evaluating project ':golang1.10' using build file 
'/Users/csantana23/Documents/dev/whisk/git/apache/incubator-openwhisk-runtime-go/golang1.10/build.gradle'.
   All projects evaluated.
   Selected primary task 'test' from project :
   Tasks to be executed: [task ':prepare', task ':resolveBuildDependencies', 
task ':resolveTestDependencies', task ':installDependencies', task ':vendor', 
task ':test']
   :prepare (Thread[Task worker for ':',5,main]) started.
   
   > Task :prepare
   Task ':prepare' is not up-to-date because:
     Task has not declared any outputs despite executing actions.
   Use project GOPATH: 
/Users/csantana23/Documents/dev/whisk/git/apache/incubator-openwhisk-runtime-go/.gogradle/project_gopath
   :prepare (Thread[Task worker for ':',5,main]) completed. Took 0.0 secs.
   :resolveBuildDependencies (Thread[Task worker for ':',5,main]) started.
   
   > Task :resolveBuildDependencies UP-TO-DATE
   Skipping task ':resolveBuildDependencies' as it is up-to-date.
   :resolveBuildDependencies (Thread[Task worker for ':',5,main]) completed. 
Took 0.005 secs.
   :resolveTestDependencies (Thread[Task worker for ':',5,main]) started.
   
   > Task :resolveTestDependencies UP-TO-DATE
   Skipping task ':resolveTestDependencies' as it is up-to-date.
   :resolveTestDependencies (Thread[Task worker for ':',5,main]) completed. 
Took 0.004 secs.
   :installDependencies (Thread[Task worker for ':',5,main]) started.
   
   > Task :installDependencies
   Task ':installDependencies' is not up-to-date because:
     Task has not declared any outputs despite executing actions.
   
/Users/csantana23/Documents/dev/whisk/git/apache/incubator-openwhisk-runtime-go/vendor/github.com/BurntSushi/toml
 is up-to-date, skip installing 
github.com/BurntSushi/toml#a368813c5e648fee92e5f6c30e3944ff9d5e8895
   
/Users/csantana23/Documents/dev/whisk/git/apache/incubator-openwhisk-runtime-go/vendor/github.com/apache/incubator-openwhisk-client-go
 is up-to-date, skip installing 
github.com/apache/incubator-openwhisk-client-go#e452b524cd745f71c913c5acccf72a8daba6dc71
   
/Users/csantana23/Documents/dev/whisk/git/apache/incubator-openwhisk-runtime-go/vendor/github.com/cloudfoundry/jibber_jabber
 is up-to-date, skip installing 
github.com/cloudfoundry/jibber_jabber#bcc4c8345a21301bf47c032ff42dd1aae2fe3027
   
/Users/csantana23/Documents/dev/whisk/git/apache/incubator-openwhisk-runtime-go/vendor/github.com/davecgh/go-spew
 is up-to-date, skip installing 
github.com/davecgh/go-spew:github.com/stretchr/testify#12b6f73e6084dad08a7c6e575284b177ecafbc71/vendor/github.com/davecgh/go-spew
   
/Users/csantana23/Documents/dev/whisk/git/apache/incubator-openwhisk-runtime-go/vendor/github.com/fatih/color
 is up-to-date, skip installing 
github.com/fatih/color#2d684516a8861da43017284349b7e303e809ac21
   
/Users/csantana23/Documents/dev/whisk/git/apache/incubator-openwhisk-runtime-go/vendor/github.com/google/go-querystring
 is up-to-date, skip installing 
github.com/google/go-querystring#53e6ce116135b80d037921a7fdd5138cf32d7a8a
   
/Users/csantana23/Documents/dev/whisk/git/apache/incubator-openwhisk-runtime-go/vendor/github.com/h2non/filetype
 is up-to-date, skip installing 
github.com/h2non/filetype#cc14fdc9ca0e4c2bafad7458f6ff79fd3947cfbb
   
/Users/csantana23/Documents/dev/whisk/git/apache/incubator-openwhisk-runtime-go/vendor/github.com/hokaccha/go-prettyjson
 is up-to-date, skip installing 
github.com/hokaccha/go-prettyjson#e6b9231a2b1cc5798b336fdbf99c16cd8ad1e0c9
   
/Users/csantana23/Documents/dev/whisk/git/apache/incubator-openwhisk-runtime-go/vendor/github.com/mattn/go-colorable
 is up-to-date, skip installing 
github.com/mattn/go-colorable:github.com/fatih/color#2d684516a8861da43017284349b7e303e809ac21/vendor/github.com/mattn/go-colorable
   
/Users/csantana23/Documents/dev/whisk/git/apache/incubator-openwhisk-runtime-go/vendor/github.com/mattn/go-isatty
 is up-to-date, skip installing 
github.com/mattn/go-isatty:github.com/fatih/color#2d684516a8861da43017284349b7e303e809ac21/vendor/github.com/mattn/go-isatty
   
/Users/csantana23/Documents/dev/whisk/git/apache/incubator-openwhisk-runtime-go/vendor/github.com/nicksnyder/go-i18n
 is up-to-date, skip installing 
github.com/nicksnyder/go-i18n#8c6996ea1058153460146b16c341a4ae611f7cf7
   
/Users/csantana23/Documents/dev/whisk/git/apache/incubator-openwhisk-runtime-go/vendor/github.com/pelletier/go-toml
 is up-to-date, skip installing 
github.com/pelletier/go-toml#66540cf1fcd2c3aee6f6787dfa32a6ae9a870f12
   
/Users/csantana23/Documents/dev/whisk/git/apache/incubator-openwhisk-runtime-go/vendor/github.com/pmezard/go-difflib
 is up-to-date, skip installing 
github.com/pmezard/go-difflib:github.com/stretchr/testify#12b6f73e6084dad08a7c6e575284b177ecafbc71/vendor/github.com/pmezard/go-difflib
   
/Users/csantana23/Documents/dev/whisk/git/apache/incubator-openwhisk-runtime-go/vendor/github.com/stretchr/objx
 is up-to-date, skip installing 
github.com/stretchr/objx:github.com/stretchr/testify#12b6f73e6084dad08a7c6e575284b177ecafbc71/vendor/github.com/stretchr/objx
   
/Users/csantana23/Documents/dev/whisk/git/apache/incubator-openwhisk-runtime-go/vendor/github.com/stretchr/testify
 is up-to-date, skip installing 
github.com/stretchr/testify#12b6f73e6084dad08a7c6e575284b177ecafbc71
   
/Users/csantana23/Documents/dev/whisk/git/apache/incubator-openwhisk-runtime-go/vendor/golang.org/x/crypto
 is up-to-date, skip installing 
golang.org/x/crypto#1a580b3eff7814fc9b40602fd35256c63b50f491
   
/Users/csantana23/Documents/dev/whisk/git/apache/incubator-openwhisk-runtime-go/vendor/golang.org/x/net
 is up-to-date, skip installing 
golang.org/x/net#2491c5de3490fced2f6cff376127c667efeed857
   
/Users/csantana23/Documents/dev/whisk/git/apache/incubator-openwhisk-runtime-go/vendor/golang.org/x/sys
 is up-to-date, skip installing 
golang.org/x/sys#7c87d13f8e835d2fb3a70a2912c811ed0c1d241b
   
/Users/csantana23/Documents/dev/whisk/git/apache/incubator-openwhisk-runtime-go/vendor/golang.org/x/text
 is up-to-date, skip installing 
golang.org/x/text#5c1cf69b5978e5a34c5f9ba09a83e56acc4b7877
   
/Users/csantana23/Documents/dev/whisk/git/apache/incubator-openwhisk-runtime-go/vendor/golang.org/x/tools
 is up-to-date, skip installing 
golang.org/x/tools#48418e5732e1b1e2a10207c8007a5f959e422f20
   
/Users/csantana23/Documents/dev/whisk/git/apache/incubator-openwhisk-runtime-go/vendor/gopkg.in/h2non/filetype.v1
 is up-to-date, skip installing 
gopkg.in/h2non/filetype.v1#cc14fdc9ca0e4c2bafad7458f6ff79fd3947cfbb
   
/Users/csantana23/Documents/dev/whisk/git/apache/incubator-openwhisk-runtime-go/vendor/gopkg.in/yaml.v2
 is up-to-date, skip installing 
gopkg.in/yaml.v2#5420a8b6744d3b0345ab293f6fcba19c978f1183
   :installDependencies (Thread[Task worker for ':',5,main]) completed. Took 
0.107 secs.
   :vendor (Thread[Task worker for ':',5,main]) started.
   
   > Task :vendor
   Skipping task ':vendor' as it has no actions.
   :vendor (Thread[Task worker for ':',5,main]) completed. Took 0.0 secs.
   :test (Thread[Task worker for ':',5,main]) started.
   === RUN   ExampleHello
   2018/05/16 18:27:11 Hello, Mike
   --- PASS: ExampleHello (0.00s)
   === RUN   ExampleHello_noName
   --- PASS: ExampleHello_noName (0.00s)
   === RUN   ExampleHello_badJson
   --- PASS: ExampleHello_badJson (0.00s)
   PASS
   coverage: 100.0% of statements
   ok      github.com/apache/incubator-openwhisk-runtime-go/test/src/hello 
0.007s  coverage: 100.0% of statements
   
   > Task :test
   Task ':test' is not up-to-date because:
     Task has failed previously.
   Result of package 
github.com/apache/incubator-openwhisk-runtime-go/test/src/hello:
   Test for github.com/apache/incubator-openwhisk-runtime-go/test/src/hello 
finished, 3 completed, 0 failed
   Result of package github.com/apache/incubator-openwhisk-runtime-go/openwhisk:
   
   === RUN   TestExtractActionTest_exec
   --- PASS: TestExtractActionTest_exec (0.00s)
   === RUN   TestExtractActionTest_exe
   --- PASS: TestExtractActionTest_exe (0.00s)
   === RUN   TestExtractActionTest_zip
   2018/05/16 18:27:12 Extract Action, assuming a zip
   --- PASS: TestExtractActionTest_zip (0.02s)
   === RUN   TestExtractAction_script
   --- PASS: TestExtractAction_script (0.00s)
   === RUN   TestHighestDir
   --- PASS: TestHighestDir (0.00s)
   === RUN   Example_startTestServer
   2018/05/16 18:27:12 
/var/folders/q6/4ry_mh5s3cxbcb1r0jwh06x80000gn/T/action128406738
   2018/05/16 18:27:12 http://127.0.0.1:52202
   --- PASS: Example_startTestServer (1.01s)
   === RUN   Example_isCompiled
   2018/05/16 18:27:13 isCompiled: 
/Users/csantana23/Documents/dev/whisk/git/apache/incubator-openwhisk-runtime-go/.gogradle/project_gopath/src/github.com/apache/incubator-openwhisk-runtime-go/openwhisk/_test/compile/c/exec
 kind={{  } unknown}
   2018/05/16 18:27:13 isCompiled: 
/Users/csantana23/Documents/dev/whisk/git/apache/incubator-openwhisk-runtime-go/.gogradle/project_gopath/src/github.com/apache/incubator-openwhisk-runtime-go/openwhisk/_test/compile/c/exec
 kind={{  } unknown}
   2018/05/16 18:27:13 compiling: compiler=../common/gobuild.sh main=main 
src=/Users/csantana23/Documents/dev/whisk/git/apache/incubator-openwhisk-runtime-go/.gogradle/project_gopath/src/github.com/apache/incubator-openwhisk-runtime-go/openwhisk/_test/compile/c/exec
 out=
   2018/05/16 18:27:14
   2018/05/16 18:27:14 isCompiled: 
/Users/csantana23/Documents/dev/whisk/git/apache/incubator-openwhisk-runtime-go/.gogradle/project_gopath/src/github.com/apache/incubator-openwhisk-runtime-go/openwhisk/_test/compile/c/exec
 kind={{darwin mach darwin/mach} mach}
   2018/05/16 18:27:14 isCompiled: 
/Users/csantana23/Documents/dev/whisk/git/apache/incubator-openwhisk-runtime-go/.gogradle/project_gopath/src/github.com/apache/incubator-openwhisk-runtime-go/openwhisk/_test/compile/c/exec
 kind={{darwin mach darwin/mach} mach}
   2018/05/16 18:27:14 open 
/Users/csantana23/Documents/dev/whisk/git/apache/incubator-openwhisk-runtime-go/.gogradle/project_gopath/src/github.com/apache/incubator-openwhisk-runtime-go/openwhisk/_test/compile/c/main:
 no such file or directory
   2018/05/16 18:27:14 stat 
/Users/csantana23/Documents/dev/whisk/git/apache/incubator-openwhisk-runtime-go/.gogradle/project_gopath/src/github.com/apache/incubator-openwhisk-runtime-go/openwhisk/_test/compile/c/exec1:
 no such file or directory
   --- PASS: Example_isCompiled (1.41s)
   === RUN   Example_compileAction_singlefile_main
   2018/05/16 18:27:15 compiling: compiler=../common/gobuild.sh main=main 
src=/Users/csantana23/Documents/dev/whisk/git/apache/incubator-openwhisk-runtime-go/.gogradle/project_gopath/src/github.com/apache/incubator-openwhisk-runtime-go/openwhisk/_test/compile/1/exec
 out=
   2018/05/16 18:27:16
   --- PASS: Example_compileAction_singlefile_main (1.30s)
   === RUN   Example_compileAction_singlefile_main_out
   2018/05/16 18:27:16 compiling: compiler=../common/gobuild.sh main=main 
src=/Users/csantana23/Documents/dev/whisk/git/apache/incubator-openwhisk-runtime-go/.gogradle/project_gopath/src/github.com/apache/incubator-openwhisk-runtime-go/openwhisk/_test/compile/1a/exec
 
out=/Users/csantana23/Documents/dev/whisk/git/apache/incubator-openwhisk-runtime-go/.gogradle/project_gopath/src/github.com/apache/incubator-openwhisk-runtime-go/openwhisk/_test/output/1a
   2018/05/16 18:27:17
   --- PASS: Example_compileAction_singlefile_main_out (1.33s)
   === RUN   Example_compileAction_singlefile_hello
   2018/05/16 18:27:17 compiling: compiler=../common/gobuild.sh main=hello 
src=_test/compile/2/exec out=
   2018/05/16 18:27:18
   --- PASS: Example_compileAction_singlefile_hello (1.35s)
   === RUN   Example_compileAction_singlefile_hello_out
   2018/05/16 18:27:19 compiling: compiler=../common/gobuild.sh main=hello 
src=_test/compile/2a/exec 
out=/Users/csantana23/Documents/dev/whisk/git/apache/incubator-openwhisk-runtime-go/.gogradle/project_gopath/src/github.com/apache/incubator-openwhisk-runtime-go/openwhisk/_test/output/2a
   2018/05/16 18:27:20
   --- PASS: Example_compileAction_singlefile_hello_out (1.33s)
   === RUN   Example_compileAction_multifile_main
   2018/05/16 18:27:20 compiling: compiler=../common/gobuild.sh main=main 
src=_test/compile/3/ out=
   2018/05/16 18:27:21 cp: 
/Users/csantana23/Documents/dev/whisk/git/apache/incubator-openwhisk-runtime-go/openwhisk/_test/compile/3/action
 is a directory (not copied).
   --- PASS: Example_compileAction_multifile_main (1.32s)
   === RUN   Example_compileAction_multifile_main_out
   2018/05/16 18:27:21 compiling: compiler=../common/gobuild.sh main=main 
src=_test/compile/3a/ 
out=/Users/csantana23/Documents/dev/whisk/git/apache/incubator-openwhisk-runtime-go/.gogradle/project_gopath/src/github.com/apache/incubator-openwhisk-runtime-go/openwhisk/_test/output/3a
   2018/05/16 18:27:22 cp: 
/Users/csantana23/Documents/dev/whisk/git/apache/incubator-openwhisk-runtime-go/openwhisk/_test/compile/3a/action
 is a directory (not copied).
   --- PASS: Example_compileAction_multifile_main_out (1.28s)
   === RUN   Example_compileAction_multifile_hello
   2018/05/16 18:27:23 compiling: compiler=../common/gobuild.sh main=hello 
src=_test/compile/4/ out=
   2018/05/16 18:27:24 cp: 
/Users/csantana23/Documents/dev/whisk/git/apache/incubator-openwhisk-runtime-go/openwhisk/_test/compile/4/action
 is a directory (not copied).
   --- PASS: Example_compileAction_multifile_hello (1.32s)
   === RUN   Example_compileAction_multifile_hello_out
   2018/05/16 18:27:24 compiling: compiler=../common/gobuild.sh main=hello 
src=_test/compile/4/ 
out=/Users/csantana23/Documents/dev/whisk/git/apache/incubator-openwhisk-runtime-go/.gogradle/project_gopath/src/github.com/apache/incubator-openwhisk-runtime-go/openwhisk/_test/output/4a
   2018/05/16 18:27:25 cp: 
/Users/csantana23/Documents/dev/whisk/git/apache/incubator-openwhisk-runtime-go/openwhisk/_test/compile/4/action
 is a directory (not copied).
   --- PASS: Example_compileAction_multifile_hello_out (1.33s)
   === RUN   ExampleNewExecutor_failed
   2018/05/16 18:27:25 run: start
   2018/05/16 18:27:25 run: end
   2018/05/16 18:27:25 stopping
   2018/05/16 18:27:25 run: start
   2018/05/16 18:27:25 run: end
   2018/05/16 18:27:25 stopping
   2018/05/16 18:27:25 run: start
   2018/05/16 18:27:25 run: early exit
   2018/05/16 18:27:25 stopping
   2018/05/16 18:27:25 run: start
   2018/05/16 18:27:25 run: early exit
   2018/05/16 18:27:25 stopping
   --- PASS: ExampleNewExecutor_failed (0.01s)
   === RUN   ExampleNewExecutor_bc
   2018/05/16 18:27:25 run: start
   2018/05/16 18:27:25 service: start
   2018/05/16 18:27:25 >>>2+2
   2018/05/16 18:27:25 logger: start
   2018/05/16 18:27:25 <<<4
   2018/05/16 18:27:25 >>>quit
   2018/05/16 18:27:25 run: end
   2018/05/16 18:27:25 stopping
   2018/05/16 18:27:25 logger: end
   --- PASS: ExampleNewExecutor_bc (0.11s)
   === RUN   ExampleNewExecutor_hello
   2018/05/16 18:27:25 run: start
   2018/05/16 18:27:25 logger: start
   2018/05/16 18:27:25 service: start
   2018/05/16 18:27:25 >>>{"name":"Mike"}
   2018/05/16 18:27:25 <<<{"hello": "Mike"}
   2018/05/16 18:27:25 stopping
   2018/05/16 18:27:25 logger: end
   2018/05/16 18:27:25 terminated upon request
   2018/05/16 18:27:25 service: end
   2018/05/16 18:27:25 run: end
   --- PASS: ExampleNewExecutor_hello (0.23s)
   === RUN   ExampleNewExecutor_term
   2018/05/16 18:27:25 run: start
   2018/05/16 18:27:25 logger: start
   2018/05/16 18:27:25 service: start
   2018/05/16 18:27:25 >>>{"name":"*"}
   2018/05/16 18:27:25 run: end
   2018/05/16 18:27:26 stopping
   2018/05/16 18:27:26 logger: end
   --- PASS: ExampleNewExecutor_term (0.22s)
   === RUN   Example_json_init
   --- PASS: Example_json_init (0.01s)
   === RUN   Example_bininit_nocompiler
   2018/05/16 18:27:26 
/var/folders/q6/4ry_mh5s3cxbcb1r0jwh06x80000gn/T/action749076367
   2018/05/16 18:27:26 http://127.0.0.1:52232
   2018/05/16 18:27:26 terminated upon request
   2018/05/16 18:27:26 terminated upon request
   2018/05/16 18:27:26 service: end
   2018/05/16 18:27:26 service: end
   2018/05/16 18:27:26 binary
   2018/05/16 18:27:26 starting 
/var/folders/q6/4ry_mh5s3cxbcb1r0jwh06x80000gn/T/action749076367/1/main
   2018/05/16 18:27:26 run: start
   2018/05/16 18:27:26 service: start
   2018/05/16 18:27:26 logger: start
   2018/05/16 18:27:26 >>>{"name":"Mike"}
   2018/05/16 18:27:26 <<<{"message":"Hello, Mike!"}
   2018/05/16 18:27:26 {"message":"Hello, Mike!"}
   2018/05/16 18:27:26 binary
   2018/05/16 18:27:26 starting 
/var/folders/q6/4ry_mh5s3cxbcb1r0jwh06x80000gn/T/action749076367/2/main
   2018/05/16 18:27:26 run: start
   2018/05/16 18:27:26 stopping old executor
   2018/05/16 18:27:26 stopping
   2018/05/16 18:27:26 service: start
   2018/05/16 18:27:26 terminated upon request
   2018/05/16 18:27:26 service: end
   2018/05/16 18:27:26 logger: end
   2018/05/16 18:27:26 logger: start
   2018/05/16 18:27:26 run: end
   2018/05/16 18:27:26 >>>{"name":"Mike"}
   2018/05/16 18:27:26 <<<{"greetings":"Hello, Mike"}
   2018/05/16 18:27:26 {"greetings":"Hello, Mike"}
   --- PASS: Example_bininit_nocompiler (1.51s)
   === RUN   Example_zipinit_nocompiler
   2018/05/16 18:27:27 
/var/folders/q6/4ry_mh5s3cxbcb1r0jwh06x80000gn/T/action791002265
   2018/05/16 18:27:27 http://127.0.0.1:52236
   2018/05/16 18:27:27 binary
   2018/05/16 18:27:27 Extract Action, assuming a zip
   2018/05/16 18:27:27 starting 
/var/folders/q6/4ry_mh5s3cxbcb1r0jwh06x80000gn/T/action791002265/1/main
   2018/05/16 18:27:27 run: start
   2018/05/16 18:27:27 logger: start
   2018/05/16 18:27:27 service: start
   2018/05/16 18:27:27 >>>{"name":"Mike"}
   2018/05/16 18:27:27 <<<{"greetings":"Hello, Mike"}
   2018/05/16 18:27:27 {"greetings":"Hello, Mike"}
   2018/05/16 18:27:27 binary
   2018/05/16 18:27:27 Extract Action, assuming a zip
   2018/05/16 18:27:28 starting 
/var/folders/q6/4ry_mh5s3cxbcb1r0jwh06x80000gn/T/action791002265/2/main
   2018/05/16 18:27:28 run: start
   2018/05/16 18:27:28 service: start
   2018/05/16 18:27:28 logger: start
   2018/05/16 18:27:28 stopping old executor
   2018/05/16 18:27:28 stopping
   2018/05/16 18:27:28 terminated upon request
   2018/05/16 18:27:28 service: end
   2018/05/16 18:27:28 logger: end
   2018/05/16 18:27:28 run: end
   2018/05/16 18:27:28 >>>{"name":"Mike"}
   2018/05/16 18:27:28 <<<{"message":"Hello, Mike!"}
   2018/05/16 18:27:28 {"message":"Hello, Mike!"}
   --- PASS: Example_zipinit_nocompiler (1.47s)
   === RUN   Example_shell_nocompiler
   2018/05/16 18:27:29 
/var/folders/q6/4ry_mh5s3cxbcb1r0jwh06x80000gn/T/action258773043
   2018/05/16 18:27:29 http://127.0.0.1:52242
   2018/05/16 18:27:29 binary
   2018/05/16 18:27:29 starting 
/var/folders/q6/4ry_mh5s3cxbcb1r0jwh06x80000gn/T/action258773043/1/main
   2018/05/16 18:27:29 run: start
   2018/05/16 18:27:29 service: start
   2018/05/16 18:27:29 logger: start
   2018/05/16 18:27:29 >>>{"name":"Mike"}
   2018/05/16 18:27:29 <<<{"hello": "Mike"}
   2018/05/16 18:27:29 {"hello": "Mike"}
   2018/05/16 18:27:29 >>>{"name":"*"}
   2018/05/16 18:27:29 run: end
   --- PASS: Example_shell_nocompiler (1.03s)
   === RUN   Example_main_nocompiler
   2018/05/16 18:27:30 
/var/folders/q6/4ry_mh5s3cxbcb1r0jwh06x80000gn/T/action283945693
   2018/05/16 18:27:30 http://127.0.0.1:52246
   2018/05/16 18:27:30 binary
   2018/05/16 18:27:30 starting 
/var/folders/q6/4ry_mh5s3cxbcb1r0jwh06x80000gn/T/action283945693/1/message
   2018/05/16 18:27:30 run: start
   2018/05/16 18:27:30 logger: start
   2018/05/16 18:27:30 service: start
   2018/05/16 18:27:30 >>>{"name":"Mike"}
   2018/05/16 18:27:30 <<<{"message":"Hello, Mike!"}
   2018/05/16 18:27:30 {"message":"Hello, Mike!"}
   2018/05/16 18:27:31 binary
   2018/05/16 18:27:31 starting 
/var/folders/q6/4ry_mh5s3cxbcb1r0jwh06x80000gn/T/action283945693/2/greeting
   2018/05/16 18:27:31 run: start
   2018/05/16 18:27:31 service: start
   2018/05/16 18:27:31 stopping old executor
   2018/05/16 18:27:31 stopping
   2018/05/16 18:27:31 logger: start
   2018/05/16 18:27:31 logger: end
   2018/05/16 18:27:31 terminated upon request
   2018/05/16 18:27:31 service: end
   2018/05/16 18:27:31 run: end
   2018/05/16 18:27:31 >>>{"name":"Mike"}
   2018/05/16 18:27:31 <<<{"greetings":"Hello, Mike"}
   2018/05/16 18:27:31 {"greetings":"Hello, Mike"}
   --- PASS: Example_main_nocompiler (2.16s)
   === RUN   Example_main_zipinit_nocompiler
   2018/05/16 18:27:32 
/var/folders/q6/4ry_mh5s3cxbcb1r0jwh06x80000gn/T/action966946583
   2018/05/16 18:27:32 http://127.0.0.1:52252
   2018/05/16 18:27:32 binary
   2018/05/16 18:27:32 Extract Action, assuming a zip
   2018/05/16 18:27:32 starting 
/var/folders/q6/4ry_mh5s3cxbcb1r0jwh06x80000gn/T/action966946583/1/greeting
   2018/05/16 18:27:32 run: start
   2018/05/16 18:27:32 run: early exit
   2018/05/16 18:27:32 removing the failed action in ./action/1/
   2018/05/16 18:27:32 binary
   2018/05/16 18:27:32 Extract Action, assuming a zip
   2018/05/16 18:27:32 starting 
/var/folders/q6/4ry_mh5s3cxbcb1r0jwh06x80000gn/T/action966946583/2/greeting
   2018/05/16 18:27:32 run: start
   2018/05/16 18:27:32 service: start
   2018/05/16 18:27:32 logger: start
   2018/05/16 18:27:32 >>>{"name":"Mike"}
   2018/05/16 18:27:32 <<<{"greetings":"Hello, Mike"}
   2018/05/16 18:27:32 {"greetings":"Hello, Mike"}
   2018/05/16 18:27:32 binary
   2018/05/16 18:27:32 Extract Action, assuming a zip
   2018/05/16 18:27:32 starting 
/var/folders/q6/4ry_mh5s3cxbcb1r0jwh06x80000gn/T/action966946583/3/message
   2018/05/16 18:27:32 run: start
   2018/05/16 18:27:32 run: early exit
   2018/05/16 18:27:32 removing the failed action in ./action/3/
   2018/05/16 18:27:33 binary
   2018/05/16 18:27:33 Extract Action, assuming a zip
   2018/05/16 18:27:33 starting 
/var/folders/q6/4ry_mh5s3cxbcb1r0jwh06x80000gn/T/action966946583/4/message
   2018/05/16 18:27:33 run: start
   2018/05/16 18:27:33 service: start
   2018/05/16 18:27:33 logger: start
   2018/05/16 18:27:33 stopping old executor
   2018/05/16 18:27:33 stopping
   2018/05/16 18:27:33 terminated upon request
   2018/05/16 18:27:33 service: end
   2018/05/16 18:27:33 logger: end
   2018/05/16 18:27:33 run: end
   2018/05/16 18:27:33 >>>{"name":"Mike"}
   2018/05/16 18:27:33 <<<{"message":"Hello, Mike!"}
   2018/05/16 18:27:33 {"message":"Hello, Mike!"}
   --- PASS: Example_main_zipinit_nocompiler (1.87s)
   === RUN   Example_compile_simple
   2018/05/16 18:27:34 
/var/folders/q6/4ry_mh5s3cxbcb1r0jwh06x80000gn/T/action293585761
   2018/05/16 18:27:34 http://127.0.0.1:52258
   2018/05/16 18:27:34 compiler: 
/Users/csantana23/Documents/dev/whisk/git/apache/incubator-openwhisk-runtime-go/.gogradle/project_gopath/src/github.com/apache/incubator-openwhisk-runtime-go/common/gobuild.sh
   2018/05/16 18:27:34 compiler: 
/Users/csantana23/Documents/dev/whisk/git/apache/incubator-openwhisk-runtime-go/.gogradle/project_gopath/src/github.com/apache/incubator-openwhisk-runtime-go/common/gobuild.sh
   2018/05/16 18:27:34 plain text
   2018/05/16 18:27:34 isCompiled: 
/var/folders/q6/4ry_mh5s3cxbcb1r0jwh06x80000gn/T/action293585761/1/main kind={{ 
 } unknown}
   2018/05/16 18:27:34 compiling: 
/var/folders/q6/4ry_mh5s3cxbcb1r0jwh06x80000gn/T/action293585761/1/main main: 
main
   2018/05/16 18:27:34 compiling: 
compiler=/Users/csantana23/Documents/dev/whisk/git/apache/incubator-openwhisk-runtime-go/.gogradle/project_gopath/src/github.com/apache/incubator-openwhisk-runtime-go/common/gobuild.sh
 main=main 
src=/var/folders/q6/4ry_mh5s3cxbcb1r0jwh06x80000gn/T/action293585761/1/main 
out=/var/folders/q6/4ry_mh5s3cxbcb1r0jwh06x80000gn/T/action293585761/1/main
   2018/05/16 18:27:35
   2018/05/16 18:27:35 starting 
/var/folders/q6/4ry_mh5s3cxbcb1r0jwh06x80000gn/T/action293585761/1/main
   2018/05/16 18:27:35 run: start
   2018/05/16 18:27:35 service: start
   2018/05/16 18:27:35 logger: start
   2018/05/16 18:27:35 >>>{"name":"Mike"}
   2018/05/16 18:27:35 <<<{"message":"Hello, Mike!"}
   2018/05/16 18:27:35 {"message":"Hello, Mike!"}
   --- PASS: Example_compile_simple (2.05s)
   === RUN   Example_compile_withMain
   2018/05/16 18:27:36 
/var/folders/q6/4ry_mh5s3cxbcb1r0jwh06x80000gn/T/action857145403
   2018/05/16 18:27:36 http://127.0.0.1:52264
   2018/05/16 18:27:36 compiler: 
/Users/csantana23/Documents/dev/whisk/git/apache/incubator-openwhisk-runtime-go/.gogradle/project_gopath/src/github.com/apache/incubator-openwhisk-runtime-go/common/gobuild.sh
   2018/05/16 18:27:36 compiler: 
/Users/csantana23/Documents/dev/whisk/git/apache/incubator-openwhisk-runtime-go/.gogradle/project_gopath/src/github.com/apache/incubator-openwhisk-runtime-go/common/gobuild.sh
   2018/05/16 18:27:36 plain text
   2018/05/16 18:27:36 isCompiled: 
/var/folders/q6/4ry_mh5s3cxbcb1r0jwh06x80000gn/T/action857145403/1/main kind={{ 
 } unknown}
   2018/05/16 18:27:36 compiling: 
/var/folders/q6/4ry_mh5s3cxbcb1r0jwh06x80000gn/T/action857145403/1/main main: 
main
   2018/05/16 18:27:36 compiling: 
compiler=/Users/csantana23/Documents/dev/whisk/git/apache/incubator-openwhisk-runtime-go/.gogradle/project_gopath/src/github.com/apache/incubator-openwhisk-runtime-go/common/gobuild.sh
 main=main 
src=/var/folders/q6/4ry_mh5s3cxbcb1r0jwh06x80000gn/T/action857145403/1/main 
out=/var/folders/q6/4ry_mh5s3cxbcb1r0jwh06x80000gn/T/action857145403/1/main
   2018/05/16 18:27:36 # main
   src/main/main.go:11:22: undefined: action.Main
   2018/05/16 18:27:36 starting 
/var/folders/q6/4ry_mh5s3cxbcb1r0jwh06x80000gn/T/action857145403/1/main
   2018/05/16 18:27:36 run: start
   2018/05/16 18:27:36 run: early exit
   2018/05/16 18:27:36 removing the failed action in ./action/1/
   2018/05/16 18:27:36 compiler: 
/Users/csantana23/Documents/dev/whisk/git/apache/incubator-openwhisk-runtime-go/.gogradle/project_gopath/src/github.com/apache/incubator-openwhisk-runtime-go/common/gobuild.sh
   2018/05/16 18:27:36 plain text
   2018/05/16 18:27:36 isCompiled: 
/var/folders/q6/4ry_mh5s3cxbcb1r0jwh06x80000gn/T/action857145403/2/hello 
kind={{  } unknown}
   2018/05/16 18:27:36 compiling: 
/var/folders/q6/4ry_mh5s3cxbcb1r0jwh06x80000gn/T/action857145403/2/hello main: 
hello
   2018/05/16 18:27:36 compiling: 
compiler=/Users/csantana23/Documents/dev/whisk/git/apache/incubator-openwhisk-runtime-go/.gogradle/project_gopath/src/github.com/apache/incubator-openwhisk-runtime-go/common/gobuild.sh
 main=hello 
src=/var/folders/q6/4ry_mh5s3cxbcb1r0jwh06x80000gn/T/action857145403/2/hello 
out=/var/folders/q6/4ry_mh5s3cxbcb1r0jwh06x80000gn/T/action857145403/2/hello
   2018/05/16 18:27:37
   2018/05/16 18:27:37 starting 
/var/folders/q6/4ry_mh5s3cxbcb1r0jwh06x80000gn/T/action857145403/2/hello
   2018/05/16 18:27:37 run: start
   2018/05/16 18:27:37 service: start
   2018/05/16 18:27:37 logger: start
   2018/05/16 18:27:37 >>>{"name":"Mike"}
   2018/05/16 18:27:37 <<<{"hello":"Hello, Mike!"}
   2018/05/16 18:27:37 {"hello":"Hello, Mike!"}
   --- PASS: Example_compile_withMain (2.75s)
   === RUN   Example_compile_withZipSrc
   2018/05/16 18:27:38 
/var/folders/q6/4ry_mh5s3cxbcb1r0jwh06x80000gn/T/action675737637
   2018/05/16 18:27:38 http://127.0.0.1:52270
   2018/05/16 18:27:38 compiler: 
/Users/csantana23/Documents/dev/whisk/git/apache/incubator-openwhisk-runtime-go/.gogradle/project_gopath/src/github.com/apache/incubator-openwhisk-runtime-go/common/gobuild.sh
   2018/05/16 18:27:38 compiler: 
/Users/csantana23/Documents/dev/whisk/git/apache/incubator-openwhisk-runtime-go/.gogradle/project_gopath/src/github.com/apache/incubator-openwhisk-runtime-go/common/gobuild.sh
   2018/05/16 18:27:38 binary
   2018/05/16 18:27:38 Extract Action, assuming a zip
   2018/05/16 18:27:38 open 
/var/folders/q6/4ry_mh5s3cxbcb1r0jwh06x80000gn/T/action675737637/1/main: no 
such file or directory
   2018/05/16 18:27:38 compiling: 
/var/folders/q6/4ry_mh5s3cxbcb1r0jwh06x80000gn/T/action675737637/1 main: main
   2018/05/16 18:27:38 compiling: 
compiler=/Users/csantana23/Documents/dev/whisk/git/apache/incubator-openwhisk-runtime-go/.gogradle/project_gopath/src/github.com/apache/incubator-openwhisk-runtime-go/common/gobuild.sh
 main=main 
src=/var/folders/q6/4ry_mh5s3cxbcb1r0jwh06x80000gn/T/action675737637/1 
out=/var/folders/q6/4ry_mh5s3cxbcb1r0jwh06x80000gn/T/action675737637/1
   2018/05/16 18:27:39 cp: 
/private/var/folders/q6/4ry_mh5s3cxbcb1r0jwh06x80000gn/T/action675737637/1/action
 is a directory (not copied).
   2018/05/16 18:27:39 starting 
/var/folders/q6/4ry_mh5s3cxbcb1r0jwh06x80000gn/T/action675737637/1/main
   2018/05/16 18:27:39 run: start
   2018/05/16 18:27:39 service: start
   2018/05/16 18:27:39 logger: start
   2018/05/16 18:27:39 >>>{"name":"Mike"}
   2018/05/16 18:27:39 <<<{"greetings":"Hello, Mike"}
   2018/05/16 18:27:39 {"greetings":"Hello, Mike"}
   2018/05/16 18:27:39 compiler: 
/Users/csantana23/Documents/dev/whisk/git/apache/incubator-openwhisk-runtime-go/.gogradle/project_gopath/src/github.com/apache/incubator-openwhisk-runtime-go/common/gobuild.sh
   2018/05/16 18:27:39 binary
   2018/05/16 18:27:39 Extract Action, assuming a zip
   2018/05/16 18:27:39 open 
/var/folders/q6/4ry_mh5s3cxbcb1r0jwh06x80000gn/T/action675737637/2/hello: no 
such file or directory
   2018/05/16 18:27:39 compiling: 
/var/folders/q6/4ry_mh5s3cxbcb1r0jwh06x80000gn/T/action675737637/2 main: hello
   2018/05/16 18:27:39 compiling: 
compiler=/Users/csantana23/Documents/dev/whisk/git/apache/incubator-openwhisk-runtime-go/.gogradle/project_gopath/src/github.com/apache/incubator-openwhisk-runtime-go/common/gobuild.sh
 main=hello 
src=/var/folders/q6/4ry_mh5s3cxbcb1r0jwh06x80000gn/T/action675737637/2 
out=/var/folders/q6/4ry_mh5s3cxbcb1r0jwh06x80000gn/T/action675737637/2
   2018/05/16 18:27:40 cp: 
/private/var/folders/q6/4ry_mh5s3cxbcb1r0jwh06x80000gn/T/action675737637/2/action
 is a directory (not copied).
   2018/05/16 18:27:40 starting 
/var/folders/q6/4ry_mh5s3cxbcb1r0jwh06x80000gn/T/action675737637/2/hello
   2018/05/16 18:27:40 run: start
   2018/05/16 18:27:40 stopping old executor
   2018/05/16 18:27:40 stopping
   2018/05/16 18:27:40 service: start
   2018/05/16 18:27:40 logger: end
   2018/05/16 18:27:40 terminated upon request
   2018/05/16 18:27:40 logger: start
   2018/05/16 18:27:40 service: end
   2018/05/16 18:27:40 run: end
   2018/05/16 18:27:40 >>>{"name":"Mike"}
   2018/05/16 18:27:40 <<<{"greetings":"Hello, Mike"}
   2018/05/16 18:27:40 {"greetings":"Hello, Mike"}
   --- PASS: Example_compile_withZipSrc (3.03s)
   PASS
   coverage: 85.3% of statements
   ok      github.com/apache/incubator-openwhisk-runtime-go/openwhisk      
29.875s coverage: 85.3% of statements
   
   > Task :test
   Test for github.com/apache/incubator-openwhisk-runtime-go/openwhisk 
finished, 28 completed, 0 failed
   Generating HTML test report...
   Finished generating test html results (0.01 secs) into: 
/Users/csantana23/Documents/dev/whisk/git/apache/incubator-openwhisk-runtime-go/.gogradle/reports/test
   :test (Thread[Task worker for ':',5,main]) completed. Took 31.83 secs.
   
   BUILD SUCCESSFUL in 32s
   5 actionable tasks: 3 executed, 2 up-to-date
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to