Skip to content

Refactoring Juicebox GCP Service #8

Refactoring Juicebox GCP Service

Refactoring Juicebox GCP Service #8

Triggered via pull request June 23, 2025 13:07
Status Failure
Total duration 2m 3s
Artifacts

lint_and_test.yml

on: pull_request
Lint and Test
2m 0s
Lint and Test
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Lint and Test
records.NewMongoRecordStore calls options.ClientOptions.ApplyURI, which eventually calls os.ReadFile
Lint and Test
jb.main calls trace.TracerProvider.Shutdown, which eventually calls os.ReadDir
Lint and Test
records.NewMongoRecordStore calls mongo.Connect, which eventually calls os.Pipe
Lint and Test
records.NewMongoRecordStore calls mongo.Connect, which eventually calls os.OpenFile
Lint and Test
jb.main calls rand.Read, which eventually calls os.Open
Lint and Test
secrets.init calls os.init, which calls os.NewFile
Lint and Test
router.RunRouter calls echo.New, which eventually calls os.Getwd
Lint and Test
router.RunRouter calls log.Logger.Fatal, which eventually calls os.CreateTemp
Lint and Test
secrets.NewGcpSecretsManager calls apiv1.NewClient, which eventually calls http.Client.PostForm
Lint and Test
records.DynamoDbRecordStore.WriteRecord calls dynamodb.Client.PutItem, which eventually calls http.Client.Do