fix: fix connect_setattr on dataclass field signals (#258) #529
test.yml
on: push
check-manifest
16s
test-magicgui
/
ubuntu-latest py3.10
1m 12s
typing
17s
benchmarks
1m 44s
Matrix: Test Qt
Matrix: Test
Annotations
2 errors and 46 warnings
Test (3.8, macos-latest, true) / macos-latest py3.8
System.Net.Http.HttpRequestException: nodename nor servname provided, or not known (pipelinesghubeus4.actions.githubusercontent.com:443)
---> System.Net.Sockets.SocketException (0xFFFDFFFF): nodename nor servname provided, or not known
at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken)
at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource.GetResult(Int16 token)
at System.Net.Sockets.Socket.<ConnectAsync>g__WaitForConnectWithCancellation|277_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
--- End of inner exception stack trace ---
at GitHub.Services.Common.VssHttpRetryMessageHandler.SendAsync(HttpRequestMessage request, CancellationToken cancellationToken)
at GitHub.Runner.Common.RedirectMessageHandler.SendAsync(HttpRequestMessage request, CancellationToken cancellationToken)
at GitHub.Runner.Common.ThrottlingReportHandler.SendAsync(HttpRequestMessage request, CancellationToken cancellationToken)
at System.Net.Http.HttpClient.<SendAsync>g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken)
at GitHub.Services.WebApi.VssHttpClientBase.SendAsync(HttpRequestMessage message, HttpCompletionOption completionOption, Object userState, CancellationToken cancellationToken)
at GitHub.Services.WebApi.VssHttpClientBase.SendAsync[T](HttpRequestMessage message, Object userState, CancellationToken cancellationToken)
at GitHub.Services.Location.Client.LocationHttpClient.GetConnectionDataAsync(ConnectOptions connectOptions, Int64 lastChangeId, CancellationToken cancellationToken, Object userState)
at GitHub.Services.WebApi.Location.VssServerDataProvider.GetConnectionDataAsync(ConnectOptions connectOptions, Int32 lastChangeId, CancellationToken cancellationToken)
at GitHub.Services.WebApi.Location.VssServerDataProvider.ConnectAsync(ConnectOptions connectOptions, CancellationToken cancellationToken)
at GitHub.Runner.Common.JobServer.ConnectAsync(VssConnection jobConnection)
at GitHub.Runner.Worker.JobRunner.RunAsync(AgentJobRequestMessage message, CancellationToken jobRequestCancellationToken)
at GitHub.Runner.Worker.Worker.RunAsync(String pipeIn, String pipeOut)
at GitHub.Runner.Worker.Program.MainAsync(IHostContext context, String[] args)
|
Test (3.8, macos-latest, true) / macos-latest py3.8
The hosted runner: GitHub Actions 12 lost communication with the server. Anything in your workflow that terminates the runner process, starves it for CPU/Memory, or blocks its network access can cause this error.
|
Test (3.10, ubuntu-latest, false) / ubuntu-latest py3.10
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-python@v4, codecov/codecov-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Test (3.10, ubuntu-latest, true) / ubuntu-latest py3.10
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-python@v4, codecov/codecov-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
test-magicgui / ubuntu-latest py3.10
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-python@v4, tlambert03/setup-qt-libs@v1, aganders3/headless-gui@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Test Qt (3.10, windows-latest, PyQt6, false) / windows-latest py3.10 PyQt6
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-python@v4, tlambert03/setup-qt-libs@v1, aganders3/headless-gui@v1, codecov/codecov-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Test Qt (3.10, windows-latest, PyQt5, false) / windows-latest py3.10 PyQt5
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-python@v4, tlambert03/setup-qt-libs@v1, aganders3/headless-gui@v1, codecov/codecov-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Test Qt (3.10, macos-latest, PyQt6, false) / macos-latest py3.10 PyQt6
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-python@v4, tlambert03/setup-qt-libs@v1, aganders3/headless-gui@v1, codecov/codecov-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Test Qt (3.10, macos-latest, PyQt5, false) / macos-latest py3.10 PyQt5
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-python@v4, tlambert03/setup-qt-libs@v1, aganders3/headless-gui@v1, codecov/codecov-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Test Qt (3.10, windows-latest, PySide6, false) / windows-latest py3.10 PySide6
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-python@v4, tlambert03/setup-qt-libs@v1, aganders3/headless-gui@v1, codecov/codecov-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Test (3.11, ubuntu-latest, true) / ubuntu-latest py3.11
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-python@v4, codecov/codecov-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Test (3.11, ubuntu-latest, false) / ubuntu-latest py3.11
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-python@v4, codecov/codecov-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Test Qt (3.10, windows-latest, PySide2, false) / windows-latest py3.10 PySide2
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-python@v4, tlambert03/setup-qt-libs@v1, aganders3/headless-gui@v1, codecov/codecov-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Test Qt (3.10, windows-latest, PyQt6, true) / windows-latest py3.10 PyQt6
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-python@v4, tlambert03/setup-qt-libs@v1, aganders3/headless-gui@v1, codecov/codecov-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Test Qt (3.10, windows-latest, PySide6, true) / windows-latest py3.10 PySide6
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-python@v4, tlambert03/setup-qt-libs@v1, aganders3/headless-gui@v1, codecov/codecov-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Test (3.10, windows-latest, false) / windows-latest py3.10
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-python@v4, codecov/codecov-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Test Qt (3.10, macos-latest, PyQt5, true) / macos-latest py3.10 PyQt5
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-python@v4, tlambert03/setup-qt-libs@v1, aganders3/headless-gui@v1, codecov/codecov-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Test (3.10, windows-latest, true) / windows-latest py3.10
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-python@v4, codecov/codecov-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Test Qt (3.10, windows-latest, PyQt5, true) / windows-latest py3.10 PyQt5
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-python@v4, tlambert03/setup-qt-libs@v1, aganders3/headless-gui@v1, codecov/codecov-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Test (3.7, ubuntu-latest, false) / ubuntu-latest py3.7
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-python@v4, codecov/codecov-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Test (3.11, windows-latest, false) / windows-latest py3.11
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-python@v4, codecov/codecov-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Test (3.12, ubuntu-latest, false) / ubuntu-latest py3.12
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-python@v4, codecov/codecov-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Test Qt (3.10, macos-latest, PySide6, true) / macos-latest py3.10 PySide6
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-python@v4, tlambert03/setup-qt-libs@v1, aganders3/headless-gui@v1, codecov/codecov-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Test (3.9, ubuntu-latest, false) / ubuntu-latest py3.9
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-python@v4, codecov/codecov-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Test Qt (3.10, windows-latest, PySide2, true) / windows-latest py3.10 PySide2
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-python@v4, tlambert03/setup-qt-libs@v1, aganders3/headless-gui@v1, codecov/codecov-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Test (3.8, windows-latest, false) / windows-latest py3.8
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-python@v4, codecov/codecov-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Test (3.8, ubuntu-latest, false) / ubuntu-latest py3.8
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-python@v4, codecov/codecov-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Test (3.7, ubuntu-latest, true) / ubuntu-latest py3.7
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-python@v4, codecov/codecov-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Test (3.8, ubuntu-latest, true) / ubuntu-latest py3.8
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-python@v4, codecov/codecov-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Test (3.12, ubuntu-latest, true) / ubuntu-latest py3.12
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-python@v4, codecov/codecov-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Test (3.11, windows-latest, true) / windows-latest py3.11
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-python@v4, codecov/codecov-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Test Qt (3.10, macos-latest, PyQt6, true) / macos-latest py3.10 PyQt6
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-python@v4, tlambert03/setup-qt-libs@v1, aganders3/headless-gui@v1, codecov/codecov-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Test (3.9, ubuntu-latest, true) / ubuntu-latest py3.9
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-python@v4, codecov/codecov-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Test Qt (3.10, macos-latest, PySide2, true) / macos-latest py3.10 PySide2
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-python@v4, tlambert03/setup-qt-libs@v1, aganders3/headless-gui@v1, codecov/codecov-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Test (3.9, windows-latest, false) / windows-latest py3.9
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-python@v4, codecov/codecov-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Test Qt (3.10, macos-latest, PySide2, false) / macos-latest py3.10 PySide2
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-python@v4, tlambert03/setup-qt-libs@v1, aganders3/headless-gui@v1, codecov/codecov-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Test (3.10, macos-latest, false) / macos-latest py3.10
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-python@v4, codecov/codecov-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Test (3.8, windows-latest, true) / windows-latest py3.8
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-python@v4, codecov/codecov-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Test (3.9, windows-latest, true) / windows-latest py3.9
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-python@v4, codecov/codecov-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Test (3.10, macos-latest, true) / macos-latest py3.10
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-python@v4, codecov/codecov-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Test Qt (3.10, macos-latest, PySide6, false) / macos-latest py3.10 PySide6
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-python@v4, tlambert03/setup-qt-libs@v1, aganders3/headless-gui@v1, codecov/codecov-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Test (3.11, macos-latest, false) / macos-latest py3.11
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-python@v4, codecov/codecov-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Test (3.12, macos-latest, false) / macos-latest py3.12
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-python@v4, codecov/codecov-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Test (3.11, macos-latest, true) / macos-latest py3.11
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-python@v4, codecov/codecov-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Test (3.8, macos-latest, false) / macos-latest py3.8
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-python@v4, codecov/codecov-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Test (3.9, macos-latest, false) / macos-latest py3.9
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-python@v4, codecov/codecov-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Test (3.9, macos-latest, true) / macos-latest py3.9
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-python@v4, codecov/codecov-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Test (3.12, macos-latest, true) / macos-latest py3.12
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-python@v4, codecov/codecov-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|