Skip to content

Changed IdWrapper creation to match schema change #8

Changed IdWrapper creation to match schema change

Changed IdWrapper creation to match schema change #8

Re-run triggered November 17, 2023 05:57
Status Failure
Total duration 3m 40s
Artifacts

go.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

14 errors
build_ubuntu: parser/courseParser.go#L50
cannot convert primitive.NewObjectID().Hex() (value of type string) to type schema.IdWrapper
build_ubuntu: parser/professorParser.go#L32
cannot convert primitive.NewObjectID().Hex() (value of type string) to type schema.IdWrapper
build_ubuntu: parser/sectionParser.go#L24
cannot convert primitive.NewObjectID().Hex() (value of type string) to type schema.IdWrapper
build_ubuntu: scrapers/events.go#L305
cannot convert primitive.NewObjectID().Hex() (value of type string) to type schema.IdWrapper
build_ubuntu: scrapers/organizations.go#L225
cannot convert primitive.NewObjectID().Hex() (value of type string) to type schema.IdWrapper
build_ubuntu: scrapers/profiles.go#L273
cannot convert primitive.NewObjectID().Hex() (value of type string) to type schema.IdWrapper
build_ubuntu
Process completed with exit code 2.
build_windows: parser/courseParser.go#L50
cannot convert primitive.NewObjectID().Hex() (value of type string) to type schema.IdWrapper
build_windows: parser/professorParser.go#L32
cannot convert primitive.NewObjectID().Hex() (value of type string) to type schema.IdWrapper
build_windows: parser/sectionParser.go#L24
cannot convert primitive.NewObjectID().Hex() (value of type string) to type schema.IdWrapper
build_windows: scrapers/events.go#L305
cannot convert primitive.NewObjectID().Hex() (value of type string) to type schema.IdWrapper
build_windows: scrapers/organizations.go#L225
cannot convert primitive.NewObjectID().Hex() (value of type string) to type schema.IdWrapper
build_windows: scrapers/profiles.go#L273
cannot convert primitive.NewObjectID().Hex() (value of type string) to type schema.IdWrapper
build_windows
Process completed with exit code 1.