Skip to content

SI-2582 Add manufacturerTokenId filter to vehicles query #400

SI-2582 Add manufacturerTokenId filter to vehicles query

SI-2582 Add manufacturerTokenId filter to vehicles query #400

Re-run triggered June 3, 2024 22:22
Status Failure
Total duration 5m 21s
Artifacts

test.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

11 errors and 1 warning
tests: graph/rewards_test.go#L119
rewards_test.go:119: Error Trace: /runner/_work/identity-api/identity-api/graph/rewards_test.go:119 /runner/_work/identity-api/identity-api/graph/rewards_test.go:902 Error: Received unexpected error: read tcp [::1]:57546->[::1]:32775: read: connection reset by peer models: unable to insert into manufacturers github.com/DIMO-Network/identity-api/models.(*Manufacturer).Insert /runner/_work/identity-api/identity-api/models/manufacturers.go:933 github.com/DIMO-Network/identity-api/graph.(*RewardsQueryTestSuite).createDependencies /runner/_work/identity-api/identity-api/graph/rewards_test.go:118 github.com/DIMO-Network/identity-api/graph.(*RewardsQueryTestSuite).Test_Query_GetAftermarketDeviceEarnings_FwdPaginate /runner/_work/identity-api/identity-api/graph/rewards_test.go:902 reflect.Value.call /opt/hostedtoolcache/go/1.22.3/x64/src/reflect/value.go:596 reflect.Value.Call /opt/hostedtoolcache/go/1.22.3/x64/src/reflect/value.go:380 github.com/stretchr/testify/suite.Run.func1 /home/runner/go/pkg/mod/github.com/stretchr/testify@v1.9.0/suite/suite.go:202 testing.tRunner /opt/hostedtoolcache/go/1.22.3/x64/src/testing/testing.go:1689 runtime.goexit /opt/hostedtoolcache/go/1.22.3/x64/src/runtime/asm_amd64.s:1695 Test: TestRewardsQueryTestSuite/Test_Query_GetAftermarketDeviceEarnings_FwdPaginate
tests: graph/rewards_test.go#L122
rewards_test.go:122: Error Trace: /runner/_work/identity-api/identity-api/graph/rewards_test.go:122 /runner/_work/identity-api/identity-api/graph/rewards_test.go:902 Error: Received unexpected error: read tcp [::1]:57562->[::1]:32775: read: connection reset by peer models: unable to insert into manufacturers github.com/DIMO-Network/identity-api/models.(*Manufacturer).Insert /runner/_work/identity-api/identity-api/models/manufacturers.go:933 github.com/DIMO-Network/identity-api/graph.(*RewardsQueryTestSuite).createDependencies /runner/_work/identity-api/identity-api/graph/rewards_test.go:121 github.com/DIMO-Network/identity-api/graph.(*RewardsQueryTestSuite).Test_Query_GetAftermarketDeviceEarnings_FwdPaginate /runner/_work/identity-api/identity-api/graph/rewards_test.go:902 reflect.Value.call /opt/hostedtoolcache/go/1.22.3/x64/src/reflect/value.go:596 reflect.Value.Call /opt/hostedtoolcache/go/1.22.3/x64/src/reflect/value.go:380 github.com/stretchr/testify/suite.Run.func1 /home/runner/go/pkg/mod/github.com/stretchr/testify@v1.9.0/suite/suite.go:202 testing.tRunner /opt/hostedtoolcache/go/1.22.3/x64/src/testing/testing.go:1689 runtime.goexit /opt/hostedtoolcache/go/1.22.3/x64/src/runtime/asm_amd64.s:1695 Test: TestRewardsQueryTestSuite/Test_Query_GetAftermarketDeviceEarnings_FwdPaginate
tests: graph/rewards_test.go#L125
rewards_test.go:125: Error Trace: /runner/_work/identity-api/identity-api/graph/rewards_test.go:125 /runner/_work/identity-api/identity-api/graph/rewards_test.go:902 Error: Received unexpected error: read tcp [::1]:57570->[::1]:32775: read: connection reset by peer models: unable to insert into vehicles github.com/DIMO-Network/identity-api/models.(*Vehicle).Insert /runner/_work/identity-api/identity-api/models/vehicles.go:1781 github.com/DIMO-Network/identity-api/graph.(*RewardsQueryTestSuite).createDependencies /runner/_work/identity-api/identity-api/graph/rewards_test.go:124 github.com/DIMO-Network/identity-api/graph.(*RewardsQueryTestSuite).Test_Query_GetAftermarketDeviceEarnings_FwdPaginate /runner/_work/identity-api/identity-api/graph/rewards_test.go:902 reflect.Value.call /opt/hostedtoolcache/go/1.22.3/x64/src/reflect/value.go:596 reflect.Value.Call /opt/hostedtoolcache/go/1.22.3/x64/src/reflect/value.go:380 github.com/stretchr/testify/suite.Run.func1 /home/runner/go/pkg/mod/github.com/stretchr/testify@v1.9.0/suite/suite.go:202 testing.tRunner /opt/hostedtoolcache/go/1.22.3/x64/src/testing/testing.go:1689 runtime.goexit /opt/hostedtoolcache/go/1.22.3/x64/src/runtime/asm_amd64.s:1695 Test: TestRewardsQueryTestSuite/Test_Query_GetAftermarketDeviceEarnings_FwdPaginate
tests: graph/rewards_test.go#L128
rewards_test.go:128: Error Trace: /runner/_work/identity-api/identity-api/graph/rewards_test.go:128 /runner/_work/identity-api/identity-api/graph/rewards_test.go:902 Error: Received unexpected error: read tcp [::1]:57572->[::1]:32775: read: connection reset by peer models: unable to insert into aftermarket_devices github.com/DIMO-Network/identity-api/models.(*AftermarketDevice).Insert /runner/_work/identity-api/identity-api/models/aftermarket_devices.go:1392 github.com/DIMO-Network/identity-api/graph.(*RewardsQueryTestSuite).createDependencies /runner/_work/identity-api/identity-api/graph/rewards_test.go:127 github.com/DIMO-Network/identity-api/graph.(*RewardsQueryTestSuite).Test_Query_GetAftermarketDeviceEarnings_FwdPaginate /runner/_work/identity-api/identity-api/graph/rewards_test.go:902 reflect.Value.call /opt/hostedtoolcache/go/1.22.3/x64/src/reflect/value.go:596 reflect.Value.Call /opt/hostedtoolcache/go/1.22.3/x64/src/reflect/value.go:380 github.com/stretchr/testify/suite.Run.func1 /home/runner/go/pkg/mod/github.com/stretchr/testify@v1.9.0/suite/suite.go:202 testing.tRunner /opt/hostedtoolcache/go/1.22.3/x64/src/testing/testing.go:1689 runtime.goexit /opt/hostedtoolcache/go/1.22.3/x64/src/runtime/asm_amd64.s:1695 Test: TestRewardsQueryTestSuite/Test_Query_GetAftermarketDeviceEarnings_FwdPaginate
tests: graph/rewards_test.go#L131
rewards_test.go:131: Error Trace: /runner/_work/identity-api/identity-api/graph/rewards_test.go:131 /runner/_work/identity-api/identity-api/graph/rewards_test.go:902 Error: Received unexpected error: read tcp [::1]:57576->[::1]:32775: read: connection reset by peer models: unable to insert into synthetic_devices github.com/DIMO-Network/identity-api/models.(*SyntheticDevice).Insert /runner/_work/identity-api/identity-api/models/synthetic_devices.go:970 github.com/DIMO-Network/identity-api/graph.(*RewardsQueryTestSuite).createDependencies /runner/_work/identity-api/identity-api/graph/rewards_test.go:130 github.com/DIMO-Network/identity-api/graph.(*RewardsQueryTestSuite).Test_Query_GetAftermarketDeviceEarnings_FwdPaginate /runner/_work/identity-api/identity-api/graph/rewards_test.go:902 reflect.Value.call /opt/hostedtoolcache/go/1.22.3/x64/src/reflect/value.go:596 reflect.Value.Call /opt/hostedtoolcache/go/1.22.3/x64/src/reflect/value.go:380 github.com/stretchr/testify/suite.Run.func1 /home/runner/go/pkg/mod/github.com/stretchr/testify@v1.9.0/suite/suite.go:202 testing.tRunner /opt/hostedtoolcache/go/1.22.3/x64/src/testing/testing.go:1689 runtime.goexit /opt/hostedtoolcache/go/1.22.3/x64/src/runtime/asm_amd64.s:1695 Test: TestRewardsQueryTestSuite/Test_Query_GetAftermarketDeviceEarnings_FwdPaginate
tests: graph/rewards_test.go#L930
rewards_test.go:930: Error Trace: /runner/_work/identity-api/identity-api/graph/rewards_test.go:930 Error: Received unexpected error: read tcp [::1]:57592->[::1]:32775: read: connection reset by peer models: unable to insert into rewards github.com/DIMO-Network/identity-api/models.(*Reward).Insert /runner/_work/identity-api/identity-api/models/rewards.go:1238 github.com/DIMO-Network/identity-api/graph.(*RewardsQueryTestSuite).Test_Query_GetAftermarketDeviceEarnings_FwdPaginate /runner/_work/identity-api/identity-api/graph/rewards_test.go:929 reflect.Value.call /opt/hostedtoolcache/go/1.22.3/x64/src/reflect/value.go:596 reflect.Value.Call /opt/hostedtoolcache/go/1.22.3/x64/src/reflect/value.go:380 github.com/stretchr/testify/suite.Run.func1 /home/runner/go/pkg/mod/github.com/stretchr/testify@v1.9.0/suite/suite.go:202 testing.tRunner /opt/hostedtoolcache/go/1.22.3/x64/src/testing/testing.go:1689 runtime.goexit /opt/hostedtoolcache/go/1.22.3/x64/src/runtime/asm_amd64.s:1695 Test: TestRewardsQueryTestSuite/Test_Query_GetAftermarketDeviceEarnings_FwdPaginate
tests: graph/rewards_test.go#L119
rewards_test.go:119: Error Trace: /runner/_work/identity-api/identity-api/graph/rewards_test.go:119 /runner/_work/identity-api/identity-api/graph/rewards_test.go:492 Error: Received unexpected error: EOF models: unable to insert into manufacturers github.com/DIMO-Network/identity-api/models.(*Manufacturer).Insert /runner/_work/identity-api/identity-api/models/manufacturers.go:933 github.com/DIMO-Network/identity-api/graph.(*RewardsQueryTestSuite).createDependencies /runner/_work/identity-api/identity-api/graph/rewards_test.go:118 github.com/DIMO-Network/identity-api/graph.(*RewardsQueryTestSuite).Test_Query_GetEarningsByVehicle_BackPaginate_Last /runner/_work/identity-api/identity-api/graph/rewards_test.go:492 reflect.Value.call /opt/hostedtoolcache/go/1.22.3/x64/src/reflect/value.go:596 reflect.Value.Call /opt/hostedtoolcache/go/1.22.3/x64/src/reflect/value.go:380 github.com/stretchr/testify/suite.Run.func1 /home/runner/go/pkg/mod/github.com/stretchr/testify@v1.9.0/suite/suite.go:202 testing.tRunner /opt/hostedtoolcache/go/1.22.3/x64/src/testing/testing.go:1689 runtime.goexit /opt/hostedtoolcache/go/1.22.3/x64/src/runtime/asm_amd64.s:1695 Test: TestRewardsQueryTestSuite/Test_Query_GetEarningsByVehicle_BackPaginate_Last
tests: graph/rewards_test.go#L122
rewards_test.go:122: Error Trace: /runner/_work/identity-api/identity-api/graph/rewards_test.go:122 /runner/_work/identity-api/identity-api/graph/rewards_test.go:492 Error: Received unexpected error: read tcp [::1]:57604->[::1]:32775: read: connection reset by peer models: unable to insert into manufacturers github.com/DIMO-Network/identity-api/models.(*Manufacturer).Insert /runner/_work/identity-api/identity-api/models/manufacturers.go:933 github.com/DIMO-Network/identity-api/graph.(*RewardsQueryTestSuite).createDependencies /runner/_work/identity-api/identity-api/graph/rewards_test.go:121 github.com/DIMO-Network/identity-api/graph.(*RewardsQueryTestSuite).Test_Query_GetEarningsByVehicle_BackPaginate_Last /runner/_work/identity-api/identity-api/graph/rewards_test.go:492 reflect.Value.call /opt/hostedtoolcache/go/1.22.3/x64/src/reflect/value.go:596 reflect.Value.Call /opt/hostedtoolcache/go/1.22.3/x64/src/reflect/value.go:380 github.com/stretchr/testify/suite.Run.func1 /home/runner/go/pkg/mod/github.com/stretchr/testify@v1.9.0/suite/suite.go:202 testing.tRunner /opt/hostedtoolcache/go/1.22.3/x64/src/testing/testing.go:1689 runtime.goexit /opt/hostedtoolcache/go/1.22.3/x64/src/runtime/asm_amd64.s:1695 Test: TestRewardsQueryTestSuite/Test_Query_GetEarningsByVehicle_BackPaginate_Last
tests: graph/rewards_test.go#L125
rewards_test.go:125: Error Trace: /runner/_work/identity-api/identity-api/graph/rewards_test.go:125 /runner/_work/identity-api/identity-api/graph/rewards_test.go:492 Error: Received unexpected error: read tcp [::1]:57616->[::1]:32775: read: connection reset by peer models: unable to insert into vehicles github.com/DIMO-Network/identity-api/models.(*Vehicle).Insert /runner/_work/identity-api/identity-api/models/vehicles.go:1781 github.com/DIMO-Network/identity-api/graph.(*RewardsQueryTestSuite).createDependencies /runner/_work/identity-api/identity-api/graph/rewards_test.go:124 github.com/DIMO-Network/identity-api/graph.(*RewardsQueryTestSuite).Test_Query_GetEarningsByVehicle_BackPaginate_Last /runner/_work/identity-api/identity-api/graph/rewards_test.go:492 reflect.Value.call /opt/hostedtoolcache/go/1.22.3/x64/src/reflect/value.go:596 reflect.Value.Call /opt/hostedtoolcache/go/1.22.3/x64/src/reflect/value.go:380 github.com/stretchr/testify/suite.Run.func1 /home/runner/go/pkg/mod/github.com/stretchr/testify@v1.9.0/suite/suite.go:202 testing.tRunner /opt/hostedtoolcache/go/1.22.3/x64/src/testing/testing.go:1689 runtime.goexit /opt/hostedtoolcache/go/1.22.3/x64/src/runtime/asm_amd64.s:1695 Test: TestRewardsQueryTestSuite/Test_Query_GetEarningsByVehicle_BackPaginate_Last
tests: graph/rewards_test.go#L128
rewards_test.go:128: Error Trace: /runner/_work/identity-api/identity-api/graph/rewards_test.go:128 /runner/_work/identity-api/identity-api/graph/rewards_test.go:492 Error: Received unexpected error: read tcp [::1]:57624->[::1]:32775: read: connection reset by peer models: unable to insert into aftermarket_devices github.com/DIMO-Network/identity-api/models.(*AftermarketDevice).Insert /runner/_work/identity-api/identity-api/models/aftermarket_devices.go:1392 github.com/DIMO-Network/identity-api/graph.(*RewardsQueryTestSuite).createDependencies /runner/_work/identity-api/identity-api/graph/rewards_test.go:127 github.com/DIMO-Network/identity-api/graph.(*RewardsQueryTestSuite).Test_Query_GetEarningsByVehicle_BackPaginate_Last /runner/_work/identity-api/identity-api/graph/rewards_test.go:492 reflect.Value.call /opt/hostedtoolcache/go/1.22.3/x64/src/reflect/value.go:596 reflect.Value.Call /opt/hostedtoolcache/go/1.22.3/x64/src/reflect/value.go:380 github.com/stretchr/testify/suite.Run.func1 /home/runner/go/pkg/mod/github.com/stretchr/testify@v1.9.0/suite/suite.go:202 testing.tRunner /opt/hostedtoolcache/go/1.22.3/x64/src/testing/testing.go:1689 runtime.goexit /opt/hostedtoolcache/go/1.22.3/x64/src/runtime/asm_amd64.s:1695 Test: TestRewardsQueryTestSuite/Test_Query_GetEarningsByVehicle_BackPaginate_Last
tests
Process completed with exit code 1.
tests
Restore cache failed: Dependencies file is not found in /runner/_work/identity-api/identity-api. Supported file pattern: go.sum