From: Jack Hill <jackhill@jackhill.us>
To: Katherine Cox-Buday <cox.katherine.e@gmail.com>
Cc: 41695@debbugs.gnu.org
Subject: [bug#41695] [PATCH] Update Go to v1.14.4
Date: Fri, 5 Jun 2020 17:07:03 -0400 (EDT) [thread overview]
Message-ID: <alpine.DEB.2.20.2006051616080.5735@marsh.hcoop.net> (raw)
In-Reply-To: <CA+TvSRjcMM=Ro-N51sr5NErE57hDngY0mDuFZxvJczY-ktnoXQ@mail.gmail.com>
[-- Attachment #1: Type: text/plain, Size: 2171 bytes --]
Katherine,
On Wed, 3 Jun 2020, Katherine Cox-Buday wrote:
> There are too many dependent Go packages to test, but I compiled
> syncthing which should be a reasonably representative test.
Thanks for working on updating Go.
I have rebuilt all the packages reported by `guix refresh -l go`. The
three failures were stress-make, which was already broken (build log
attached), mongodb-tools, which was already broken [0], and docker (build
log attached).
[0] https://issues.guix.gnu.org/39637
Reading through the Go release notes [1], the following change to the
net/url package caught my eye:
> When parsing of a URL fails (for example by Parse or ParseRequestURI),
> the resulting Error message will now quote the unparsable URL. This
> provides clearer structure and consistency with other parsing errors.
I think this could be the cause of the docker test failure. Should we
patch docker or perhaps try to update it?
[1] https://golang.org/doc/go1.14
Another item from the release notes about changes to the Go runtime:
> A consequence of the implementation of preemption is that on Unix
> systems, including Linux and macOS systems, programs built with Go 1.14
> will receive more signals than programs built with earlier releases.
> This means that programs that use packages like syscall or
> golang.org/x/sys/unix will see more slow system calls fail with EINTR
> errors. Those programs will have to handle those errors in some way,
> most likely looping to try the system call again. For more information
> about this see man 7 signal for Linux systems or similar documentation
> for other systems.
I didn't notice any problems caused by this during package rebuilds and
testing, but it sounds like something that could be difficult to write
automated tests for, so we should probably be on the lookout for future
problems at runtime.
I'm happy to see that that the go modules changes didn't cause us any
problems with this upgrade.
As far as I can tell, once the problem with docker is addressed, this
patch could be applied, perhaps after updating Katherine copyright line.
I am curious, why switch to using git-fetch?
Best,
Jack
[-- Attachment #2: Type: application/octet-stream, Size: 540817 bytes --]
[-- Attachment #3: Type: application/octet-stream, Size: 6688 bytes --]
next prev parent reply other threads:[~2020-06-05 21:08 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-06-03 23:36 [bug#41695] [PATCH] Update Go to v1.14.4 Katherine Cox-Buday
2020-06-05 21:07 ` Jack Hill [this message]
2020-06-06 19:13 ` Katherine Cox-Buday
2020-06-07 2:13 ` Jack Hill
2020-06-26 10:55 ` bug#41695: " Christopher Baines
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=alpine.DEB.2.20.2006051616080.5735@marsh.hcoop.net \
--to=jackhill@jackhill.us \
--cc=41695@debbugs.gnu.org \
--cc=cox.katherine.e@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.