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: ensure that some builder runs runtime.TestLldbPython #31123

Closed
josharian opened this issue Mar 28, 2019 · 3 comments
Closed

x/build: ensure that some builder runs runtime.TestLldbPython #31123

josharian opened this issue Mar 28, 2019 · 3 comments
Labels
Builders x/build issues (builders, bots, dashboards) FrozenDueToAge NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Milestone

Comments

@josharian
Copy link
Contributor

Enabling modules from runtime.TestLldbPython: #30751. But none of the builders failed. This issue is to figure out why, and ensure that some builder is running that test going forward. The problem may be that we need to run /usr/sbin/DevToolsSecurity -enable on the macOS builders; see discussion at #30751.

cc @dmitshur @bcmills

@josharian josharian added Builders x/build issues (builders, bots, dashboards) NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. labels Mar 28, 2019
@josharian josharian added this to the Go1.13 milestone Mar 28, 2019
@josharian
Copy link
Contributor Author

I have hit a third flavor of TestLldbPython failure: #31188. I wonder whether I am currently the only one running this test; all.bash has been broken for me one way or another for almost a month.

@gopherbot
Copy link

Change https://golang.org/cl/170339 mentions this issue: cmd/buildlet: enable developer mode on macOS

@gopherbot
Copy link

Change https://golang.org/cl/170438 mentions this issue: cmd/buildlet: use sudo to enable developer mode on Macs

gopherbot pushed a commit to golang/build that referenced this issue Apr 2, 2019
Apparently Josh's intuition in CL 170339 was correct. We do need sudo.
Sometimes. It's weird. It works without sudo with gomote, but not
during start-up. The environment is slightly different.

In any case, sudo works. Verified on macOS 10.10, 10.11, 10.12, and 10.14.

Updates golang/go#31123

Change-Id: Idc4ace816a5d8e19bbb124663ca186fdf74b188c
Reviewed-on: https://go-review.googlesource.com/c/build/+/170438
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
@golang golang locked and limited conversation to collaborators Apr 1, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Builders x/build issues (builders, bots, dashboards) FrozenDueToAge NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Projects
None yet
Development

No branches or pull requests

2 participants