Skip to content
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix issue with openvpn extraArgs after update #303

Merged
merged 1 commit into from
Sep 14, 2024

fix issue with openvpn extraArgs after update

cf8c471
Select commit
Loading
Failed to load commit list.
Merged

fix issue with openvpn extraArgs after update #303

fix issue with openvpn extraArgs after update
cf8c471
Select commit
Loading
Failed to load commit list.
Garnix CI / check vm_arr_sonarr_basic [x86_64-linux] succeeded Sep 14, 2024 in 15s

Run results

Build succeeded

Details

Last 100 lines of logs:

�[2mserver # [   18.621068] Sonarr[841]: [Info] FluentMigrator.Runner.MigrationRunner: 211: add_custom_colon_replacement_to_naming_config migrated�[0m
�[2mserver # [   18.622190] Sonarr[841]: [Info] FluentMigrator.Runner.MigrationRunner: => 0.0084717s�[0m
�[2mserver # [   19.270630] Sonarr[841]: [Info] Microsoft.Hosting.Lifetime: Now listening on: http://127.0.0.1:8989�[0m
�[2mserver # [   19.401029] Sonarr[841]: [Info] QualityProfileService: Setting up default quality profiles�[0m
�[2mserver # [   19.462838] Sonarr[841]: [Info] Microsoft.Hosting.Lifetime: Application started. Press Ctrl+C to shut down.�[0m
�[2mserver # [   19.479567] Sonarr[841]: [Info] Microsoft.Hosting.Lifetime: Hosting environment: Production�[0m
�[2mserver # [   19.482089] Sonarr[841]: [Info] Microsoft.Hosting.Lifetime: Content root path: /�[0m
�[2mserver # [   19.545657] Sonarr[841]: [Info] ManagedHttpDispatcher: IPv4 is available: True, IPv6 will be disabled�[0m
�[2mserver # [   19.676120] Sonarr[841]: [Error] ServerSideNotificationService: Failed to retrieve notifications�[0m
�[2mserver # [   19.678146] Sonarr[841]: [v4.0.9.2244] System.Net.Http.HttpRequestException: Name or service not known (services.sonarr.tv:443)�[0m
�[2mserver # [   19.679269] Sonarr[841]:  ---> System.Net.Sockets.SocketException (0xFFFDFFFF): Name or service not known�[0m
�[2mserver # [   19.680172] Sonarr[841]:    at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken)�[0m
�[2mserver # [   19.681417] Sonarr[841]:    at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource.GetResult(Int16 token)�[0m
�[2mserver # [   19.682656] Sonarr[841]:    at System.Net.Sockets.Socket.<ConnectAsync>g__WaitForConnectWithCancellation|277_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken)�[0m
�[2mserver # [   19.684259] Sonarr[841]:    at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.attemptConnection(AddressFamily addressFamily, SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./Sonarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 327�[0m
�[2mserver # [   19.686334] Sonarr[841]:    at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.onConnect(SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./Sonarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 313�[0m
�[2mserver # [   19.688159] Sonarr[841]:    at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)�[0m
�[2mserver # [   19.689697] Sonarr[841]:    --- End of inner exception stack trace ---�[0m
�[2mserver # [   19.690355] Sonarr[841]:    at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)�[0m
�[2mserver # [   19.692141] Sonarr[841]:    at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)�[0m
�[2mserver # [   19.693426] Sonarr[841]:    at System.Net.Http.HttpConnectionPool.AddHttp2ConnectionAsync(HttpRequestMessage request)�[0m
�[2mserver # [   19.695185] Sonarr[841]:    at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken)�[0m
�[2mserver # [   19.696480] Sonarr[841]:    at System.Net.Http.HttpConnectionPool.GetHttp2ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)�[0m
�[2mserver # [   19.697841] Sonarr[841]:    at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken)�[0m
�[2mserver # [   19.699438] Sonarr[841]:    at System.Net.Http.AuthenticationHelper.SendWithAuthAsync(HttpRequestMessage request, Uri authUri, Boolean async, ICredentials credentials, Boolean preAuthenticate, Boolean isProxyAuth, Boolean doRequestAuth, HttpConnectionPool pool, CancellationToken cancellationToken)�[0m
�[2mserver # [   19.701643] Sonarr[841]:    at System.Net.Http.DecompressionHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)�[0m
�[2mserver # [   19.702886] Sonarr[841]:    at System.Net.Http.HttpClient.<SendAsync>g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken)�[0m
�[2mserver # [   19.705036] Sonarr[841]:    at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.GetResponseAsync(HttpRequest request, CookieContainer cookies) in ./Sonarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 115�[0m
�[2mserver # [   19.706739] Sonarr[841]:    at NzbDrone.Common.Http.HttpClient.ExecuteRequestAsync(HttpRequest request, CookieContainer cookieContainer) in ./Sonarr.Common/Http/HttpClient.cs:line 157�[0m
�[2mserver # [   19.709135] Sonarr[841]:    at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./Sonarr.Common/Http/HttpClient.cs:line 70�[0m
�[2mserver # [   19.710284] Sonarr[841]:    at NzbDrone.Common.Http.HttpClient.Execute(HttpRequest request) in ./Sonarr.Common/Http/HttpClient.cs:line 128�[0m
�[2mserver # [   19.711390] Sonarr[841]:    at NzbDrone.Core.HealthCheck.ServerSideNotificationService.Check() in ./Sonarr.Core/HealthCheck/ServerSideNotificationService.cs:line 45�[0m
�[2mserver # [   19.893101] Sonarr[841]: [Error] TaskExtensions: Task Error�[0m
�[2mserver # [   19.893952] Sonarr[841]: [v4.0.9.2244] System.Net.Http.HttpRequestException: Name or service not known (services.sonarr.tv:443)�[0m
�[2mserver # [   19.896178] Sonarr[841]:  ---> System.Net.Sockets.SocketException (0xFFFDFFFF): Name or service not known�[0m
�[2mserver # [   19.897164] Sonarr[841]:    at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken)�[0m
�[2mserver # [   19.898417] Sonarr[841]:    at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource.GetResult(Int16 token)�[0m
�[2mserver # [   19.899904] Sonarr[841]:    at System.Net.Sockets.Socket.<ConnectAsync>g__WaitForConnectWithCancellation|277_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken)�[0m
�[2mserver # [   19.901766] Sonarr[841]:    at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.attemptConnection(AddressFamily addressFamily, SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./Sonarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 327�[0m
�[2mserver # [   19.904558] Sonarr[841]:    at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.onConnect(SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./Sonarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 313�[0m
�[2mserver # [   19.906850] Sonarr[841]:    at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)�[0m
�[2mserver # [   19.909133] Sonarr[841]:    --- End of inner exception stack trace ---�[0m
�[2mserver # [   19.909759] Sonarr[841]:    at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)�[0m
�[2mserver # [   19.911346] Sonarr[841]:    at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)�[0m
�[2mserver # [   19.912772] Sonarr[841]:    at System.Net.Http.HttpConnectionPool.AddHttp2ConnectionAsync(HttpRequestMessage request)�[0m
�[2mserver # [   19.913771] Sonarr[841]:    at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken)�[0m
�[2mserver # [   19.915189] Sonarr[841]:    at System.Net.Http.HttpConnectionPool.GetHttp2ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)�[0m
�[2mserver # [   19.916621] Sonarr[841]:    at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken)�[0m
�[2mserver # [   19.919160] Sonarr[841]:    at System.Net.Http.AuthenticationHelper.SendWithAuthAsync(HttpRequestMessage request, Uri authUri, Boolean async, ICredentials credentials, Boolean preAuthenticate, Boolean isProxyAuth, Boolean doRequestAuth, HttpConnectionPool pool, CancellationToken cancellationToken)�[0m
�[2mserver # [   19.921653] Sonarr[841]:    at System.Net.Http.DecompressionHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)�[0m
�[2mserver # [   19.922937] Sonarr[841]:    at System.Net.Http.HttpClient.<SendAsync>g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken)�[0m
�[2mserver # [   19.925616] Sonarr[841]:    at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.GetResponseAsync(HttpRequest request, CookieContainer cookies) in ./Sonarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 115�[0m
�[2mserver # [   19.927437] Sonarr[841]:    at NzbDrone.Common.Http.HttpClient.ExecuteRequestAsync(HttpRequest request, CookieContainer cookieContainer) in ./Sonarr.Common/Http/HttpClient.cs:line 157�[0m
�[2mserver # [   19.928903] Sonarr[841]:    at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./Sonarr.Common/Http/HttpClient.cs:line 70�[0m
�[2mserver # [   19.930292] Sonarr[841]:    at NzbDrone.Common.Http.HttpClient.Execute(HttpRequest request) in ./Sonarr.Common/Http/HttpClient.cs:line 128�[0m
�[2mserver # [   19.931414] Sonarr[841]:    at NzbDrone.Core.HealthCheck.Checks.SystemTimeCheck.Check() in ./Sonarr.Core/HealthCheck/Checks/SystemTimeCheck.cs:line 30�[0m
�[2mserver # [   19.932653] Sonarr[841]:    at NzbDrone.Core.HealthCheck.HealthCheckService.<ProcessHealthChecks>b__15_0(IProvideHealthCheck c) in ./Sonarr.Core/HealthCheck/HealthCheckService.cs:line 98�[0m
�[2mserver # [   19.935504] Sonarr[841]:    at System.Linq.Enumerable.SelectListIterator`2.ToList()�[0m
�[2mserver # [   19.936495] Sonarr[841]:    at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source)�[0m
�[2mserver # [   19.937404] Sonarr[841]:    at NzbDrone.Core.HealthCheck.HealthCheckService.ProcessHealthChecks() in ./Sonarr.Core/HealthCheck/HealthCheckService.cs:line 85�[0m
�[2mserver # [   19.938695] Sonarr[841]:    at NzbDrone.Core.HealthCheck.HealthCheckService.HandleAsync(ApplicationStartedEvent message) in ./Sonarr.Core/HealthCheck/HealthCheckService.cs:line 162�[0m
�[2mserver # [   19.940231] Sonarr[841]:    at NzbDrone.Core.Messaging.Events.EventAggregator.<>c__DisplayClass6_2`1.<PublishEvent>b__2() in ./Sonarr.Core/Messaging/Events/EventAggregator.cs:line 120�[0m
�[2mserver # [   19.941933] Sonarr[841]:    at System.Threading.Tasks.Task.InnerInvoke()�[0m
�[2mserver # [   19.942666] Sonarr[841]:    at System.Threading.Tasks.Task.<>c.<.cctor>b__272_0(Object obj)�[0m
�[2mserver # [   19.943463] Sonarr[841]:    at System.Threading.ExecutionContext.RunFromThreadPoolDispatchLoop(Thread threadPoolThread, ExecutionContext executionContext, ContextCallback callback, Object state)�[0m
�[2mserver # [   19.945593] Sonarr[841]: --- End of stack trace from previous location ---�[0m
�[2mserver # [   19.947069] Sonarr[841]:    at System.Threading.ExecutionContext.RunFromThreadPoolDispatchLoop(Thread threadPoolThread, ExecutionContext executionContext, ContextCallback callback, Object state)�[0m
�[2mserver # [   19.948856] Sonarr[841]:    at System.Threading.Tasks.Task.ExecuteWithThreadLocal(Task& currentTaskSlot, Thread threadPoolThread)�[0m
�[2mserver # Connection to localhost (127.0.0.1) 8989 port [tcp/sunwebadmins] succeeded!�[0m
(finished: waiting for TCP port 8989 on localhost, in 11.98 seconds)
�[1m�[32msubtest: access�[0m
curl --show-error --location --cookie-jar cookie.txt --cookie cookie.txt --connect-to sonarr.example.com:443:server:443 --connect-to sonarr.example.com:80:server:80 --connect-to auth.example.com:443:server:443 --silent --output /dev/null --write-out '{"code":%{response_code}}' http://sonarr.example.com
client: �[1m�[32mwaiting for the VM to finish booting�[0m
client: Guest shell says: b'Spawning backdoor root shell...\n'
client: connected to guest root shell
client: (connecting took 0.00 seconds)
(finished: waiting for the VM to finish booting, in 0.00 seconds)
(finished: subtest: access, in 0.19 seconds)
�[1m�[32msubtest: extraScript�[0m
�[1m�[32msubtest: health�[0m
curl --show-error --location --cookie-jar cookie.txt --cookie cookie.txt --connect-to sonarr.example.com:443:server:443 --connect-to sonarr.example.com:80:server:80 --connect-to auth.example.com:443:server:443 --silent --output /dev/null --write-out '{"code":%{response_code}}' sonarr.example.com/health
response = {'code': 200}
(finished: subtest: health, in 0.06 seconds)
�[1m�[32msubtest: login�[0m
curl --show-error --location --cookie-jar cookie.txt --cookie cookie.txt --connect-to sonarr.example.com:443:server:443 --connect-to sonarr.example.com:80:server:80 --connect-to auth.example.com:443:server:443 --silent --output /dev/null --write-out '{"code":%{response_code}}' sonarr.example.com/UI/Login
(finished: subtest: login, in 0.03 seconds)
�[1m�[32msubtest: apikey�[0m
server: �[1m�[32mmust succeed: cat /var/lib/sonarr/config.xml�[0m
(finished: must succeed: cat /var/lib/sonarr/config.xml, in 0.01 seconds)
(finished: subtest: apikey, in 0.01 seconds)
(finished: subtest: extraScript, in 0.11 seconds)
(finished: run the VM test script, in 21.16 seconds)
test script finished in 21.20s
�[1m�[32mcleanup�[0m
kill machine (pid 8)
qemu-kvm: terminating on signal 15 from pid 5 (/nix/store/h3i0acpmr8mrjx07519xxmidv8mpax4y-python3-3.12.5/bin/python3.12)
kill machine (pid 29)
qemu-kvm: terminating on signal 15 from pid 5 (/nix/store/h3i0acpmr8mrjx07519xxmidv8mpax4y-python3-3.12.5/bin/python3.12)
(finished: cleanup, in 0.02 seconds)
kill vlan (pid 6)