[issue34177] test_site fails in macOS-PR VSTS builds for 3.7 branch

2018-08-10 Thread INADA Naoki
Change by INADA Naoki : -- resolution: -> fixed status: open -> closed ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue34177] test_site fails in macOS-PR VSTS builds for 3.7 branch

2018-08-08 Thread Karthikeyan Singaravelan
Karthikeyan Singaravelan added the comment: I think this can be closed with https://github.com/python/buildmaster-config/commit/9a456462fb891328b5b8a170522d5f56f480fdfb. The buildbots are also green now with the failure reported in https://buildbot.python.org/all/#/builders/147/builds/174

[issue34177] test_site fails in macOS-PR VSTS builds for 3.7 branch

2018-08-02 Thread STINNER Victor
STINNER Victor added the comment: > Same fix can be applied to buildbot. Sure. Go ahead :-) The buildbot configuration can be found at: https://github.com/python/buildmaster-config/ Send a pull request, and Zachary Ware (or me) will review it. Zach is the expert here ;-) --

[issue34177] test_site fails in macOS-PR VSTS builds for 3.7 branch

2018-08-02 Thread INADA Naoki
INADA Naoki added the comment: Same fix can be applied to buildbot. This is caused by (a) Homebrew installs Python to /usr/local with (hacky) sitecustomize, and (b) Python's default prefix is /usr/local. I think test should be run without conflicting with another installation. --

[issue34177] test_site fails in macOS-PR VSTS builds for 3.7 branch

2018-08-02 Thread Pablo Galindo Salgado
Change by Pablo Galindo Salgado : -- status: closed -> open ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue34177] test_site fails in macOS-PR VSTS builds for 3.7 branch

2018-08-02 Thread Pablo Galindo Salgado
Pablo Galindo Salgado added the comment: This error is happening in the x86-64 High Sierra 3.7 buildbot: https://buildbot.python.org/all/#/builders/147/builds/174 == FAIL: test_startup_imports

[issue34177] test_site fails in macOS-PR VSTS builds for 3.7 branch

2018-07-27 Thread STINNER Victor
STINNER Victor added the comment: Thank you for the fix Naokia! -- ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue34177] test_site fails in macOS-PR VSTS builds for 3.7 branch

2018-07-27 Thread INADA Naoki
Change by INADA Naoki : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ ___

[issue34177] test_site fails in macOS-PR VSTS builds for 3.7 branch

2018-07-27 Thread INADA Naoki
INADA Naoki added the comment: New changeset 777cdd94b9bebd5b22df0fc293aa078d5537b988 by INADA Naoki in branch '3.6': bpo-34177: vsts: Avoid conflict with Homebrew Python (GH-8430) https://github.com/python/cpython/commit/777cdd94b9bebd5b22df0fc293aa078d5537b988 --

[issue34177] test_site fails in macOS-PR VSTS builds for 3.7 branch

2018-07-27 Thread INADA Naoki
Change by INADA Naoki : -- pull_requests: +8014 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue34177] test_site fails in macOS-PR VSTS builds for 3.7 branch

2018-07-27 Thread miss-islington
Change by miss-islington : -- pull_requests: +8013 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue34177] test_site fails in macOS-PR VSTS builds for 3.7 branch

2018-07-24 Thread INADA Naoki
INADA Naoki added the comment: Maybe, vsts machine installs Homebrew's Python. Homebrew's Python installes /usr/local/lib/python3.7/sitecustomize.py https://github.com/Homebrew/homebrew-core/blob/0ce9a5a481b3472608fe4e4188cb5d243deebb99/Formula/python.rb#L295-L329 When running tests, it is

[issue34177] test_site fails in macOS-PR VSTS builds for 3.7 branch

2018-07-24 Thread INADA Naoki
Change by INADA Naoki : -- pull_requests: +7958 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue34177] test_site fails in macOS-PR VSTS builds for 3.7 branch

2018-07-23 Thread INADA Naoki
Change by INADA Naoki : -- keywords: +patch pull_requests: +7956 stage: -> patch review ___ Python tracker ___ ___

[issue34177] test_site fails in macOS-PR VSTS builds for 3.7 branch

2018-07-23 Thread STINNER Victor
Change by STINNER Victor : -- components: +macOS nosy: +ned.deily, ronaldoussoren ___ Python tracker ___ ___ Python-bugs-list

[issue34177] test_site fails in macOS-PR VSTS builds for 3.7 branch

2018-07-23 Thread STINNER Victor
Change by STINNER Victor : -- components: +Tests -Build ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue34177] test_site fails in macOS-PR VSTS builds for 3.7 branch

2018-07-23 Thread Karthikeyan Singaravelan
Karthikeyan Singaravelan added the comment: Adding @vstinner as a friendly reminder since buildbot related failures are notified. This issue causes all the PRs for 3.7 on Mac OS VSTS builds to fail since July 19 though other Mac related builds are passing. Feel free to remove yourself or

[issue34177] test_site fails in macOS-PR VSTS builds for 3.7 branch

2018-07-21 Thread Karthikeyan Singaravelan
Karthikeyan Singaravelan added the comment: It seems that the last successful build in 3.7 was for https://github.com/python/cpython/commit/339e0c1296c61c9dbc1f8f880c5c668bf4007e5e and all PRs after it had the same failure. Sorry for not adding the relevant components during ticket

[issue34177] test_site fails in macOS-PR VSTS builds for 3.7 branch

2018-07-21 Thread Karthikeyan Singaravelan
New submission from Karthikeyan Singaravelan : Mac OS builds fail due to test_site in VSTS for 3.7 branches only Ref : https://python.visualstudio.com/cpython/_build/results?buildId=17921=logs 2018-07-21T07:01:08.5912930Z Traceback (most recent call last): 2018-07-21T07:01:08.5927520Z File