Skip to content

enable HNSW index for matrix factorization by default #1487

enable HNSW index for matrix factorization by default

enable HNSW index for matrix factorization by default #1487

Triggered via pull request January 26, 2025 03:51
Status Failure
Total duration 9m 19s
Artifacts

build_test.yml

on: pull_request
Matrix: integrate tests
Fit to window
Zoom out
Zoom in

Annotations

45 errors and 11 warnings
lint: cmd/gorse-in-one/main.go#L38
could not import github.com/zhenghaoz/gorse/master (-: # github.com/zhenghaoz/gorse/master
lint: cmd/gorse-in-one/main.go#L41
could not import github.com/zhenghaoz/gorse/worker (-: # github.com/zhenghaoz/gorse/worker
lint: cmd/gorse-master/main.go#L25
could not import github.com/zhenghaoz/gorse/master (-: # github.com/zhenghaoz/gorse/master
lint: cmd/gorse-worker/main.go#L24
could not import github.com/zhenghaoz/gorse/worker (-: # github.com/zhenghaoz/gorse/worker
lint: config/config.go#L1
: # github.com/zhenghaoz/gorse/config [github.com/zhenghaoz/gorse/config.test]
lint: master/local_cache.go#L1
: # github.com/zhenghaoz/gorse/master [github.com/zhenghaoz/gorse/master.test]
lint: worker/local_cache.go#L1
: # github.com/zhenghaoz/gorse/worker [github.com/zhenghaoz/gorse/worker.test]
lint
issues found
integrate tests (postgres)
Process completed with exit code 17.
integrate tests (clickhouse)
The job was canceled because "postgres" failed.
integrate tests (clickhouse)
The operation was canceled.
integrate tests (mongo)
The job was canceled because "postgres" failed.
integrate tests (mongo)
The operation was canceled.
integrate tests (mysql)
The job was canceled because "postgres" failed.
integrate tests (mysql)
The operation was canceled.
unit tests: worker/worker.go#L546
w.Config.Recommend.Collaborative.EnableIndex undefined (type config.CollaborativeConfig has no field or method EnableIndex)
unit tests: worker/worker.go#L561
w.Config.Recommend.Collaborative.IndexRecall undefined (type config.CollaborativeConfig has no field or method IndexRecall)
unit tests: worker/worker.go#L562
w.Config.Recommend.Collaborative.IndexFitEpoch undefined (type config.CollaborativeConfig has no field or method IndexFitEpoch)
unit tests: worker/worker.go#L633
w.Config.Recommend.Collaborative.EnableIndex undefined (type config.CollaborativeConfig has no field or method EnableIndex)
unit tests: master/rest.go#L583
m.Config.Recommend.Collaborative.EnableIndex undefined (type config.CollaborativeConfig has no field or method EnableIndex)
unit tests: config/config_test.go#L116
config.Recommend.Collaborative.EnableIndex undefined (type CollaborativeConfig has no field or method EnableIndex)
unit tests: config/config_test.go#L117
config.Recommend.Collaborative.IndexRecall undefined (type CollaborativeConfig has no field or method IndexRecall)
unit tests: config/config_test.go#L118
config.Recommend.Collaborative.IndexFitEpoch undefined (type CollaborativeConfig has no field or method IndexFitEpoch)
unit tests: config/config_test.go#L393
cfg1.Recommend.Collaborative.EnableIndex undefined (type CollaborativeConfig has no field or method EnableIndex)
unit tests: config/config_test.go#L394
cfg2.Recommend.Collaborative.EnableIndex undefined (type CollaborativeConfig has no field or method EnableIndex)
unit tests (macOS): worker/worker.go#L546
w.Config.Recommend.Collaborative.EnableIndex undefined (type config.CollaborativeConfig has no field or method EnableIndex)
unit tests (macOS): worker/worker.go#L561
w.Config.Recommend.Collaborative.IndexRecall undefined (type config.CollaborativeConfig has no field or method IndexRecall)
unit tests (macOS): worker/worker.go#L562
w.Config.Recommend.Collaborative.IndexFitEpoch undefined (type config.CollaborativeConfig has no field or method IndexFitEpoch)
unit tests (macOS): worker/worker.go#L633
w.Config.Recommend.Collaborative.EnableIndex undefined (type config.CollaborativeConfig has no field or method EnableIndex)
unit tests (macOS): master/rest.go#L583
m.Config.Recommend.Collaborative.EnableIndex undefined (type config.CollaborativeConfig has no field or method EnableIndex)
unit tests (macOS): config/config_test.go#L116
config.Recommend.Collaborative.EnableIndex undefined (type CollaborativeConfig has no field or method EnableIndex)
unit tests (macOS): config/config_test.go#L117
config.Recommend.Collaborative.IndexRecall undefined (type CollaborativeConfig has no field or method IndexRecall)
unit tests (macOS): config/config_test.go#L118
config.Recommend.Collaborative.IndexFitEpoch undefined (type CollaborativeConfig has no field or method IndexFitEpoch)
unit tests (macOS): config/config_test.go#L393
cfg1.Recommend.Collaborative.EnableIndex undefined (type CollaborativeConfig has no field or method EnableIndex)
unit tests (macOS): config/config_test.go#L394
cfg2.Recommend.Collaborative.EnableIndex undefined (type CollaborativeConfig has no field or method EnableIndex)
unit tests (Windows): worker/worker.go#L546
w.Config.Recommend.Collaborative.EnableIndex undefined (type config.CollaborativeConfig has no field or method EnableIndex)
unit tests (Windows): worker/worker.go#L561
w.Config.Recommend.Collaborative.IndexRecall undefined (type config.CollaborativeConfig has no field or method IndexRecall)
unit tests (Windows): worker/worker.go#L562
w.Config.Recommend.Collaborative.IndexFitEpoch undefined (type config.CollaborativeConfig has no field or method IndexFitEpoch)
unit tests (Windows): worker/worker.go#L633
w.Config.Recommend.Collaborative.EnableIndex undefined (type config.CollaborativeConfig has no field or method EnableIndex)
unit tests (Windows): master/rest.go#L583
m.Config.Recommend.Collaborative.EnableIndex undefined (type config.CollaborativeConfig has no field or method EnableIndex)
unit tests (Windows): config/config_test.go#L116
config.Recommend.Collaborative.EnableIndex undefined (type CollaborativeConfig has no field or method EnableIndex)
unit tests (Windows): config/config_test.go#L117
config.Recommend.Collaborative.IndexRecall undefined (type CollaborativeConfig has no field or method IndexRecall)
unit tests (Windows): config/config_test.go#L118
config.Recommend.Collaborative.IndexFitEpoch undefined (type CollaborativeConfig has no field or method IndexFitEpoch)
unit tests (Windows): config/config_test.go#L393
cfg1.Recommend.Collaborative.EnableIndex undefined (type CollaborativeConfig has no field or method EnableIndex)
unit tests (Windows): config/config_test.go#L394
cfg2.Recommend.Collaborative.EnableIndex undefined (type CollaborativeConfig has no field or method EnableIndex)
lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
lint
Restore cache failed: Dependencies file is not found in /home/runner/work/gorse/gorse. Supported file pattern: go.sum
lint
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
lint
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
compatibility tests
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
compatibility tests
Restore cache failed: Dependencies file is not found in /home/runner/work/gorse/gorse. Supported file pattern: go.sum
integrate tests (postgres)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
unit tests
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
unit tests
Restore cache failed: Dependencies file is not found in /home/runner/work/gorse/gorse. Supported file pattern: go.sum
unit tests (macOS)
Restore cache failed: Dependencies file is not found in /Users/runner/work/gorse/gorse. Supported file pattern: go.sum
unit tests (Windows)
Restore cache failed: Dependencies file is not found in D:\a\gorse\gorse. Supported file pattern: go.sum