Date: Tue, 9 Aug 2022 11:10:17 +0100 From: Nuno Teixeira <eduardo@freebsd.org> To: Ronald Klop <ronald-lists@klop.ws> Cc: Larry Rosenman <ler@lerctr.org>, FreeBSD Mailing List <freebsd-ports@freebsd.org>, freebsd-go@freebsd.org Subject: Re: go modules fetching problem Message-ID: <CAFDf7UKxM2eWBEGhgR-C1u63Tw7HKLSPOXwvqfGP3_De1YN5nw@mail.gmail.com> In-Reply-To: <348457954.113.1659955161487@localhost> References: <CAFDf7UKfESxjVi9zj%2BJqLGC677x8F=D7EaV9HWXA8bbDWrQk-Q@mail.gmail.com> <1051023923.10563.1659779376410@localhost> <CAFDf7UJyi10oshqLJO%2B0axGSH2VaKyEACCKpfEHShwvH0%2B=aNg@mail.gmail.com> <CAFDf7UJoxz2v1dUpKQ%2BMOR18gQP4-HMSJgCBVqRz=kpdLF=utw@mail.gmail.com> <009f2da37b8cb5de4611a1c9d3a14757@lerctr.org> <CAFDf7U%2BW4E_UmyqZmxAQtnZcY7yWDR34wpPZ-aPtjRqkzsAg=Q@mail.gmail.com> <348457954.113.1659955161487@localhost>
next in thread | previous in thread | raw e-mail | index | archive | help
--0000000000004b729905e5cc24b0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Hello Ronald, Thanks for digging about this peculiar problem. I've tested again with ipv4 and problem is the same and I'm CCing go@FreeBSD.org. Thanks Ronald Klop <ronald-lists@klop.ws> escreveu no dia segunda, 8/08/2022 =C3= =A0(s) 11:39: > Hi, > > First it is nice that you have working ipv6 now. =F0=9F=91=8D > > But I'm still surprised that the download of distfiles choose the IPv6 > address while you did not have IPv6 enabled. > This port uses some golang code to fetch the file: > 47794 0 S+ 0:00.04 | | `-- make fetch > 47899 0 S+ 0:03.71 | | `-- /usr/local/bin/go119 mod downloa= d > -x all (go) > > And the download site has both IPv4 and IPv6 configured. > $ host proxy.golang.com > proxy.golang.com has address 172.217.168.241 > proxy.golang.com has IPv6 address 2a00:1450:400e:802::2011 > ... > > These addresses change now and than so it looks like a pool of servers. > > The go code seems to have logic to handle the dualstack situation and > prefer ipv4 over ipv6 (as far as I understand the code). > > https://github.com/golang/go/blob/0f6ee42fe063a48d7825bc03097bbb714aafdb7= d/src/net/dial.go#L421 > > So a possibility for the cause of the problem can be that a server in the > pool was not reachable by ipv4 which made the go code fall back to ipv6. > This idea is also strengthened by the fact that the first couple of > downloads succeeded. > > If you want to dive deeper you might cc the go@FreeBSD.org mailinglist. > > Regards, > > Ronald. > > > > *Van:* Nuno Teixeira <eduardo@freebsd.org> > *Datum:* zaterdag, 6 augustus 2022 18:45 > *Aan:* Larry Rosenman <ler@lerctr.org> > *CC:* Ronald Klop <ronald-lists@klop.ws>, FreeBSD Mailing List < > freebsd-ports@freebsd.org> > *Onderwerp:* Re: go modules fetching problem > > Hi Larry, > > That's a possibility and as always they never notify clients about change= s. > > Before I switched to ipv6 on local machine I've tried to disable router > ipv6 but thats not possible because there is no option to configured it o= n > web interface nor cmd line interface: > --- > /cli> lan/ipv6/show > +-------------------------+ > |LAN IPV6 | > +------------+------------+ > |IPv6 |Status | > +------------+------------+ > |Enabled |Up | > +------------+------------+ > --- > > I'm happy that I'm using ipv6 for the first time :) > > Cheers and thanks, > > Larry Rosenman <ler@lerctr.org> escreveu no dia s=C3=A1bado, 6/08/2022 = =C3=A0(s) > 16:46: > >> Is it possible your ISP just enabled IPv6? >> >> >> >> On 08/06/2022 10:34 am, Nuno Teixeira wrote: >> >> Hello, >> >> I've found a fix: configure ethernet to ipv6 >> --- >> ifconfig_re0=3D"DHCP" >> ifconfig_re0_ipv6=3D"inet6 accept_rtadv" >> rtsold_enable=3D"YES" >> --- >> >> This is very strange because I've never used ipv6 before, and until a >> couple days 14 current was running fine in ipv4 using re0/iwlwifi0. >> Maybe something change in CURRENT? >> I'm at latest 1ffd352bc25b >> >> Now I need to find a way of using ipv6 on iwlwifi0 because it crashes >> using "ifconfig_wlan0_ipv6=3D"inet6 accept_rtadv"... >> >> Thanks, >> >> Nuno Teixeira <eduardo@freebsd.org> escreveu no dia s=C3=A1bado, 6/08/20= 22 >> =C3=A0(s) 11:58: >> >> Hi Ronald, >> >> I don't use ipv6. >> --- >> wlan0: flags=3D8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu >> 1500 >> ether 6c:6a:77:df:09:21 >> inet 192.168.1.65 netmask 0xffffff00 broadcast 192.168.1.255 >> groups: wlan >> ssid MEO-3637C0 channel 60 (5300 MHz 11a) bssid 00:06:91:36:37:c= 1 >> regdomain ETSI country PT authmode WPA2/802.11i privacy ON >> deftxkey UNDEF AES-CCM 2:128-bit txpower 24 bmiss 7 mcastrate 6 >> mgmtrate 6 scanvalid 60 wme roaming MANUAL >> parent interface: iwlwifi0 >> media: IEEE 802.11 Wireless Ethernet OFDM/54Mbps mode 11a >> status: associated >> nd6 options=3D29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL> >> --- >> >> Ronald Klop <ronald-lists@klop.ws> escreveu no dia s=C3=A1bado, 6/08/202= 2 >> =C3=A0(s) 10:49: >> >> You get an ipv6 address for the host. But the host is not reachable. >> >> " dial tcp [2a00:1450:4003:80c::2011]:443: conn >> ect: no route to host" >> >> Is ipv6 properly configured in your network? >> >> Regards, >> Ronald >> >> >> *Van:* Nuno Teixeira <eduardo@freebsd.org> >> *Datum:* 6 augustus 2022 00:16 >> *Aan:* FreeBSD Mailing List <freebsd-ports@freebsd.org> >> *Onderwerp:* Re: go modules fetching problem >> >> (...) >> >> Same with poudriere testport, but after some tries modules fetch is >> complete. >> >> Nuno Teixeira <eduardo@freebsd.org> escreveu no dia sexta, 5/08/2022 >> =C3=A0(s) 22:31: >> >> Hello, >> >> For the first time I can't fetch go modules from a port. >> I've tried several ports that uses go:modules and problem is the same. >> What could be the problem? >> >> --- >> $ make distclean makesum: >> >> =3D=3D=3D> Cleaning for gomplate-3.11.2 >> =3D=3D=3D> Cleaning Go module cache >> =3D=3D=3D> Deleting distfiles for gomplate-3.11.2 >> =3D=3D=3D> License MIT accepted by the user >> =3D=3D=3D> License MIT accepted by the user >> =3D=3D=3D> gomplate-3.11.2 depends on file: /usr/local/sbin/pkg - foun= d >> =3D=3D=3D> gomplate-3.11.2 depends on file: /usr/local/bin/go119 - fou= nd >> =3D=3D=3D> gomplate-3.11.2 depends on package: ca_root_nss>0 - found >> =3D> v3.11.2.mod doesn't seem to exist in >> /tmp/go/sysutils_gomplate/gomplate-v3.11.2. >> =3D> Attempting to fetch >> https://proxy.golang.org/github.com/hairyhenderson/gomplate/v3/@v/v3.11.= 2.mod >> v3.11.2.mod 7063 B 51 MBps >> 00s >> =3D> v3.11.2.zip doesn't seem to exist in >> /tmp/go/sysutils_gomplate/gomplate-v3.11.2. >> =3D> Attempting to fetch >> https://proxy.golang.org/github.com/hairyhenderson/gomplate/v3/@v/v3.11.= 2.zip >> v3.11.2.zip 671 kB 6855 kBps >> 00s >> =3D=3D=3D> Fetching all distfiles required by gomplate-3.11.2 for buildi= ng >> =3D=3D=3D> Fetching github.com/hairyhenderson/gomplate/v3 dependencies >> # get https://proxy.golang.org/github.com/%21shopify/ejson/@v/v1.3.3.mod >> # get >> https://proxy.golang.org/github.com/%21proton%21mail/go-crypto/@v/v0.0.0= -20220517143526-88bb52951d5b.mod >> # get https://proxy.golang.org/github.com/armon/go-radix/@v/v1.0.0.mod >> # get https://proxy.golang.org/cloud.google.com/go/compute/@v/v1.6.1.mod >> # get https://proxy.golang.org/github.com/acomagu/bufpipe/@v/v1.0.3.mod >> # get >> https://proxy.golang.org/github.com/%21microsoft/go-winio/@v/v0.5.2.mod >> # get https://proxy.golang.org/cloud.google.com/go/@v/v0.102.0.mod >> # get https://proxy.golang.org/github.com/armon/go-metrics/@v/v0.4.0.mod >> # get https://proxy.golang.org/cloud.google.com/go/storage/@v/v1.22.1.mo= d >> # get >> https://proxy.golang.org/github.com/apparentlymart/go-cidr/@v/v1.1.0.mod >> # get >> https://proxy.golang.org/github.com/%21masterminds/goutils/@v/v1.1.1.mod >> # get https://proxy.golang.org/cloud.google.com/go/iam/@v/v0.3.0.mod >> # get https://proxy.golang.org/github.com/acomagu/bufpipe/@v/v1.0.3.mod: >> Get "https://proxy.golang.org/github.com/acomagu/bufpipe/@v/v1.0.3.mod": >> dial tcp [2a00:1450:4003:80c::2011]:443: conn >> ect: no route to host >> # get https://proxy.golang.org/cloud.google.com/go/iam/@v/v0.3.0.mod: >> Get "https://proxy.golang.org/cloud.google.com/go/iam/@v/v0.3.0.mod": >> dial tcp [2a00:1450:4003:80c::2011]:443: connect: n >> o route to host >> # get >> https://proxy.golang.org/github.com/apparentlymart/go-cidr/@v/v1.1.0.mod= : >> Get " >> https://proxy.golang.org/github.com/apparentlymart/go-cidr/@v/v1.1.0.mod= ": >> dial tcp [2a00:1450:4003:80c::2 >> 011]:443: connect: no route to host >> # get >> https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/@v/v1.16.4.mod >> # get >> https://proxy.golang.org/github.com/%21masterminds/goutils/@v/v1.1.1.mod= : >> Get " >> https://proxy.golang.org/github.com/%21masterminds/goutils/@v/v1.1.1.mod= ": >> dial tcp [2a00:1450:4003:80c::2 >> 011]:443: connect: no route to host >> --- >> >> Thanks in advance, >> -- >> Nuno Teixeira >> FreeBSD Committer (ports) >> >> >> >> -- >> Nuno Teixeira >> FreeBSD Committer (ports) >> >> >> >> >> >> >> >> -- >> Nuno Teixeira >> FreeBSD Committer (ports) >> >> >> >> -- >> Nuno Teixeira >> FreeBSD Committer (ports) >> >> >> -- >> Larry Rosenman http://www.lerctr.org/~ler >> Phone: +1 214-642-9640 E-Mail: ler@lerctr.org >> US Mail: 5708 Sabbia Dr, Round Rock, TX 78665-2106 >> > > > -- > Nuno Teixeira > FreeBSD Committer (ports) > > --=20 Nuno Teixeira FreeBSD Committer (ports) --0000000000004b729905e5cc24b0 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable <div dir=3D"ltr"><div>Hello Ronald,</div><div><br></div><div>Thanks for dig= ging about this peculiar problem.</div><div><br></div><div>I've tested = again with ipv4 and problem is the same and I'm CCing go@FreeBSD.org.<b= r></div><div><br></div><div>Thanks<br></div></div><br><div class=3D"gmail_q= uote"><div dir=3D"ltr" class=3D"gmail_attr">Ronald Klop <<a href=3D"mail= to:ronald-lists@klop.ws">ronald-lists@klop.ws</a>> escreveu no dia segun= da, 8/08/2022 =C3=A0(s) 11:39:<br></div><blockquote class=3D"gmail_quote" s= tyle=3D"margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);pad= ding-left:1ex"><div>Hi,<br> <br> First it is nice that you have working ipv6 now. =F0=9F=91=8D<br> <br> But I'm still surprised that the download of distfiles choose the IPv6 = address while you did not have IPv6 enabled.<br> This port uses some golang code to fetch the file:<br> 47794=C2=A0 0=C2=A0 S+=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 0:00.04 | |=C2= =A0=C2=A0=C2=A0=C2=A0 `-- make fetch<br> 47899=C2=A0 0=C2=A0 S+=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 0:03.71 | |=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 `-- /usr/local/bin/go119 mod download -x = all (go)<br> <br> And the download site has both IPv4 and IPv6 configured.<br> $ host <a href=3D"http://proxy.golang.com" target=3D"_blank">proxy.golang.c= om</a><br> <a href=3D"http://proxy.golang.com" target=3D"_blank">proxy.golang.com</a> = has address 172.217.168.241<br> <a href=3D"http://proxy.golang.com" target=3D"_blank">proxy.golang.com</a> = has IPv6 address 2a00:1450:400e:802::2011<br> ...<br> <br> These addresses change now and than so it looks like a pool of servers.<br> <br> The go code seems to have logic to handle the dualstack situation and prefe= r ipv4 over ipv6 (as far as I understand the code).<br> <a href=3D"https://github.com/golang/go/blob/0f6ee42fe063a48d7825bc03097bbb= 714aafdb7d/src/net/dial.go#L421" target=3D"_blank">https://github.com/golan= g/go/blob/0f6ee42fe063a48d7825bc03097bbb714aafdb7d/src/net/dial.go#L421</a>= <br> <br> So a possibility for the cause of the problem can be that a server in the p= ool was not reachable by ipv4 which made the go code fall back to ipv6.<br> This idea is also strengthened by the fact that the first couple of downloa= ds succeeded.<br> <br> If you want to dive deeper you might cc the go@FreeBSD.org mailinglist.<br> <br> Regards,<br> <br> Ronald.<br> <br> =C2=A0 <p><strong>Van:</strong> Nuno Teixeira <<a href=3D"mailto:eduardo@freebs= d.org" target=3D"_blank">eduardo@freebsd.org</a>><br> <strong>Datum:</strong> zaterdag, 6 augustus 2022 18:45<br> <strong>Aan:</strong> Larry Rosenman <<a href=3D"mailto:ler@lerctr.org" = target=3D"_blank">ler@lerctr.org</a>><br> <strong>CC:</strong> Ronald Klop <<a href=3D"mailto:ronald-lists@klop.ws= " target=3D"_blank">ronald-lists@klop.ws</a>>, FreeBSD Mailing List <= <a href=3D"mailto:freebsd-ports@freebsd.org" target=3D"_blank">freebsd-port= s@freebsd.org</a>><br> <strong>Onderwerp:</strong> Re: go modules fetching problem</p> <blockquote style=3D"padding-right:0px;padding-left:5px;margin-left:5px;bor= der-left:2px solid rgb(0,0,0);margin-right:0px"> <div id=3D"gmail-m_4842894555920738660P"> <div> <div id=3D"gmail-m_4842894555920738660P.P.P"> <div> <div>Hi Larry,</div> <div>=C2=A0</div> <div>That's a possibility and as always they never notify clients about= changes.</div> <div>=C2=A0</div> <div>Before I switched to ipv6 on local machine I've tried to disable r= outer ipv6 but thats not possible because there is no option to configured = it on web interface nor cmd line interface:</div> <div>---</div> <div>/cli> lan/ipv6/show<br> +-------------------------+<br> |LAN IPV6 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 |<br> +------------+------------+<br> |IPv6 =C2=A0 =C2=A0 =C2=A0 =C2=A0|Status =C2=A0 =C2=A0 =C2=A0|<br> +------------+------------+<br> |Enabled =C2=A0 =C2=A0 |Up =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0|<br> +------------+------------+</div> <div>---</div> <div>=C2=A0</div> <div>I'm happy that I'm using ipv6 for the first time :)</div> <div>=C2=A0</div> <div>Cheers and thanks,</div> </div> =C2=A0 <div class=3D"gmail_quote"> <div class=3D"gmail_attr">Larry Rosenman <<a href=3D"mailto:ler@lerctr.o= rg" target=3D"_blank">ler@lerctr.org</a>> escreveu no dia s=C3=A1bado, 6= /08/2022 =C3=A0(s) 16:46:</div> <blockquote class=3D"gmail_quote" style=3D"margin:0px 0px 0px 0.8ex;border-= left:1px solid rgb(204,204,204);padding-left:1ex"> <div style=3D"font-size:10pt;font-family:Arial,Helvetica,sans-serif"> <p>Is it possible your ISP just enabled IPv6?</p> <p>=C2=A0</p> <p id=3D"gmail-m_4842894555920738660gmail-m_9174494155322425433reply-intro"= >On 08/06/2022 10:34 am, Nuno Teixeira wrote:</p> <blockquote style=3D"padding:0px 0.4em;border-left:2px solid rgb(16,16,255)= ;margin:0px"> <div id=3D"gmail-m_4842894555920738660gmail-m_9174494155322425433replybody1= "> <div> <div>Hello,</div> <div>=C2=A0</div> <div>I've found a fix: configure ethernet to ipv6</div> <div>---</div> <div>ifconfig_re0=3D"DHCP"<br> ifconfig_re0_ipv6=3D"inet6 accept_rtadv"<br> rtsold_enable=3D"YES"</div> <div>---</div> <div>=C2=A0</div> <div>This is very strange because I've never used ipv6 before, and unti= l a couple days 14 current was running fine in ipv4 using re0/iwlwifi0.</di= v> <div>Maybe something change in CURRENT?</div> <div>I'm at latest 1ffd352bc25b</div> <div>=C2=A0</div> <div>Now I need to find a way of using ipv6 on iwlwifi0 because it crashes = using "ifconfig_wlan0_ipv6=3D"inet6 accept_rtadv"...</div> <div>=C2=A0</div> <div>Thanks,</div> </div> =C2=A0 <div> <div>Nuno Teixeira <<a href=3D"mailto:eduardo@freebsd.org" target=3D"_bl= ank">eduardo@freebsd.org</a>> escreveu no dia s=C3=A1bado, 6/08/2022 =C3= =A0(s) 11:58:</div> <blockquote style=3D"margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204= ,204,204);padding-left:1ex"> <div> <div>Hi Ronald,</div> <div>=C2=A0</div> <div>I don't use ipv6.</div> <div>---</div> <div>wlan0: flags=3D8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metr= ic 0 mtu 1500<br> =C2=A0 =C2=A0 =C2=A0 =C2=A0 ether 6c:6a:77:df:09:21<br> =C2=A0 =C2=A0 =C2=A0 =C2=A0 inet 192.168.1.65 netmask 0xffffff00 broadcast = 192.168.1.255<br> =C2=A0 =C2=A0 =C2=A0 =C2=A0 groups: wlan<br> =C2=A0 =C2=A0 =C2=A0 =C2=A0 ssid MEO-3637C0 channel 60 (5300 MHz 11a) bssid= 00:06:91:36:37:c1<br> =C2=A0 =C2=A0 =C2=A0 =C2=A0 regdomain ETSI country PT authmode WPA2/802.11i= privacy ON<br> =C2=A0 =C2=A0 =C2=A0 =C2=A0 deftxkey UNDEF AES-CCM 2:128-bit txpower 24 bmi= ss 7 mcastrate 6<br> =C2=A0 =C2=A0 =C2=A0 =C2=A0 mgmtrate 6 scanvalid 60 wme roaming MANUAL<br> =C2=A0 =C2=A0 =C2=A0 =C2=A0 parent interface: iwlwifi0<br> =C2=A0 =C2=A0 =C2=A0 =C2=A0 media: IEEE 802.11 Wireless Ethernet OFDM/54Mbp= s mode 11a<br> =C2=A0 =C2=A0 =C2=A0 =C2=A0 status: associated<br> =C2=A0 =C2=A0 =C2=A0 =C2=A0 nd6 options=3D29<PERFORMNUD,IFDISABLED,AUTO_= LINKLOCAL></div> <div>---</div> </div> =C2=A0 <div> <div>Ronald Klop <<a href=3D"mailto:ronald-lists@klop.ws" target=3D"_bla= nk">ronald-lists@klop.ws</a>> escreveu no dia s=C3=A1bado, 6/08/2022 =C3= =A0(s) 10:49:</div> <blockquote style=3D"margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204= ,204,204);padding-left:1ex"> <div>You get an ipv6 address for the host. But the host is not reachable.= =C2=A0 <div>=C2=A0</div> <div>"=C2=A0dial tcp [2a00:1450:4003:80c::2011]:443: conn<br> ect: no route to host"</div> <div>=C2=A0</div> <div>Is ipv6 properly configured in your network?</div> <div>=C2=A0</div> <div>Regards,</div> <div>Ronald</div> <div>=C2=A0 <p><small><strong>Van:</strong> Nuno Teixeira <<a href=3D"mailto:eduardo= @freebsd.org" target=3D"_blank">eduardo@freebsd.org</a>><br> <strong>Datum:</strong> 6 augustus 2022 00:16<br> <strong>Aan:</strong> FreeBSD Mailing List <<a href=3D"mailto:freebsd-po= rts@freebsd.org" target=3D"_blank">freebsd-ports@freebsd.org</a>><br> <strong>Onderwerp:</strong> Re: go modules fetching problem</small></p> <blockquote style=3D"margin-left:5px;border-left:3px solid rgb(204,204,204)= ;margin-right:0px;padding-left:5px"> <div id=3D"gmail-m_4842894555920738660gmail-m_9174494155322425433v1gmail-m_= -8092004906921291188gmail-m_5671206889756557004P"> <div> <div id=3D"gmail-m_4842894555920738660gmail-m_9174494155322425433v1gmail-m_= -8092004906921291188gmail-m_5671206889756557004P.P.P"> <div> <div>(...)</div> <div>=C2=A0</div> <div>Same with poudriere testport, but after some tries modules fetch is co= mplete.</div> </div> =C2=A0 <div> <div>Nuno Teixeira <<a href=3D"mailto:eduardo@freebsd.org" target=3D"_bl= ank">eduardo@freebsd.org</a>> escreveu no dia sexta, 5/08/2022 =C3=A0(s)= 22:31:</div> <blockquote style=3D"margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204= ,204,204);padding-left:1ex"> <div> <div>Hello,</div> <div>=C2=A0</div> <div>For the first time I can't fetch go modules from a port.</div> <div>I've tried several ports that uses go:modules and problem is the s= ame.</div> <div>What could be the problem?</div> <div>=C2=A0</div> <div>---</div> <div>$ make distclean makesum:</div> <div>=C2=A0</div> <div>=3D=3D=3D> =C2=A0Cleaning for gomplate-3.11.2<br> =3D=3D=3D> =C2=A0Cleaning Go module cache<br> =3D=3D=3D> =C2=A0Deleting distfiles for gomplate-3.11.2<br> =3D=3D=3D> =C2=A0License MIT accepted by the user<br> =3D=3D=3D> =C2=A0License MIT accepted by the user<br> =3D=3D=3D> =C2=A0 gomplate-3.11.2 depends on file: /usr/local/sbin/pkg -= found<br> =3D=3D=3D> =C2=A0 gomplate-3.11.2 depends on file: /usr/local/bin/go119 = - found<br> =3D=3D=3D> =C2=A0 gomplate-3.11.2 depends on package: ca_root_nss>0 -= found<br> =3D> v3.11.2.mod doesn't seem to exist in /tmp/go/sysutils_gomplate/= gomplate-v3.11.2.<br> =3D> Attempting to fetch <a href=3D"https://proxy.golang.org/github.com/= hairyhenderson/gomplate/v3/@v/v3.11.2.mod" target=3D"_blank">https://proxy.= golang.org/github.com/hairyhenderson/gomplate/v3/@v/v3.11.2.mod</a><br> v3.11.2.mod =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 = =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2= =A0 =C2=A0 7063 =C2=A0B =C2=A0 51 MBps =C2=A0 =C2=A000s<br> =3D> v3.11.2.zip doesn't seem to exist in /tmp/go/sysutils_gomplate/= gomplate-v3.11.2.<br> =3D> Attempting to fetch <a href=3D"https://proxy.golang.org/github.com/= hairyhenderson/gomplate/v3/@v/v3.11.2.zip" target=3D"_blank">https://proxy.= golang.org/github.com/hairyhenderson/gomplate/v3/@v/v3.11.2.zip</a><br> v3.11.2.zip =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 = =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2= =A0 =C2=A0 =C2=A0671 kB 6855 kBps =C2=A0 =C2=A000s<br> =3D=3D=3D> Fetching all distfiles required by gomplate-3.11.2 for buildi= ng<br> =3D=3D=3D> Fetching <a href=3D"http://github.com/hairyhenderson/gomplate= /v3" target=3D"_blank">github.com/hairyhenderson/gomplate/v3</a> dependenci= es<br> # get <a href=3D"https://proxy.golang.org/github.com/%21shopify/ejson/@v/v1= .3.3.mod" target=3D"_blank">https://proxy.golang.org/github.com/%21shopify/= ejson/@v/v1.3.3.mod</a><br> # get <a href=3D"https://proxy.golang.org/github.com/%21proton%21mail/go-cr= ypto/@v/v0.0.0-20220517143526-88bb52951d5b.mod" target=3D"_blank">https://p= roxy.golang.org/github.com/%21proton%21mail/go-crypto/@v/v0.0.0-20220517143= 526-88bb52951d5b.mod</a><br> # get <a href=3D"https://proxy.golang.org/github.com/armon/go-radix/@v/v1.0= .0.mod" target=3D"_blank">https://proxy.golang.org/github.com/armon/go-radi= x/@v/v1.0.0.mod</a><br> # get <a href=3D"https://proxy.golang.org/cloud.google.com/go/compute/@v/v1= .6.1.mod" target=3D"_blank">https://proxy.golang.org/cloud.google.com/go/co= mpute/@v/v1.6.1.mod</a><br> # get <a href=3D"https://proxy.golang.org/github.com/acomagu/bufpipe/@v/v1.= 0.3.mod" target=3D"_blank">https://proxy.golang.org/github.com/acomagu/bufp= ipe/@v/v1.0.3.mod</a><br> # get <a href=3D"https://proxy.golang.org/github.com/%21microsoft/go-winio/= @v/v0.5.2.mod" target=3D"_blank">https://proxy.golang.org/github.com/%21mic= rosoft/go-winio/@v/v0.5.2.mod</a><br> # get <a href=3D"https://proxy.golang.org/cloud.google.com/go/@v/v0.102.0.m= od" target=3D"_blank">https://proxy.golang.org/cloud.google.com/go/@v/v0.10= 2.0.mod</a><br> # get <a href=3D"https://proxy.golang.org/github.com/armon/go-metrics/@v/v0= .4.0.mod" target=3D"_blank">https://proxy.golang.org/github.com/armon/go-me= trics/@v/v0.4.0.mod</a><br> # get <a href=3D"https://proxy.golang.org/cloud.google.com/go/storage/@v/v1= .22.1.mod" target=3D"_blank">https://proxy.golang.org/cloud.google.com/go/s= torage/@v/v1.22.1.mod</a><br> # get <a href=3D"https://proxy.golang.org/github.com/apparentlymart/go-cidr= /@v/v1.1.0.mod" target=3D"_blank">https://proxy.golang.org/github.com/appar= entlymart/go-cidr/@v/v1.1.0.mod</a><br> # get <a href=3D"https://proxy.golang.org/github.com/%21masterminds/goutils= /@v/v1.1.1.mod" target=3D"_blank">https://proxy.golang.org/github.com/%21ma= sterminds/goutils/@v/v1.1.1.mod</a><br> # get <a href=3D"https://proxy.golang.org/cloud.google.com/go/iam/@v/v0.3.0= .mod" target=3D"_blank">https://proxy.golang.org/cloud.google.com/go/iam/@v= /v0.3.0.mod</a><br> # get <a href=3D"https://proxy.golang.org/github.com/acomagu/bufpipe/@v/v1.= 0.3.mod" target=3D"_blank">https://proxy.golang.org/github.com/acomagu/bufp= ipe/@v/v1.0.3.mod</a>: Get "<a href=3D"https://proxy.golang.org/github= .com/acomagu/bufpipe/@v/v1.0.3.mod" target=3D"_blank">https://proxy.golang.= org/github.com/acomagu/bufpipe/@v/v1.0.3.mod</a>": dial tcp [2a00:1450= :4003:80c::2011]:443: conn<br> ect: no route to host<br> # get <a href=3D"https://proxy.golang.org/cloud.google.com/go/iam/@v/v0.3.0= .mod" target=3D"_blank">https://proxy.golang.org/cloud.google.com/go/iam/@v= /v0.3.0.mod</a>: Get "<a href=3D"https://proxy.golang.org/cloud.google= .com/go/iam/@v/v0.3.0.mod" target=3D"_blank">https://proxy.golang.org/cloud= .google.com/go/iam/@v/v0.3.0.mod</a>": dial tcp [2a00:1450:4003:80c::2= 011]:443: connect: n<br> o route to host<br> # get <a href=3D"https://proxy.golang.org/github.com/apparentlymart/go-cidr= /@v/v1.1.0.mod" target=3D"_blank">https://proxy.golang.org/github.com/appar= entlymart/go-cidr/@v/v1.1.0.mod</a>: Get "<a href=3D"https://proxy.gol= ang.org/github.com/apparentlymart/go-cidr/@v/v1.1.0.mod" target=3D"_blank">= https://proxy.golang.org/github.com/apparentlymart/go-cidr/@v/v1.1.0.mod</a= >": dial tcp [2a00:1450:4003:80c::2<br> 011]:443: connect: no route to host<br> # get <a href=3D"https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/@v/v= 1.16.4.mod" target=3D"_blank">https://proxy.golang.org/github.com/aws/aws-s= dk-go-v2/@v/v1.16.4.mod</a><br> # get <a href=3D"https://proxy.golang.org/github.com/%21masterminds/goutils= /@v/v1.1.1.mod" target=3D"_blank">https://proxy.golang.org/github.com/%21ma= sterminds/goutils/@v/v1.1.1.mod</a>: Get "<a href=3D"https://proxy.gol= ang.org/github.com/%21masterminds/goutils/@v/v1.1.1.mod" target=3D"_blank">= https://proxy.golang.org/github.com/%21masterminds/goutils/@v/v1.1.1.mod</a= >": dial tcp [2a00:1450:4003:80c::2<br> 011]:443: connect: no route to host</div> <div>---</div> <div>=C2=A0</div> <div>Thanks in advance,</div> <div>-- <div> <div><span style=3D"color:rgb(102,102,102)">Nuno Teixeira<br> FreeBSD Committer (ports)</span></div> </div> </div> </div> </blockquote> </div> <br> <br> -- <div> <div><span style=3D"color:rgb(102,102,102)">Nuno Teixeira<br> FreeBSD Committer (ports)</span></div> </div> </div> </div> </div> </blockquote> <br> <br> =C2=A0</div> </div> </blockquote> </div> <br> <br> -- <div> <div><span style=3D"color:rgb(102,102,102)">Nuno Teixeira<br> FreeBSD Committer (ports)</span></div> </div> </blockquote> </div> <br> <br> -- <div> <div><span style=3D"color:rgb(102,102,102)">Nuno Teixeira<br> FreeBSD Committer (ports)</span></div> </div> </div> </blockquote> <p>=C2=A0</p> <div id=3D"gmail-m_4842894555920738660gmail-m_9174494155322425433signature"= > <div style=3D"margin:0px;padding:0px;font-family:monospace"><span>--=C2=A0<= br> Larry Rosenman =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0<a href=3D"http= ://www.lerctr.org/~ler" target=3D"_blank">http://www.lerctr.org/~ler</a><br= > Phone: +1 214-642-9640 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0E-Mail: <a href=3D"mailto:ler@= lerctr.org" target=3D"_blank">ler@lerctr.org</a><br> US Mail: 5708 Sabbia Dr, Round Rock, TX 78665-2106</span></div> </div> </div> </blockquote> </div> <br> <br> -- <div> <div><span style=3D"color:rgb(102,102,102)">Nuno Teixeira<br> FreeBSD Committer (ports)</span></div> </div> </div> </div> </div> </blockquote></div></blockquote></div><br clear=3D"all"><br>-- <br><div dir= =3D"ltr" class=3D"gmail_signature"><div dir=3D"ltr"><span style=3D"color:rg= b(102,102,102)">Nuno Teixeira<br>FreeBSD Committer (ports)</span></div></di= v> --0000000000004b729905e5cc24b0--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAFDf7UKxM2eWBEGhgR-C1u63Tw7HKLSPOXwvqfGP3_De1YN5nw>