Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

[3.12] gh-144125: email: verify headers are sound in BytesGenerator#144188

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Open
miss-islington wants to merge2 commits intopython:3.12
base:3.12
Choose a base branch
Loading
frommiss-islington:backport-052e55e-3.12

Conversation

@miss-islington
Copy link
Contributor

@miss-islingtonmiss-islington commentedJan 23, 2026
edited by bedevere-appbot
Loading

(cherry picked from commit052e55e)

Co-authored-by: Seth Michael Larsonseth@python.org
Co-authored-by: Denis Ledouxdle@odoo.com
Co-authored-by: Denis Ledoux5822488+beledouxdenis@users.noreply.github.com
Co-authored-by: Petr Viktorin302922+encukou@users.noreply.github.com
Co-authored-by: Bas Bloemsaat1586868+basbloemsaat@users.noreply.github.com

(cherry picked from commit052e55e)Co-authored-by: Seth Michael Larson <seth@python.org>Co-authored-by: Denis Ledoux <dle@odoo.com>Co-authored-by: Denis Ledoux <5822488+beledouxdenis@users.noreply.github.com>Co-authored-by: Petr Viktorin <302922+encukou@users.noreply.github.com>Co-authored-by: Bas Bloemsaat <1586868+basbloemsaat@users.noreply.github.com>
Copy link
Member

@pablogsalpablogsal left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

LGTM

@encukou
Copy link
Member

@webknjaz Hmm. Is this failure familiar?
The UI doesn't show any info:

image

But the downloadable logs contain:

Job is waiting for a hosted runner to come online.
2026-01-26T17:03:37.2490000Z Evaluating build-windows.if2026-01-26T17:03:37.2490000Z Evaluating: (success() && (fromJSON(needs.build-context.outputs.run-windows-tests)))2026-01-26T17:03:37.2490000Z Expanded: (true && true)2026-01-26T17:03:37.2490000Z Result: true2026-01-26T17:03:37.2490000Z Evaluating build-windows.arm64_false.build.if2026-01-26T17:03:37.2490000Z Evaluating: success()2026-01-26T17:03:37.2490000Z Result: true2026-01-26T17:03:38.9380000Z Requested labels: windows-20222026-01-26T17:03:38.9380000Z Job defined at: python/cpython/.github/workflows/reusable-windows.yml@refs/pull/144188/merge2026-01-26T17:03:38.9380000Z Reusable workflow chain:2026-01-26T17:03:38.9380000Z python/cpython/.github/workflows/build.yml@refs/pull/144188/merge (615364956b0ea0a8353c2c5623362d88b20b1f48)2026-01-26T17:03:38.9380000Z -> python/cpython/.github/workflows/reusable-windows.yml@refs/pull/144188/merge (615364956b0ea0a8353c2c5623362d88b20b1f48)2026-01-26T17:03:38.9380000Z Waiting for a runner to pick up this job...2026-01-26T17:03:39.8610000Z Job is about to start running on the hosted runner: GitHub Actions 10005102612026-01-26T17:03:39.8610000Z Job is waiting for a hosted runner to come online.
2026-01-26T17:03:43.2883707Z ##[error]Could not find a part of the path 'D:\a'.

@webknjaz
Copy link
Member

@encukou not sure but sound like a problem with their runners. I've restarted them in debug mode to see if that exposes anything else.

The cancellation behavior is rather weird — sounds like something in the jobs failed, then GHA went ahead to cancel them citing those same jobs as the reason for cancellation. Usually, jobs in matrices are marked as failed when they fail and if there'sfail-fast, other jobs are marked as cancelled. Maybe, normal failed state cleanup timed out and GHA was cancelling those as well. But this is just a speculation..

@webknjaz
Copy link
Member

Oh.. I didn't notice this is an old branch. It's probably a good idea to diff the CI infra withmain. This is one of the reasons I insist on backporting all the CI changes into all the branches.

@webknjaz
Copy link
Member

So merging#144036 30 minutes ago failed. It's the last commit on the branch. Yesterday, everything was fine, though (when Pablo merged the target branch into that PR). So this is new.

@webknjaz
Copy link
Member

Looking athttps://github.com/actions/runner-images?tab=readme-ov-file#available-images, the lastwindows-2022 runner rebuild was on Jan 19, it seems.

@webknjaz
Copy link
Member

Trying to restart jobs one at a time with debugging on.

@webknjaz
Copy link
Member

Looks likeWin32 is the problem.

@webknjaz
Copy link
Member

Weird.. I've seen each of those jobs crashing flakily. But mostly when they ran in parallel. Now that I've restarted each individually, they seem to be running fine. Definitely a platform problem...

@webknjaz
Copy link
Member

@encukou it's probably a good idea to complain to GH support unless it self-heals.


I've downloaded the logs fromhttps://github.com/python/cpython/actions/runs/21365488062/job/61510137519 (DEBUG RUN!)

And they've got something similar:

$cat 1_Windows\_\build\and\test\ \(Win32\).txt2026-01-26T18:39:28.6558234Z ##[debug]Starting: Windows / build and test (Win32)2026-01-26T18:39:28.6630888Z ##[error]Could not find a part of the path 'D:\a'.2026-01-26T18:39:28.6637136Z ##[debug]System.IO.DirectoryNotFoundException: Could not find a part of the path 'D:\a'.2026-01-26T18:39:28.6638073Z ##[debug]   at System.IO.FileSystem.CreateDirectory(String fullPath, Byte[] securityDescriptor)2026-01-26T18:39:28.6638844Z ##[debug]   at System.IO.Directory.CreateDirectory(String path)2026-01-26T18:39:28.6639798Z ##[debug]   at GitHub.Runner.Worker.JobRunner.RunAsync(AgentJobRequestMessage message, CancellationToken jobRequestCancellationToken)2026-01-26T18:39:28.6655833Z ##[debug]Finishing: Windows / build and test (Win32)$cat Windows\_\build\and\test\ \(Win32\)/system.txt2026-01-26T18:39:25.2470000Z Requested labels: windows-20222026-01-26T18:39:25.2470000Z Job defined at: python/cpython/.github/workflows/reusable-windows.yml@refs/pull/144188/merge2026-01-26T18:39:25.2470000Z Reusable workflow chain:2026-01-26T18:39:25.2470000Z python/cpython/.github/workflows/build.yml@refs/pull/144188/merge (615364956b0ea0a8353c2c5623362d88b20b1f48)2026-01-26T18:39:25.2470000Z ->python/cpython/.github/workflows/reusable-windows.yml@refs/pull/144188/merge (615364956b0ea0a8353c2c5623362d88b20b1f48)2026-01-26T18:39:25.2470000Z Waiting for a runner to pick up this job...2026-01-26T18:39:25.2450000Z Evaluating build-windows.if2026-01-26T18:39:25.2450000Z Evaluating: (success() && (fromJSON(needs.build-context.outputs.run-windows-tests)))2026-01-26T18:39:25.2450000Z Expanded: (true && true)2026-01-26T18:39:25.2450000Z Result: true2026-01-26T18:39:25.2450000Z Evaluating build-windows.Win32_false.build.if2026-01-26T18:39:25.2450000Z Evaluating: success()2026-01-26T18:39:25.2450000Z Result: true2026-01-26T18:39:25.7450000Z Job is waiting for a hosted runner to come online.2026-01-26T18:39:25.7450000Z Job is about to start running on the hosted runner: GitHub Actions 1000510807

This one has a trace in debug ^

The runner diagnostic logs don't have anything interesting and also seem to only have thealls-green job details with Ubuntu paths inside and nothing about Windows.

Attaching the logs for history:logs_55453059899.zip.

Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

@pablogsalpablogsalpablogsal left review comments

@Yhg1sYhg1sAwaiting requested review from Yhg1s

Assignees

No one assigned

Projects

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

5 participants

@miss-islington@encukou@webknjaz@pablogsal@sethmlarson

[8]ページ先頭

©2009-2026 Movatter.jp