cloudfoundry / nginx-buildpack

Cloud Foundry buildpack that provides NGINX
Apache License 2.0
30 stars 67 forks source link

ERR go: finding github.com/golang/mock v1.2.0 #13

Closed AliMoradian closed 5 years ago

AliMoradian commented 5 years ago

What version of Cloud Foundry and CF CLI are you using? (i.e. What is the output of running cf curl /v2/info && cf version?

{
   "name": "IBM Cloud",
   "build": "1.19",
   "support": "http://ibm.biz/bluemix-supportinfo",
   "version": 0,
   "description": "IBM Bluemix",
   "authorization_endpoint": "https://login.ng.bluemix.net/UAALoginServerWAR",
   "token_endpoint": "https://uaa.ng.bluemix.net",
   "min_cli_version": null,
   "min_recommended_cli_version": null,
   "api_version": "2.106.0",
   "app_ssh_endpoint": "ssh.ng.bluemix.net:2222",
   "app_ssh_host_key_fingerprint": "c7:1f:89:2a:62:3b:78:a9:08:c9:33:81:fb:39:26:da",
   "app_ssh_oauth_client": "ssh-proxy",
   "doppler_logging_endpoint": "wss://doppler.ng.bluemix.net:443",
   "bits_endpoint": "https://bits-service.ng.bluemix.net",
   "user": "78e54c96-5069-4b3b-9f95-43f390e25394"
}
cf version 6.42.0+0cba12168.2019-01-10

What version of the buildpack you are using? 1.0.6

If you were attempting to accomplish a task, what was it you were attempting to do? Pushing an application using cf push APP_NAME -b https://github.com/cloudfoundry/nginx-buildpack.git -m 64M -i 1 --no-route

What did you expect to happen? I did not expect to see errors.

What was the actual behavior?

2019-01-25T16:55:38.94-0500 [STG/0] OUT Downloaded build artifacts cache (3.2M)
   2019-01-25T16:55:39.42-0500 [STG/0] OUT Downloaded app package (2.7M)
   2019-01-25T16:55:40.89-0500 [STG/0] OUT -----> Download go 1.11.4
   2019-01-25T16:55:54.66-0500 [STG/0] OUT -----> Running go build supply
   2019-01-25T16:55:54.66-0500 [STG/0] OUT /tmp/buildpackdownloads/adf6125a52c1a65c9523985b5a87ec38 ~
   2019-01-25T16:55:54.75-0500 [STG/0] ERR go: finding github.com/golang/mock v1.2.0
   2019-01-25T16:55:54.75-0500 [STG/0] ERR go: finding github.com/rogpeppe/go-charset v0.0.0-20180617210344-2471d30d28b4
   2019-01-25T16:55:54.75-0500 [STG/0] ERR go: finding github.com/onsi/ginkgo v1.7.0
   2019-01-25T16:55:54.76-0500 [STG/0] ERR go: finding github.com/cloudfoundry/libbuildpack v0.0.0-20190115190946-c10a4cd29881
   2019-01-25T16:55:54.76-0500 [STG/0] ERR go: finding github.com/onsi/gomega v1.4.3
   2019-01-25T16:55:54.77-0500 [STG/0] ERR go: finding github.com/inconshreveable/go-vhost v0.0.0-20160627193104-06d84117953b
   2019-01-25T16:55:55.16-0500 [STG/0] ERR go: finding golang.org/x/crypto v0.0.0-20181203042331-505ab145d0a9
   2019-01-25T16:55:55.21-0500 [STG/0] ERR go: finding golang.org/x/tools v0.0.0-20181203201058-99b2a93e1f84
   2019-01-25T16:55:55.30-0500 [STG/0] ERR go: finding cloud.google.com/go v0.33.1
   2019-01-25T16:55:55.31-0500 [STG/0] ERR go: finding go4.org v0.0.0-20181109185143-00e24f1b2599
   2019-01-25T16:55:56.73-0500 [STG/0] ERR go: finding golang.org/x/net v0.0.0-20180906233101-161cd47e91fd
   2019-01-25T16:55:56.76-0500 [STG/0] ERR go: finding golang.org/x/text v0.3.0
   2019-01-25T16:55:56.87-0500 [STG/0] ERR go: finding golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f
   2019-01-25T16:55:57.02-0500 [STG/0] ERR go: finding github.com/golang/protobuf v1.2.0
   2019-01-25T16:55:57.79-0500 [STG/0] ERR go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7
   2019-01-25T16:55:58.38-0500 [STG/0] ERR go: finding github.com/fsnotify/fsnotify v1.4.7
   2019-01-25T16:56:00.37-0500 [STG/0] ERR go: finding gopkg.in/fsnotify.v1 v1.4.7
   2019-01-25T16:56:00.66-0500 [STG/0] ERR go: finding golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e
   2019-01-25T16:56:00.69-0500 [STG/0] ERR go: finding golang.org/x/build v0.0.0-20181121152522-2b0e3d65700e
   2019-01-25T16:56:00.72-0500 [STG/0] ERR go: finding github.com/tidwall/match v1.0.1
   2019-01-25T16:56:00.79-0500 [STG/0] ERR go: finding github.com/google/subcommands v0.0.0-20181012225330-46f0354f6315
   2019-01-25T16:56:01.47-0500 [STG/0] ERR go: finding gopkg.in/yaml.v2 v2.2.1
   2019-01-25T16:56:01.54-0500 [STG/0] ERR go: finding gopkg.in/yaml.v2 v2.2.2
   2019-01-25T16:56:01.56-0500 [STG/0] ERR go: finding github.com/blang/semver v3.5.1+incompatible
   2019-01-25T16:56:02.28-0500 [STG/0] ERR go: finding golang.org/x/net v0.0.0-20181220203305-927f97764cc3
   2019-01-25T16:56:02.31-0500 [STG/0] ERR go: finding github.com/kr/pretty v0.1.0
   2019-01-25T16:56:03.40-0500 [STG/0] ERR go: finding github.com/elazarl/goproxy v0.0.0-20181111060418-2ce16c963a8a
   2019-01-25T16:56:04.62-0500 [STG/0] ERR go: finding github.com/tidwall/gjson v1.1.3
   2019-01-25T16:56:05.07-0500 [STG/0] ERR go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4
   2019-01-25T16:56:05.14-0500 [STG/0] ERR go: finding golang.org/x/sys v0.0.0-20181029174526-d69651ed3497
   2019-01-25T16:56:05.16-0500 [STG/0] ERR go: finding github.com/hpcloud/tail v1.0.0
   2019-01-25T16:56:05.30-0500 [STG/0] ERR go: finding github.com/shurcooL/webdavfs v0.0.0-20170829043945-18c3829fa133
   2019-01-25T16:56:05.32-0500 [STG/0] ERR go: finding github.com/shurcooL/gofontwoff v0.0.0-20180329035133-29b52fc0a18d
   2019-01-25T16:56:05.34-0500 [STG/0] ERR go: finding github.com/coreos/go-systemd v0.0.0-20181012123002-c6f51f82210d
   2019-01-25T16:56:05.38-0500 [STG/0] ERR go: finding gopkg.in/jarcoal/httpmock.v1 v1.0.0-20181117152235-275e9df93516
   2019-01-25T16:56:05.45-0500 [STG/0] ERR go: finding github.com/neelance/sourcemap v0.0.0-20151028013722-8c68805598ab
   2019-01-25T16:56:07.26-0500 [STG/0] ERR go: finding github.com/shurcooL/component v0.0.0-20170202220835-f88ec8f54cc4
   2019-01-25T16:56:07.33-0500 [STG/0] ERR go: finding github.com/sourcegraph/syntaxhighlight v0.0.0-20170531221838-bd320f5d308e
   2019-01-25T16:56:07.62-0500 [STG/0] ERR go: finding github.com/gopherjs/gopherjs v0.0.0-20181017120253-0766667cb4d1
   2019-01-25T16:56:07.73-0500 [STG/0] ERR go: finding github.com/shurcooL/users v0.0.0-20180125191416-49c67e49c537
   2019-01-25T16:56:08.01-0500 [STG/0] ERR go: finding github.com/kr/text v0.1.0
   2019-01-25T16:56:08.17-0500 [STG/0] ERR go: finding github.com/googleapis/gax-go v2.0.0+incompatible
   2019-01-25T16:56:08.31-0500 [STG/0] ERR go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405
   2019-01-25T16:56:08.41-0500 [STG/0] ERR go: finding github.com/shurcooL/highlight_go v0.0.0-20181028180052-98c3abbbae20
   2019-01-25T16:56:08.90-0500 [STG/0] ERR go: finding dmitri.shuralyov.com/service/change v0.0.0-20181023043359-a85b471d5412
   2019-01-25T16:56:08.91-0500 [STG/0] ERR go: finding dmitri.shuralyov.com/html/belt v0.0.0-20180602232347-f7d459c86be0
   2019-01-25T16:56:09.85-0500 [STG/0] ERR go: finding github.com/kr/pty v1.1.3
   2019-01-25T16:56:10.47-0500 [STG/0] ERR go: finding github.com/davecgh/go-spew v1.1.1
   2019-01-25T16:56:10.47-0500 [STG/0] ERR go: finding github.com/flynn/go-shlex v0.0.0-20150515145356-3f9db97f8568
   2019-01-25T16:56:10.73-0500 [STG/0] ERR go: finding github.com/shurcooL/httpfs v0.0.0-20171119174359-809beceb2371
   2019-01-25T16:56:10.77-0500 [STG/0] ERR go: finding github.com/dustin/go-humanize v1.0.0
   2019-01-25T16:56:11.20-0500 [STG/0] ERR go: finding cloud.google.com/go v0.31.0
   2019-01-25T16:56:11.30-0500 [STG/0] ERR go: finding github.com/shurcooL/sanitized_anchor_name v0.0.0-20170918181015-86672fcb3f95
   2019-01-25T16:56:11.77-0500 [STG/0] ERR go: finding github.com/Masterminds/semver v1.4.2
   2019-01-25T16:56:12.13-0500 [STG/0] ERR go: finding golang.org/x/sys v0.0.0-20181221143128-b4a75ba826a6
   2019-01-25T16:56:12.26-0500 [STG/0] ERR go: finding github.com/onsi/ginkgo v1.6.0
   2019-01-25T16:56:13.39-0500 [STG/0] ERR go: finding grpc.go4.org v0.0.0-20170609214715-11d0a25b4919
   2019-01-25T16:56:13.57-0500 [STG/0] ERR go: finding golang.org/x/crypto v0.0.0-20181030102418-4d3f4d9ffa16
   2019-01-25T16:56:13.78-0500 [STG/0] ERR go: finding github.com/jellevandenhooff/dkim v0.0.0-20150330215556-f50fe3d243e1
   2019-01-25T16:56:13.79-0500 [STG/0] ERR go: finding golang.org/x/text v0.3.1-0.20180807135948-17ff2d5776d2
   2019-01-25T16:56:14.17-0500 [STG/0] ERR go: finding github.com/shurcooL/home v0.0.0-20181020052607-80b7ffcb30f9
   2019-01-25T16:56:14.54-0500 [STG/0] ERR go: finding github.com/shurcooL/httpgzip v0.0.0-20180522190206-b1c53ac65af9
   2019-01-25T16:56:14.76-0500 [STG/0] ERR go: finding gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127
   2019-01-25T16:56:14.88-0500 [STG/0] ERR go: finding github.com/microcosm-cc/bluemonday v1.0.1
   2019-01-25T16:56:15.09-0500 [STG/0] ERR go: finding google.golang.org/api v0.0.0-20181030000543-1d582fd0359e
   2019-01-25T16:56:15.48-0500 [STG/0] ERR go: finding google.golang.org/appengine v1.2.0
   2019-01-25T16:56:15.63-0500 [STG/0] ERR go: finding github.com/shurcooL/github_flavored_markdown v0.0.0-20181002035957-2122de532470
   2019-01-25T16:56:16.14-0500 [STG/0] ERR go: finding sourcegraph.com/sourcegraph/go-diff v0.5.0
   2019-01-25T16:56:17.88-0500 [STG/0] ERR go: finding golang.org/x/net v0.0.0-20181029044818-c44066c5c816
   2019-01-25T16:56:18.06-0500 [STG/0] ERR go: finding github.com/anmitsu/go-shlex v0.0.0-20161002113705-648efa622239
   2019-01-25T16:56:18.22-0500 [STG/0] ERR go: finding github.com/kr/pty v1.1.1
   2019-01-25T16:56:18.57-0500 [STG/0] ERR go: finding go.opencensus.io v0.18.0
   2019-01-25T16:56:18.83-0500 [STG/0] ERR go: finding google.golang.org/genproto v0.0.0-20181029155118-b69ba1387ce2
   2019-01-25T16:56:19.15-0500 [STG/0] ERR go: finding golang.org/x/tools v0.0.0-20181030000716-a0a13e073c7b
   2019-01-25T16:56:19.30-0500 [STG/0] ERR go: finding go4.org v0.0.0-20180809161055-417644f6feb5
   2019-01-25T16:56:19.54-0500 [STG/0] ERR go: finding github.com/sourcegraph/annotate v0.0.0-20160123013949-f4cad6c6324d
   2019-01-25T16:56:19.69-0500 [STG/0] ERR go: finding github.com/google/go-github v17.0.0+incompatible
   2019-01-25T16:56:20.16-0500 [STG/0] ERR go: finding github.com/shurcooL/notifications v0.0.0-20181007000457-627ab5aea122
   2019-01-25T16:56:20.36-0500 [STG/0] ERR go: finding golang.org/x/perf v0.0.0-20180704124530-6e6d33e29852
   2019-01-25T16:56:22.13-0500 [STG/0] ERR go: finding github.com/bradfitz/go-smtpd v0.0.0-20170404230938-deb6d6237625
   2019-01-25T16:56:22.91-0500 [STG/0] ERR go: finding github.com/prometheus/common v0.0.0-20180801064454-c7de2306084e
   2019-01-25T16:56:23.85-0500 [STG/0] ERR go: finding github.com/sergi/go-diff v1.0.0
   2019-01-25T16:56:23.91-0500 [STG/0] ERR go: finding github.com/BurntSushi/toml v0.3.1
   2019-01-25T16:56:24.31-0500 [STG/0] ERR go: finding github.com/shurcooL/issues v0.0.0-20181008053335-6292fdc1e191
   2019-01-25T16:56:24.73-0500 [STG/0] ERR go: finding github.com/google/go-cmp v0.2.0
   2019-01-25T16:56:25.96-0500 [STG/0] ERR go: finding github.com/ghodss/yaml v1.0.0
   2019-01-25T16:56:26.87-0500 [STG/0] ERR go: finding google.golang.org/genproto v0.0.0-20180831171423-11092d34479b
   2019-01-25T16:56:26.99-0500 [STG/0] ERR go: finding github.com/shurcooL/gopherjslib v0.0.0-20160914041154-feb6d3990c2c
   2019-01-25T16:56:27.46-0500 [STG/0] ERR go: finding github.com/shurcooL/issuesapp v0.0.0-20180602232740-048589ce2241
   2019-01-25T16:56:27.52-0500 [STG/0] ERR go: finding gopkg.in/inf.v0 v0.9.1
   2019-01-25T16:56:28.02-0500 [STG/0] ERR go: finding github.com/shurcooL/htmlg v0.0.0-20170918183704-d01228ac9e50
   2019-01-25T16:56:28.22-0500 [STG/0] ERR go: finding github.com/gogo/protobuf v1.1.1
   2019-01-25T16:56:28.54-0500 [STG/0] ERR go: finding dmitri.shuralyov.com/state v0.0.0-20180228185332-28bcc343414c
   2019-01-25T16:56:29.03-0500 [STG/0] ERR go: finding github.com/grpc-ecosystem/grpc-gateway v1.5.0
   2019-01-25T16:56:29.04-0500 [STG/0] ERR go: finding dmitri.shuralyov.com/app/changes v0.0.0-20180602232624-0a106ad413e3
   2019-01-25T16:56:30.18-0500 [STG/0] ERR go: finding github.com/neelance/astrewrite v0.0.0-20160511093645-99348263ae86
   2019-01-25T16:56:30.56-0500 [STG/0] ERR go: finding github.com/shurcooL/octicon v0.0.0-20181028054416-fa4f57f9efb2
   2019-01-25T16:56:31.14-0500 [STG/0] ERR go: finding github.com/matttproud/golang_protobuf_extensions v1.0.1
   2019-01-25T16:56:31.79-0500 [STG/0] ERR go: finding git.apache.org/thrift.git v0.0.0-20180902110319-2566ecd5d999
   2019-01-25T16:56:33.99-0500 [STG/0] ERR go: finding google.golang.org/grpc v1.16.0
   2019-01-25T16:56:34.38-0500 [STG/0] ERR go: finding sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4
   2019-01-25T16:56:35.04-0500 [STG/0] ERR go: finding github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b
   2019-01-25T16:56:35.28-0500 [STG/0] ERR go: finding github.com/openzipkin/zipkin-go v0.1.1
   2019-01-25T16:56:36.42-0500 [STG/0] ERR go: finding github.com/shurcooL/go v0.0.0-20180423040247-9e1955d9fb6e
   2019-01-25T16:56:36.49-0500 [STG/0] ERR go: finding google.golang.org/api v0.0.0-20180910000450-7ca32eb868bf
   2019-01-25T16:56:38.98-0500 [STG/0] ERR go: finding github.com/google/go-querystring v1.0.0
   2019-01-25T16:56:39.56-0500 [STG/0] ERR go: finding github.com/gregjones/httpcache v0.0.0-20180305231024-9cad4c3443a7
   2019-01-25T16:56:40.11-0500 [STG/0] ERR go: finding github.com/beorn7/perks v0.0.0-20180321164747-3a771d992973
   2019-01-25T16:56:40.93-0500 [STG/0] ERR go: finding github.com/shurcooL/go-goon v0.0.0-20170922171312-37c2f522c041
   2019-01-25T16:56:41.39-0500 [STG/0] ERR go: finding honnef.co/go/tools v0.0.0-20180728063816-88497007e858
   2019-01-25T16:56:41.41-0500 [STG/0] ERR go: finding golang.org/x/net v0.0.0-20180826012351-8a410e7b638d
   2019-01-25T16:56:41.49-0500 [STG/0] ERR go: finding github.com/shurcooL/events v0.0.0-20181021180414-410e4ca65f48
   2019-01-25T16:56:41.91-0500 [STG/0] ERR go: finding golang.org/x/sys v0.0.0-20180830151530-49385e6e1522
   2019-01-25T16:56:41.98-0500 [STG/0] ERR go: finding github.com/client9/misspell v0.3.4
   2019-01-25T16:56:43.80-0500 [STG/0] ERR go: finding google.golang.org/appengine v1.1.0
   2019-01-25T16:56:44.54-0500 [STG/0] ERR go: finding golang.org/x/oauth2 v0.0.0-20181017192945-9dcd33a902f4
   2019-01-25T16:56:46.31-0500 [STG/0] ERR go: finding github.com/golang/mock v1.1.1
   2019-01-25T16:56:47.08-0500 [STG/0] ERR go: finding github.com/prometheus/client_golang v0.8.0
   2019-01-25T16:56:47.79-0500 [STG/0] ERR go: finding cloud.google.com/go v0.26.0
   2019-01-25T16:56:47.95-0500 [STG/0] ERR go: finding github.com/shurcooL/httperror v0.0.0-20170206035902-86b7830d14cc
   2019-01-25T16:56:48.00-0500 [STG/0] ERR go: finding github.com/golang/lint v0.0.0-20180702182130-06c8688daad7
   2019-01-25T16:56:48.17-0500 [STG/0] ERR go: finding golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be
   2019-01-25T16:56:48.49-0500 [STG/0] ERR go: finding github.com/pmezard/go-difflib v1.0.0
   2019-01-25T16:56:48.50-0500 [STG/0] ERR go: finding github.com/kisielk/gotool v1.0.0
   2019-01-25T16:56:49.74-0500 [STG/0] ERR go: finding github.com/shurcooL/highlight_diff v0.0.0-20170515013008-09bb4053de1b
   2019-01-25T16:56:51.12-0500 [STG/0] ERR go: finding github.com/russross/blackfriday v1.5.2
   2019-01-25T16:56:52.24-0500 [STG/0] ERR go: finding github.com/stretchr/testify v1.2.2
   2019-01-25T16:56:52.48-0500 [STG/0] ERR go: finding google.golang.org/grpc v1.14.0
   2019-01-25T16:56:53.09-0500 [STG/0] ERR go: finding google.golang.org/genproto v0.0.0-20180817151627-c66870c02cf8
   2019-01-25T16:56:53.12-0500 [STG/0] ERR go: finding github.com/gliderlabs/ssh v0.1.1
   2019-01-25T16:56:53.16-0500 [STG/0] ERR go: finding github.com/google/martian v2.1.0+incompatible
   2019-01-25T16:56:53.21-0500 [STG/0] ERR go: finding github.com/prometheus/client_model v0.0.0-20180712105110-5c3871d89910
   2019-01-25T16:56:53.54-0500 [STG/0] ERR go: finding github.com/tarm/serial v0.0.0-20180830185346-98f6abe2eb07
   2019-01-25T16:56:53.63-0500 [STG/0] ERR go: finding golang.org/x/net v0.0.0-20180724234803-3673e40ba225
   2019-01-25T16:56:53.68-0500 [STG/0] ERR go: finding github.com/prometheus/procfs v0.0.0-20180725123919-05ee40e3a273
   2019-01-25T16:56:56.07-0500 [STG/0] ERR go: finding github.com/shurcooL/reactions v0.0.0-20181006231557-f2e0b4ca5b82
   2019-01-25T16:56:56.30-0500 [STG/0] ERR go: finding golang.org/x/time v0.0.0-20180412165947-fbb02b2291d2
   2019-01-25T16:56:57.38-0500 [STG/0] ERR go: finding golang.org/x/tools v0.0.0-20180828015842-6cd1fcedba52
   2019-01-25T16:56:57.51-0500 [STG/0] ERR go: finding golang.org/x/lint v0.0.0-20180702182130-06c8688daad7
   2019-01-25T16:57:05.34-0500 [STG/0] ERR go: downloading github.com/cloudfoundry/libbuildpack v0.0.0-20190115190946-c10a4cd29881
   2019-01-25T16:57:05.62-0500 [STG/0] ERR go: downloading github.com/Masterminds/semver v1.4.2
   2019-01-25T16:57:05.63-0500 [STG/0] ERR go: downloading gopkg.in/yaml.v2 v2.2.2
   2019-01-25T16:57:05.63-0500 [STG/0] ERR go: downloading github.com/blang/semver v3.5.1+incompatible
   2019-01-25T16:57:19.48-0500 [STG/0] OUT -----> Nginx Buildpack version 1.0.6
   2019-01-25T16:57:19.48-0500 [STG/0] OUT -----> Supplying nginx
   2019-01-25T16:57:19.48-0500 [STG/0] OUT -----> Requested nginx version: mainline => 1.15.8
   2019-01-25T16:57:19.48-0500 [STG/0] OUT -----> Installing nginx 1.15.8
   2019-01-25T16:57:19.48-0500 [STG/0] OUT        Copy [/tmp/cache/final/dependencies/9541b19f83e98c50d4c3536e45fd70df78e54cf11debb02e34cae434fd1af4aa/nginx-1.15.8-linux-x64-cflinuxfs2-a17501d0.tgz]
   2019-01-25T16:57:19.75-0500 [STG/0] OUT -----> Running go build finalize
   2019-01-25T16:57:19.75-0500 [STG/0] OUT /tmp/buildpackdownloads/adf6125a52c1a65c9523985b5a87ec38 ~
   2019-01-25T16:57:21.27-0500 [STG/0] OUT ~
   2019-01-25T16:57:23.67-0500 [STG/0] OUT Exit status 0

Please confirm where necessary:

cf-gitbot commented 5 years ago

We have created an issue in Pivotal Tracker to manage this:

https://www.pivotaltracker.com/story/show/163494309

The labels on this github issue will be updated when the story is started.

zmackie commented 5 years ago

Thanks for filing! This isn't actually causing a failure with you app (OUT Exit status 0 indicates everything staged fine), but it looks like we're not properly using our vendored code, which your issue has caught. Thanks! Will address on our end.

cf-gitbot commented 5 years ago

We have created an issue in Pivotal Tracker to manage this:

https://www.pivotaltracker.com/story/show/163562866

The labels on this github issue will be updated when the story is started.

zmackie commented 5 years ago

@AliMoradian Latest release addresses this. Closing the issue.

AliMoradian commented 5 years ago

Thanks @Zanadar, I've verified that latest release fixes the issue.