CSHARP-994 Add AsyncEnumerable support to RowSet #617
Travis CI / Travis CI - Pull Request
failed
Apr 17, 2025 in 11m 23s
Build Failed
The build failed. This is a change from the previous build, which passed.
Details
This is a pull request build.
It is running a build against the merge commit, after merging #617 CSHARP-994: fix thread starvation in Mapper.
Any changes that have been made to the master branch before the build ran are also included.
Jobs and Stages
This build has three jobs, running in parallel.
| Job | Mono | ENV | OS | State |
|---|---|---|---|---|
| none | TARGETF="net8" BUILD_EXAMPLES="1" BuildCoreOnly=True CASSANDRA_NETCORE_RUNTIME="8" RunCodeAnalyzers="True" | Linux | failed | |
| none | TARGETF="net6" BUILD_EXAMPLES="0" BuildCoreOnly=True CASSANDRA_NETCORE_RUNTIME="6" RunCodeAnalyzers="True" | Linux | failed | |
| none | TARGETF="net7" BUILD_EXAMPLES="0" BuildCoreOnly=True CASSANDRA_NETCORE_RUNTIME="7" RunCodeAnalyzers="True" | Linux | failed |
Build Configuration
| Build Option | Setting |
|---|---|
| Language | C# |
| Operating System | Linux (Focal) |
| Mono Version | none |
Build Configuration
{
"language": "csharp",
"os": [
"linux"
],
"dist": "focal",
"sudo": true,
"mono": [
"none"
],
"branches": {
"except": [
"1.0",
"2.0",
"2.1",
"dse_3.1"
]
},
"script": [
"dotnet --info",
"if [ \"${BUILD_EXAMPLES}\" == \"1\" ]\nthen\n dotnet restore examples\n dotnet build --no-restore examples/examples.sln -c Release\nfi\n",
"dotnet restore src",
"dotnet build src/Cassandra.Tests/Cassandra.Tests.csproj --no-restore -c Release || true",
"sleep 5",
"dotnet build src/Cassandra.Tests/Cassandra.Tests.csproj --no-restore -c Release || true",
"dotnet test src/Cassandra.Tests/Cassandra.Tests.csproj --no-restore --no-build -v n -c Release -f $TARGETF"
],
"jobs": {
"include": [
{
"dotnet": "8.0.200",
"env": [
{
"TARGETF": "\"net8\"",
"BUILD_EXAMPLES": "\"1\"",
"BuildCoreOnly": "True",
"CASSANDRA_NETCORE_RUNTIME": "\"8\"",
"RunCodeAnalyzers": "\"True\""
}
]
},
{
"dotnet": "6.0.419",
"env": [
{
"TARGETF": "\"net6\"",
"BUILD_EXAMPLES": "\"0\"",
"BuildCoreOnly": "True",
"CASSANDRA_NETCORE_RUNTIME": "\"6\"",
"RunCodeAnalyzers": "\"True\""
}
]
},
{
"dotnet": "7.0.406",
"env": [
{
"TARGETF": "\"net7\"",
"BUILD_EXAMPLES": "\"0\"",
"BuildCoreOnly": "True",
"CASSANDRA_NETCORE_RUNTIME": "\"7\"",
"RunCodeAnalyzers": "\"True\""
}
]
}
]
}
}
Loading