Skip to content

TINKERPOP-3225 conjoin has incorrect null handling #10586

TINKERPOP-3225 conjoin has incorrect null handling

TINKERPOP-3225 conjoin has incorrect null handling #10586

Re-run triggered April 9, 2026 00:13
Status Failure
Total duration 10m 4s
Artifacts

build-test.yml

on: pull_request
cache gremlin-server docker image
2m 44s
cache gremlin-server docker image
mvn clean install - jdk17
15m 14s
mvn clean install - jdk17
mvn clean install - jdk11
18m 54s
mvn clean install - jdk11
mvn clean install - jdk8
14m 55s
mvn clean install - jdk8
gremlin-server default
24m 6s
gremlin-server default
gremlin-server unified
24m 29s
gremlin-server unified
hadoop standard
25m 4s
hadoop standard
hadoop feature
5m 16s
hadoop feature
gremlin-console
4m 49s
gremlin-console
neo4j-gremlin
8m 52s
neo4j-gremlin
Matrix: spark core
Matrix: spark gryo
Fit to window
Zoom out
Zoom in

Annotations

1 error and 11 warnings
gremlin-console
Process completed with exit code 1.
.NET
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/setup-dotnet@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
.NET
Test methods should not call ConfigureAwait(false), as it may bypass parallelization limits. Omit ConfigureAwait, or use ConfigureAwait(true) to avoid CA2007. (https://xunit.net/xunit.analyzers/rules/xUnit1030)
.NET
Test methods should not call ConfigureAwait(false), as it may bypass parallelization limits. Omit ConfigureAwait, or use ConfigureAwait(true) to avoid CA2007. (https://xunit.net/xunit.analyzers/rules/xUnit1030)
.NET
Test methods should not call ConfigureAwait(false), as it may bypass parallelization limits. Omit ConfigureAwait, or use ConfigureAwait(true) to avoid CA2007. (https://xunit.net/xunit.analyzers/rules/xUnit1030)
.NET
Test methods should not call ConfigureAwait(false), as it may bypass parallelization limits. Omit ConfigureAwait, or use ConfigureAwait(true) to avoid CA2007. (https://xunit.net/xunit.analyzers/rules/xUnit1030)
.NET
Do not use Assert.Equal() to check for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
.NET
Do not use Assert.Equal() to check for collection size. Use Assert.Empty instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
.NET
Converting null literal or possible null value to non-nullable type.
.NET
Converting null literal or possible null value to non-nullable type.
.NET
Converting null literal or possible null value to non-nullable type.
.NET
Non-nullable property 'DictifiedLast' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.