Hi guys, happent again this morning with another folder in python sdk:
$ find . -name etcd ./sdks/python/container/vendor/github.com/xordataexchange/crypt/backend/etcd ./sdks/python/container/vendor/github.com/coreos/etcd ./sdks/python/container/vendor/github.com/coreos/etcd/cmd/etcd ./sdks/python/container/vendor/github.com/coreos/etcd/cmd/etcd/cmd/etcd ./sdks/python/container/vendor/github.com/coreos/etcd/cmd/etcd/cmd/etcd/cmd/etcd ./sdks/python/container/vendor/github.com/coreos/etcd/cmd/etcd/cmd/etcd/cmd/etcd/cmd/etcd ./sdks/python/container/vendor/github.com/coreos/etcd/cmd/etcd/cmd/etcd/cmd/etcd/cmd/etcd/cmd/etcd ./sdks/python/container/vendor/github.com/coreos/etcd/cmd/etcd/cmd/etcd/cmd/etcd/cmd/etcd/cmd/etcd/cmd/etcd ./sdks/python/container/vendor/github.com/coreos/etcd/cmd/etcd/cmd/etcd/cmd/etcd/cmd/etcd/cmd/etcd/cmd/etcd/cmd/etcd ./sdks/python/container/vendor/github.com/coreos/etcd/cmd/etcd/cmd/etcd/cmd/etcd/cmd/etcd/cmd/etcd/cmd/etcd/cmd/etcd/cmd/etcd ./sdks/python/container/vendor/github.com/coreos/etcd/cmd/etcd/cmd/etcd/cmd/etcd/cmd/etcd/cmd/etcd/cmd/etcd/cmd/etcd/cmd/etcd/cmd/etcd ./sdks/python/container/vendor/github.com/coreos/etcd/cmd/etcd/cmd/etcd/cmd/etcd/cmd/etcd/cmd/etcd/cmd/etcd/cmd/etcd/cmd/etcd/cmd/etcd/cmd/etcd ./sdks/python/container/vendor/github.com/coreos/etcd/cmd/etcd/cmd/etcd/cmd/etcd/cmd/etcd/cmd/etcd/cmd/etcd/cmd/etcd/cmd/etcd/cmd/etcd/cmd/etcd/cmd/etcd ./sdks/python/container/vendor/github.com/coreos/etcd/cmd/etcd/cmd/etcd/cmd/etcd/cmd/etcd/cmd/etcd/cmd/etcd/cmd/etcd/cmd/etcd/cmd/etcd/cmd/etcd/cmd/etcd/cmd/etcd ./sdks/python/container/vendor/github.com/coreos/etcd/cmd/etcd/cmd/etcd/cmd/etcd/cmd/etcd/cmd/etcd/cmd/etcd/cmd/etcd/cmd/etcd/cmd/etcd/cmd/etcd/cmd/etcd/cmd/etcd/cmd/etcd ./sdks/python/container/vendor/github.com/coreos/etcd/cmd/etcd/cmd/etcd/cmd/etcd/cmd/etcd/cmd/etcd/cmd/etcd/cmd/etcd/cmd/etcd/cmd/etcd/cmd/etcd/cmd/etcd/cmd/etcd/cmd/etcd/cmd/etcd [etc...] There is really something fishy in the build which is "breaking" the filesystem and making any indexing tool (like an IDE) broken. Romain Manni-Bucau @rmannibucau | Blog | Old Blog | Github | LinkedIn 2017-11-25 16:54 GMT+01:00 Romain Manni-Bucau <[email protected]>: > Dont think so, I never use wrappers (gradle or mvn) since they loose part of > the local settings and setup like takari plugins ;). > > Le 25 nov. 2017 09:28, "Jean-Baptiste Onofré" <[email protected]> a écrit : >> >> Not the wrapper provided by Beam ? >> >> Regards >> JB >> >> On 11/25/2017 09:21 AM, Romain Manni-Bucau wrote: >>> >>> Only used gradle build with my lical gradle 4.2. >>> >>> Le 25 nov. 2017 07:27, "Manu Zhang" <[email protected]> a écrit : >>> >>>> Hi Romain, >>>> >>>> What gradle command are you running ? I don't find any ".gogradle" >>>> files. >>>> >>>> Thanks, >>>> Manu >>>> >>>> On Fri, Nov 24, 2017 at 5:09 PM Jean-Baptiste Onofré <[email protected]> >>>> wrote: >>>> >>>>> Let me try on my local copy. >>>>> >>>>> Thanks for the report. >>>>> >>>>> Regards >>>>> JB >>>>> >>>>> On 11/24/2017 10:04 AM, Romain Manni-Bucau wrote: >>>>>> >>>>>> Not sure JB to be honest, my global gitignore can have hidden them >>>>>> cause it starts with a dot. Was more to share it case it is >>>>>> encountered than to ask for a fix since I'm not sure ATM it comes from >>>>>> beam itself - also wonder if it can happen on the CI if both builds >>>>>> are executed. >>>>>> >>>>>> Romain Manni-Bucau >>>>>> @rmannibucau | Blog | Old Blog | Github | LinkedIn >>>>>> >>>>>> >>>>>> 2017-11-24 10:02 GMT+01:00 Jean-Baptiste Onofré <[email protected]>: >>>>>>> >>>>>>> Hi Romain, >>>>>>> >>>>>>> I guess they are not part of the repo (git clean -x -f -d removes >>>>>>> it), >>>>>>> correct ? >>>>>>> >>>>>>> Let me try. >>>>>>> >>>>>>> Thanks, >>>>>>> Regards >>>>>>> JB >>>>>>> >>>>>>> >>>>>>> On 11/24/2017 10:00 AM, Romain Manni-Bucau wrote: >>>>>>>> >>>>>>>> >>>>>>>> Hi guys, >>>>>>>> >>>>>>>> I don't really know if it comes from my gradle tests or the gradle >>>>>>>> build itself but I realize this morning I had ".gogradle" files in >>>>>>>> beam in a few places and when building with maven the resource >>>>>>>> plugin >>>>>>>> directory scanner goes through these files and seems it loops and >>>>>>>> makes the build very slow in the best case and just locked in the >>>>>>>> worse one. >>>>>>>> >>>>>>>> Just in case you observe it, "find . -name '.gogradle' | xargs rm >>>> >>>> -Rf" >>>>>>>> >>>>>>>> solves it. >>>>>>>> >>>>>>>> Romain Manni-Bucau >>>>>>>> @rmannibucau | Blog | Old Blog | Github | LinkedIn >>>>>>>> >>>>>>> >>>>>>> -- >>>>>>> Jean-Baptiste Onofré >>>>>>> [email protected] >>>>>>> http://blog.nanthrax.net >>>>>>> Talend - http://www.talend.com >>>>> >>>>> >>>>> -- >>>>> Jean-Baptiste Onofré >>>>> [email protected] >>>>> http://blog.nanthrax.net >>>>> Talend - http://www.talend.com >>>>> >>>> >>> >> >> -- >> Jean-Baptiste Onofré >> [email protected] >> http://blog.nanthrax.net >> Talend - http://www.talend.com
