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

CI: intermittent macOS failures for make checksharedmods #101981

Open
erlend-aasland opened this issue Feb 17, 2023 · 4 comments
Open

CI: intermittent macOS failures for make checksharedmods #101981

erlend-aasland opened this issue Feb 17, 2023 · 4 comments
Assignees
Labels
build The build process and cross-build OS-mac type-bug An unexpected behavior, bug, or error

Comments

@erlend-aasland erlend-aasland added type-bug An unexpected behavior, bug, or error OS-mac build The build process and cross-build labels Feb 17, 2023
@erlend-aasland erlend-aasland changed the title CI: intermittens macOS failures for make checksharedmods CI: intermittent macOS failures for make checksharedmods Feb 17, 2023
@erlend-aasland
Copy link
Contributor Author

FYI, this target runs /Tools/build/check_extension_modules.py using PYTHON_FOR_BUILD.

@erlend-aasland
Copy link
Contributor Author

main has been failing regularly since a5024a2

@sblondon
Copy link
Contributor

I wonder if this error is linked to actions/runner-images#7128

corona10 added a commit to corona10/cpython that referenced this issue Feb 18, 2023
miss-islington pushed a commit that referenced this issue Feb 20, 2023
miss-islington pushed a commit to miss-islington/cpython that referenced this issue Feb 20, 2023
…-102070)

(cherry picked from commit 2713631)

Co-authored-by: Erlend E. Aasland <erlend.aasland@protonmail.com>
Automerge-Triggered-By: GH:erlend-aasland
miss-islington pushed a commit to miss-islington/cpython that referenced this issue Feb 20, 2023
…-102070)

(cherry picked from commit 2713631)

Co-authored-by: Erlend E. Aasland <erlend.aasland@protonmail.com>
Automerge-Triggered-By: GH:erlend-aasland
corona10 added a commit to corona10/cpython that referenced this issue Feb 20, 2023
miss-islington added a commit that referenced this issue Feb 20, 2023
(cherry picked from commit 2713631)

Co-authored-by: Erlend E. Aasland <erlend.aasland@protonmail.com>
Automerge-Triggered-By: GH:erlend-aasland
corona10 added a commit to corona10/cpython that referenced this issue Feb 20, 2023
erlend-aasland pushed a commit that referenced this issue Feb 20, 2023
…) (#102073)

gh-101981: Build macOS as recommended by the devguide (GH-102070)

(cherry picked from commit 2713631)
miss-islington pushed a commit to miss-islington/cpython that referenced this issue Feb 20, 2023
…gh-102074)

(cherry picked from commit ed01add)

Co-authored-by: Dong-hee Na <donghee.na@python.org>
miss-islington pushed a commit to miss-islington/cpython that referenced this issue Feb 20, 2023
…gh-102074)

(cherry picked from commit ed01add)

Co-authored-by: Dong-hee Na <donghee.na@python.org>
miss-islington added a commit that referenced this issue Feb 20, 2023
(cherry picked from commit ed01add)

Co-authored-by: Dong-hee Na <donghee.na@python.org>
miss-islington added a commit that referenced this issue Feb 20, 2023
(cherry picked from commit ed01add)

Co-authored-by: Dong-hee Na <donghee.na@python.org>
jaraco pushed a commit to jaraco/cpython that referenced this issue Feb 20, 2023
carljm added a commit to carljm/cpython that referenced this issue Feb 20, 2023
* main: (60 commits)
  pythongh-102056: Fix a few bugs in error handling of exception printing code (python#102078)
  pythongh-102011: use sys.exception() instead of sys.exc_info() in docs where possible (python#102012)
  pythongh-101566: Sync with zipp 3.14. (pythonGH-102018)
  pythonGH-99818: improve the documentation for zipfile.Path and Traversable (pythonGH-101589)
  pythongh-88233: zipfile: handle extras after a zip64 extra (pythonGH-96161)
  pythongh-101981: Apply HOMEBREW related environment variables (pythongh-102074)
  pythongh-101907: Stop using `_Py_OPCODE` and `_Py_OPARG` macros (pythonGH-101912)
  pythongh-101819: Adapt _io types to heap types, batch 1 (pythonGH-101949)
  pythongh-101981: Build macOS as recommended by the devguide (pythonGH-102070)
  pythongh-97786: Fix compiler warnings in pytime.c (python#101826)
  pythongh-101578: Amend PyErr_{Set,Get}RaisedException docs (python#101962)
  Misc improvements to the float tutorial (pythonGH-102052)
  pythongh-85417: Clarify behaviour on branch cuts in cmath module (python#102046)
  pythongh-100425: Update tutorial docs related to sum() accuracy (FH-101854)
  Add missing 'is' to `cmath.log()` docstring (python#102049)
  pythongh-100210: Correct the comment link for unescaping HTML (python#100212)
  pythongh-97930: Also include subdirectory in makefile. (python#102030)
  pythongh-99735: Use required=True in argparse subparsers example (python#100927)
  Fix incorrectly documented attribute in csv docs (python#101250)
  pythonGH-84783: Make the slice object hashable (pythonGH-101264)
  ...
corona10 added a commit to corona10/cpython that referenced this issue Feb 21, 2023
corona10 added a commit to corona10/cpython that referenced this issue Feb 21, 2023
hugovk pushed a commit to hugovk/cpython that referenced this issue Feb 21, 2023
ambv pushed a commit that referenced this issue Feb 21, 2023
#102094)

[3.9] gh-101981: Fix Ubuntu SSL tests with OpenSSL (3.1.0-beta1) CI issue (gh-102079)
ambv pushed a commit that referenced this issue Feb 21, 2023
#102095)

[3.8] gh-101981: Fix Ubuntu SSL tests with OpenSSL (3.1.0-beta1) CI issue (gh-102079)
erlend-aasland added a commit to erlend-aasland/cpython that referenced this issue Feb 21, 2023
carljm added a commit to carljm/cpython that referenced this issue Feb 22, 2023
* main: (225 commits)
  pythongh-102056: Fix a few bugs in error handling of exception printing code (python#102078)
  pythongh-102011: use sys.exception() instead of sys.exc_info() in docs where possible (python#102012)
  pythongh-101566: Sync with zipp 3.14. (pythonGH-102018)
  pythonGH-99818: improve the documentation for zipfile.Path and Traversable (pythonGH-101589)
  pythongh-88233: zipfile: handle extras after a zip64 extra (pythonGH-96161)
  pythongh-101981: Apply HOMEBREW related environment variables (pythongh-102074)
  pythongh-101907: Stop using `_Py_OPCODE` and `_Py_OPARG` macros (pythonGH-101912)
  pythongh-101819: Adapt _io types to heap types, batch 1 (pythonGH-101949)
  pythongh-101981: Build macOS as recommended by the devguide (pythonGH-102070)
  pythongh-97786: Fix compiler warnings in pytime.c (python#101826)
  pythongh-101578: Amend PyErr_{Set,Get}RaisedException docs (python#101962)
  Misc improvements to the float tutorial (pythonGH-102052)
  pythongh-85417: Clarify behaviour on branch cuts in cmath module (python#102046)
  pythongh-100425: Update tutorial docs related to sum() accuracy (FH-101854)
  Add missing 'is' to `cmath.log()` docstring (python#102049)
  pythongh-100210: Correct the comment link for unescaping HTML (python#100212)
  pythongh-97930: Also include subdirectory in makefile. (python#102030)
  pythongh-99735: Use required=True in argparse subparsers example (python#100927)
  Fix incorrectly documented attribute in csv docs (python#101250)
  pythonGH-84783: Make the slice object hashable (pythonGH-101264)
  ...
miss-islington pushed a commit that referenced this issue Feb 23, 2023
Automerge-Triggered-By: GH:erlend-aasland
miss-islington pushed a commit to miss-islington/cpython that referenced this issue Feb 23, 2023
…2131)

(cherry picked from commit e07b304)

Co-authored-by: Erlend E. Aasland <erlend.aasland@protonmail.com>
Automerge-Triggered-By: GH:erlend-aasland
miss-islington pushed a commit to miss-islington/cpython that referenced this issue Feb 23, 2023
…2131)

(cherry picked from commit e07b304)

Co-authored-by: Erlend E. Aasland <erlend.aasland@protonmail.com>
Automerge-Triggered-By: GH:erlend-aasland
miss-islington added a commit that referenced this issue Feb 23, 2023
(cherry picked from commit e07b304)

Co-authored-by: Erlend E. Aasland <erlend.aasland@protonmail.com>
Automerge-Triggered-By: GH:erlend-aasland
miss-islington added a commit that referenced this issue Feb 23, 2023
(cherry picked from commit e07b304)

Co-authored-by: Erlend E. Aasland <erlend.aasland@protonmail.com>
Automerge-Triggered-By: GH:erlend-aasland
erlend-aasland added a commit to erlend-aasland/cpython that referenced this issue Feb 23, 2023
…thonGH-102070)

Automerge-Triggered-By: GH:erlend-aasland.
(cherry picked from commit 2713631)

Co-authored-by: Erlend E. Aasland <erlend.aasland@protonmail.com>
@pradyunsg
Copy link
Member

Not sure if it's totally related to this, but a PR upgrading pip's wheel on 3.8 (which shouldn't really affect the test_mkfifo_dir_fd) triggered a segfault on the macOS test run.

https://github.com/python/cpython/actions/runs/4269978257/jobs/7433511913#step:6:651

Looking through the issue tracker, I don't see that failure mode reported as is and I'm noting it here mostly since I'm not sure if it's in any way related to this ongoing thing or if it should be a separate issue. It doesn't seem like it is, but I've not followed the failure discussions here closely to know for sure. 😅

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build The build process and cross-build OS-mac type-bug An unexpected behavior, bug, or error
Projects
None yet
Development

No branches or pull requests

4 participants