Add Golang 1.12.5#2896
Conversation
Codecov Report
@@ Coverage Diff @@
## master #2896 +/- ##
=========================================
- Coverage 48.33% 44.4% -3.93%
=========================================
Files 102 113 +11
Lines 9627 12231 +2604
=========================================
+ Hits 4653 5431 +778
- Misses 4149 5966 +1817
- Partials 825 834 +9
Continue to review full report at Codecov.
|
|
All 💚 |
|
Whoop! Dang, but we'll still have to solve the issues in moby/moy 😞 😂 |
5b6bf9e to
43e37d6
Compare
|
@estesp looks like containerd is segfaulting on PowerPC; from the moby PR: moby/moby#38404 (comment) Perhaps you're able to verify it on a PowerPC machine? ❌ PowerPC SEGFAULTS on containerd https://jenkins.dockerproject.org/job/Docker-PRs-powerpc/12976/console I see there's codechanges in Go three months ago; golang/go@05166bf (and golang/go@020a18c) Details |
0213a39 to
def0ecf
Compare
|
I've let all my access to PowerPC systems expire, so would have to re-acquire a VM somewhere. @clnperez do you have the ability to check this out? |
|
Let me change this PR back to just the bump; was messing with some options to see if I could get it to try ppc64 |
def0ecf to
a687020
Compare
5129942 to
a17862d
Compare
|
Updated to 1.12rc1 |
|
Go 1.12 is out; not sure how quickly Travis has the builds available. Also, might be interesting to add |
f378b3b to
de45db5
Compare
|
Looks like the powerpc builds took longer than 50 minutes and were terminated |
de45db5 to
ed9ca54
Compare
|
What's current status? |
|
@jhowardmsft - What is the issue for v1.12 on Windows? I thought we required v1.12.1? |
|
@jterry75 we do need 1.12.1. I was waiting for Seb to catch up after PTO before hassling him 😇. Too late, I just did, @thaJeztah |
|
BTW I’m happy to carry this if you don’t have time. LMK if you need help. The rest of the Windows stack is bumped and working. Just containerd remains. |
|
Hm; I see some timeouts during vendoring (seen that on other repositories as well, might be GitHub being slow) |
ed9ca54 to
4b52614
Compare
|
Note that we may want to wait for Go 1.12.2 to arrive; see golang/go#30977 |
|
1.12.2 is available now |
|
What's current status? |
|
I can rebase and update this one, but the problem was making the s390x/power CI pass; it was too slow, so kept timing out |
4b52614 to
b1c9909
Compare
|
@thaJeztah I suggest making this PR just for the Golang move--as seen in #3272 there are probably deeper issues with trying to get Travis's new architecture support in good enough shape to rely on for regular CI. Edit: Although you clearly figured out skipping the useless darwin / ppc64le combo using the matrix include entry. |
|
Let me update and disable powerpc. Some gofmt issues as well it seems, and these are weird; |
Signed-off-by: Sebastiaan van Stijn <[email protected]>
Pervent travis from timing out because no output was printed;
No output has been received in the last 10m0s, this potentially indicates a stalled build or something wrong with the build itself.
Signed-off-by: Sebastiaan van Stijn <[email protected]>
b1c9909 to
543d1e8
Compare
|
@estesp @AkihiroSuda this ok to merge? Or do you want all the ppc related changes to be removed? |
estesp
left a comment
There was a problem hiding this comment.
LGTM
I'm good with keeping the prep work for a future enablement of ppc64le.
|
LGTM |
|
Nice! |
Hopefully CI here will have a better color than in moby/moby#38404