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

Skip running Elasticsearch docker test when docker not available #1312

Merged
merged 1 commit into from
May 27, 2021

Conversation

russcam
Copy link
Contributor

@russcam russcam commented May 27, 2021

This commit updates the Elasticsearch integration test
that runs against a docker instance to be skipped
when docker is not on the machine e.g. Windows
.NET Core tests in CI

This commit updates the Elasticsearch integration test
that runs against a docker instance to be skipped
when docker is not on the machine e.g. Windows
.NET Core tests in CI
@apmmachine
Copy link
Contributor

💔 Tests Failed

the below badges are clickable and redirect to their specific view in the CI or DOCS
Pipeline View Test View Changes Artifacts preview

Expand to view the summary

Build stats

  • Build Cause: Pull request #1312 opened

  • Start Time: 2021-05-27T06:15:08.651+0000

  • Duration: 43 min 29 sec

  • Commit: a3b3991

Test stats 🧪

Test Results
Failed 11
Passed 17610
Skipped 77
Total 17698

Trends 🧪

Image of Build Times

Image of Tests

Test errors 11

Expand to view the tests failures

> Show only the first 10 test failures

Initializing / Parallel / Linux / Test / ElasticsearchTests.Elastic.Apm.Elasticsearch.Tests.ElasticsearchTests.Elasticsearch_Span_Does_Not_Have_Http_Child_Span – Elastic.Apm.Elasticsearch.Tests.ElasticsearchTests
    Expand to view the error details

     Expected searchResponse.Success to be true, but found False. 
    

    Expand to view the stacktrace

     Expected searchResponse.Success to be true, but found False.
    Stack Trace:
       at FluentAssertions.Execution.XUnit2TestFramework.Throw(String message) in C:\projects\fluentassertions-vf06b\Src\FluentAssertions\Execution\XUnit2TestFramework.cs:line 32
       at FluentAssertions.Execution.AssertionScope.FailWith(Func`1 failReasonFunc) in C:\projects\fluentassertions-vf06b\Src\FluentAssertions\Execution\AssertionScope.cs:line 181
       at FluentAssertions.Primitives.BooleanAssertions.BeTrue(String because, Object[] becauseArgs) in C:\projects\fluentassertions-vf06b\Src\FluentAssertions\Primitives\BooleanAssertions.cs:line 59
       at Elastic.Apm.Elasticsearch.Tests.ElasticsearchTests.Elasticsearch_Span_Does_Not_Have_Http_Child_Span() in /var/lib/jenkins/workspace/net_apm-agent-dotnet-mbp_PR-1312/apm-agent-dotnet/test/Elastic.Apm.Elasticsearch.Tests/ElasticsearchTests.cs:line 40
    --- End of stack trace from previous location where exception was thrown --- 
    

Initializing / Parallel / Linux / Test / EfCoreWithMsSqlTests.Elastic.Apm.SqlClient.Tests.EfCoreWithMsSqlTests.BothEfCoreAndSqlClientCapturingActive – Elastic.Apm.SqlClient.Tests.EfCoreWithMsSqlTests
    Expand to view the error details

     Microsoft.Data.SqlClient.SqlException : A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: TCP Provider, error: 40 - Could not open a connection to SQL Server) 
    

    Expand to view the stacktrace

     Microsoft.Data.SqlClient.SqlException : A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: TCP Provider, error: 40 - Could not open a connection to SQL Server)
    Stack Trace:
       at Microsoft.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) in E:\SqlClientInternal\agent-1\_work\5\s\src\Microsoft.Data.SqlClient\netcore\src\Microsoft\Data\SqlClient\SqlInternalConnection.cs:line 615
       at Microsoft.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) in E:\SqlClientInternal\agent-1\_work\5\s\src\Microsoft.Data.SqlClient\netcore\src\Microsoft\Data\SqlClient\TdsParser.cs:line 1183
       at Microsoft.Data.SqlClient.TdsParser.Connect(ServerInfo serverInfo, SqlInternalConnectionTds connHandler, Boolean ignoreSniOpenTimeout, Int64 timerExpire, Boolean encrypt, Boolean trustServerCert, Boolean integratedSecurity, Boolean withFailover, SqlAuthenticationMethod authType, SqlAuthenticationProviderManager sqlAuthProviderManager) in E:\SqlClientInternal\agent-1\_work\5\s\src\Microsoft.Data.SqlClient\netcore\src\Microsoft\Data\SqlClient\TdsParser.cs:line 373
       at Microsoft.Data.SqlClient.SqlInternalConnectionTds.AttemptOneLogin(ServerInfo serverInfo, String newPassword, SecureString newSecurePassword, Boolean ignoreSniOpenTimeout, TimeoutTimer timeout, Boolean withFailover) in E:\SqlClientInternal\agent-1\_work\5\s\src\Microsoft.Data.SqlClient\netcore\src\Microsoft\Data\SqlClient\SqlInternalConnectionTds.cs:line 1741
       at Microsoft.Data.SqlClient.SqlInternalConnectionTds.LoginNoFailover(ServerInfo serverInfo, String newPassword, SecureString newSecurePassword, Boolean redirectedUserInstance, SqlConnectionString connectionOptions, SqlCredential credential, TimeoutTimer timeout) in E:\SqlClientInternal\agent-1\_work\5\s\src\Microsoft.Data.SqlClient\netcore\src\Microsoft\Data\SqlClient\SqlInternalConnectionTds.cs:line 1408
       at Microsoft.Data.SqlClient.SqlInternalConnectionTds.OpenLoginEnlist(TimeoutTimer timeout, SqlConnectionString connectionOptions, SqlCredential credential, String newPassword, SecureString newSecurePassword, Boolean redirectedUserInstance) in E:\SqlClientInternal\agent-1\_work\5\s\src\Microsoft.Data.SqlClient\netcore\src\Microsoft\Data\SqlClient\SqlInternalConnectionTds.cs:line 1311
       at Microsoft.Data.SqlClient.SqlInternalConnectionTds..ctor(DbConnectionPoolIdentity identity, SqlConnectionString connectionOptions, SqlCredential credential, Object providerInfo, String newPassword, SecureString newSecurePassword, Boolean redirectedUserInstance, SqlConnectionString userConnectionOptions, SessionData reconnectSessionData, Boolean applyTransientFaultHandling, String accessToken, DbConnectionPool pool, SqlAuthenticationProviderManager sqlAuthProviderManager) in E:\SqlClientInternal\agent-1\_work\5\s\src\Microsoft.Data.SqlClient\netcore\src\Microsoft\Data\SqlClient\SqlInternalConnectionTds.cs:line 439
       at Microsoft.Data.SqlClient.SqlConnectionFactory.CreateConnection(DbConnectionOptions options, DbConnectionPoolKey poolKey, Object poolGroupProviderInfo, DbConnectionPool pool, DbConnection owningConnection, DbConnectionOptions userOptions) in E:\SqlClientInternal\agent-1\_work\5\s\src\Microsoft.Data.SqlClient\netcore\src\Microsoft\Data\SqlClient\SqlConnectionFactory.cs:line 135
       at Microsoft.Data.ProviderBase.DbConnectionFactory.CreatePooledConnection(DbConnectionPool pool, DbConnection owningObject, DbConnectionOptions options, DbConnectionPoolKey poolKey, DbConnectionOptions userOptions) in E:\SqlClientInternal\agent-1\_work\5\s\src\Microsoft.Data.SqlClient\netcore\src\Common\src\Microsoft\Data\ProviderBase\DbConnectionFactory.cs:line 111
       at Microsoft.Data.ProviderBase.DbConnectionPool.CreateObject(DbConnection owningObject, DbConnectionOptions userOptions, DbConnectionInternal oldConnection) in E:\SqlClientInternal\agent-1\_work\5\s\src\Microsoft.Data.SqlClient\netcore\src\Microsoft\Data\ProviderBase\DbConnectionPool.cs:line 695
       at Microsoft.Data.ProviderBase.DbConnectionPool.UserCreateRequest(DbConnection owningObject, DbConnectionOptions userOptions, DbConnectionInternal oldConnection) in E:\SqlClientInternal\agent-1\_work\5\s\src\Microsoft.Data.SqlClient\netcore\src\Microsoft\Data\ProviderBase\DbConnectionPool.cs:line 1643
       at Microsoft.Data.ProviderBase.DbConnectionPool.TryGetConnection(DbConnection owningObject, UInt32 waitForMultipleObjectsTimeout, Boolean allowCreate, Boolean onlyOneCheckConnection, DbConnectionOptions userOptions, DbConnectionInternal& connection) in E:\SqlClientInternal\agent-1\_work\5\s\src\Microsoft.Data.SqlClient\netcore\src\Microsoft\Data\ProviderBase\DbConnectionPool.cs:line 1102
       at Microsoft.Data.ProviderBase.DbConnectionPool.TryGetConnection(DbConnection owningObject, TaskCompletionSource`1 retry, DbConnectionOptions userOptions, DbConnectionInternal& connection) in E:\SqlClientInternal\agent-1\_work\5\s\src\Microsoft.Data.SqlClient\netcore\src\Microsoft\Data\ProviderBase\DbConnectionPool.cs:line 1069
       at Microsoft.Data.ProviderBase.DbConnectionFactory.TryGetConnection(DbConnection owningConnection, TaskCompletionSource`1 retry, DbConnectionOptions userOptions, DbConnectionInternal oldConnection, DbConnectionInternal& connection) in E:\SqlClientInternal\agent-1\_work\5\s\src\Microsoft.Data.SqlClient\netcore\src\Microsoft\Data\ProviderBase\DbConnectionFactory.cs:line 154
       at Microsoft.Data.ProviderBase.DbConnectionInternal.TryOpenConnectionInternal(DbConnection outerConnection, DbConnectionFactory connectionFactory, TaskCompletionSource`1 retry, DbConnectionOptions userOptions) in E:\SqlClientInternal\agent-1\_work\5\s\src\Microsoft.Data.SqlClient\netcore\src\Common\src\Microsoft\Data\ProviderBase\DbConnectionInternal.cs:line 328
       at Microsoft.Data.SqlClient.SqlConnection.TryOpen(TaskCompletionSource`1 retry) in E:\SqlClientInternal\agent-1\_work\5\s\src\Microsoft.Data.SqlClient\netcore\src\Microsoft\Data\SqlClient\SqlConnection.cs:line 1467
       at Microsoft.Data.SqlClient.SqlConnection.Open() in E:\SqlClientInternal\agent-1\_work\5\s\src\Microsoft.Data.SqlClient\netcore\src\Microsoft\Data\SqlClient\SqlConnection.cs:line 981
       at Microsoft.EntityFrameworkCore.Storage.RelationalConnection.OpenDbConnection(Boolean errorsExpected)
       at Microsoft.EntityFrameworkCore.Storage.RelationalConnection.Open(Boolean errorsExpected)
       at Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerDatabaseCreator.<>c__DisplayClass18_0.<Exists>b__0(DateTime giveUp)
       at Microsoft.EntityFrameworkCore.ExecutionStrategyExtensions.<>c__DisplayClass12_0`2.<Execute>b__0(DbContext c, TState s)
       at Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerExecutionStrategy.Execute[TState,TResult](TState state, Func`3 operation, Func`3 verifySucceeded)
       at Microsoft.EntityFrameworkCore.ExecutionStrategyExtensions.Execute[TState,TResult](IExecutionStrategy strategy, TState state, Func`2 operation, Func`2 verifySucceeded)
       at Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerDatabaseCreator.Exists(Boolean retryOnNotExists)
       at Microsoft.EntityFrameworkCore.Storage.RelationalDatabaseCreator.EnsureCreated()
       at Elastic.Apm.SqlClient.Tests.EfCoreWithMsSqlTests.BothEfCoreAndSqlClientCapturingActive() in /var/lib/jenkins/workspace/net_apm-agent-dotnet-mbp_PR-1312/apm-agent-dotnet/test/Elastic.Apm.SqlClient.Tests/EfCoreWithMsSqlTests.cs:line 53
    Standard Output:
        [2021-05-27 06:30:45.899 +00:00][Info] - {AbstractConfigurationReader (MockConfigSnapshot)} The agent was started without a service name. The service name will be automatically discovered.
        [2021-05-27 06:30:45.921 +00:00][Info] - {AbstractConfigurationReader (MockConfigSnapshot)} The agent was started without a service name. The automatically discovered service name is xunit_execution_dotnet
        [2021-05-27 06:30:45.925 +00:00][Info] - {AbstractConfigurationReader (MockConfigSnapshot)} The agent was started without a service version. The service version will be automatically discovered.
        [2021-05-27 06:30:45.926 +00:00][Warning] - {AbstractConfigurationReader (MockConfigSnapshot)} Failed to discover service version, the service version will be omitted. 
    

Initializing / Parallel / Linux / Test / SqlClientListenerTests.Elastic.Apm.SqlClient.Tests.SqlClientListenerTests.SqlClientDiagnosticListener_ShouldCaptureSpan – Elastic.Apm.SqlClient.Tests.SqlClientListenerTests
    Expand to view the error details

     System.Data.SqlClient.SqlException : A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: TCP Provider, error: 40 - Could not open a connection to SQL Server) 
    

    Expand to view the stacktrace

     System.Data.SqlClient.SqlException : A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: TCP Provider, error: 40 - Could not open a connection to SQL Server)
    Stack Trace:
       at System.Data.SqlClient.SqlInternalConnectionTds..ctor(DbConnectionPoolIdentity identity, SqlConnectionString connectionOptions, SqlCredential credential, Object providerInfo, String newPassword, SecureString newSecurePassword, Boolean redirectedUserInstance, SqlConnectionString userConnectionOptions, SessionData reconnectSessionData, Boolean applyTransientFaultHandling, String accessToken)
       at System.Data.SqlClient.SqlConnectionFactory.CreateConnection(DbConnectionOptions options, DbConnectionPoolKey poolKey, Object poolGroupProviderInfo, DbConnectionPool pool, DbConnection owningConnection, DbConnectionOptions userOptions)
       at System.Data.ProviderBase.DbConnectionFactory.CreatePooledConnection(DbConnectionPool pool, DbConnection owningObject, DbConnectionOptions options, DbConnectionPoolKey poolKey, DbConnectionOptions userOptions)
       at System.Data.ProviderBase.DbConnectionPool.CreateObject(DbConnection owningObject, DbConnectionOptions userOptions, DbConnectionInternal oldConnection)
       at System.Data.ProviderBase.DbConnectionPool.UserCreateRequest(DbConnection owningObject, DbConnectionOptions userOptions, DbConnectionInternal oldConnection)
       at System.Data.ProviderBase.DbConnectionPool.TryGetConnection(DbConnection owningObject, UInt32 waitForMultipleObjectsTimeout, Boolean allowCreate, Boolean onlyOneCheckConnection, DbConnectionOptions userOptions, DbConnectionInternal& connection)
       at System.Data.ProviderBase.DbConnectionPool.WaitForPendingOpen()
    --- End of stack trace from previous location where exception was thrown ---
       at Elastic.Apm.SqlClient.Tests.SqlClientListenerTests.<>c__DisplayClass8_0.<<SqlClientDiagnosticListener_ShouldCaptureSpan>b__0>d.MoveNext() in /var/lib/jenkins/workspace/net_apm-agent-dotnet-mbp_PR-1312/apm-agent-dotnet/test/Elastic.Apm.SqlClient.Tests/SqlClientListenerTests.cs:line 75
    --- End of stack trace from previous location where exception was thrown ---
       at Elastic.Apm.SqlClient.Tests.SqlClientListenerTests.SqlClientDiagnosticListener_ShouldCaptureSpan(String providerName, Func`2 connectionCreator) in /var/lib/jenkins/workspace/net_apm-agent-dotnet-mbp_PR-1312/apm-agent-dotnet/test/Elastic.Apm.SqlClient.Tests/SqlClientListenerTests.cs:line 85
    --- End of stack trace from previous location where exception was thrown ---
    Standard Output:
        [2021-05-27 06:31:02.798 +00:00][Info] - {AbstractConfigurationReader (MockConfigSnapshot)} The agent was started without a service name. The service name will be automatically discovered.
        [2021-05-27 06:31:02.799 +00:00][Info] - {AbstractConfigurationReader (MockConfigSnapshot)} The agent was started without a service name. The automatically discovered service name is xunit_execution_dotnet
        [2021-05-27 06:31:02.799 +00:00][Info] - {AbstractConfigurationReader (MockConfigSnapshot)} The agent was started without a service version. The service version will be automatically discovered.
        [2021-05-27 06:31:02.799 +00:00][Warning] - {AbstractConfigurationReader (MockConfigSnapshot)} Failed to discover service version, the service version will be omitted.
        System.Data.SqlClient 
    

Initializing / Parallel / Linux / Test / SqlClientListenerTests.Elastic.Apm.SqlClient.Tests.SqlClientListenerTests.SqlClientDiagnosticListener_ShouldCaptureSpan – Elastic.Apm.SqlClient.Tests.SqlClientListenerTests
    Expand to view the error details

     Microsoft.Data.SqlClient.SqlException : A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: TCP Provider, error: 40 - Could not open a connection to SQL Server) 
    

    Expand to view the stacktrace

     Microsoft.Data.SqlClient.SqlException : A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: TCP Provider, error: 40 - Could not open a connection to SQL Server)
    Stack Trace:
       at Microsoft.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) in E:\SqlClientInternal\agent-1\_work\5\s\src\Microsoft.Data.SqlClient\netcore\src\Microsoft\Data\SqlClient\SqlInternalConnection.cs:line 615
       at Microsoft.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) in E:\SqlClientInternal\agent-1\_work\5\s\src\Microsoft.Data.SqlClient\netcore\src\Microsoft\Data\SqlClient\TdsParser.cs:line 1183
       at Microsoft.Data.SqlClient.TdsParser.Connect(ServerInfo serverInfo, SqlInternalConnectionTds connHandler, Boolean ignoreSniOpenTimeout, Int64 timerExpire, Boolean encrypt, Boolean trustServerCert, Boolean integratedSecurity, Boolean withFailover, SqlAuthenticationMethod authType, SqlAuthenticationProviderManager sqlAuthProviderManager) in E:\SqlClientInternal\agent-1\_work\5\s\src\Microsoft.Data.SqlClient\netcore\src\Microsoft\Data\SqlClient\TdsParser.cs:line 373
       at Microsoft.Data.SqlClient.SqlInternalConnectionTds.AttemptOneLogin(ServerInfo serverInfo, String newPassword, SecureString newSecurePassword, Boolean ignoreSniOpenTimeout, TimeoutTimer timeout, Boolean withFailover) in E:\SqlClientInternal\agent-1\_work\5\s\src\Microsoft.Data.SqlClient\netcore\src\Microsoft\Data\SqlClient\SqlInternalConnectionTds.cs:line 1741
       at Microsoft.Data.SqlClient.SqlInternalConnectionTds.LoginNoFailover(ServerInfo serverInfo, String newPassword, SecureString newSecurePassword, Boolean redirectedUserInstance, SqlConnectionString connectionOptions, SqlCredential credential, TimeoutTimer timeout) in E:\SqlClientInternal\agent-1\_work\5\s\src\Microsoft.Data.SqlClient\netcore\src\Microsoft\Data\SqlClient\SqlInternalConnectionTds.cs:line 1408
       at Microsoft.Data.SqlClient.SqlInternalConnectionTds.OpenLoginEnlist(TimeoutTimer timeout, SqlConnectionString connectionOptions, SqlCredential credential, String newPassword, SecureString newSecurePassword, Boolean redirectedUserInstance) in E:\SqlClientInternal\agent-1\_work\5\s\src\Microsoft.Data.SqlClient\netcore\src\Microsoft\Data\SqlClient\SqlInternalConnectionTds.cs:line 1311
       at Microsoft.Data.SqlClient.SqlInternalConnectionTds..ctor(DbConnectionPoolIdentity identity, SqlConnectionString connectionOptions, SqlCredential credential, Object providerInfo, String newPassword, SecureString newSecurePassword, Boolean redirectedUserInstance, SqlConnectionString userConnectionOptions, SessionData reconnectSessionData, Boolean applyTransientFaultHandling, String accessToken, DbConnectionPool pool, SqlAuthenticationProviderManager sqlAuthProviderManager) in E:\SqlClientInternal\agent-1\_work\5\s\src\Microsoft.Data.SqlClient\netcore\src\Microsoft\Data\SqlClient\SqlInternalConnectionTds.cs:line 439
       at Microsoft.Data.SqlClient.SqlConnectionFactory.CreateConnection(DbConnectionOptions options, DbConnectionPoolKey poolKey, Object poolGroupProviderInfo, DbConnectionPool pool, DbConnection owningConnection, DbConnectionOptions userOptions) in E:\SqlClientInternal\agent-1\_work\5\s\src\Microsoft.Data.SqlClient\netcore\src\Microsoft\Data\SqlClient\SqlConnectionFactory.cs:line 135
       at Microsoft.Data.ProviderBase.DbConnectionFactory.CreatePooledConnection(DbConnectionPool pool, DbConnection owningObject, DbConnectionOptions options, DbConnectionPoolKey poolKey, DbConnectionOptions userOptions) in E:\SqlClientInternal\agent-1\_work\5\s\src\Microsoft.Data.SqlClient\netcore\src\Common\src\Microsoft\Data\ProviderBase\DbConnectionFactory.cs:line 111
       at Microsoft.Data.ProviderBase.DbConnectionPool.CreateObject(DbConnection owningObject, DbConnectionOptions userOptions, DbConnectionInternal oldConnection) in E:\SqlClientInternal\agent-1\_work\5\s\src\Microsoft.Data.SqlClient\netcore\src\Microsoft\Data\ProviderBase\DbConnectionPool.cs:line 695
       at Microsoft.Data.ProviderBase.DbConnectionPool.UserCreateRequest(DbConnection owningObject, DbConnectionOptions userOptions, DbConnectionInternal oldConnection) in E:\SqlClientInternal\agent-1\_work\5\s\src\Microsoft.Data.SqlClient\netcore\src\Microsoft\Data\ProviderBase\DbConnectionPool.cs:line 1643
       at Microsoft.Data.ProviderBase.DbConnectionPool.TryGetConnection(DbConnection owningObject, UInt32 waitForMultipleObjectsTimeout, Boolean allowCreate, Boolean onlyOneCheckConnection, DbConnectionOptions userOptions, DbConnectionInternal& connection) in E:\SqlClientInternal\agent-1\_work\5\s\src\Microsoft.Data.SqlClient\netcore\src\Microsoft\Data\ProviderBase\DbConnectionPool.cs:line 1102
       at Microsoft.Data.ProviderBase.DbConnectionPool.WaitForPendingOpen() in E:\SqlClientInternal\agent-1\_work\5\s\src\Microsoft.Data.SqlClient\netcore\src\Microsoft\Data\ProviderBase\DbConnectionPool.cs:line 1011
    --- End of stack trace from previous location where exception was thrown ---
       at Elastic.Apm.SqlClient.Tests.SqlClientListenerTests.<>c__DisplayClass8_0.<<SqlClientDiagnosticListener_ShouldCaptureSpan>b__0>d.MoveNext() in /var/lib/jenkins/workspace/net_apm-agent-dotnet-mbp_PR-1312/apm-agent-dotnet/test/Elastic.Apm.SqlClient.Tests/SqlClientListenerTests.cs:line 75
    --- End of stack trace from previous location where exception was thrown ---
       at Elastic.Apm.SqlClient.Tests.SqlClientListenerTests.SqlClientDiagnosticListener_ShouldCaptureSpan(String providerName, Func`2 connectionCreator) in /var/lib/jenkins/workspace/net_apm-agent-dotnet-mbp_PR-1312/apm-agent-dotnet/test/Elastic.Apm.SqlClient.Tests/SqlClientListenerTests.cs:line 85
    --- End of stack trace from previous location where exception was thrown ---
    Standard Output:
        [2021-05-27 06:31:17.964 +00:00][Info] - {AbstractConfigurationReader (MockConfigSnapshot)} The agent was started without a service name. The service name will be automatically discovered.
        [2021-05-27 06:31:17.965 +00:00][Info] - {AbstractConfigurationReader (MockConfigSnapshot)} The agent was started without a service name. The automatically discovered service name is xunit_execution_dotnet
        [2021-05-27 06:31:17.965 +00:00][Info] - {AbstractConfigurationReader (MockConfigSnapshot)} The agent was started without a service version. The service version will be automatically discovered.
        [2021-05-27 06:31:17.965 +00:00][Warning] - {AbstractConfigurationReader (MockConfigSnapshot)} Failed to discover service version, the service version will be omitted.
        Microsoft.Data.SqlClient 
    

Initializing / Parallel / Linux / Test / SqlClientListenerTests.Elastic.Apm.SqlClient.Tests.SqlClientListenerTests.SqlClientDiagnosticListener_ShouldCaptureErrorFromSystemSqlClient – Elastic.Apm.SqlClient.Tests.SqlClientListenerTests
    Expand to view the error details

     System.Data.SqlClient.SqlException : A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: TCP Provider, error: 40 - Could not open a connection to SQL Server) 
    

    Expand to view the stacktrace

     System.Data.SqlClient.SqlException : A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: TCP Provider, error: 40 - Could not open a connection to SQL Server)
    Stack Trace:
       at System.Data.SqlClient.SqlInternalConnectionTds..ctor(DbConnectionPoolIdentity identity, SqlConnectionString connectionOptions, SqlCredential credential, Object providerInfo, String newPassword, SecureString newSecurePassword, Boolean redirectedUserInstance, SqlConnectionString userConnectionOptions, SessionData reconnectSessionData, Boolean applyTransientFaultHandling, String accessToken)
       at System.Data.SqlClient.SqlConnectionFactory.CreateConnection(DbConnectionOptions options, DbConnectionPoolKey poolKey, Object poolGroupProviderInfo, DbConnectionPool pool, DbConnection owningConnection, DbConnectionOptions userOptions)
       at System.Data.ProviderBase.DbConnectionFactory.CreatePooledConnection(DbConnectionPool pool, DbConnection owningObject, DbConnectionOptions options, DbConnectionPoolKey poolKey, DbConnectionOptions userOptions)
       at System.Data.ProviderBase.DbConnectionPool.CreateObject(DbConnection owningObject, DbConnectionOptions userOptions, DbConnectionInternal oldConnection)
       at System.Data.ProviderBase.DbConnectionPool.UserCreateRequest(DbConnection owningObject, DbConnectionOptions userOptions, DbConnectionInternal oldConnection)
       at System.Data.ProviderBase.DbConnectionPool.TryGetConnection(DbConnection owningObject, UInt32 waitForMultipleObjectsTimeout, Boolean allowCreate, Boolean onlyOneCheckConnection, DbConnectionOptions userOptions, DbConnectionInternal& connection)
       at System.Data.ProviderBase.DbConnectionPool.WaitForPendingOpen()
    --- End of stack trace from previous location where exception was thrown ---
       at Elastic.Apm.SqlClient.Tests.SqlClientListenerTests.<>c__DisplayClass9_0.<<SqlClientDiagnosticListener_ShouldCaptureErrorFromSystemSqlClient>b__0>d.MoveNext() in /var/lib/jenkins/workspace/net_apm-agent-dotnet-mbp_PR-1312/apm-agent-dotnet/test/Elastic.Apm.SqlClient.Tests/SqlClientListenerTests.cs:line 130
    --- End of stack trace from previous location where exception was thrown ---
       at Elastic.Apm.SqlClient.Tests.SqlClientListenerTests.SqlClientDiagnosticListener_ShouldCaptureErrorFromSystemSqlClient(String providerName, Func`2 connectionCreator) in /var/lib/jenkins/workspace/net_apm-agent-dotnet-mbp_PR-1312/apm-agent-dotnet/test/Elastic.Apm.SqlClient.Tests/SqlClientListenerTests.cs:line 147
    --- End of stack trace from previous location where exception was thrown ---
    Standard Output:
        [2021-05-27 06:31:32.568 +00:00][Info] - {AbstractConfigurationReader (MockConfigSnapshot)} The agent was started without a service name. The service name will be automatically discovered.
        [2021-05-27 06:31:32.569 +00:00][Info] - {AbstractConfigurationReader (MockConfigSnapshot)} The agent was started without a service name. The automatically discovered service name is xunit_execution_dotnet
        [2021-05-27 06:31:32.569 +00:00][Info] - {AbstractConfigurationReader (MockConfigSnapshot)} The agent was started without a service version. The service version will be automatically discovered.
        [2021-05-27 06:31:32.569 +00:00][Warning] - {AbstractConfigurationReader (MockConfigSnapshot)} Failed to discover service version, the service version will be omitted.
        System.Data.SqlClient 
    

Initializing / Parallel / Linux / Test / SqlClientListenerTests.Elastic.Apm.SqlClient.Tests.SqlClientListenerTests.SqlClientDiagnosticListener_ShouldCaptureErrorFromSystemSqlClient – Elastic.Apm.SqlClient.Tests.SqlClientListenerTests
    Expand to view the error details

     Microsoft.Data.SqlClient.SqlException : A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: TCP Provider, error: 40 - Could not open a connection to SQL Server) 
    

    Expand to view the stacktrace

     Microsoft.Data.SqlClient.SqlException : A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: TCP Provider, error: 40 - Could not open a connection to SQL Server)
    Stack Trace:
       at Microsoft.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) in E:\SqlClientInternal\agent-1\_work\5\s\src\Microsoft.Data.SqlClient\netcore\src\Microsoft\Data\SqlClient\SqlInternalConnection.cs:line 615
       at Microsoft.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) in E:\SqlClientInternal\agent-1\_work\5\s\src\Microsoft.Data.SqlClient\netcore\src\Microsoft\Data\SqlClient\TdsParser.cs:line 1183
       at Microsoft.Data.SqlClient.TdsParser.Connect(ServerInfo serverInfo, SqlInternalConnectionTds connHandler, Boolean ignoreSniOpenTimeout, Int64 timerExpire, Boolean encrypt, Boolean trustServerCert, Boolean integratedSecurity, Boolean withFailover, SqlAuthenticationMethod authType, SqlAuthenticationProviderManager sqlAuthProviderManager) in E:\SqlClientInternal\agent-1\_work\5\s\src\Microsoft.Data.SqlClient\netcore\src\Microsoft\Data\SqlClient\TdsParser.cs:line 373
       at Microsoft.Data.SqlClient.SqlInternalConnectionTds.AttemptOneLogin(ServerInfo serverInfo, String newPassword, SecureString newSecurePassword, Boolean ignoreSniOpenTimeout, TimeoutTimer timeout, Boolean withFailover) in E:\SqlClientInternal\agent-1\_work\5\s\src\Microsoft.Data.SqlClient\netcore\src\Microsoft\Data\SqlClient\SqlInternalConnectionTds.cs:line 1741
       at Microsoft.Data.SqlClient.SqlInternalConnectionTds.LoginNoFailover(ServerInfo serverInfo, String newPassword, SecureString newSecurePassword, Boolean redirectedUserInstance, SqlConnectionString connectionOptions, SqlCredential credential, TimeoutTimer timeout) in E:\SqlClientInternal\agent-1\_work\5\s\src\Microsoft.Data.SqlClient\netcore\src\Microsoft\Data\SqlClient\SqlInternalConnectionTds.cs:line 1408
       at Microsoft.Data.SqlClient.SqlInternalConnectionTds.OpenLoginEnlist(TimeoutTimer timeout, SqlConnectionString connectionOptions, SqlCredential credential, String newPassword, SecureString newSecurePassword, Boolean redirectedUserInstance) in E:\SqlClientInternal\agent-1\_work\5\s\src\Microsoft.Data.SqlClient\netcore\src\Microsoft\Data\SqlClient\SqlInternalConnectionTds.cs:line 1311
       at Microsoft.Data.SqlClient.SqlInternalConnectionTds..ctor(DbConnectionPoolIdentity identity, SqlConnectionString connectionOptions, SqlCredential credential, Object providerInfo, String newPassword, SecureString newSecurePassword, Boolean redirectedUserInstance, SqlConnectionString userConnectionOptions, SessionData reconnectSessionData, Boolean applyTransientFaultHandling, String accessToken, DbConnectionPool pool, SqlAuthenticationProviderManager sqlAuthProviderManager) in E:\SqlClientInternal\agent-1\_work\5\s\src\Microsoft.Data.SqlClient\netcore\src\Microsoft\Data\SqlClient\SqlInternalConnectionTds.cs:line 439
       at Microsoft.Data.SqlClient.SqlConnectionFactory.CreateConnection(DbConnectionOptions options, DbConnectionPoolKey poolKey, Object poolGroupProviderInfo, DbConnectionPool pool, DbConnection owningConnection, DbConnectionOptions userOptions) in E:\SqlClientInternal\agent-1\_work\5\s\src\Microsoft.Data.SqlClient\netcore\src\Microsoft\Data\SqlClient\SqlConnectionFactory.cs:line 135
       at Microsoft.Data.ProviderBase.DbConnectionFactory.CreatePooledConnection(DbConnectionPool pool, DbConnection owningObject, DbConnectionOptions options, DbConnectionPoolKey poolKey, DbConnectionOptions userOptions) in E:\SqlClientInternal\agent-1\_work\5\s\src\Microsoft.Data.SqlClient\netcore\src\Common\src\Microsoft\Data\ProviderBase\DbConnectionFactory.cs:line 111
       at Microsoft.Data.ProviderBase.DbConnectionPool.CreateObject(DbConnection owningObject, DbConnectionOptions userOptions, DbConnectionInternal oldConnection) in E:\SqlClientInternal\agent-1\_work\5\s\src\Microsoft.Data.SqlClient\netcore\src\Microsoft\Data\ProviderBase\DbConnectionPool.cs:line 695
       at Microsoft.Data.ProviderBase.DbConnectionPool.UserCreateRequest(DbConnection owningObject, DbConnectionOptions userOptions, DbConnectionInternal oldConnection) in E:\SqlClientInternal\agent-1\_work\5\s\src\Microsoft.Data.SqlClient\netcore\src\Microsoft\Data\ProviderBase\DbConnectionPool.cs:line 1643
       at Microsoft.Data.ProviderBase.DbConnectionPool.TryGetConnection(DbConnection owningObject, UInt32 waitForMultipleObjectsTimeout, Boolean allowCreate, Boolean onlyOneCheckConnection, DbConnectionOptions userOptions, DbConnectionInternal& connection) in E:\SqlClientInternal\agent-1\_work\5\s\src\Microsoft.Data.SqlClient\netcore\src\Microsoft\Data\ProviderBase\DbConnectionPool.cs:line 1102
       at Microsoft.Data.ProviderBase.DbConnectionPool.WaitForPendingOpen() in E:\SqlClientInternal\agent-1\_work\5\s\src\Microsoft.Data.SqlClient\netcore\src\Microsoft\Data\ProviderBase\DbConnectionPool.cs:line 1011
    --- End of stack trace from previous location where exception was thrown ---
       at Elastic.Apm.SqlClient.Tests.SqlClientListenerTests.<>c__DisplayClass9_0.<<SqlClientDiagnosticListener_ShouldCaptureErrorFromSystemSqlClient>b__0>d.MoveNext() in /var/lib/jenkins/workspace/net_apm-agent-dotnet-mbp_PR-1312/apm-agent-dotnet/test/Elastic.Apm.SqlClient.Tests/SqlClientListenerTests.cs:line 130
    --- End of stack trace from previous location where exception was thrown ---
       at Elastic.Apm.SqlClient.Tests.SqlClientListenerTests.SqlClientDiagnosticListener_ShouldCaptureErrorFromSystemSqlClient(String providerName, Func`2 connectionCreator) in /var/lib/jenkins/workspace/net_apm-agent-dotnet-mbp_PR-1312/apm-agent-dotnet/test/Elastic.Apm.SqlClient.Tests/SqlClientListenerTests.cs:line 147
    --- End of stack trace from previous location where exception was thrown ---
    Standard Output:
        [2021-05-27 06:31:47.151 +00:00][Info] - {AbstractConfigurationReader (MockConfigSnapshot)} The agent was started without a service name. The service name will be automatically discovered.
        [2021-05-27 06:31:47.152 +00:00][Info] - {AbstractConfigurationReader (MockConfigSnapshot)} The agent was started without a service name. The automatically discovered service name is xunit_execution_dotnet
        [2021-05-27 06:31:47.152 +00:00][Info] - {AbstractConfigurationReader (MockConfigSnapshot)} The agent was started without a service version. The service version will be automatically discovered.
        [2021-05-27 06:31:47.152 +00:00][Warning] - {AbstractConfigurationReader (MockConfigSnapshot)} Failed to discover service version, the service version will be omitted.
        Microsoft.Data.SqlClient 
    

Initializing / Parallel / Linux / Test / EfCoreWithMsSqlTests.Elastic.Apm.SqlClient.Tests.EfCoreWithMsSqlTests.BothEfCoreAndSqlClientCapturingActive – Elastic.Apm.SqlClient.Tests.EfCoreWithMsSqlTests
    Expand to view the error details

     Microsoft.Data.SqlClient.SqlException : A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: TCP Provider, error: 40 - Could not open a connection to SQL Server) 
    

    Expand to view the stacktrace

     Microsoft.Data.SqlClient.SqlException : A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: TCP Provider, error: 40 - Could not open a connection to SQL Server)
    Stack Trace:
       at Microsoft.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction)
       at Microsoft.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose)
       at Microsoft.Data.SqlClient.TdsParser.Connect(ServerInfo serverInfo, SqlInternalConnectionTds connHandler, Boolean ignoreSniOpenTimeout, Int64 timerExpire, Boolean encrypt, Boolean trustServerCert, Boolean integratedSecurity, Boolean withFailover, SqlAuthenticationMethod authType, SqlAuthenticationProviderManager sqlAuthProviderManager)
       at Microsoft.Data.SqlClient.SqlInternalConnectionTds.AttemptOneLogin(ServerInfo serverInfo, String newPassword, SecureString newSecurePassword, Boolean ignoreSniOpenTimeout, TimeoutTimer timeout, Boolean withFailover)
       at Microsoft.Data.SqlClient.SqlInternalConnectionTds.LoginNoFailover(ServerInfo serverInfo, String newPassword, SecureString newSecurePassword, Boolean redirectedUserInstance, SqlConnectionString connectionOptions, SqlCredential credential, TimeoutTimer timeout)
       at Microsoft.Data.SqlClient.SqlInternalConnectionTds.OpenLoginEnlist(TimeoutTimer timeout, SqlConnectionString connectionOptions, SqlCredential credential, String newPassword, SecureString newSecurePassword, Boolean redirectedUserInstance)
       at Microsoft.Data.SqlClient.SqlInternalConnectionTds..ctor(DbConnectionPoolIdentity identity, SqlConnectionString connectionOptions, SqlCredential credential, Object providerInfo, String newPassword, SecureString newSecurePassword, Boolean redirectedUserInstance, SqlConnectionString userConnectionOptions, SessionData reconnectSessionData, Boolean applyTransientFaultHandling, String accessToken, DbConnectionPool pool, SqlAuthenticationProviderManager sqlAuthProviderManager)
       at Microsoft.Data.SqlClient.SqlConnectionFactory.CreateConnection(DbConnectionOptions options, DbConnectionPoolKey poolKey, Object poolGroupProviderInfo, DbConnectionPool pool, DbConnection owningConnection, DbConnectionOptions userOptions)
       at Microsoft.Data.ProviderBase.DbConnectionFactory.CreatePooledConnection(DbConnectionPool pool, DbConnection owningObject, DbConnectionOptions options, DbConnectionPoolKey poolKey, DbConnectionOptions userOptions)
       at Microsoft.Data.ProviderBase.DbConnectionPool.CreateObject(DbConnection owningObject, DbConnectionOptions userOptions, DbConnectionInternal oldConnection)
       at Microsoft.Data.ProviderBase.DbConnectionPool.UserCreateRequest(DbConnection owningObject, DbConnectionOptions userOptions, DbConnectionInternal oldConnection)
       at Microsoft.Data.ProviderBase.DbConnectionPool.TryGetConnection(DbConnection owningObject, UInt32 waitForMultipleObjectsTimeout, Boolean allowCreate, Boolean onlyOneCheckConnection, DbConnectionOptions userOptions, DbConnectionInternal& connection)
       at Microsoft.Data.ProviderBase.DbConnectionPool.TryGetConnection(DbConnection owningObject, TaskCompletionSource`1 retry, DbConnectionOptions userOptions, DbConnectionInternal& connection)
       at Microsoft.Data.ProviderBase.DbConnectionFactory.TryGetConnection(DbConnection owningConnection, TaskCompletionSource`1 retry, DbConnectionOptions userOptions, DbConnectionInternal oldConnection, DbConnectionInternal& connection)
       at Microsoft.Data.ProviderBase.DbConnectionInternal.TryOpenConnectionInternal(DbConnection outerConnection, DbConnectionFactory connectionFactory, TaskCompletionSource`1 retry, DbConnectionOptions userOptions)
       at Microsoft.Data.ProviderBase.DbConnectionClosed.TryOpenConnection(DbConnection outerConnection, DbConnectionFactory connectionFactory, TaskCompletionSource`1 retry, DbConnectionOptions userOptions)
       at Microsoft.Data.SqlClient.SqlConnection.TryOpen(TaskCompletionSource`1 retry)
       at Microsoft.Data.SqlClient.SqlConnection.Open()
       at Microsoft.EntityFrameworkCore.Storage.RelationalConnection.OpenDbConnection(Boolean errorsExpected)
       at Microsoft.EntityFrameworkCore.Storage.RelationalConnection.Open(Boolean errorsExpected)
       at Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerDatabaseCreator.<>c__DisplayClass18_0.<Exists>b__0(DateTime giveUp)
       at Microsoft.EntityFrameworkCore.ExecutionStrategyExtensions.<>c__DisplayClass12_0`2.<Execute>b__0(DbContext c, TState s)
       at Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerExecutionStrategy.Execute[TState,TResult](TState state, Func`3 operation, Func`3 verifySucceeded)
       at Microsoft.EntityFrameworkCore.ExecutionStrategyExtensions.Execute[TState,TResult](IExecutionStrategy strategy, TState state, Func`2 operation, Func`2 verifySucceeded)
       at Microsoft.EntityFrameworkCore.ExecutionStrategyExtensions.Execute[TState,TResult](IExecutionStrategy strategy, TState state, Func`2 operation)
       at Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerDatabaseCreator.Exists(Boolean retryOnNotExists)
       at Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerDatabaseCreator.Exists()
       at Microsoft.EntityFrameworkCore.Storage.RelationalDatabaseCreator.EnsureCreated()
       at Microsoft.EntityFrameworkCore.Infrastructure.DatabaseFacade.EnsureCreated()
       at Elastic.Apm.SqlClient.Tests.EfCoreWithMsSqlTests.BothEfCoreAndSqlClientCapturingActive() in /var/lib/jenkins/workspace/net_apm-agent-dotnet-mbp_PR-1312/apm-agent-dotnet/test/Elastic.Apm.SqlClient.Tests/EfCoreWithMsSqlTests.cs:line 52
    Standard Output:
        [2021-05-27 06:32:35.105 +00:00][Info] - {AbstractConfigurationReader (MockConfigSnapshot)} The agent was started without a service name. The service name will be automatically discovered.
        [2021-05-27 06:32:35.229 +00:00][Info] - {AbstractConfigurationReader (MockConfigSnapshot)} The agent was started without a service name. The automatically discovered service name is xunit_execution_dotnet
        [2021-05-27 06:32:35.313 +00:00][Info] - {AbstractConfigurationReader (MockConfigSnapshot)} The agent was started without a service version. The service version will be automatically discovered.
        [2021-05-27 06:32:35.316 +00:00][Warning] - {AbstractConfigurationReader (MockConfigSnapshot)} Failed to discover service version, the service version will be omitted. 
    

Initializing / Parallel / Linux / Test / SqlClientListenerTests.Elastic.Apm.SqlClient.Tests.SqlClientListenerTests.SqlClientDiagnosticListener_ShouldCaptureSpan – Elastic.Apm.SqlClient.Tests.SqlClientListenerTests
    Expand to view the error details

     System.Data.SqlClient.SqlException : A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: TCP Provider, error: 40 - Could not open a connection to SQL Server) 
    

    Expand to view the stacktrace

     System.Data.SqlClient.SqlException : A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: TCP Provider, error: 40 - Could not open a connection to SQL Server)
    Stack Trace:
       at System.Data.SqlClient.SqlInternalConnectionTds..ctor(DbConnectionPoolIdentity identity, SqlConnectionString connectionOptions, SqlCredential credential, Object providerInfo, String newPassword, SecureString newSecurePassword, Boolean redirectedUserInstance, SqlConnectionString userConnectionOptions, SessionData reconnectSessionData, Boolean applyTransientFaultHandling, String accessToken)
       at System.Data.SqlClient.SqlConnectionFactory.CreateConnection(DbConnectionOptions options, DbConnectionPoolKey poolKey, Object poolGroupProviderInfo, DbConnectionPool pool, DbConnection owningConnection, DbConnectionOptions userOptions)
       at System.Data.ProviderBase.DbConnectionFactory.CreatePooledConnection(DbConnectionPool pool, DbConnection owningObject, DbConnectionOptions options, DbConnectionPoolKey poolKey, DbConnectionOptions userOptions)
       at System.Data.ProviderBase.DbConnectionPool.CreateObject(DbConnection owningObject, DbConnectionOptions userOptions, DbConnectionInternal oldConnection)
       at System.Data.ProviderBase.DbConnectionPool.UserCreateRequest(DbConnection owningObject, DbConnectionOptions userOptions, DbConnectionInternal oldConnection)
       at System.Data.ProviderBase.DbConnectionPool.TryGetConnection(DbConnection owningObject, UInt32 waitForMultipleObjectsTimeout, Boolean allowCreate, Boolean onlyOneCheckConnection, DbConnectionOptions userOptions, DbConnectionInternal& connection)
       at System.Data.ProviderBase.DbConnectionPool.WaitForPendingOpen()
    --- End of stack trace from previous location ---
       at Elastic.Apm.SqlClient.Tests.SqlClientListenerTests.<>c__DisplayClass8_0.<<SqlClientDiagnosticListener_ShouldCaptureSpan>b__0>d.MoveNext() in /var/lib/jenkins/workspace/net_apm-agent-dotnet-mbp_PR-1312/apm-agent-dotnet/test/Elastic.Apm.SqlClient.Tests/SqlClientListenerTests.cs:line 74
    --- End of stack trace from previous location ---
       at Elastic.Apm.SqlClient.Tests.SqlClientListenerTests.SqlClientDiagnosticListener_ShouldCaptureSpan(String providerName, Func`2 connectionCreator) in /var/lib/jenkins/workspace/net_apm-agent-dotnet-mbp_PR-1312/apm-agent-dotnet/test/Elastic.Apm.SqlClient.Tests/SqlClientListenerTests.cs:line 71
    --- End of stack trace from previous location ---
    Standard Output:
        [2021-05-27 06:32:52.940 +00:00][Info] - {AbstractConfigurationReader (MockConfigSnapshot)} The agent was started without a service name. The service name will be automatically discovered.
        [2021-05-27 06:32:52.941 +00:00][Info] - {AbstractConfigurationReader (MockConfigSnapshot)} The agent was started without a service name. The automatically discovered service name is xunit_execution_dotnet
        [2021-05-27 06:32:52.941 +00:00][Info] - {AbstractConfigurationReader (MockConfigSnapshot)} The agent was started without a service version. The service version will be automatically discovered.
        [2021-05-27 06:32:52.941 +00:00][Warning] - {AbstractConfigurationReader (MockConfigSnapshot)} Failed to discover service version, the service version will be omitted.
        System.Data.SqlClient 
    

Initializing / Parallel / Linux / Test / SqlClientListenerTests.Elastic.Apm.SqlClient.Tests.SqlClientListenerTests.SqlClientDiagnosticListener_ShouldCaptureSpan – Elastic.Apm.SqlClient.Tests.SqlClientListenerTests
    Expand to view the error details

     Microsoft.Data.SqlClient.SqlException : A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: TCP Provider, error: 40 - Could not open a connection to SQL Server) 
    

    Expand to view the stacktrace

     Microsoft.Data.SqlClient.SqlException : A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: TCP Provider, error: 40 - Could not open a connection to SQL Server)
    Stack Trace:
       at Microsoft.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction)
       at Microsoft.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose)
       at Microsoft.Data.SqlClient.TdsParser.Connect(ServerInfo serverInfo, SqlInternalConnectionTds connHandler, Boolean ignoreSniOpenTimeout, Int64 timerExpire, Boolean encrypt, Boolean trustServerCert, Boolean integratedSecurity, Boolean withFailover, SqlAuthenticationMethod authType, SqlAuthenticationProviderManager sqlAuthProviderManager)
       at Microsoft.Data.SqlClient.SqlInternalConnectionTds.AttemptOneLogin(ServerInfo serverInfo, String newPassword, SecureString newSecurePassword, Boolean ignoreSniOpenTimeout, TimeoutTimer timeout, Boolean withFailover)
       at Microsoft.Data.SqlClient.SqlInternalConnectionTds.LoginNoFailover(ServerInfo serverInfo, String newPassword, SecureString newSecurePassword, Boolean redirectedUserInstance, SqlConnectionString connectionOptions, SqlCredential credential, TimeoutTimer timeout)
       at Microsoft.Data.SqlClient.SqlInternalConnectionTds.OpenLoginEnlist(TimeoutTimer timeout, SqlConnectionString connectionOptions, SqlCredential credential, String newPassword, SecureString newSecurePassword, Boolean redirectedUserInstance)
       at Microsoft.Data.SqlClient.SqlInternalConnectionTds..ctor(DbConnectionPoolIdentity identity, SqlConnectionString connectionOptions, SqlCredential credential, Object providerInfo, String newPassword, SecureString newSecurePassword, Boolean redirectedUserInstance, SqlConnectionString userConnectionOptions, SessionData reconnectSessionData, Boolean applyTransientFaultHandling, String accessToken, DbConnectionPool pool, SqlAuthenticationProviderManager sqlAuthProviderManager)
       at Microsoft.Data.SqlClient.SqlConnectionFactory.CreateConnection(DbConnectionOptions options, DbConnectionPoolKey poolKey, Object poolGroupProviderInfo, DbConnectionPool pool, DbConnection owningConnection, DbConnectionOptions userOptions)
       at Microsoft.Data.ProviderBase.DbConnectionFactory.CreatePooledConnection(DbConnectionPool pool, DbConnection owningObject, DbConnectionOptions options, DbConnectionPoolKey poolKey, DbConnectionOptions userOptions)
       at Microsoft.Data.ProviderBase.DbConnectionPool.CreateObject(DbConnection owningObject, DbConnectionOptions userOptions, DbConnectionInternal oldConnection)
       at Microsoft.Data.ProviderBase.DbConnectionPool.UserCreateRequest(DbConnection owningObject, DbConnectionOptions userOptions, DbConnectionInternal oldConnection)
       at Microsoft.Data.ProviderBase.DbConnectionPool.TryGetConnection(DbConnection owningObject, UInt32 waitForMultipleObjectsTimeout, Boolean allowCreate, Boolean onlyOneCheckConnection, DbConnectionOptions userOptions, DbConnectionInternal& connection)
       at Microsoft.Data.ProviderBase.DbConnectionPool.WaitForPendingOpen()
    --- End of stack trace from previous location ---
       at Elastic.Apm.SqlClient.Tests.SqlClientListenerTests.<>c__DisplayClass8_0.<<SqlClientDiagnosticListener_ShouldCaptureSpan>b__0>d.MoveNext() in /var/lib/jenkins/workspace/net_apm-agent-dotnet-mbp_PR-1312/apm-agent-dotnet/test/Elastic.Apm.SqlClient.Tests/SqlClientListenerTests.cs:line 74
    --- End of stack trace from previous location ---
       at Elastic.Apm.SqlClient.Tests.SqlClientListenerTests.SqlClientDiagnosticListener_ShouldCaptureSpan(String providerName, Func`2 connectionCreator) in /var/lib/jenkins/workspace/net_apm-agent-dotnet-mbp_PR-1312/apm-agent-dotnet/test/Elastic.Apm.SqlClient.Tests/SqlClientListenerTests.cs:line 71
    --- End of stack trace from previous location ---
    Standard Output:
        [2021-05-27 06:33:07.910 +00:00][Info] - {AbstractConfigurationReader (MockConfigSnapshot)} The agent was started without a service name. The service name will be automatically discovered.
        [2021-05-27 06:33:07.912 +00:00][Info] - {AbstractConfigurationReader (MockConfigSnapshot)} The agent was started without a service name. The automatically discovered service name is xunit_execution_dotnet
        [2021-05-27 06:33:07.912 +00:00][Info] - {AbstractConfigurationReader (MockConfigSnapshot)} The agent was started without a service version. The service version will be automatically discovered.
        [2021-05-27 06:33:07.912 +00:00][Warning] - {AbstractConfigurationReader (MockConfigSnapshot)} Failed to discover service version, the service version will be omitted.
        Microsoft.Data.SqlClient 
    

Initializing / Parallel / Linux / Test / SqlClientListenerTests.Elastic.Apm.SqlClient.Tests.SqlClientListenerTests.SqlClientDiagnosticListener_ShouldCaptureErrorFromSystemSqlClient – Elastic.Apm.SqlClient.Tests.SqlClientListenerTests
    Expand to view the error details

     System.Data.SqlClient.SqlException : A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: TCP Provider, error: 40 - Could not open a connection to SQL Server) 
    

    Expand to view the stacktrace

     System.Data.SqlClient.SqlException : A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: TCP Provider, error: 40 - Could not open a connection to SQL Server)
    Stack Trace:
       at System.Data.SqlClient.SqlInternalConnectionTds..ctor(DbConnectionPoolIdentity identity, SqlConnectionString connectionOptions, SqlCredential credential, Object providerInfo, String newPassword, SecureString newSecurePassword, Boolean redirectedUserInstance, SqlConnectionString userConnectionOptions, SessionData reconnectSessionData, Boolean applyTransientFaultHandling, String accessToken)
       at System.Data.SqlClient.SqlConnectionFactory.CreateConnection(DbConnectionOptions options, DbConnectionPoolKey poolKey, Object poolGroupProviderInfo, DbConnectionPool pool, DbConnection owningConnection, DbConnectionOptions userOptions)
       at System.Data.ProviderBase.DbConnectionFactory.CreatePooledConnection(DbConnectionPool pool, DbConnection owningObject, DbConnectionOptions options, DbConnectionPoolKey poolKey, DbConnectionOptions userOptions)
       at System.Data.ProviderBase.DbConnectionPool.CreateObject(DbConnection owningObject, DbConnectionOptions userOptions, DbConnectionInternal oldConnection)
       at System.Data.ProviderBase.DbConnectionPool.UserCreateRequest(DbConnection owningObject, DbConnectionOptions userOptions, DbConnectionInternal oldConnection)
       at System.Data.ProviderBase.DbConnectionPool.TryGetConnection(DbConnection owningObject, UInt32 waitForMultipleObjectsTimeout, Boolean allowCreate, Boolean onlyOneCheckConnection, DbConnectionOptions userOptions, DbConnectionInternal& connection)
       at System.Data.ProviderBase.DbConnectionPool.WaitForPendingOpen()
    --- End of stack trace from previous location ---
       at Elastic.Apm.SqlClient.Tests.SqlClientListenerTests.<>c__DisplayClass9_0.<<SqlClientDiagnosticListener_ShouldCaptureErrorFromSystemSqlClient>b__0>d.MoveNext() in /var/lib/jenkins/workspace/net_apm-agent-dotnet-mbp_PR-1312/apm-agent-dotnet/test/Elastic.Apm.SqlClient.Tests/SqlClientListenerTests.cs:line 129
    --- End of stack trace from previous location ---
       at Elastic.Apm.SqlClient.Tests.SqlClientListenerTests.SqlClientDiagnosticListener_ShouldCaptureErrorFromSystemSqlClient(String providerName, Func`2 connectionCreator) in /var/lib/jenkins/workspace/net_apm-agent-dotnet-mbp_PR-1312/apm-agent-dotnet/test/Elastic.Apm.SqlClient.Tests/SqlClientListenerTests.cs:line 126
    --- End of stack trace from previous location ---
    Standard Output:
        [2021-05-27 06:33:22.512 +00:00][Info] - {AbstractConfigurationReader (MockConfigSnapshot)} The agent was started without a service name. The service name will be automatically discovered.
        [2021-05-27 06:33:22.514 +00:00][Info] - {AbstractConfigurationReader (MockConfigSnapshot)} The agent was started without a service name. The automatically discovered service name is xunit_execution_dotnet
        [2021-05-27 06:33:22.514 +00:00][Info] - {AbstractConfigurationReader (MockConfigSnapshot)} The agent was started without a service version. The service version will be automatically discovered.
        [2021-05-27 06:33:22.515 +00:00][Warning] - {AbstractConfigurationReader (MockConfigSnapshot)} Failed to discover service version, the service version will be omitted.
        System.Data.SqlClient 
    

Steps errors 2

Expand to view the steps failures

Windows Batch Script
  • Took 0 min 4 sec . View more details on here
  • Description: .ci/windows/msbuild.bat
Archive the artifacts
  • Took 0 min 1 sec . View more details on here
  • Description: [2021-05-27T06:30:18.713Z] Archiving artifacts script returned exit code 1

Log output

Expand to view the last 100 lines of log output

[2021-05-27T06:57:52.828Z] Copied Elastic.Apm/Libraries/Newtonsoft.Json/Schema/ValidationEventArgs.cs. 
[2021-05-27T06:57:52.828Z] Starting copy source file Elastic.Apm/Libraries/Newtonsoft.Json/Converters/StringEnumConverter.cs. 
[2021-05-27T06:57:52.910Z] Copied Elastic.Apm/Libraries/Newtonsoft.Json/Converters/StringEnumConverter.cs. 
[2021-05-27T06:57:52.910Z] Starting copy source file Elastic.Apm/Libraries/Newtonsoft.Json/Utilities/DynamicProxyMetaObject.cs. 
[2021-05-27T06:57:52.999Z] Copied Elastic.Apm/Libraries/Newtonsoft.Json/Utilities/DynamicProxyMetaObject.cs. 
[2021-05-27T06:57:52.999Z] Starting copy source file Libraries/Newtonsoft.Json/Converters/StringEnumConverter.cs. 
[2021-05-27T06:57:53.075Z] Copied Libraries/Newtonsoft.Json/Converters/StringEnumConverter.cs. 
[2021-05-27T06:57:53.075Z] Starting copy source file Libraries/Newtonsoft.Json/Serialization/JsonPrimitiveContract.cs. 
[2021-05-27T06:57:53.158Z] Copied Libraries/Newtonsoft.Json/Serialization/JsonPrimitiveContract.cs. 
[2021-05-27T06:57:53.158Z] Starting copy source file Elastic.Apm/Config/AbstractConfigurationReader.cs. 
[2021-05-27T06:57:53.248Z] Copied Elastic.Apm/Config/AbstractConfigurationReader.cs. 
[2021-05-27T06:57:53.248Z] Starting copy source file Elastic.Apm/Filters/SpanStackTraceCapturingFilter.cs. 
[2021-05-27T06:57:53.322Z] Copied Elastic.Apm/Filters/SpanStackTraceCapturingFilter.cs. 
[2021-05-27T06:57:53.322Z] Starting copy source file Elastic.Apm/Helpers/ContractExtensions.cs. 
[2021-05-27T06:57:53.398Z] Copied Elastic.Apm/Helpers/ContractExtensions.cs. 
[2021-05-27T06:57:53.398Z] Starting copy source file Libraries/Newtonsoft.Json/Schema/JsonSchemaBuilder.cs. 
[2021-05-27T06:57:53.484Z] Copied Libraries/Newtonsoft.Json/Schema/JsonSchemaBuilder.cs. 
[2021-05-27T06:57:53.484Z] Starting copy source file Report/Serialization/MetricSetConverter.cs. 
[2021-05-27T06:57:53.553Z] Copied Report/Serialization/MetricSetConverter.cs. 
[2021-05-27T06:57:53.553Z] Starting copy source file Libraries/Newtonsoft.Json/Utilities/DynamicProxy.cs. 
[2021-05-27T06:57:53.621Z] Copied Libraries/Newtonsoft.Json/Utilities/DynamicProxy.cs. 
[2021-05-27T06:57:53.621Z] Starting copy source file Cloud/AzureCloudMetadataProvider.cs. 
[2021-05-27T06:57:53.695Z] Copied Cloud/AzureCloudMetadataProvider.cs. 
[2021-05-27T06:57:53.695Z] Starting copy source file Api/Context.cs. 
[2021-05-27T06:57:53.764Z] Copied Api/Context.cs. 
[2021-05-27T06:57:53.764Z] Starting copy source file Elastic.Apm/Libraries/Newtonsoft.Json/Serialization/DefaultContractResolver.cs. 
[2021-05-27T06:57:53.867Z] Copied Elastic.Apm/Libraries/Newtonsoft.Json/Serialization/DefaultContractResolver.cs. 
[2021-05-27T06:57:53.868Z] Starting copy source file Elastic.Apm/Logging/LogValuesFormatter.cs. 
[2021-05-27T06:57:53.947Z] Copied Elastic.Apm/Logging/LogValuesFormatter.cs. 
[2021-05-27T06:57:53.947Z] Starting copy source file Config/AbstractConfigurationReader.cs. 
[2021-05-27T06:57:54.039Z] Copied Config/AbstractConfigurationReader.cs. 
[2021-05-27T06:58:30.526Z] [Checks API] No suitable checks publisher found.
[2021-05-27T06:58:30.668Z] [INFO] getVaultSecret: Getting secrets
[2021-05-27T06:58:30.735Z] Masking supported pattern matches of $VAULT_ADDR or $VAULT_ROLE_ID or $VAULT_SECRET_ID
[2021-05-27T06:58:31.444Z] Running in /var/lib/jenkins/workspace/net_apm-agent-dotnet-mbp_PR-1312/apm-agent-dotnet
[2021-05-27T06:58:31.498Z] [INFO] Codecov: Getting branch ref...
[2021-05-27T06:58:31.614Z] Masking supported pattern matches of $GITHUB_TOKEN
[2021-05-27T06:58:32.261Z] [INFO] Codecov: Sending data...
[2021-05-27T06:58:32.902Z] + echo curl -sSLo codecov.sh https://codecov.io/bash
[2021-05-27T06:58:32.902Z] curl -sSLo codecov.sh https://codecov.io/bash
[2021-05-27T06:58:33.291Z] + echo bash codecov.sh
[2021-05-27T06:58:33.291Z] bash codecov.sh
[2021-05-27T06:58:33.541Z] Archiving artifacts
[2021-05-27T06:58:33.623Z] java.lang.InterruptedException: no matches found within 10000
[2021-05-27T06:58:33.623Z] 	at hudson.FilePath$ValidateAntFileMask.hasMatch(FilePath.java:3069)
[2021-05-27T06:58:33.623Z] 	at hudson.FilePath$ValidateAntFileMask.invoke(FilePath.java:2978)
[2021-05-27T06:58:33.623Z] 	at hudson.FilePath$ValidateAntFileMask.invoke(FilePath.java:2929)
[2021-05-27T06:58:33.623Z] 	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:3317)
[2021-05-27T06:58:33.623Z] Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to apm-ci-immutable-ubuntu-1804-1622096127167721651
[2021-05-27T06:58:33.623Z] 		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1800)
[2021-05-27T06:58:33.623Z] 		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:356)
[2021-05-27T06:58:33.623Z] 		at hudson.remoting.Channel.call(Channel.java:1001)
[2021-05-27T06:58:33.623Z] 		at hudson.FilePath.act(FilePath.java:1159)
[2021-05-27T06:58:33.623Z] 		at hudson.FilePath.act(FilePath.java:1148)
[2021-05-27T06:58:33.623Z] 		at hudson.FilePath.validateAntFileMask(FilePath.java:2927)
[2021-05-27T06:58:33.623Z] 		at hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:270)
[2021-05-27T06:58:33.623Z] 		at org.jenkinsci.plugins.workflow.steps.CoreStep$Execution.run(CoreStep.java:99)
[2021-05-27T06:58:33.623Z] 		at org.jenkinsci.plugins.workflow.steps.CoreStep$Execution.run(CoreStep.java:69)
[2021-05-27T06:58:33.623Z] 		at org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution.lambda$start$0(SynchronousNonBlockingStepExecution.java:47)
[2021-05-27T06:58:33.623Z] 		at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
[2021-05-27T06:58:33.623Z] 		at java.util.concurrent.FutureTask.run(FutureTask.java:266)
[2021-05-27T06:58:33.623Z] 		at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
[2021-05-27T06:58:33.623Z] 		at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
[2021-05-27T06:58:33.623Z] Caused: hudson.FilePath$TunneledInterruptedException
[2021-05-27T06:58:33.623Z] 	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:3319)
[2021-05-27T06:58:33.623Z] 	at hudson.remoting.UserRequest.perform(UserRequest.java:211)
[2021-05-27T06:58:33.623Z] 	at hudson.remoting.UserRequest.perform(UserRequest.java:54)
[2021-05-27T06:58:33.623Z] 	at hudson.remoting.Request$2.run(Request.java:375)
[2021-05-27T06:58:33.623Z] 	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:73)
[2021-05-27T06:58:33.623Z] 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
[2021-05-27T06:58:33.623Z] 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
[2021-05-27T06:58:33.623Z] 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
[2021-05-27T06:58:33.623Z] 	at hudson.remoting.Engine$1.lambda$newThread$0(Engine.java:118)
[2021-05-27T06:58:33.623Z] Caused: java.lang.InterruptedException: java.lang.InterruptedException: no matches found within 10000
[2021-05-27T06:58:33.623Z] 	at hudson.FilePath.act(FilePath.java:1161)
[2021-05-27T06:58:33.623Z] 	at hudson.FilePath.act(FilePath.java:1148)
[2021-05-27T06:58:33.623Z] 	at hudson.FilePath.validateAntFileMask(FilePath.java:2927)
[2021-05-27T06:58:33.623Z] 	at hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:270)
[2021-05-27T06:58:33.623Z] 	at org.jenkinsci.plugins.workflow.steps.CoreStep$Execution.run(CoreStep.java:99)
[2021-05-27T06:58:33.623Z] 	at org.jenkinsci.plugins.workflow.steps.CoreStep$Execution.run(CoreStep.java:69)
[2021-05-27T06:58:33.623Z] 	at org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution.lambda$start$0(SynchronousNonBlockingStepExecution.java:47)
[2021-05-27T06:58:33.623Z] 	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
[2021-05-27T06:58:33.623Z] 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
[2021-05-27T06:58:33.623Z] 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
[2021-05-27T06:58:33.623Z] 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
[2021-05-27T06:58:33.623Z] 	at java.lang.Thread.run(Thread.java:748)
[2021-05-27T06:58:33.623Z] No artifacts found that match the file pattern "/var/lib/jenkins/workspace/net_apm-agent-dotnet-mbp_PR-1312/**/MSBuild_*.failure.txt". Configuration error?
[2021-05-27T06:58:34.421Z] Stage "Release to feedz.io" skipped due to earlier failure(s)
[2021-05-27T06:58:34.553Z] Stage "Release" skipped due to earlier failure(s)
[2021-05-27T06:58:34.609Z] Stage "Release" skipped due to earlier failure(s)
[2021-05-27T06:58:34.740Z] Stage "Release" skipped due to earlier failure(s)
[2021-05-27T06:58:34.934Z] Stage "AfterRelease" skipped due to earlier failure(s)
[2021-05-27T06:58:34.991Z] Stage "AfterRelease" skipped due to earlier failure(s)
[2021-05-27T06:58:35.846Z] Running on Jenkins in /var/lib/jenkins/workspace/net_apm-agent-dotnet-mbp_PR-1312
[2021-05-27T06:58:35.998Z] [INFO] getVaultSecret: Getting secrets
[2021-05-27T06:58:36.072Z] Masking supported pattern matches of $VAULT_ADDR or $VAULT_ROLE_ID or $VAULT_SECRET_ID
[2021-05-27T06:58:37.835Z] + chmod 755 generate-build-data.sh
[2021-05-27T06:58:37.835Z] + ./generate-build-data.sh https://apm-ci.elastic.co/blue/rest/organizations/jenkins/pipelines/apm-agent-dotnet/apm-agent-dotnet-mbp/PR-1312/ https://apm-ci.elastic.co/blue/rest/organizations/jenkins/pipelines/apm-agent-dotnet/apm-agent-dotnet-mbp/PR-1312/runs/1 FAILURE 2608908
[2021-05-27T06:58:37.835Z] INFO: curl https://apm-ci.elastic.co/blue/rest/organizations/jenkins/pipelines/apm-agent-dotnet/apm-agent-dotnet-mbp/PR-1312/runs/1/steps/?limit=10000 -o steps-info.json
[2021-05-27T06:58:38.386Z] INFO: curl https://apm-ci.elastic.co/blue/rest/organizations/jenkins/pipelines/apm-agent-dotnet/apm-agent-dotnet-mbp/PR-1312/runs/1/tests/?status=FAILED -o tests-errors.json

@russcam
Copy link
Contributor Author

russcam commented May 27, 2021

Fixes the issue on Windows .NET Core. Merging in.

@russcam russcam merged commit dadf26b into elastic:master May 27, 2021
v1v added a commit to v1v/apm-agent-dotnet that referenced this pull request Jun 8, 2021
…u-20

* upstream/master: (21 commits)
  Prefer W3C traceparent over elastic-apm-traceparent (elastic#1302)
  fix spacing and cross references in docs (elastic#1328)
  Update README (elastic#1325)
  Mark MicrosoftAzureBlobStorageTracer internal (elastic#1326)
  Update docs (elastic#1327)
  Update context.destination.address (elastic#1324)
  synchronize json schema specs (elastic#1320)
  Don't package Elastic.Apm.Specification (elastic#1316)
  Update setup.asciidoc (elastic#1318)
  Prepare release v.1.10.0 (elastic#1314)
  Fix nullref in Elastic.Apm.Extensions.Logging (elastic#1311)
  Capture errors with startup hook auto instrumentation (elastic#1298)
  Use Logger to log exception in AgentComponents initialization (elastic#1305)
  fix: use .NET native SDK for build and test (elastic#1301)
  Skip running Elasticsearch docker test when docker not available (elastic#1312)
  Use TraceLogger as default logger in ASP.NET Full Framework (elastic#1288)
  Create receive messaging span when inside transaction (elastic#1308)
  Fix SanitizeFieldNamesTests (elastic#1299)
  Do not capture HTTP child spans for Elasticsearch (elastic#1306)
  Use storage account in destination.service.resource (elastic#1284)
  ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants