You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2019/01/18 17:06:01 UTC

[GitHub] nitishm opened a new issue #399: Batch job install-packages failing on minikube with "./uninstallRouteMgmt.sh: line 44: -i: command not found"

nitishm opened a new issue #399: Batch job install-packages failing on minikube with "./uninstallRouteMgmt.sh: line 44: -i: command not found"
URL: https://github.com/apache/incubator-openwhisk-cli/issues/399
 
 
   # Environment
   
   minikube version
   ```
   minikube version: v0.28.2
   ```
   
   minikube config view
   ```
   - WantReportError: true
   - WantUpdateNotification: false
   - cpus: 4
   - kubernetes-version: v1.10.5
   - memory: 8192
   ```
   
   kubectl version
   ```
   Client Version: version.Info{Major:"1", Minor:"10", GitVersion:"v1.10.5", GitCommit:"32ac1c9073b132b8ba18aa830f46b77dcceb0723", GitTreeState:"clean", BuildDate:"2018-06-21T11:46:00Z", GoVersion:"go1.9.3", Compiler:"gc", Platform:"darwin/amd64"}
   Server Version: version.Info{Major:"1", Minor:"10", GitVersion:"v1.10.5", GitCommit:"32ac1c9073b132b8ba18aa830f46b77dcceb0723", GitTreeState:"clean", BuildDate:"2018-06-21T11:34:22Z", GoVersion:"go1.9.3", Compiler:"gc", Platform:"linux/amd64"}
   ```
   
   OpenWhisk deployed on minikube using helm instructions from [here](https://github.com/apache/incubator-openwhisk-deploy-kube/blob/master/docs/k8s-minikube.md)
   
   mycluster.yaml
   ```
   whisk:
     ingress:
       type: NodePort
       api_host_name: 192.168.99.108
       api_host_port: 31001
   nginx:
     httpsNodePort: 31001
   ```
   
   `helm install . --namespace=openwhisk -f mycluster.yaml`
   
   # Error
   
   **kubectl get all -n openwhisk**
   ```
   NAME                                             READY   STATUS      RESTARTS   AGE
   pod/aspiring-sloth-apigateway-6b7c889df7-7lx55   1/1     Running     0          33m
   pod/aspiring-sloth-controller-0                  1/1     Running     2          33m
   pod/aspiring-sloth-couchdb-7ffb6894cb-jx28l      1/1     Running     0          33m
   pod/aspiring-sloth-init-couchdb-t7lr2            0/1     Completed   0          33m
   pod/aspiring-sloth-install-packages-2bbks        0/1     Error       0          33m
   pod/aspiring-sloth-install-packages-cw7wh        0/1     Error       0          22m
   pod/aspiring-sloth-invoker-9stp5                 1/1     Running     0          33m
   pod/aspiring-sloth-kafka-0                       1/1     Running     0          33m
   pod/aspiring-sloth-nginx-c757756d6-qx6h4         1/1     Running     0          33m
   pod/aspiring-sloth-redis-57b99cc75c-976c7        1/1     Running     0          33m
   pod/aspiring-sloth-zookeeper-0                   1/1     Running     0          33m
   
   NAME                                TYPE        CLUSTER-IP       EXTERNAL-IP   PORT(S)                      AGE
   service/aspiring-sloth-apigateway   ClusterIP   10.107.244.149   <none>        8080/TCP,9000/TCP            33m
   service/aspiring-sloth-controller   ClusterIP   10.99.55.119     <none>        8080/TCP                     33m
   service/aspiring-sloth-couchdb      ClusterIP   10.100.219.169   <none>        5984/TCP                     33m
   service/aspiring-sloth-kafka        ClusterIP   10.98.177.52     <none>        9092/TCP                     33m
   service/aspiring-sloth-nginx        NodePort    10.99.53.92      <none>        80:30345/TCP,443:31001/TCP   33m
   service/aspiring-sloth-redis        ClusterIP   10.109.42.63     <none>        6379/TCP                     33m
   service/aspiring-sloth-zookeeper    ClusterIP   None             <none>        2181/TCP,2888/TCP,3888/TCP   33m
   
   NAME                                    DESIRED   CURRENT   READY   UP-TO-DATE   AVAILABLE   NODE SELECTOR   AGE
   daemonset.apps/aspiring-sloth-invoker   1         1         1       1            1           <none>          33m
   
   NAME                                        DESIRED   CURRENT   UP-TO-DATE   AVAILABLE   AGE
   deployment.apps/aspiring-sloth-apigateway   1         1         1            1           33m
   deployment.apps/aspiring-sloth-couchdb      1         1         1            1           33m
   deployment.apps/aspiring-sloth-nginx        1         1         1            1           33m
   deployment.apps/aspiring-sloth-redis        1         1         1            1           33m
   
   NAME                                                   DESIRED   CURRENT   READY   AGE
   replicaset.apps/aspiring-sloth-apigateway-6b7c889df7   1         1         1       33m
   replicaset.apps/aspiring-sloth-couchdb-7ffb6894cb      1         1         1       33m
   replicaset.apps/aspiring-sloth-nginx-c757756d6         1         1         1       33m
   replicaset.apps/aspiring-sloth-redis-57b99cc75c        1         1         1       33m
   
   NAME                                         DESIRED   CURRENT   AGE
   statefulset.apps/aspiring-sloth-controller   1         1         33m
   statefulset.apps/aspiring-sloth-kafka        1         1         33m
   statefulset.apps/aspiring-sloth-zookeeper    1         1         33m
   
   NAME                                        DESIRED   SUCCESSFUL   AGE
   job.batch/aspiring-sloth-init-couchdb       1         1            33m
   job.batch/aspiring-sloth-install-packages   1         0            33m
   ```
   
   **kubectl -n openwhisk logs job.batch/aspiring-sloth-install-packages**
   ```
   Found 2 pods, using pod/aspiring-sloth-install-packages-2bbks
   Cloning into 'openwhisk'...
   /openwhisk /
   Note: checking out '9f66633aa930547b0ea7caa36d4c46d935d6224d'.
   
   You are in 'detached HEAD' state. You can look around, make experimental
   changes and commit them, and you can discard any commits you make in this
   state without impacting any branches by performing another checkout.
   
   If you want to create a new branch to retain commits you create, you may
   do so (now or later) by using -b with the checkout command again. Example:
   
     git checkout -b <new-branch-name>
   
   HEAD is now at 9f66633a Update the package name and path in documents (#4166)
   /
   /openwhisk/ansible/roles/routemgmt/files /
   Installing apimgmt package
   error: Package update failed: Put https://:31001/api/v1/namespaces/whisk.system/packages/apimgmt?overwrite=true: dial tcp :31001: getsockopt: connection refused
   Failed to deploy routemgmt package; will pause, uninstall, and try again
   Usage: ./uninstallRouteMgmt.sh AUTHKEY APIHOST NAMESPACE PATH_TO_WSK_CLI
   Deleting routemgmt actions
   ./uninstallRouteMgmt.sh: line 44: -i: command not found
   ./uninstallRouteMgmt.sh: line 44: -i: command not found
   ./uninstallRouteMgmt.sh: line 44: -i: command not found
   Deleting routemgmt package - but only if it exists
   ./uninstallRouteMgmt.sh: line 58: -i: command not found
   Deleting apimgmt actions
   ./uninstallRouteMgmt.sh: line 44: -i: command not found
   ./uninstallRouteMgmt.sh: line 44: -i: command not found
   ./uninstallRouteMgmt.sh: line 44: -i: command not found
   Deleting apimgmt package - but only if it exists
   ./uninstallRouteMgmt.sh: line 58: -i: command not found
   Installing apimgmt package
   error: Package update failed: Put https://:31001/api/v1/namespaces/whisk.system/packages/apimgmt?overwrite=true: dial tcp :31001: getsockopt: connection refused
   Failed to deploy routemgmt package; will pause, uninstall, and try again
   Usage: ./uninstallRouteMgmt.sh AUTHKEY APIHOST NAMESPACE PATH_TO_WSK_CLI
   Deleting routemgmt actions
   ./uninstallRouteMgmt.sh: line 44: -i: command not found
   ./uninstallRouteMgmt.sh: line 44: -i: command not found
   ./uninstallRouteMgmt.sh: line 44: -i: command not found
   Deleting routemgmt package - but only if it exists
   ./uninstallRouteMgmt.sh: line 58: -i: command not found
   Deleting apimgmt actions
   ./uninstallRouteMgmt.sh: line 44: -i: command not found
   ./uninstallRouteMgmt.sh: line 44: -i: command not found
   ./uninstallRouteMgmt.sh: line 44: -i: command not found
   Deleting apimgmt package - but only if it exists
   ./uninstallRouteMgmt.sh: line 58: -i: command not found
   Installing apimgmt package
   error: Package update failed: Put https://:31001/api/v1/namespaces/whisk.system/packages/apimgmt?overwrite=true: dial tcp :31001: getsockopt: connection refused
   Failed to deploy routemgmt package; will pause, uninstall, and try again
   Usage: ./uninstallRouteMgmt.sh AUTHKEY APIHOST NAMESPACE PATH_TO_WSK_CLI
   Deleting routemgmt actions
   ./uninstallRouteMgmt.sh: line 44: -i: command not found
   ./uninstallRouteMgmt.sh: line 44: -i: command not found
   ./uninstallRouteMgmt.sh: line 44: -i: command not found
   Deleting routemgmt package - but only if it exists
   ./uninstallRouteMgmt.sh: line 58: -i: command not found
   Deleting apimgmt actions
   ./uninstallRouteMgmt.sh: line 44: -i: command not found
   ./uninstallRouteMgmt.sh: line 44: -i: command not found
   ./uninstallRouteMgmt.sh: line 44: -i: command not found
   Deleting apimgmt package - but only if it exists
   ./uninstallRouteMgmt.sh: line 58: -i: command not found
   Installing apimgmt package
   error: Package update failed: Put https://:31001/api/v1/namespaces/whisk.system/packages/apimgmt?overwrite=true: dial tcp :31001: getsockopt: connection refused
   Failed to deploy routemgmt package; will pause, uninstall, and try again
   Usage: ./uninstallRouteMgmt.sh AUTHKEY APIHOST NAMESPACE PATH_TO_WSK_CLI
   Deleting routemgmt actions
   ./uninstallRouteMgmt.sh: line 44: -i: command not found
   ./uninstallRouteMgmt.sh: line 44: -i: command not found
   ./uninstallRouteMgmt.sh: line 44: -i: command not found
   Deleting routemgmt package - but only if it exists
   ./uninstallRouteMgmt.sh: line 58: -i: command not found
   Deleting apimgmt actions
   ./uninstallRouteMgmt.sh: line 44: -i: command not found
   ./uninstallRouteMgmt.sh: line 44: -i: command not found
   ./uninstallRouteMgmt.sh: line 44: -i: command not found
   Deleting apimgmt package - but only if it exists
   ./uninstallRouteMgmt.sh: line 58: -i: command not found
   Installing apimgmt package
   error: Package update failed: Put https://:31001/api/v1/namespaces/whisk.system/packages/apimgmt?overwrite=true: dial tcp :31001: getsockopt: connection refused
   Failed to deploy routemgmt package; will pause, uninstall, and try again
   Usage: ./uninstallRouteMgmt.sh AUTHKEY APIHOST NAMESPACE PATH_TO_WSK_CLI
   Deleting routemgmt actions
   ./uninstallRouteMgmt.sh: line 44: -i: command not found
   ./uninstallRouteMgmt.sh: line 44: -i: command not found
   ./uninstallRouteMgmt.sh: line 44: -i: command not found
   Deleting routemgmt package - but only if it exists
   ./uninstallRouteMgmt.sh: line 58: -i: command not found
   Deleting apimgmt actions
   ./uninstallRouteMgmt.sh: line 44: -i: command not found
   ./uninstallRouteMgmt.sh: line 44: -i: command not found
   ./uninstallRouteMgmt.sh: line 44: -i: command not found
   Deleting apimgmt package - but only if it exists
   ./uninstallRouteMgmt.sh: line 58: -i: command not found
   Installing apimgmt package
   error: Package update failed: Put https://:31001/api/v1/namespaces/whisk.system/packages/apimgmt?overwrite=true: dial tcp :31001: getsockopt: connection refused
   Failed to deploy routemgmt package; will pause, uninstall, and try again
   Usage: ./uninstallRouteMgmt.sh AUTHKEY APIHOST NAMESPACE PATH_TO_WSK_CLI
   Deleting routemgmt actions
   ./uninstallRouteMgmt.sh: line 44: -i: command not found
   ./uninstallRouteMgmt.sh: line 44: -i: command not found
   ./uninstallRouteMgmt.sh: line 44: -i: command not found
   Deleting routemgmt package - but only if it exists
   ./uninstallRouteMgmt.sh: line 58: -i: command not found
   Deleting apimgmt actions
   ./uninstallRouteMgmt.sh: line 44: -i: command not found
   ./uninstallRouteMgmt.sh: line 44: -i: command not found
   ./uninstallRouteMgmt.sh: line 44: -i: command not found
   Deleting apimgmt package - but only if it exists
   ./uninstallRouteMgmt.sh: line 58: -i: command not found
   Installing apimgmt package
   error: Package update failed: Put https://:31001/api/v1/namespaces/whisk.system/packages/apimgmt?overwrite=true: dial tcp :31001: getsockopt: connection refused
   Failed to deploy routemgmt package; will pause, uninstall, and try again
   Usage: ./uninstallRouteMgmt.sh AUTHKEY APIHOST NAMESPACE PATH_TO_WSK_CLI
   Deleting routemgmt actions
   ./uninstallRouteMgmt.sh: line 44: -i: command not found
   ./uninstallRouteMgmt.sh: line 44: -i: command not found
   ./uninstallRouteMgmt.sh: line 44: -i: command not found
   Deleting routemgmt package - but only if it exists
   ./uninstallRouteMgmt.sh: line 58: -i: command not found
   Deleting apimgmt actions
   ./uninstallRouteMgmt.sh: line 44: -i: command not found
   ./uninstallRouteMgmt.sh: line 44: -i: command not found
   ./uninstallRouteMgmt.sh: line 44: -i: command not found
   Deleting apimgmt package - but only if it exists
   ./uninstallRouteMgmt.sh: line 58: -i: command not found
   Installing apimgmt package
   error: Package update failed: Put https://:31001/api/v1/namespaces/whisk.system/packages/apimgmt?overwrite=true: dial tcp :31001: getsockopt: connection refused
   Failed to deploy routemgmt package; will pause, uninstall, and try again
   Usage: ./uninstallRouteMgmt.sh AUTHKEY APIHOST NAMESPACE PATH_TO_WSK_CLI
   Deleting routemgmt actions
   ./uninstallRouteMgmt.sh: line 44: -i: command not found
   ./uninstallRouteMgmt.sh: line 44: -i: command not found
   ./uninstallRouteMgmt.sh: line 44: -i: command not found
   Deleting routemgmt package - but only if it exists
   ./uninstallRouteMgmt.sh: line 58: -i: command not found
   Deleting apimgmt actions
   ./uninstallRouteMgmt.sh: line 44: -i: command not found
   ./uninstallRouteMgmt.sh: line 44: -i: command not found
   ./uninstallRouteMgmt.sh: line 44: -i: command not found
   Deleting apimgmt package - but only if it exists
   ./uninstallRouteMgmt.sh: line 58: -i: command not found
   Installing apimgmt package
   error: Package update failed: Put https://:31001/api/v1/namespaces/whisk.system/packages/apimgmt?overwrite=true: dial tcp :31001: getsockopt: connection refused
   Failed to deploy routemgmt package; will pause, uninstall, and try again
   Usage: ./uninstallRouteMgmt.sh AUTHKEY APIHOST NAMESPACE PATH_TO_WSK_CLI
   Deleting routemgmt actions
   ./uninstallRouteMgmt.sh: line 44: -i: command not found
   ./uninstallRouteMgmt.sh: line 44: -i: command not found
   ./uninstallRouteMgmt.sh: line 44: -i: command not found
   Deleting routemgmt package - but only if it exists
   ./uninstallRouteMgmt.sh: line 58: -i: command not found
   Deleting apimgmt actions
   ./uninstallRouteMgmt.sh: line 44: -i: command not found
   ./uninstallRouteMgmt.sh: line 44: -i: command not found
   ./uninstallRouteMgmt.sh: line 44: -i: command not found
   Deleting apimgmt package - but only if it exists
   ./uninstallRouteMgmt.sh: line 58: -i: command not found
   Installing apimgmt package
   error: Package update failed: Put https://:31001/api/v1/namespaces/whisk.system/packages/apimgmt?overwrite=true: dial tcp :31001: getsockopt: connection refused
   Failed to deploy routemgmt package; will pause, uninstall, and try again
   Usage: ./uninstallRouteMgmt.sh AUTHKEY APIHOST NAMESPACE PATH_TO_WSK_CLI
   Deleting routemgmt actions
   ./uninstallRouteMgmt.sh: line 44: -i: command not found
   ./uninstallRouteMgmt.sh: line 44: -i: command not found
   ./uninstallRouteMgmt.sh: line 44: -i: command not found
   Deleting routemgmt package - but only if it exists
   ./uninstallRouteMgmt.sh: line 58: -i: command not found
   Deleting apimgmt actions
   ./uninstallRouteMgmt.sh: line 44: -i: command not found
   ./uninstallRouteMgmt.sh: line 44: -i: command not found
   Deleting apimgmt package - but only if it exists
   ./uninstallRouteMgmt.sh: line 44: -i: command not found
   ./uninstallRouteMgmt.sh: line 58: -i: command not found
   /
   Cloning into 'openwhisk-catalog'...
   /openwhisk-catalog /
   Note: checking out '3d6d69f3e2dba96c775d4b1a4d55b1fc158b1201'.
   
   You are in 'detached HEAD' state. You can look around, make experimental
   changes and commit them, and you can discard any commits you make in this
   state without impacting any branches by performing another checkout.
   
   If you want to create a new branch to retain commits you create, you may
   do so (now or later) by using -b with the checkout command again. Example:
   
     git checkout -b <new-branch-name>
   
   HEAD is now at 3d6d69f add flag to optionally skip install of deprecated packages (#291)
   /
   /openwhisk-catalog/packages /
   Installing OpenWhisk packages
   Installing package installCombinators.sh with pid 203
   Installing package installGit.sh with pid 204
   Installing package installSlack.sh with pid 205
   Installing package installSystem.sh with pid 206
   Installing package installWatson.sh with pid 207
   Installing package installWeather.sh with pid 208
   Installing package installWebSocket.sh with pid 211
   Installing Git package.
   Creating package github with pid 234
   Installing Weather package.
   Creating package weather with pid 246
   Installing Slack package.
   Creating package slack with pid 250
   Installing action combinator package.
   Creating package combinators with pid 259
   Installing Watson package.
   Creating package watson-speechToText with pid 270
   Creating package watson-textToSpeech with pid 272
   Installing whisk.system entities.
   Creating package utils with pid 274
   Creating package samples with pid 275
   Installing WebSocket package.
   Creating package websocket with pid 277
   error: Package update failed: Put https://:31001/api/v1/namespaces/_/packages/github?overwrite=true: dial tcp :31001: getsockopt: connection refused
   234 finished with status 3
   Installing github/webhook with pid 301
   error: Package update failed: Put https://:31001/api/v1/namespaces/_/packages/samples?overwrite=true: dial tcp :31001: getsockopt: connection refused
   error: Package update failed: Put https://:31001/api/v1/namespaces/_/packages/websocket?overwrite=true: dial tcp :31001: getsockopt: connection refused
   error: Package update failed: Put https://:31001/api/v1/namespaces/_/packages/watson-textToSpeech?overwrite=true: dial tcp :31001: getsockopt: connection refused
   277 finished with status 3
   Installing websocket/send with pid 311
   error: Package update failed: Put https://:31001/api/v1/namespaces/_/packages/weather?overwrite=true: dial tcp :31001: getsockopt: connection refused
   error: Package update failed: Put https://:31001/api/v1/namespaces/_/packages/watson-speechToText?overwrite=true: dial tcp :31001: getsockopt: connection refused
   270 finished with status 3
   272 finished with status 3
   246 finished with status 3
   error: Invalid argument(s). Unable to get action 'github/webhook': Get https://:31001/api/v1/namespaces/_/actions/github/webhook?code=false: dial tcp :31001: getsockopt: connection refused
   Installing watson-speechToText/speechToText with pid 318
   Run 'wsk --help' for usage.
   Installing watson-textToSpeech/textToSpeech with pid 319
   Installing weather/forecast with pid 320
   301 finished with status 3
   Git package ERRORS = 2
   error: Package update failed: Put https://:31001/api/v1/namespaces/_/packages/combinators?overwrite=true: dial tcp :31001: getsockopt: connection refused
   259 finished with status 3
   Installing combinators/eca with pid 325
   Installing combinators/forwarder with pid 326
   Installing combinators/retry with pid 327
   Installing combinators/trycatch with pid 328
   error: Package update failed: Put https://:31001/api/v1/namespaces/_/packages/utils?overwrite=true: dial tcp :31001: getsockopt: connection refused
   274 finished with status 3
   275 finished with status 3
   Installing utils/echo with pid 351
   Installing utils/cat with pid 352
   Installing utils/smash with pid 353
   Installing utils/split with pid 354
   Installing utils/sort with pid 355
   Installing utils/head with pid 356
   Installing utils/date with pid 357
   Installing utils/namespace with pid 358
   Installing utils/hosturl with pid 360
   Installing samples/helloWorld with pid 361
   Installing samples/greeting with pid 362
   Installing samples/wordCount with pid 363
   Installing samples/curl with pid 364
   error: Invalid argument(s). Unable to get action 'websocket/send': Get https://:31001/api/v1/namespaces/_/actions/websocket/send?code=false: dial tcp :31001: getsockopt: connection refused
   Run 'wsk --help' for usage.
   error: Package update failed: Put https://:31001/api/v1/namespaces/_/packages/slack?overwrite=true: dial tcp :31001: getsockopt: connection refused
   250 finished with status 3
   Installing slack/post with pid 421
   311 finished with status 3
   WebSocket package ERRORS = 2
   error: Invalid argument(s). Unable to get action 'watson-textToSpeech/textToSpeech': Get https://:31001/api/v1/namespaces/_/actions/watson-textToSpeech/textToSpeech?code=false: dial tcp :31001: getsockopt: connection refused
   Run 'wsk --help' for usage.
   error: Invalid argument(s). Unable to get action 'utils/date': Get https://:31001/api/v1/namespaces/_/actions/utils/date?code=false: dial tcp :31001: getsockopt: connection refused
   Run 'wsk --help' for usage.
   error: Invalid argument(s). Unable to get action 'combinators/trycatch': Get https://:31001/api/v1/namespaces/_/actions/combinators/trycatch?code=false: dial tcp :31001: getsockopt: connection refused
   Run 'wsk --help' for usage.
   error: Invalid argument(s). Unable to get action 'combinators/retry': Get https://:31001/api/v1/namespaces/_/actions/combinators/retry?code=false: dial tcp :31001: getsockopt: connection refused
   Run 'wsk --help' for usage.
   error: Invalid argument(s). Unable to get action 'combinators/forwarder': Get https://:31001/api/v1/namespaces/_/actions/combinators/forwarder?code=false: dial tcp :31001: getsockopt: connection refused
   Run 'wsk --help' for usage.
   error: Invalid argument(s). Unable to get action 'samples/helloWorld': Get https://:31001/api/v1/namespaces/_/actions/samples/helloWorld?code=false: dial tcp :31001: getsockopt: connection refused
   Run 'wsk --help' for usage.
   error: Invalid argument(s). Unable to get action 'utils/echo': Get https://:31001/api/v1/namespaces/_/actions/utils/echo?code=false: dial tcp :31001: getsockopt: connection refused
   Run 'wsk --help' for usage.
   351 finished with status 3
   error: Invalid argument(s). Unable to get action 'watson-speechToText/speechToText': Get https://:31001/api/v1/namespaces/_/actions/watson-speechToText/speechToText?code=false: dial tcp :31001: getsockopt: connection refused
   Run 'wsk --help' for usage.
   318 finished with status 3
   319 finished with status 3
   Watson package ERRORS = 4
   error: Invalid argument(s). Unable to get action 'utils/split': Get https://:31001/api/v1/namespaces/_/actions/utils/split?code=false: dial tcp :31001: getsockopt: connection refused
   Run 'wsk --help' for usage.
   error: Invalid argument(s). Unable to get action 'utils/smash': Get https://:31001/api/v1/namespaces/_/actions/utils/smash?code=false: dial tcp :31001: getsockopt: connection refused
   Run 'wsk --help' for usage.
   error: Invalid argument(s). Unable to get action 'weather/forecast': Get https://:31001/api/v1/namespaces/_/actions/weather/forecast?code=false: dial tcp :31001: getsockopt: connection refused
   Run 'wsk --help' for usage.
   320 finished with status 3
   Weather package ERRORS = 2
   error: Invalid argument(s). Unable to get action 'samples/curl': Get https://:31001/api/v1/namespaces/_/actions/samples/curl?code=false: dial tcp :31001: getsockopt: connection refused
   Run 'wsk --help' for usage.
   error: Invalid argument(s). Unable to get action 'utils/sort': Get https://:31001/api/v1/namespaces/_/actions/utils/sort?code=false: dial tcp :31001: getsockopt: connection refused
   Run 'wsk --help' for usage.
   error: Invalid argument(s). Unable to get action 'utils/cat': Get https://:31001/api/v1/namespaces/_/actions/utils/cat?code=false: dial tcp :31001: getsockopt: connection refused
   Run 'wsk --help' for usage.
   error: Invalid argument(s). Unable to get action 'utils/head': Get https://:31001/api/v1/namespaces/_/actions/utils/head?code=false: dial tcp :31001: getsockopt: connection refused
   Run 'wsk --help' for usage.
   error: Invalid argument(s). Unable to get action 'samples/greeting': Get https://:31001/api/v1/namespaces/_/actions/samples/greeting?code=false: dial tcp :31001: getsockopt: connection refused
   Run 'wsk --help' for usage.
   352 finished with status 3
   353 finished with status 3
   354 finished with status 3
   355 finished with status 3
   356 finished with status 3
   357 finished with status 3
   error: Invalid argument(s). Unable to get action 'utils/namespace': Get https://:31001/api/v1/namespaces/_/actions/utils/namespace?code=false: dial tcp :31001: getsockopt: connection refused
   Run 'wsk --help' for usage.
   358 finished with status 3
   error: Invalid argument(s). Unable to get action 'samples/wordCount': Get https://:31001/api/v1/namespaces/_/actions/samples/wordCount?code=false: dial tcp :31001: getsockopt: connection refused
   Run 'wsk --help' for usage.
   error: Invalid argument(s). Unable to get action 'combinators/eca': Get https://:31001/api/v1/namespaces/_/actions/combinators/eca?code=false: dial tcp :31001: getsockopt: connection refused
   Run 'wsk --help' for usage.
   325 finished with status 3
   326 finished with status 3
   327 finished with status 3
   328 finished with status 3
   combinator package ERRORS = 5
   203 finished with status 5
   204 finished with status 2
   error: Invalid argument(s). Unable to get action 'utils/hosturl': Get https://:31001/api/v1/namespaces/_/actions/utils/hosturl?code=false: dial tcp :31001: getsockopt: connection refused
   Run 'wsk --help' for usage.
   360 finished with status 3
   361 finished with status 3
   362 finished with status 3
   363 finished with status 3
   364 finished with status 3
   whisk.system entities ERRORS = 15
   error: Invalid argument(s). Unable to get action 'slack/post': Get https://:31001/api/v1/namespaces/_/actions/slack/post?code=false: dial tcp :31001: getsockopt: connection refused
   Run 'wsk --help' for usage.
   421 finished with status 3
   Slack package ERRORS = 2
   205 finished with status 2
   206 finished with status 15
   207 finished with status 4
   208 finished with status 2
   211 finished with status 2
   open catalog ERRORS = 7
   ```

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services