Skip to content

feat: adds a MongoDB connector (closes smallstep/certificates#141) #49

feat: adds a MongoDB connector (closes smallstep/certificates#141)

feat: adds a MongoDB connector (closes smallstep/certificates#141) #49

Re-run triggered January 11, 2024 17:54
Status Failure
Total duration 2m 24s
Artifacts

ci.yml

on: pull_request
ci  /  ...  /  set-go-matrix
0s
ci / build / set-go-matrix
ci  /  ...  /  set-go-matrix
ci / test / set-go-matrix
ci  /  actionlint
8s
ci / actionlint
ci  /  ...  /  lint
40s
ci / lint / lint
ci  /  ...  /  govulncheck
21s
ci / govulncheck / govulncheck
Matrix: ci / codeql / CodeQL Analyze
Matrix: test
Matrix: ci / build / build
Matrix: ci / test / test
Waiting for pending jobs
Fit to window
Zoom out
Zoom in

Annotations

33 errors and 1 warning
ci / govulncheck / govulncheck
missing go.sum entry for module providing package github.com/klauspost/compress/zstd (imported by github.com/dgraph-io/badger/v2/y); to add:
ci / govulncheck / govulncheck
could not import github.com/klauspost/compress/zstd (invalid package name: "")
ci / govulncheck / govulncheck: mongo/mongo.go#L13
no required module provides package go.mongodb.org/mongo-driver/bson; to add it:
ci / govulncheck / govulncheck: mongo/mongo.go#L14
no required module provides package go.mongodb.org/mongo-driver/mongo; to add it:
ci / govulncheck / govulncheck: mongo/mongo.go#L15
no required module provides package go.mongodb.org/mongo-driver/mongo/options; to add it:
ci / govulncheck / govulncheck: mongo/mongo.go#L16
no required module provides package go.mongodb.org/mongo-driver/mongo/writeconcern; to add it:
ci / govulncheck / govulncheck: mongo/mongo.go#L13
could not import go.mongodb.org/mongo-driver/bson (invalid package name: "")
ci / govulncheck / govulncheck: mongo/mongo.go#L14
could not import go.mongodb.org/mongo-driver/mongo (invalid package name: "")
ci / govulncheck / govulncheck: mongo/mongo.go#L15
could not import go.mongodb.org/mongo-driver/mongo/options (invalid package name: "")
ci / govulncheck / govulncheck: mongo/mongo.go#L16
could not import go.mongodb.org/mongo-driver/mongo/writeconcern (invalid package name: "")
test (oldstable)
missing go.sum entry for module providing package github.com/klauspost/compress/zstd (imported by github.com/dgraph-io/badger/v2/y); to add:
test (oldstable): mongo/mongo.go#L13
no required module provides package go.mongodb.org/mongo-driver/bson; to add it:
test (oldstable): mongo/mongo.go#L14
no required module provides package go.mongodb.org/mongo-driver/mongo; to add it:
test (oldstable): mongo/mongo.go#L15
no required module provides package go.mongodb.org/mongo-driver/mongo/options; to add it:
test (oldstable): mongo/mongo.go#L16
no required module provides package go.mongodb.org/mongo-driver/mongo/writeconcern; to add it:
test (oldstable)
Process completed with exit code 2.
test (stable)
The job was canceled because "oldstable" failed.
test (stable)
missing go.sum entry for module providing package github.com/klauspost/compress/zstd (imported by github.com/dgraph-io/badger/v2/y); to add:
test (stable): mongo/mongo.go#L13
no required module provides package go.mongodb.org/mongo-driver/bson; to add it:
test (stable): mongo/mongo.go#L14
no required module provides package go.mongodb.org/mongo-driver/mongo; to add it:
test (stable): mongo/mongo.go#L15
no required module provides package go.mongodb.org/mongo-driver/mongo/options; to add it:
test (stable): mongo/mongo.go#L16
no required module provides package go.mongodb.org/mongo-driver/mongo/writeconcern; to add it:
test (stable)
Process completed with exit code 2.
ci / lint / lint: mongo/mongo.go#L235
missing type in composite literal (typecheck)
ci / lint / lint: mongo/mongo.go#L349
missing type in composite literal (typecheck)
ci / lint / lint: mongo/mongo.go#L353
missing type in composite literal (typecheck)
ci / lint / lint: badger/v2/badger.go#L19
undefined: badger (typecheck)
ci / lint / lint: badger/v2/badger.go#L127
undefined: badger (typecheck)
ci / lint / lint: badger/v2/badger.go#L252
undefined: badger (typecheck)
ci / lint / lint: badger/v2/badger.go#L31
undefined: badger (typecheck)
ci / lint / lint: badger/v2/badger.go#L44
undefined: badger (typecheck)
ci / lint / lint: badger/v2/badger.go#L47
undefined: badger (typecheck)
ci / lint / lint: badger/v2/badger.go#L63
undefined: badger (typecheck)
ci / codeql / CodeQL Analyze (go)
The "paths"/"paths-ignore" fields of the config only have effect for JavaScript, Python, and Ruby