Skip to content

gh-124008: Fix calculation of the number of written bytes for the Windows console #125246

gh-124008: Fix calculation of the number of written bytes for the Windows console

gh-124008: Fix calculation of the number of written bytes for the Windows console #125246

Triggered via pull request September 13, 2024 15:35
Status Cancelled
Total duration 24m 8s
Artifacts

build.yml

on: pull_request
Change detection  /  Compute changed files
13s
Change detection / Compute changed files
Matrix: build_macos
Matrix: build_ubuntu
Matrix: Ubuntu SSL tests with OpenSSL
Matrix: build_windows
Matrix: build_windows_msi
Waiting for pending jobs
Matrix: CIFuzz
Docs  /  Docs
1m 52s
Docs / Docs
Docs  /  Docs (Oldest Sphinx)
2m 2s
Docs / Docs (Oldest Sphinx)
Docs  /  Doctest
17m 53s
Docs / Doctest
Check if generated files are up to date
5m 5s
Check if generated files are up to date
WASI  /  build and test
6m 3s
WASI / build and test
Hypothesis tests on Ubuntu
4m 41s
Hypothesis tests on Ubuntu
Address sanitizer
8m 1s
Address sanitizer
Thread sanitizer  /  Thread sanitizer
4m 32s
Thread sanitizer / Thread sanitizer
Thread sanitizer (free-threading)  /  Thread sanitizer
5m 46s
Thread sanitizer (free-threading) / Thread sanitizer
All required checks pass
4s
All required checks pass
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 51 warnings
Ubuntu / build and test
Process completed with exit code 1.
Ubuntu (free-threading) / build and test
FailFast: cancelling since parallel instance has failed
Ubuntu (free-threading) / build and test
The operation was canceled.
Docs / Docs
Process completed with exit code 2.
All required checks pass
Process completed with exit code 1.
Ubuntu / build and test: Include/internal/pycore_gc.h#L230
unsigned conversion from ‘int’ to ‘uintptr_t’ {aka ‘long unsigned int’} changes value from ‘-2’ to ‘18446744073709551614’ [-Wsign-conversion]
Ubuntu / build and test: Include/internal/pycore_backoff.h#L60
conversion from ‘uint16_t’ {aka ‘short unsigned int’} to ‘short unsigned int:12’ may change value [-Wconversion]
Ubuntu / build and test: Include/internal/pycore_backoff.h#L61
conversion from ‘uint16_t’ {aka ‘short unsigned int’} to ‘unsigned char:4’ may change value [-Wconversion]
Ubuntu / build and test: Include/internal/pycore_backoff.h#L78
conversion from ‘int’ to ‘uint16_t’ {aka ‘short unsigned int’} may change value [-Wconversion]
Ubuntu / build and test: Include/internal/pycore_list.h#L48
conversion to ‘size_t’ {aka ‘long unsigned int’} from ‘Py_ssize_t’ {aka ‘long int’} may change the sign of the result [-Wsign-conversion]
Ubuntu / build and test: Include/internal/mimalloc/mimalloc/internal.h#L489
unsigned conversion from ‘int’ to ‘mi_thread_free_t’ {aka ‘long unsigned int’} changes value from ‘-4’ to ‘18446744073709551612’ [-Wsign-conversion]
Ubuntu / build and test: Include/internal/mimalloc/mimalloc/internal.h#L508
unsigned conversion from ‘int’ to ‘mi_thread_free_t’ {aka ‘long unsigned int’} changes value from ‘-4’ to ‘18446744073709551612’ [-Wsign-conversion]
Ubuntu / build and test: Include/internal/mimalloc/mimalloc/internal.h#L806
conversion to ‘size_t’ {aka ‘long unsigned int’} from ‘int’ may change the sign of the result [-Wsign-conversion]
Ubuntu / build and test: Include/internal/mimalloc/mimalloc/internal.h#L814
conversion to ‘size_t’ {aka ‘long unsigned int’} from ‘int’ may change the sign of the result [-Wsign-conversion]
Ubuntu / build and test: Parser/pegen.c#L29
conversion to ‘Py_UCS4’ {aka ‘unsigned int’} from ‘char’ may change the sign of the result [-Wsign-conversion]
Ubuntu (free-threading) / build and test: Include/internal/pycore_stackref.h#L101
unsigned conversion from ‘int’ to ‘uintptr_t’ {aka ‘long unsigned int’} changes value from ‘-2’ to ‘18446744073709551614’ [-Wsign-conversion]
Ubuntu (free-threading) / build and test: Include/internal/pycore_stackref.h#L137
conversion to ‘long unsigned int’ from ‘int’ may change the sign of the result [-Wsign-conversion]
Ubuntu (free-threading) / build and test: Include/internal/pycore_backoff.h#L60
conversion from ‘uint16_t’ {aka ‘short unsigned int’} to ‘short unsigned int:12’ may change value [-Wconversion]
Ubuntu (free-threading) / build and test: Include/internal/pycore_backoff.h#L61
conversion from ‘uint16_t’ {aka ‘short unsigned int’} to ‘unsigned char:4’ may change value [-Wconversion]
Ubuntu (free-threading) / build and test: Include/internal/pycore_backoff.h#L78
conversion from ‘int’ to ‘uint16_t’ {aka ‘short unsigned int’} may change value [-Wconversion]
Ubuntu (free-threading) / build and test: Include/internal/pycore_list.h#L48
conversion to ‘size_t’ {aka ‘long unsigned int’} from ‘Py_ssize_t’ {aka ‘long int’} may change the sign of the result [-Wsign-conversion]
Ubuntu (free-threading) / build and test: Include/internal/mimalloc/mimalloc/internal.h#L489
unsigned conversion from ‘int’ to ‘mi_thread_free_t’ {aka ‘long unsigned int’} changes value from ‘-4’ to ‘18446744073709551612’ [-Wsign-conversion]
Ubuntu (free-threading) / build and test: Include/internal/mimalloc/mimalloc/internal.h#L508
unsigned conversion from ‘int’ to ‘mi_thread_free_t’ {aka ‘long unsigned int’} changes value from ‘-4’ to ‘18446744073709551612’ [-Wsign-conversion]
Ubuntu (free-threading) / build and test: Include/internal/mimalloc/mimalloc/internal.h#L806
conversion to ‘size_t’ {aka ‘long unsigned int’} from ‘int’ may change the sign of the result [-Wsign-conversion]
Ubuntu (free-threading) / build and test: Include/internal/mimalloc/mimalloc/internal.h#L814
conversion to ‘size_t’ {aka ‘long unsigned int’} from ‘int’ may change the sign of the result [-Wsign-conversion]
Hypothesis tests on Ubuntu: Include/internal/pycore_gc.h#L230
unsigned conversion from ‘int’ to ‘uintptr_t’ {aka ‘long unsigned int’} changes value from ‘-2’ to ‘18446744073709551614’ [-Wsign-conversion]
Hypothesis tests on Ubuntu: Include/internal/pycore_backoff.h#L60
conversion from ‘uint16_t’ {aka ‘short unsigned int’} to ‘short unsigned int:12’ may change value [-Wconversion]
Hypothesis tests on Ubuntu: Include/internal/pycore_backoff.h#L61
conversion from ‘uint16_t’ {aka ‘short unsigned int’} to ‘unsigned char:4’ may change value [-Wconversion]
Hypothesis tests on Ubuntu: Include/internal/pycore_backoff.h#L78
conversion from ‘int’ to ‘uint16_t’ {aka ‘short unsigned int’} may change value [-Wconversion]
Hypothesis tests on Ubuntu: Include/internal/pycore_list.h#L48
conversion to ‘size_t’ {aka ‘long unsigned int’} from ‘Py_ssize_t’ {aka ‘long int’} may change the sign of the result [-Wsign-conversion]
Hypothesis tests on Ubuntu: Include/internal/mimalloc/mimalloc/internal.h#L489
unsigned conversion from ‘int’ to ‘mi_thread_free_t’ {aka ‘long unsigned int’} changes value from ‘-4’ to ‘18446744073709551612’ [-Wsign-conversion]
Hypothesis tests on Ubuntu: Include/internal/mimalloc/mimalloc/internal.h#L508
unsigned conversion from ‘int’ to ‘mi_thread_free_t’ {aka ‘long unsigned int’} changes value from ‘-4’ to ‘18446744073709551612’ [-Wsign-conversion]
Hypothesis tests on Ubuntu: Include/internal/mimalloc/mimalloc/internal.h#L806
conversion to ‘size_t’ {aka ‘long unsigned int’} from ‘int’ may change the sign of the result [-Wsign-conversion]
Hypothesis tests on Ubuntu: Include/internal/mimalloc/mimalloc/internal.h#L814
conversion to ‘size_t’ {aka ‘long unsigned int’} from ‘int’ may change the sign of the result [-Wsign-conversion]
Hypothesis tests on Ubuntu: Parser/pegen.c#L29
conversion to ‘Py_UCS4’ {aka ‘unsigned int’} from ‘char’ may change the sign of the result [-Wsign-conversion]
Hypothesis tests on Ubuntu
No files were found with the provided path: /home/runner/work/cpython/cpython-builddir/.hypothesis/examples/. No artifacts will be uploaded.
macOS / build and test (ghcr.io/cirruslabs/macos-runner:sonoma)
pkg-config 0.29.2_3 is already installed and up-to-date. To reinstall 0.29.2_3, run: brew reinstall pkg-config
macOS / build and test (ghcr.io/cirruslabs/macos-runner:sonoma)
xz 5.6.2 is already installed and up-to-date. To reinstall 5.6.2, run: brew reinstall xz
macOS / build and test (ghcr.io/cirruslabs/macos-runner:sonoma)
HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK is set: not checking for outdated dependents or dependents with broken linkage!
Address sanitizer: Include/internal/pycore_gc.h#L230
unsigned conversion from ‘int’ to ‘uintptr_t’ {aka ‘long unsigned int’} changes value from ‘-2’ to ‘18446744073709551614’ [-Wsign-conversion]
Address sanitizer: Include/internal/pycore_backoff.h#L60
conversion from ‘uint16_t’ {aka ‘short unsigned int’} to ‘short unsigned int:12’ may change value [-Wconversion]
Address sanitizer: Include/internal/pycore_backoff.h#L61
conversion from ‘uint16_t’ {aka ‘short unsigned int’} to ‘unsigned char:4’ may change value [-Wconversion]
Address sanitizer: Include/internal/pycore_backoff.h#L78
conversion from ‘int’ to ‘uint16_t’ {aka ‘short unsigned int’} may change value [-Wconversion]
Address sanitizer: Include/internal/pycore_list.h#L48
conversion to ‘size_t’ {aka ‘long unsigned int’} from ‘Py_ssize_t’ {aka ‘long int’} may change the sign of the result [-Wsign-conversion]
Address sanitizer: Include/internal/mimalloc/mimalloc/internal.h#L489
unsigned conversion from ‘int’ to ‘mi_thread_free_t’ {aka ‘long unsigned int’} changes value from ‘-4’ to ‘18446744073709551612’ [-Wsign-conversion]
Address sanitizer: Include/internal/mimalloc/mimalloc/internal.h#L508
unsigned conversion from ‘int’ to ‘mi_thread_free_t’ {aka ‘long unsigned int’} changes value from ‘-4’ to ‘18446744073709551612’ [-Wsign-conversion]
Address sanitizer: Include/internal/mimalloc/mimalloc/internal.h#L806
conversion to ‘size_t’ {aka ‘long unsigned int’} from ‘int’ may change the sign of the result [-Wsign-conversion]
Address sanitizer: Include/internal/mimalloc/mimalloc/internal.h#L814
conversion to ‘size_t’ {aka ‘long unsigned int’} from ‘int’ may change the sign of the result [-Wsign-conversion]
Address sanitizer: Parser/pegen.c#L29
conversion to ‘Py_UCS4’ {aka ‘unsigned int’} from ‘char’ may change the sign of the result [-Wsign-conversion]
macOS (free-threading) / build and test (ghcr.io/cirruslabs/macos-runner:sonoma)
pkg-config 0.29.2_3 is already installed and up-to-date. To reinstall 0.29.2_3, run: brew reinstall pkg-config
macOS (free-threading) / build and test (ghcr.io/cirruslabs/macos-runner:sonoma)
xz 5.6.2 is already installed and up-to-date. To reinstall 5.6.2, run: brew reinstall xz
macOS (free-threading) / build and test (ghcr.io/cirruslabs/macos-runner:sonoma)
HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK is set: not checking for outdated dependents or dependents with broken linkage!
macOS / build and test (macos-13)
pkg-config 0.29.2_3 is already installed and up-to-date. To reinstall 0.29.2_3, run: brew reinstall pkg-config
macOS / build and test (macos-13)
xz 5.6.2 is already installed and up-to-date. To reinstall 5.6.2, run: brew reinstall xz
macOS / build and test (macos-13)
gdbm 1.24 is already installed and up-to-date. To reinstall 1.24, run: brew reinstall gdbm
macOS / build and test (macos-13)
HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK is set: not checking for outdated dependents or dependents with broken linkage!