Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

x/build: add a builder with oldest git supported by cmd/go to catch regressions #26653

Open
trashhalo opened this issue Jul 28, 2018 · 11 comments
Labels
Builders x/build issues (builders, bots, dashboards) modules NeedsFix The path to resolution is known, but the work has not been done. new-builder Testing An issue that has been verified to require only test changes, not just a test failure.
Milestone

Comments

@trashhalo
Copy link

trashhalo commented Jul 28, 2018

What did you expect to see?

The bug fix for breaking go on Ubuntu 16 would have a test or ci change to prevent a similar error in the future.

What did you see instead?

A code change with no test change.

Context

#26501 (comment)

@ysmolski ysmolski added the Testing An issue that has been verified to require only test changes, not just a test failure. label Jul 28, 2018
@oiooj oiooj added the modules label Jul 28, 2018
@bcmills bcmills added the Builders x/build issues (builders, bots, dashboards) label Aug 1, 2018
@bcmills bcmills changed the title cmd/go: add test to ensure compatibility with git 2.7.4 x/build: add a builder with git 2.7.4 to catch cmd/go regressions Aug 1, 2018
@gopherbot gopherbot added this to the Unreleased milestone Aug 1, 2018
@bcmills
Copy link
Contributor

bcmills commented Aug 1, 2018

Git 2.7.4 is notable(?) because it is the stock version in Ubuntu 16.04 LTS.¹

However, it's not obvious to me why we should draw the line at Ubuntu 16.04: the Ubuntu project claims to still support 14.04.5 LTS,² and the current release is 18.04 LTS. (Ubuntu 18.04 LTS provides git 2.17,³ which is much more recent.)

I don't actually see a minimum Ubuntu or Git version listed on https://tip.golang.org/doc/install. Perhaps we should add one.

(CC: @rsc @rogpeppe @bradfitz @myitcv)

¹https://packages.ubuntu.com/xenial/vcs/git
²https://wiki.ubuntu.com/Releases
³https://packages.ubuntu.com/bionic/vcs/git

@trashhalo
Copy link
Author

I don't actually see a minimum Ubuntu or Git version listed on https://tip.golang.org/doc/install. Perhaps we should add one.

I think thats a wonderful idea!

@myitcv
Copy link
Member

myitcv commented Aug 1, 2018

Whether Ubuntu 14.04 is a sufficiently broad baseline for this sort of analysis I'm not 100% sure (it's pretty good on the basis it's used by Travis); it ships git version 1.9.1

@bradfitz
Copy link
Contributor

bradfitz commented Aug 1, 2018

My development VM was Debian Jessie for the longest time and its old git (https://packages.debian.org/jessie/git-core ... 2.1.4) was what finally forced me to update to stretch.

@myitcv
Copy link
Member

myitcv commented Aug 8, 2018

Note also #26594 (comment), which suggests we might also need to add tests for different remote types.

@bcmills
Copy link
Contributor

bcmills commented Aug 27, 2019

A builder with git 2.7.4 in the longtest configuration likely would have caught the regression in #33836.

@toothrot, @dmitshur: any chance we could get an Ubuntu 16.04.6 LTS builder set up for longtest mode? It's still supported by Ubuntu through April 2021.

@bcmills bcmills added the NeedsFix The path to resolution is known, but the work has not been done. label Aug 27, 2019
@bcmills
Copy link
Contributor

bcmills commented Aug 27, 2019

(Note that Ubuntu 14.04.6 LTS reached the end of its Ubuntu “standard support” lifetime in April 2019.)

@dmitshur
Copy link
Contributor

dmitshur commented Jun 2, 2022

The current version of the standard linux-amd64 builder (and its -longtest variant) has:

$ git version
git version 2.30.2

Closing as done. (To help keep the issues that are still open more accurate and actionable.)

@dmitshur dmitshur closed this as completed Jun 2, 2022
@bcmills
Copy link
Contributor

bcmills commented Jun 2, 2022

@dmitshur, IIRC the request here is to set up a builder with an old git, not a new one. 😅

@mvdan mvdan reopened this Jun 2, 2022
@dmitshur
Copy link
Contributor

dmitshur commented Jun 2, 2022

Indeed, I had misread it, thanks for catching.

We can certainly reopen if it's still actionable as is, but as I understand git 2.7.4 is relevant to Ubuntu 16.04 LTS, which passed End of Standard Support in April 2021 (understandably 3 years after this was filed) and so might not be.

Since #26746 is accepted by now, we should try to look at this issue when that proposal is implemented.

@dmitshur dmitshur changed the title x/build: add a builder with git 2.7.4 to catch cmd/go regressions x/build: add a builder with oldest git supported by cmd/go to catch regressions Jun 2, 2022
@dmitshur dmitshur added this to Planned in Go Release Team Jun 7, 2022
@dmitshur dmitshur removed this from Planned in Go Release Team Jun 7, 2022
@bcmills
Copy link
Contributor

bcmills commented Jun 28, 2022

Per #26746 (comment), the oldest Git on the builders should be at least 2.17.6. (Versions older than that may be affected by CVE-2021-21300.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Builders x/build issues (builders, bots, dashboards) modules NeedsFix The path to resolution is known, but the work has not been done. new-builder Testing An issue that has been verified to require only test changes, not just a test failure.
Projects
None yet
Development

No branches or pull requests

9 participants