Skip to content

Arch: Fix multiple issues with ImportOBJ.py #37

Arch: Fix multiple issues with ImportOBJ.py

Arch: Fix multiple issues with ImportOBJ.py #37

Triggered via push October 10, 2023 15:32
Status Failure
Total duration 2h 26m 18s
Artifacts 4

CI_master.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

14 errors and 39 warnings
Windows / Build
System.Net.Http.HttpRequestException: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond. (pipelinesghubeus10.actions.githubusercontent.com:443) ---> System.Net.Sockets.SocketException (10060): A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond. 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)
Windows / Build
The hosted runner: GitHub Actions 7 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.
Lint / Lint
Process completed with exit code 1.
Lint / Lint
Process completed with exit code 1.
Lint / Lint
Process completed with exit code 1.
Lint / Lint: src/App/FreeCADInit.py#L413
Instance of 'FCADLogger' has no 'parent' member (no-member)
Lint / Lint: src/App/FreeCADInit.py#L413
Instance of 'FCADLogger' has no 'parent' member (no-member)
Lint / Lint: src/App/FreeCADInit.py#L537
Instance of 'FCADLogger' has no 'timing' member (no-member)
Lint / Lint: src/App/FreeCADInit.py#L542
Instance of 'FCADLogger' has no 'printTag' member (no-member)
Lint / Lint: src/App/FreeCADInit.py#L545
Instance of 'FCADLogger' has no 'lineno' member (no-member)
Lint / Lint: src/App/FreeCADInit.py#L556
Instance of 'FCADLogger' has no 'noUpdateUI' member (no-member)
Lint / Lint: src/App/FreeCADInit.py#L680
Instance of 'FCADLogger' has no 'title' member (no-member)
Lint / Lint
Process completed with exit code 1.
WrapUp / WrapUp
$GITHUB_STEP_SUMMARY upload aborted, supports content up to a size of 1024k, got 9101k. For more information see: https://docs.github.com/actions/using-workflows/workflow-commands-for-github-actions#adding-a-markdown-summary
Lint / Lint: src/3rdParty/libkdtree/examples/test_kdtree.cpp#L423
MERCHANTIBILITY ==> MERCHANTABILITY
Lint / Lint: src/3rdParty/libkdtree/kdtree++/allocator.hpp#L99
MERCHANTIBILITY ==> MERCHANTABILITY
Lint / Lint: src/3rdParty/libkdtree/kdtree++/iterator.hpp#L257
MERCHANTIBILITY ==> MERCHANTABILITY
Lint / Lint: src/3rdParty/libkdtree/kdtree++/kdtree.hpp#L51
guarenteed ==> guaranteed
Lint / Lint: src/3rdParty/libkdtree/kdtree++/kdtree.hpp#L302
convertable ==> convertible
Lint / Lint: src/3rdParty/libkdtree/kdtree++/kdtree.hpp#L405
comparisions ==> comparisons
Lint / Lint: src/3rdParty/libkdtree/kdtree++/kdtree.hpp#L709
substitude ==> substitute
Lint / Lint: src/3rdParty/libkdtree/kdtree++/kdtree.hpp#L1253
MERCHANTIBILITY ==> MERCHANTABILITY
Lint / Lint: src/3rdParty/libkdtree/kdtree++/node.hpp#L361
MERCHANTIBILITY ==> MERCHANTABILITY
Lint / Lint: src/3rdParty/libkdtree/kdtree++/allocator.hpp#L52
<-- trailing whitespace
Lint / Lint: src/3rdParty/libkdtree/kdtree++/kdtree.hpp#L179
// This should end up using some funky C++ concepts or <-- trailing whitespace
Lint / Lint: src/3rdParty/libkdtree/kdtree++/region.hpp#L60
// does it fall outside the bounds? <-- trailing whitespace
Lint / Lint: src/3rdParty/libkdtree/python-bindings/gen-swig-hpp.py#L5
[(dim, "float", "unsigned long long", "f", "L") for dim in range(2,7)] <-- trailing whitespace
Lint / Lint: src/3rdParty/libkdtree/python-bindings/gen-swig-hpp.py#L24
if (PyArg_ParseTuple($input,"(%s)%s", %s, &temp.data)!=0) <-- trailing whitespace
Lint / Lint: src/3rdParty/libkdtree/python-bindings/gen-swig-hpp.py#L43
if (PyArg_ParseTuple($input,"%s", %s)!=0) <-- trailing whitespace
Lint / Lint: src/3rdParty/libkdtree/python-bindings/gen-swig-hpp.py#L1
would reformat src/3rdParty/libkdtree/python-bindings/gen-swig-hpp.py
Lint / Lint: src/3rdParty/libkdtree/python-bindings/py-kdtree_test.py#L1
would reformat src/3rdParty/libkdtree/python-bindings/py-kdtree_test.py
Lint / Lint: src/App/FreeCADInit.py#L1
would reformat src/App/FreeCADInit.py
Lint / Lint: src/3rdParty/libkdtree/python-bindings/gen-swig-hpp.py#L143
Line too long (115/100) (line-too-long)
Lint / Lint: src/3rdParty/libkdtree/python-bindings/gen-swig-hpp.py#L158
Line too long (118/100) (line-too-long)
Lint / Lint: src/3rdParty/libkdtree/python-bindings/gen-swig-hpp.py#L164
Line too long (101/100) (line-too-long)
Lint / Lint: src/3rdParty/libkdtree/python-bindings/gen-swig-hpp.py#L187
Line too long (120/100) (line-too-long)
Lint / Lint: src/3rdParty/libkdtree/python-bindings/gen-swig-hpp.py#L241
Line too long (113/100) (line-too-long)
Lint / Lint: src/3rdParty/libkdtree/python-bindings/gen-swig-hpp.py#L244
Line too long (103/100) (line-too-long)
Lint / Lint: src/3rdParty/libkdtree/python-bindings/gen-swig-hpp.py#L249
Line too long (121/100) (line-too-long)
Lint / Lint: src/3rdParty/libkdtree/python-bindings/gen-swig-hpp.py#L1
Missing module docstring (missing-module-docstring)
Lint / Lint: src/3rdParty/libkdtree/python-bindings/gen-swig-hpp.py#L8
Missing function or method docstring (missing-function-docstring)
Lint / Lint: src/3rdParty/libkdtree/python-bindings/gen-swig-hpp.py#L8
Too many local variables (30/15) (too-many-locals)
Lint / Lint: src/3rdParty/json/single_include/nlohmann/json.hpp#L68
Unknown NOLINT error category: modernize-macro-to-enum [readability/nolint] [5]
Lint / Lint: src/3rdParty/json/single_include/nlohmann/json.hpp#L69
Unknown NOLINT error category: modernize-macro-to-enum [readability/nolint] [5]
Lint / Lint: src/3rdParty/json/single_include/nlohmann/json.hpp#L70
Unknown NOLINT error category: modernize-macro-to-enum [readability/nolint] [5]
Lint / Lint: src/3rdParty/json/single_include/nlohmann/json.hpp#L3970
Unknown NOLINT error category: cppcoreguidelines-avoid-c-arrays,hicpp-avoid-c-arrays,modernize-avoid-c-arrays [readability/nolint] [5]
Lint / Lint: src/3rdParty/json/single_include/nlohmann/json.hpp#L3976
Unknown NOLINT error category: cppcoreguidelines-pro-type-vararg,hicpp-vararg [readability/nolint] [5]
Lint / Lint: src/3rdParty/json/single_include/nlohmann/json.hpp#L4314
Unknown NOLINT error category: cppcoreguidelines-non-private-member-variables-in-classes [readability/nolint] [5]

Artifacts

Produced during runtime
Name Size
Lint-6471530136-Logs Expired
8.81 MB
Prepare-6471530136-Logs Expired
1.99 MB
Ubuntu_20-04-6471530136-Logs Expired
1.37 MB
Ubuntu_22-04-6471530136-Logs Expired
1.37 MB