Skip to content

Alternative attempt at fixing memleak by being explicit about copies #1791

Alternative attempt at fixing memleak by being explicit about copies

Alternative attempt at fixing memleak by being explicit about copies #1791

Triggered via pull request May 12, 2026 09:40
Status Failure
Total duration 24m 41s
Artifacts

main.yml

on: pull_request
Matrix: Build and Test
Fit to window
Zoom out
Zoom in

Annotations

33 errors, 182 warnings, and 7 notices
Build and Test (ubuntu, arm64, ubuntu-22.04-arm, 3.10)
Process completed with exit code 1.
Build and Test (ubuntu, arm64, ubuntu-22.04-arm, 3.14)
Process completed with exit code 1.
Build and Test (ubuntu, arm64, ubuntu-22.04-arm, 3.12)
Process completed with exit code 1.
Build and Test (ubuntu, x64, ubuntu-22.04, 3.13)
Process completed with exit code 1.
Build and Test (macos, arm64, macos-15, -macos-aarch64-none, 3.12)
Process completed with exit code 1.
Build and Test (macos, arm64, macos-15, -macos-aarch64-none, 3.12)
Process completed with exit code 1.
Build and Test (ubuntu, x64, ubuntu-22.04, 3.12)
Process completed with exit code 1.
Build and Test (ubuntu, x64, ubuntu-22.04, 3.14)
Process completed with exit code 1.
Build and Test (ubuntu, x64, ubuntu-22.04, 3.10)
Process completed with exit code 1.
Build and Test (ubuntu, arm64, ubuntu-22.04-arm, 3.13)
Process completed with exit code 1.
Build and Test (ubuntu, arm64, ubuntu-22.04-arm, 3.11)
Process completed with exit code 1.
Build and Test (windows, x64, windows-latest, -windows-x86_64-none, 3.13)
Process completed with exit code 1.
Build and Test (macos, arm64, macos-15, -macos-aarch64-none, 3.11)
Process completed with exit code 1.
Build and Test (macos, arm64, macos-15, -macos-aarch64-none, 3.11)
Process completed with exit code 1.
Build and Test (ubuntu, x64, ubuntu-22.04, 3.11)
Process completed with exit code 1.
Build and Test (windows, x64, windows-latest, -windows-x86_64-none, 3.12)
Process completed with exit code 1.
Build and Test (windows, x64, windows-latest, -windows-x86_64-none, 3.14)
Process completed with exit code 1.
Build and Test (windows, x64, windows-latest, -windows-x86_64-none, 3.11)
Process completed with exit code 1.
Build and Test (windows, x86, windows-latest, -windows-x86-none, 3.14)
Process completed with exit code 1.
Build and Test (macos, arm64, macos-15, -macos-aarch64-none, 3.13)
Process completed with exit code 1.
Build and Test (macos, arm64, macos-15, -macos-aarch64-none, 3.13)
Process completed with exit code 1.
Build and Test (macos, arm64, macos-15, -macos-aarch64-none, 3.14)
Process completed with exit code 1.
Build and Test (macos, arm64, macos-15, -macos-aarch64-none, 3.14)
Process completed with exit code 1.
Build and Test (windows, x86, windows-latest, -windows-x86-none, 3.12)
Process completed with exit code 1.
Build and Test (windows, x86, windows-latest, -windows-x86-none, 3.11)
Process completed with exit code 1.
Build and Test (macos, arm64, macos-15, -macos-aarch64-none, 3.10)
Process completed with exit code 1.
Build and Test (macos, x64, macos-15, -macos-x86_64-none, 3.11)
Process completed with exit code 1.
Build and Test (macos, x64, macos-15, -macos-x86_64-none, 3.12)
Process completed with exit code 1.
Build and Test (macos, x64, macos-15, -macos-x86_64-none, 3.10)
The job has exceeded the maximum execution time of 15m0s
Build and Test (macos, x64, macos-15, -macos-x86_64-none, 3.10)
Process completed with exit code 1.
Build and Test (macos, x64, macos-15, -macos-x86_64-none, 3.14)
Process completed with exit code 1.
Build and Test (macos, x64, macos-15, -macos-x86_64-none, 3.13)
The job has exceeded the maximum execution time of 15m0s
Build and Test (macos, x64, macos-15, -macos-x86_64-none, 3.13)
Process completed with exit code 1.
Build and Test (ubuntu, arm64, ubuntu-22.04-arm, 3.10)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Build and Test (ubuntu, arm64, ubuntu-22.04-arm, 3.10): src/embed_tests/Events.cs#L42
The event 'ClassWithEventHandler.LeakEvent' is never used
Build and Test (ubuntu, arm64, ubuntu-22.04-arm, 3.10): src/embed_tests/Events.cs#L42
The event 'ClassWithEventHandler.LeakEvent' is never used
Build and Test (ubuntu, arm64, ubuntu-22.04-arm, 3.10): src/runtime/PythonTypes/PyInt.cs#L12
'PyInt' overrides Object.Equals(object o) but does not override Object.GetHashCode()
Build and Test (ubuntu, arm64, ubuntu-22.04-arm, 3.10): src/runtime/PythonTypes/PyFloat.cs#L11
'PyFloat' overrides Object.Equals(object o) but does not override Object.GetHashCode()
Build and Test (ubuntu, arm64, ubuntu-22.04-arm, 3.10): src/runtime/PythonTypes/PyDict.cs#L133
'PyDict.Copy()' hides inherited member 'PyObject.Copy()'. Use the new keyword if hiding was intended.
Build and Test (ubuntu, arm64, ubuntu-22.04-arm, 3.14)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Build and Test (ubuntu, arm64, ubuntu-22.04-arm, 3.14): src/embed_tests/Events.cs#L42
The event 'ClassWithEventHandler.LeakEvent' is never used
Build and Test (ubuntu, arm64, ubuntu-22.04-arm, 3.14): src/embed_tests/Events.cs#L42
The event 'ClassWithEventHandler.LeakEvent' is never used
Build and Test (ubuntu, arm64, ubuntu-22.04-arm, 3.14): src/runtime/PythonTypes/PyInt.cs#L12
'PyInt' overrides Object.Equals(object o) but does not override Object.GetHashCode()
Build and Test (ubuntu, arm64, ubuntu-22.04-arm, 3.14): src/runtime/PythonTypes/PyFloat.cs#L11
'PyFloat' overrides Object.Equals(object o) but does not override Object.GetHashCode()
Build and Test (ubuntu, arm64, ubuntu-22.04-arm, 3.14): src/runtime/PythonTypes/PyDict.cs#L133
'PyDict.Copy()' hides inherited member 'PyObject.Copy()'. Use the new keyword if hiding was intended.
Build and Test (ubuntu, arm64, ubuntu-22.04-arm, 3.12)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Build and Test (ubuntu, arm64, ubuntu-22.04-arm, 3.12): src/embed_tests/Events.cs#L42
The event 'ClassWithEventHandler.LeakEvent' is never used
Build and Test (ubuntu, arm64, ubuntu-22.04-arm, 3.12): src/embed_tests/Events.cs#L42
The event 'ClassWithEventHandler.LeakEvent' is never used
Build and Test (ubuntu, arm64, ubuntu-22.04-arm, 3.12): src/runtime/PythonTypes/PyInt.cs#L12
'PyInt' overrides Object.Equals(object o) but does not override Object.GetHashCode()
Build and Test (ubuntu, arm64, ubuntu-22.04-arm, 3.12): src/runtime/PythonTypes/PyFloat.cs#L11
'PyFloat' overrides Object.Equals(object o) but does not override Object.GetHashCode()
Build and Test (ubuntu, arm64, ubuntu-22.04-arm, 3.12): src/runtime/PythonTypes/PyDict.cs#L133
'PyDict.Copy()' hides inherited member 'PyObject.Copy()'. Use the new keyword if hiding was intended.
Build and Test (ubuntu, x64, ubuntu-22.04, 3.13)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Build and Test (ubuntu, x64, ubuntu-22.04, 3.13): src/embed_tests/Events.cs#L42
The event 'ClassWithEventHandler.LeakEvent' is never used
Build and Test (ubuntu, x64, ubuntu-22.04, 3.13): src/embed_tests/Events.cs#L42
The event 'ClassWithEventHandler.LeakEvent' is never used
Build and Test (ubuntu, x64, ubuntu-22.04, 3.13): src/runtime/PythonTypes/PyInt.cs#L12
'PyInt' overrides Object.Equals(object o) but does not override Object.GetHashCode()
Build and Test (ubuntu, x64, ubuntu-22.04, 3.13): src/runtime/PythonTypes/PyFloat.cs#L11
'PyFloat' overrides Object.Equals(object o) but does not override Object.GetHashCode()
Build and Test (ubuntu, x64, ubuntu-22.04, 3.13): src/runtime/PythonTypes/PyDict.cs#L133
'PyDict.Copy()' hides inherited member 'PyObject.Copy()'. Use the new keyword if hiding was intended.
Build and Test (macos, arm64, macos-15, -macos-aarch64-none, 3.12): src/embed_tests/Events.cs#L42
The event 'ClassWithEventHandler.LeakEvent' is never used
Build and Test (macos, arm64, macos-15, -macos-aarch64-none, 3.12): src/embed_tests/Events.cs#L42
The event 'ClassWithEventHandler.LeakEvent' is never used
Build and Test (macos, arm64, macos-15, -macos-aarch64-none, 3.12): src/runtime/PythonTypes/PyInt.cs#L12
'PyInt' overrides Object.Equals(object o) but does not override Object.GetHashCode()
Build and Test (macos, arm64, macos-15, -macos-aarch64-none, 3.12): src/runtime/PythonTypes/PyFloat.cs#L11
'PyFloat' overrides Object.Equals(object o) but does not override Object.GetHashCode()
Build and Test (macos, arm64, macos-15, -macos-aarch64-none, 3.12): src/runtime/PythonTypes/PyDict.cs#L133
'PyDict.Copy()' hides inherited member 'PyObject.Copy()'. Use the new keyword if hiding was intended.
Build and Test (macos, arm64, macos-15, -macos-aarch64-none, 3.12)
`--ignore-dependencies` is an unsupported Homebrew developer option! Adjust your PATH to put any preferred versions of applications earlier in the PATH rather than using this unsupported option!
Build and Test (ubuntu, x64, ubuntu-22.04, 3.12)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Build and Test (ubuntu, x64, ubuntu-22.04, 3.12): src/embed_tests/Events.cs#L42
The event 'ClassWithEventHandler.LeakEvent' is never used
Build and Test (ubuntu, x64, ubuntu-22.04, 3.12): src/embed_tests/Events.cs#L42
The event 'ClassWithEventHandler.LeakEvent' is never used
Build and Test (ubuntu, x64, ubuntu-22.04, 3.12): src/runtime/PythonTypes/PyInt.cs#L12
'PyInt' overrides Object.Equals(object o) but does not override Object.GetHashCode()
Build and Test (ubuntu, x64, ubuntu-22.04, 3.12): src/runtime/PythonTypes/PyFloat.cs#L11
'PyFloat' overrides Object.Equals(object o) but does not override Object.GetHashCode()
Build and Test (ubuntu, x64, ubuntu-22.04, 3.12): src/runtime/PythonTypes/PyDict.cs#L133
'PyDict.Copy()' hides inherited member 'PyObject.Copy()'. Use the new keyword if hiding was intended.
Build and Test (ubuntu, x64, ubuntu-22.04, 3.14)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Build and Test (ubuntu, x64, ubuntu-22.04, 3.14): src/embed_tests/Events.cs#L42
The event 'ClassWithEventHandler.LeakEvent' is never used
Build and Test (ubuntu, x64, ubuntu-22.04, 3.14): src/embed_tests/Events.cs#L42
The event 'ClassWithEventHandler.LeakEvent' is never used
Build and Test (ubuntu, x64, ubuntu-22.04, 3.14): src/runtime/PythonTypes/PyInt.cs#L12
'PyInt' overrides Object.Equals(object o) but does not override Object.GetHashCode()
Build and Test (ubuntu, x64, ubuntu-22.04, 3.14): src/runtime/PythonTypes/PyFloat.cs#L11
'PyFloat' overrides Object.Equals(object o) but does not override Object.GetHashCode()
Build and Test (ubuntu, x64, ubuntu-22.04, 3.14): src/runtime/PythonTypes/PyDict.cs#L133
'PyDict.Copy()' hides inherited member 'PyObject.Copy()'. Use the new keyword if hiding was intended.
Build and Test (ubuntu, x64, ubuntu-22.04, 3.10)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Build and Test (ubuntu, x64, ubuntu-22.04, 3.10): src/embed_tests/Events.cs#L42
The event 'ClassWithEventHandler.LeakEvent' is never used
Build and Test (ubuntu, x64, ubuntu-22.04, 3.10): src/embed_tests/Events.cs#L42
The event 'ClassWithEventHandler.LeakEvent' is never used
Build and Test (ubuntu, x64, ubuntu-22.04, 3.10): src/runtime/PythonTypes/PyInt.cs#L12
'PyInt' overrides Object.Equals(object o) but does not override Object.GetHashCode()
Build and Test (ubuntu, x64, ubuntu-22.04, 3.10): src/runtime/PythonTypes/PyFloat.cs#L11
'PyFloat' overrides Object.Equals(object o) but does not override Object.GetHashCode()
Build and Test (ubuntu, x64, ubuntu-22.04, 3.10): src/runtime/PythonTypes/PyDict.cs#L133
'PyDict.Copy()' hides inherited member 'PyObject.Copy()'. Use the new keyword if hiding was intended.
Build and Test (ubuntu, arm64, ubuntu-22.04-arm, 3.13)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Build and Test (ubuntu, arm64, ubuntu-22.04-arm, 3.13): src/embed_tests/Events.cs#L42
The event 'ClassWithEventHandler.LeakEvent' is never used
Build and Test (ubuntu, arm64, ubuntu-22.04-arm, 3.13): src/embed_tests/Events.cs#L42
The event 'ClassWithEventHandler.LeakEvent' is never used
Build and Test (ubuntu, arm64, ubuntu-22.04-arm, 3.13): src/runtime/PythonTypes/PyInt.cs#L12
'PyInt' overrides Object.Equals(object o) but does not override Object.GetHashCode()
Build and Test (ubuntu, arm64, ubuntu-22.04-arm, 3.13): src/runtime/PythonTypes/PyFloat.cs#L11
'PyFloat' overrides Object.Equals(object o) but does not override Object.GetHashCode()
Build and Test (ubuntu, arm64, ubuntu-22.04-arm, 3.13): src/runtime/PythonTypes/PyDict.cs#L133
'PyDict.Copy()' hides inherited member 'PyObject.Copy()'. Use the new keyword if hiding was intended.
Build and Test (ubuntu, arm64, ubuntu-22.04-arm, 3.11)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Build and Test (ubuntu, arm64, ubuntu-22.04-arm, 3.11): src/embed_tests/Events.cs#L42
The event 'ClassWithEventHandler.LeakEvent' is never used
Build and Test (ubuntu, arm64, ubuntu-22.04-arm, 3.11): src/embed_tests/Events.cs#L42
The event 'ClassWithEventHandler.LeakEvent' is never used
Build and Test (ubuntu, arm64, ubuntu-22.04-arm, 3.11): src/runtime/PythonTypes/PyInt.cs#L12
'PyInt' overrides Object.Equals(object o) but does not override Object.GetHashCode()
Build and Test (ubuntu, arm64, ubuntu-22.04-arm, 3.11): src/runtime/PythonTypes/PyFloat.cs#L11
'PyFloat' overrides Object.Equals(object o) but does not override Object.GetHashCode()
Build and Test (ubuntu, arm64, ubuntu-22.04-arm, 3.11): src/runtime/PythonTypes/PyDict.cs#L133
'PyDict.Copy()' hides inherited member 'PyObject.Copy()'. Use the new keyword if hiding was intended.
Build and Test (windows, x64, windows-latest, -windows-x86_64-none, 3.13): src/embed_tests/Events.cs#L42
The event 'ClassWithEventHandler.LeakEvent' is never used
Build and Test (windows, x64, windows-latest, -windows-x86_64-none, 3.13): src/embed_tests/Events.cs#L42
The event 'ClassWithEventHandler.LeakEvent' is never used
Build and Test (windows, x64, windows-latest, -windows-x86_64-none, 3.13): src/runtime/PythonTypes/PyInt.cs#L12
'PyInt' overrides Object.Equals(object o) but does not override Object.GetHashCode()
Build and Test (windows, x64, windows-latest, -windows-x86_64-none, 3.13): src/runtime/PythonTypes/PyFloat.cs#L11
'PyFloat' overrides Object.Equals(object o) but does not override Object.GetHashCode()
Build and Test (windows, x64, windows-latest, -windows-x86_64-none, 3.13): src/runtime/PythonTypes/PyDict.cs#L133
'PyDict.Copy()' hides inherited member 'PyObject.Copy()'. Use the new keyword if hiding was intended.
Build and Test (macos, arm64, macos-15, -macos-aarch64-none, 3.11): src/embed_tests/Events.cs#L42
The event 'ClassWithEventHandler.LeakEvent' is never used
Build and Test (macos, arm64, macos-15, -macos-aarch64-none, 3.11): src/embed_tests/Events.cs#L42
The event 'ClassWithEventHandler.LeakEvent' is never used
Build and Test (macos, arm64, macos-15, -macos-aarch64-none, 3.11): src/runtime/PythonTypes/PyInt.cs#L12
'PyInt' overrides Object.Equals(object o) but does not override Object.GetHashCode()
Build and Test (macos, arm64, macos-15, -macos-aarch64-none, 3.11): src/runtime/PythonTypes/PyFloat.cs#L11
'PyFloat' overrides Object.Equals(object o) but does not override Object.GetHashCode()
Build and Test (macos, arm64, macos-15, -macos-aarch64-none, 3.11): src/runtime/PythonTypes/PyDict.cs#L133
'PyDict.Copy()' hides inherited member 'PyObject.Copy()'. Use the new keyword if hiding was intended.
Build and Test (macos, arm64, macos-15, -macos-aarch64-none, 3.11)
`--ignore-dependencies` is an unsupported Homebrew developer option! Adjust your PATH to put any preferred versions of applications earlier in the PATH rather than using this unsupported option!
Build and Test (ubuntu, x64, ubuntu-22.04, 3.11)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Build and Test (ubuntu, x64, ubuntu-22.04, 3.11): src/embed_tests/Events.cs#L42
The event 'ClassWithEventHandler.LeakEvent' is never used
Build and Test (ubuntu, x64, ubuntu-22.04, 3.11): src/embed_tests/Events.cs#L42
The event 'ClassWithEventHandler.LeakEvent' is never used
Build and Test (ubuntu, x64, ubuntu-22.04, 3.11): src/runtime/PythonTypes/PyInt.cs#L12
'PyInt' overrides Object.Equals(object o) but does not override Object.GetHashCode()
Build and Test (ubuntu, x64, ubuntu-22.04, 3.11): src/runtime/PythonTypes/PyFloat.cs#L11
'PyFloat' overrides Object.Equals(object o) but does not override Object.GetHashCode()
Build and Test (ubuntu, x64, ubuntu-22.04, 3.11): src/runtime/PythonTypes/PyDict.cs#L133
'PyDict.Copy()' hides inherited member 'PyObject.Copy()'. Use the new keyword if hiding was intended.
Build and Test (windows, x64, windows-latest, -windows-x86_64-none, 3.12): src/embed_tests/Events.cs#L42
The event 'ClassWithEventHandler.LeakEvent' is never used
Build and Test (windows, x64, windows-latest, -windows-x86_64-none, 3.12): src/embed_tests/Events.cs#L42
The event 'ClassWithEventHandler.LeakEvent' is never used
Build and Test (windows, x64, windows-latest, -windows-x86_64-none, 3.12): src/runtime/PythonTypes/PyInt.cs#L12
'PyInt' overrides Object.Equals(object o) but does not override Object.GetHashCode()
Build and Test (windows, x64, windows-latest, -windows-x86_64-none, 3.12): src/runtime/PythonTypes/PyFloat.cs#L11
'PyFloat' overrides Object.Equals(object o) but does not override Object.GetHashCode()
Build and Test (windows, x64, windows-latest, -windows-x86_64-none, 3.12): src/runtime/PythonTypes/PyDict.cs#L133
'PyDict.Copy()' hides inherited member 'PyObject.Copy()'. Use the new keyword if hiding was intended.
Build and Test (windows, x64, windows-latest, -windows-x86_64-none, 3.14): src/embed_tests/Events.cs#L42
The event 'ClassWithEventHandler.LeakEvent' is never used
Build and Test (windows, x64, windows-latest, -windows-x86_64-none, 3.14): src/embed_tests/Events.cs#L42
The event 'ClassWithEventHandler.LeakEvent' is never used
Build and Test (windows, x64, windows-latest, -windows-x86_64-none, 3.14): src/runtime/PythonTypes/PyInt.cs#L12
'PyInt' overrides Object.Equals(object o) but does not override Object.GetHashCode()
Build and Test (windows, x64, windows-latest, -windows-x86_64-none, 3.14): src/runtime/PythonTypes/PyFloat.cs#L11
'PyFloat' overrides Object.Equals(object o) but does not override Object.GetHashCode()
Build and Test (windows, x64, windows-latest, -windows-x86_64-none, 3.14): src/runtime/PythonTypes/PyDict.cs#L133
'PyDict.Copy()' hides inherited member 'PyObject.Copy()'. Use the new keyword if hiding was intended.
Build and Test (windows, x64, windows-latest, -windows-x86_64-none, 3.11): src/embed_tests/Events.cs#L42
The event 'ClassWithEventHandler.LeakEvent' is never used
Build and Test (windows, x64, windows-latest, -windows-x86_64-none, 3.11): src/embed_tests/Events.cs#L42
The event 'ClassWithEventHandler.LeakEvent' is never used
Build and Test (windows, x64, windows-latest, -windows-x86_64-none, 3.11): src/runtime/PythonTypes/PyInt.cs#L12
'PyInt' overrides Object.Equals(object o) but does not override Object.GetHashCode()
Build and Test (windows, x64, windows-latest, -windows-x86_64-none, 3.11): src/runtime/PythonTypes/PyFloat.cs#L11
'PyFloat' overrides Object.Equals(object o) but does not override Object.GetHashCode()
Build and Test (windows, x64, windows-latest, -windows-x86_64-none, 3.11): src/runtime/PythonTypes/PyDict.cs#L133
'PyDict.Copy()' hides inherited member 'PyObject.Copy()'. Use the new keyword if hiding was intended.
Build and Test (windows, x86, windows-latest, -windows-x86-none, 3.14): src/embed_tests/Events.cs#L42
The event 'ClassWithEventHandler.LeakEvent' is never used
Build and Test (windows, x86, windows-latest, -windows-x86-none, 3.14): src/embed_tests/Events.cs#L42
The event 'ClassWithEventHandler.LeakEvent' is never used
Build and Test (windows, x86, windows-latest, -windows-x86-none, 3.14): src/runtime/PythonTypes/PyInt.cs#L12
'PyInt' overrides Object.Equals(object o) but does not override Object.GetHashCode()
Build and Test (windows, x86, windows-latest, -windows-x86-none, 3.14): src/runtime/PythonTypes/PyFloat.cs#L11
'PyFloat' overrides Object.Equals(object o) but does not override Object.GetHashCode()
Build and Test (windows, x86, windows-latest, -windows-x86-none, 3.14): src/runtime/PythonTypes/PyDict.cs#L133
'PyDict.Copy()' hides inherited member 'PyObject.Copy()'. Use the new keyword if hiding was intended.
Build and Test (macos, arm64, macos-15, -macos-aarch64-none, 3.13): src/embed_tests/Events.cs#L42
The event 'ClassWithEventHandler.LeakEvent' is never used
Build and Test (macos, arm64, macos-15, -macos-aarch64-none, 3.13): src/embed_tests/Events.cs#L42
The event 'ClassWithEventHandler.LeakEvent' is never used
Build and Test (macos, arm64, macos-15, -macos-aarch64-none, 3.13): src/runtime/PythonTypes/PyInt.cs#L12
'PyInt' overrides Object.Equals(object o) but does not override Object.GetHashCode()
Build and Test (macos, arm64, macos-15, -macos-aarch64-none, 3.13): src/runtime/PythonTypes/PyFloat.cs#L11
'PyFloat' overrides Object.Equals(object o) but does not override Object.GetHashCode()
Build and Test (macos, arm64, macos-15, -macos-aarch64-none, 3.13): src/runtime/PythonTypes/PyDict.cs#L133
'PyDict.Copy()' hides inherited member 'PyObject.Copy()'. Use the new keyword if hiding was intended.
Build and Test (macos, arm64, macos-15, -macos-aarch64-none, 3.13)
`--ignore-dependencies` is an unsupported Homebrew developer option! Adjust your PATH to put any preferred versions of applications earlier in the PATH rather than using this unsupported option!
Build and Test (macos, arm64, macos-15, -macos-aarch64-none, 3.14): src/embed_tests/Events.cs#L42
The event 'ClassWithEventHandler.LeakEvent' is never used
Build and Test (macos, arm64, macos-15, -macos-aarch64-none, 3.14): src/embed_tests/Events.cs#L42
The event 'ClassWithEventHandler.LeakEvent' is never used
Build and Test (macos, arm64, macos-15, -macos-aarch64-none, 3.14): src/runtime/PythonTypes/PyInt.cs#L12
'PyInt' overrides Object.Equals(object o) but does not override Object.GetHashCode()
Build and Test (macos, arm64, macos-15, -macos-aarch64-none, 3.14): src/runtime/PythonTypes/PyFloat.cs#L11
'PyFloat' overrides Object.Equals(object o) but does not override Object.GetHashCode()
Build and Test (macos, arm64, macos-15, -macos-aarch64-none, 3.14): src/runtime/PythonTypes/PyDict.cs#L133
'PyDict.Copy()' hides inherited member 'PyObject.Copy()'. Use the new keyword if hiding was intended.
Build and Test (macos, arm64, macos-15, -macos-aarch64-none, 3.14)
`--ignore-dependencies` is an unsupported Homebrew developer option! Adjust your PATH to put any preferred versions of applications earlier in the PATH rather than using this unsupported option!
Build and Test (windows, x86, windows-latest, -windows-x86-none, 3.12): src/embed_tests/Events.cs#L42
The event 'ClassWithEventHandler.LeakEvent' is never used
Build and Test (windows, x86, windows-latest, -windows-x86-none, 3.12): src/embed_tests/Events.cs#L42
The event 'ClassWithEventHandler.LeakEvent' is never used
Build and Test (windows, x86, windows-latest, -windows-x86-none, 3.12): src/runtime/PythonTypes/PyInt.cs#L12
'PyInt' overrides Object.Equals(object o) but does not override Object.GetHashCode()
Build and Test (windows, x86, windows-latest, -windows-x86-none, 3.12): src/runtime/PythonTypes/PyFloat.cs#L11
'PyFloat' overrides Object.Equals(object o) but does not override Object.GetHashCode()
Build and Test (windows, x86, windows-latest, -windows-x86-none, 3.12): src/runtime/PythonTypes/PyDict.cs#L133
'PyDict.Copy()' hides inherited member 'PyObject.Copy()'. Use the new keyword if hiding was intended.
Build and Test (windows, x86, windows-latest, -windows-x86-none, 3.11): src/embed_tests/Events.cs#L42
The event 'ClassWithEventHandler.LeakEvent' is never used
Build and Test (windows, x86, windows-latest, -windows-x86-none, 3.11): src/embed_tests/Events.cs#L42
The event 'ClassWithEventHandler.LeakEvent' is never used
Build and Test (windows, x86, windows-latest, -windows-x86-none, 3.11): src/runtime/PythonTypes/PyInt.cs#L12
'PyInt' overrides Object.Equals(object o) but does not override Object.GetHashCode()
Build and Test (windows, x86, windows-latest, -windows-x86-none, 3.11): src/runtime/PythonTypes/PyFloat.cs#L11
'PyFloat' overrides Object.Equals(object o) but does not override Object.GetHashCode()
Build and Test (windows, x86, windows-latest, -windows-x86-none, 3.11): src/runtime/PythonTypes/PyDict.cs#L133
'PyDict.Copy()' hides inherited member 'PyObject.Copy()'. Use the new keyword if hiding was intended.
Build and Test (macos, arm64, macos-15, -macos-aarch64-none, 3.10): src/embed_tests/Events.cs#L42
The event 'ClassWithEventHandler.LeakEvent' is never used
Build and Test (macos, arm64, macos-15, -macos-aarch64-none, 3.10): src/embed_tests/Events.cs#L42
The event 'ClassWithEventHandler.LeakEvent' is never used
Build and Test (macos, arm64, macos-15, -macos-aarch64-none, 3.10): src/runtime/PythonTypes/PyInt.cs#L12
'PyInt' overrides Object.Equals(object o) but does not override Object.GetHashCode()
Build and Test (macos, arm64, macos-15, -macos-aarch64-none, 3.10): src/runtime/PythonTypes/PyFloat.cs#L11
'PyFloat' overrides Object.Equals(object o) but does not override Object.GetHashCode()
Build and Test (macos, arm64, macos-15, -macos-aarch64-none, 3.10): src/runtime/PythonTypes/PyDict.cs#L133
'PyDict.Copy()' hides inherited member 'PyObject.Copy()'. Use the new keyword if hiding was intended.
Build and Test (macos, arm64, macos-15, -macos-aarch64-none, 3.10)
`--ignore-dependencies` is an unsupported Homebrew developer option! Adjust your PATH to put any preferred versions of applications earlier in the PATH rather than using this unsupported option!
Build and Test (macos, x64, macos-15, -macos-x86_64-none, 3.11): src/embed_tests/Events.cs#L42
The event 'ClassWithEventHandler.LeakEvent' is never used
Build and Test (macos, x64, macos-15, -macos-x86_64-none, 3.11): src/embed_tests/Events.cs#L42
The event 'ClassWithEventHandler.LeakEvent' is never used
Build and Test (macos, x64, macos-15, -macos-x86_64-none, 3.11): src/runtime/PythonTypes/PyInt.cs#L12
'PyInt' overrides Object.Equals(object o) but does not override Object.GetHashCode()
Build and Test (macos, x64, macos-15, -macos-x86_64-none, 3.11): src/runtime/PythonTypes/PyFloat.cs#L11
'PyFloat' overrides Object.Equals(object o) but does not override Object.GetHashCode()
Build and Test (macos, x64, macos-15, -macos-x86_64-none, 3.11): src/runtime/PythonTypes/PyDict.cs#L133
'PyDict.Copy()' hides inherited member 'PyObject.Copy()'. Use the new keyword if hiding was intended.
Build and Test (macos, x64, macos-15, -macos-x86_64-none, 3.11)
`--ignore-dependencies` is an unsupported Homebrew developer option! Adjust your PATH to put any preferred versions of applications earlier in the PATH rather than using this unsupported option!
Build and Test (macos, x64, macos-15, -macos-x86_64-none, 3.12): src/embed_tests/Events.cs#L42
The event 'ClassWithEventHandler.LeakEvent' is never used
Build and Test (macos, x64, macos-15, -macos-x86_64-none, 3.12): src/embed_tests/Events.cs#L42
The event 'ClassWithEventHandler.LeakEvent' is never used
Build and Test (macos, x64, macos-15, -macos-x86_64-none, 3.12): src/runtime/PythonTypes/PyInt.cs#L12
'PyInt' overrides Object.Equals(object o) but does not override Object.GetHashCode()
Build and Test (macos, x64, macos-15, -macos-x86_64-none, 3.12): src/runtime/PythonTypes/PyFloat.cs#L11
'PyFloat' overrides Object.Equals(object o) but does not override Object.GetHashCode()
Build and Test (macos, x64, macos-15, -macos-x86_64-none, 3.12): src/runtime/PythonTypes/PyDict.cs#L133
'PyDict.Copy()' hides inherited member 'PyObject.Copy()'. Use the new keyword if hiding was intended.
Build and Test (macos, x64, macos-15, -macos-x86_64-none, 3.12)
`--ignore-dependencies` is an unsupported Homebrew developer option! Adjust your PATH to put any preferred versions of applications earlier in the PATH rather than using this unsupported option!
Build and Test (macos, x64, macos-15, -macos-x86_64-none, 3.10): src/embed_tests/Events.cs#L42
The event 'ClassWithEventHandler.LeakEvent' is never used
Build and Test (macos, x64, macos-15, -macos-x86_64-none, 3.10): src/embed_tests/Events.cs#L42
The event 'ClassWithEventHandler.LeakEvent' is never used
Build and Test (macos, x64, macos-15, -macos-x86_64-none, 3.10): src/runtime/PythonTypes/PyInt.cs#L12
'PyInt' overrides Object.Equals(object o) but does not override Object.GetHashCode()
Build and Test (macos, x64, macos-15, -macos-x86_64-none, 3.10): src/runtime/PythonTypes/PyFloat.cs#L11
'PyFloat' overrides Object.Equals(object o) but does not override Object.GetHashCode()
Build and Test (macos, x64, macos-15, -macos-x86_64-none, 3.10): src/runtime/PythonTypes/PyDict.cs#L133
'PyDict.Copy()' hides inherited member 'PyObject.Copy()'. Use the new keyword if hiding was intended.
Build and Test (macos, x64, macos-15, -macos-x86_64-none, 3.10)
`--ignore-dependencies` is an unsupported Homebrew developer option! Adjust your PATH to put any preferred versions of applications earlier in the PATH rather than using this unsupported option!
Build and Test (macos, x64, macos-15, -macos-x86_64-none, 3.14): src/embed_tests/Events.cs#L42
The event 'ClassWithEventHandler.LeakEvent' is never used
Build and Test (macos, x64, macos-15, -macos-x86_64-none, 3.14): src/embed_tests/Events.cs#L42
The event 'ClassWithEventHandler.LeakEvent' is never used
Build and Test (macos, x64, macos-15, -macos-x86_64-none, 3.14): src/runtime/PythonTypes/PyInt.cs#L12
'PyInt' overrides Object.Equals(object o) but does not override Object.GetHashCode()
Build and Test (macos, x64, macos-15, -macos-x86_64-none, 3.14): src/runtime/PythonTypes/PyFloat.cs#L11
'PyFloat' overrides Object.Equals(object o) but does not override Object.GetHashCode()
Build and Test (macos, x64, macos-15, -macos-x86_64-none, 3.14): src/runtime/PythonTypes/PyDict.cs#L133
'PyDict.Copy()' hides inherited member 'PyObject.Copy()'. Use the new keyword if hiding was intended.
Build and Test (macos, x64, macos-15, -macos-x86_64-none, 3.14)
`--ignore-dependencies` is an unsupported Homebrew developer option! Adjust your PATH to put any preferred versions of applications earlier in the PATH rather than using this unsupported option!
Build and Test (macos, x64, macos-15, -macos-x86_64-none, 3.13): src/embed_tests/Events.cs#L42
The event 'ClassWithEventHandler.LeakEvent' is never used
Build and Test (macos, x64, macos-15, -macos-x86_64-none, 3.13): src/embed_tests/Events.cs#L42
The event 'ClassWithEventHandler.LeakEvent' is never used
Build and Test (macos, x64, macos-15, -macos-x86_64-none, 3.13): src/runtime/PythonTypes/PyInt.cs#L12
'PyInt' overrides Object.Equals(object o) but does not override Object.GetHashCode()
Build and Test (macos, x64, macos-15, -macos-x86_64-none, 3.13): src/runtime/PythonTypes/PyFloat.cs#L11
'PyFloat' overrides Object.Equals(object o) but does not override Object.GetHashCode()
Build and Test (macos, x64, macos-15, -macos-x86_64-none, 3.13): src/runtime/PythonTypes/PyDict.cs#L133
'PyDict.Copy()' hides inherited member 'PyObject.Copy()'. Use the new keyword if hiding was intended.
Build and Test (macos, x64, macos-15, -macos-x86_64-none, 3.13)
`--ignore-dependencies` is an unsupported Homebrew developer option! Adjust your PATH to put any preferred versions of applications earlier in the PATH rather than using this unsupported option!
Build and Test (windows, x64, windows-latest, -windows-x86_64-none, 3.13)
NOTICE: windows-2025 requests are being redirected to windows-2025-vs2026 by May 12, 2026
Build and Test (windows, x64, windows-latest, -windows-x86_64-none, 3.12)
NOTICE: windows-2025 requests are being redirected to windows-2025-vs2026 by May 12, 2026
Build and Test (windows, x64, windows-latest, -windows-x86_64-none, 3.14)
NOTICE: windows-2025 requests are being redirected to windows-2025-vs2026 by May 12, 2026
Build and Test (windows, x64, windows-latest, -windows-x86_64-none, 3.11)
NOTICE: windows-2025 requests are being redirected to windows-2025-vs2026 by May 12, 2026
Build and Test (windows, x86, windows-latest, -windows-x86-none, 3.14)
NOTICE: windows-2025 requests are being redirected to windows-2025-vs2026 by May 12, 2026
Build and Test (windows, x86, windows-latest, -windows-x86-none, 3.12)
NOTICE: windows-2025 requests are being redirected to windows-2025-vs2026 by May 12, 2026
Build and Test (windows, x86, windows-latest, -windows-x86-none, 3.11)
NOTICE: windows-2025 requests are being redirected to windows-2025-vs2026 by May 12, 2026