Skip to content

Use insert .. on conflict for bulk import operations #949

Use insert .. on conflict for bulk import operations

Use insert .. on conflict for bulk import operations #949

Triggered via pull request October 3, 2024 01:25
Status Failure
Total duration 20m 21s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

12 errors and 20 warnings
build
The job running on runner GitHub Actions 13 has exceeded the maximum execution time of 20 minutes.
build
The operation was canceled.
build
/home/runner/work/marten/marten/src/DocumentDbTests/Writing/bulk_loading.cs(106,9): error CS4033: The 'await' operator can only be used within an async method. Consider marking this method with the 'async' modifier and changing its return type to 'Task'. [/home/runner/work/marten/marten/src/DocumentDbTests/DocumentDbTests.csproj::TargetFramework=net6.0]
build
/home/runner/work/marten/marten/src/DocumentDbTests/Writing/bulk_loading.cs(142,10): error CS1061: 'int' does not contain a definition for 'GetAwaiter' and no accessible extension method 'GetAwaiter' accepting a first argument of type 'int' could be found (are you missing a using directive or an assembly reference?) [/home/runner/work/marten/marten/src/DocumentDbTests/DocumentDbTests.csproj::TargetFramework=net6.0]
build
/home/runner/work/marten/marten/src/DocumentDbTests/Writing/bulk_loading.cs(106,9): error CS4033: The 'await' operator can only be used within an async method. Consider marking this method with the 'async' modifier and changing its return type to 'Task'. [/home/runner/work/marten/marten/src/DocumentDbTests/DocumentDbTests.csproj::TargetFramework=net8.0]
build
/home/runner/work/marten/marten/src/DocumentDbTests/Writing/bulk_loading.cs(142,10): error CS1061: 'int' does not contain a definition for 'GetAwaiter' and no accessible extension method 'GetAwaiter' accepting a first argument of type 'int' could be found (are you missing a using directive or an assembly reference?) [/home/runner/work/marten/marten/src/DocumentDbTests/DocumentDbTests.csproj::TargetFramework=net8.0]
build
/home/runner/work/marten/marten/src/DocumentDbTests/Writing/bulk_loading.cs(106,9): error CS4033: The 'await' operator can only be used within an async method. Consider marking this method with the 'async' modifier and changing its return type to 'Task'. [/home/runner/work/marten/marten/src/DocumentDbTests/DocumentDbTests.csproj::TargetFramework=net7.0]
build
/home/runner/work/marten/marten/src/DocumentDbTests/Writing/bulk_loading.cs(142,10): error CS1061: 'int' does not contain a definition for 'GetAwaiter' and no accessible extension method 'GetAwaiter' accepting a first argument of type 'int' could be found (are you missing a using directive or an assembly reference?) [/home/runner/work/marten/marten/src/DocumentDbTests/DocumentDbTests.csproj::TargetFramework=net7.0]
build
/home/runner/work/marten/marten/src/DocumentDbTests/Writing/bulk_loading.cs(106,9): error CS4033: The 'await' operator can only be used within an async method. Consider marking this method with the 'async' modifier and changing its return type to 'Task'. [/home/runner/work/marten/marten/src/DocumentDbTests/DocumentDbTests.csproj::TargetFramework=net6.0]
build
/home/runner/work/marten/marten/src/DocumentDbTests/Writing/bulk_loading.cs(142,10): error CS1061: 'int' does not contain a definition for 'GetAwaiter' and no accessible extension method 'GetAwaiter' accepting a first argument of type 'int' could be found (are you missing a using directive or an assembly reference?) [/home/runner/work/marten/marten/src/DocumentDbTests/DocumentDbTests.csproj::TargetFramework=net6.0]
build
/home/runner/work/marten/marten/src/DocumentDbTests/Writing/bulk_loading.cs(106,9): error CS4033: The 'await' operator can only be used within an async method. Consider marking this method with the 'async' modifier and changing its return type to 'Task'. [/home/runner/work/marten/marten/src/DocumentDbTests/DocumentDbTests.csproj::TargetFramework=net8.0]
build
/home/runner/work/marten/marten/src/DocumentDbTests/Writing/bulk_loading.cs(142,10): error CS1061: 'int' does not contain a definition for 'GetAwaiter' and no accessible extension method 'GetAwaiter' accepting a first argument of type 'int' could be found (are you missing a using directive or an assembly reference?) [/home/runner/work/marten/marten/src/DocumentDbTests/DocumentDbTests.csproj::TargetFramework=net8.0]
build
npm WARN EBADENGINE Unsupported engine {
build
npm WARN EBADENGINE package: '@vitejs/plugin-vue@5.1.4',
build
npm WARN EBADENGINE required: { node: '^18.0.0 || >=20.0.0' },
build
npm WARN EBADENGINE current: { node: 'v16.20.2', npm: '8.19.4' }
build
npm WARN EBADENGINE }
build
npm WARN EBADENGINE Unsupported engine {
build
npm WARN EBADENGINE package: 'netlify-cli@17.36.2',
build
npm WARN EBADENGINE required: { node: '>=18.14.0' },
build
npm WARN EBADENGINE current: { node: 'v16.20.2', npm: '8.19.4' }
build
npm WARN EBADENGINE }
build
/home/runner/work/marten/marten/src/Marten.CommandLine.Tests/Marten.CommandLine.Tests.csproj : warning NU1608: Detected package version outside of dependency constraint: Lamar 12.1.0 requires Microsoft.Extensions.DependencyInjection.Abstractions (>= 6.0.0 && < 8.0.0) but version Microsoft.Extensions.DependencyInjection.Abstractions 8.0.0 was resolved. [/home/runner/work/marten/marten/src/Marten.sln]
build
/home/runner/work/marten/marten/src/LinqTests/LinqTests.csproj : warning NU1608: Detected package version outside of dependency constraint: Lamar 12.1.0 requires Microsoft.Extensions.DependencyInjection.Abstractions (>= 6.0.0 && < 8.0.0) but version Microsoft.Extensions.DependencyInjection.Abstractions 8.0.0 was resolved. [/home/runner/work/marten/marten/src/Marten.sln]
build
/home/runner/work/marten/marten/src/DocumentDbTests/DocumentDbTests.csproj : warning NU1608: Detected package version outside of dependency constraint: Lamar 12.1.0 requires Microsoft.Extensions.DependencyInjection.Abstractions (>= 6.0.0 && < 8.0.0) but version Microsoft.Extensions.DependencyInjection.Abstractions 8.0.0 was resolved. [/home/runner/work/marten/marten/src/Marten.sln]
build
/home/runner/work/marten/marten/src/Marten.Testing/Marten.Testing.csproj : warning NU1608: Detected package version outside of dependency constraint: Lamar 12.1.0 requires Microsoft.Extensions.DependencyInjection.Abstractions (>= 6.0.0 && < 8.0.0) but version Microsoft.Extensions.DependencyInjection.Abstractions 8.0.0 was resolved. [/home/runner/work/marten/marten/src/Marten.sln]
build
/home/runner/work/marten/marten/src/Marten.NodaTime.Testing/Marten.NodaTime.Testing.csproj : warning NU1608: Detected package version outside of dependency constraint: Lamar 12.1.0 requires Microsoft.Extensions.DependencyInjection.Abstractions (>= 6.0.0 && < 8.0.0) but version Microsoft.Extensions.DependencyInjection.Abstractions 8.0.0 was resolved. [/home/runner/work/marten/marten/src/Marten.sln]
build
/home/runner/work/marten/marten/src/MartenBenchmarks/MartenBenchmarks.csproj : warning NU1608: Detected package version outside of dependency constraint: Lamar 12.1.0 requires Microsoft.Extensions.DependencyInjection.Abstractions (>= 6.0.0 && < 8.0.0) but version Microsoft.Extensions.DependencyInjection.Abstractions 8.0.0 was resolved. [/home/runner/work/marten/marten/src/Marten.sln]
build
/home/runner/work/marten/marten/src/Marten.Testing/Marten.Testing.csproj : warning NU1608: Detected package version outside of dependency constraint: Lamar 12.1.0 requires Microsoft.Extensions.DependencyInjection.Abstractions (>= 6.0.0 && < 8.0.0) but version Microsoft.Extensions.DependencyInjection.Abstractions 8.0.0 was resolved. [TargetFramework=net6.0]
build
/home/runner/work/marten/marten/src/Marten.Testing/Marten.Testing.csproj : warning NU1608: Detected package version outside of dependency constraint: Lamar 12.1.0 requires Microsoft.Extensions.DependencyInjection.Abstractions (>= 6.0.0 && < 8.0.0) but version Microsoft.Extensions.DependencyInjection.Abstractions 8.0.0 was resolved. [TargetFramework=net7.0]
build
/home/runner/work/marten/marten/src/Marten.Testing/Marten.Testing.csproj : warning NU1608: Detected package version outside of dependency constraint: Lamar 12.1.0 requires Microsoft.Extensions.DependencyInjection.Abstractions (>= 6.0.0 && < 8.0.0) but version Microsoft.Extensions.DependencyInjection.Abstractions 8.0.0 was resolved. [TargetFramework=net8.0]
build
/home/runner/work/marten/marten/src/Marten.NodaTime.Testing/Marten.NodaTime.Testing.csproj : warning NU1608: Detected package version outside of dependency constraint: Lamar 12.1.0 requires Microsoft.Extensions.DependencyInjection.Abstractions (>= 6.0.0 && < 8.0.0) but version Microsoft.Extensions.DependencyInjection.Abstractions 8.0.0 was resolved. [TargetFramework=net6.0]