FIRST-Tech-Challenge / fmltc

FIRST Machine Learning Toolchain
Other
39 stars 14 forks source link

Improved logging to reduce clutter in sentry. #198

Closed lizlooney closed 2 years ago

lizlooney commented 2 years ago

If training job ends because it runs out of time, log as info, not critical.

Improved logging for out-of-memory error during training. Fixed a lot of error messages that were missing a single quote.

github-actions[bot] commented 2 years ago

Terraform plan Succeeded for Workspace: default

Show Output ```diff An execution plan has been generated and is shown below. Resource actions are indicated with the following symbols: ! update in-place -/+ destroy and then create replacement Terraform will perform the following actions: # module.dev.google_app_engine_standard_app_version.fmltc-app-v1 will be updated in-place ! resource "google_app_engine_standard_app_version" "fmltc-app-v1" { id = "apps/ftc-ml-firstinspires-dev/services/default/versions/v1" name = "apps/ftc-ml-firstinspires-dev/services/default/versions/v1" # (9 unchanged attributes hidden) ! deployment { ! zip { ! source_url = "https://storage.googleapis.com/ftc-ml-firstinspires-dev-gae-source/bac5964e1a101d678d8a70118eddaad4.zip" -> "https://storage.googleapis.com/ftc-ml-firstinspires-dev-gae-source/75e1ff1d89d2cc41deff1c2c8df6b621.zip" # (1 unchanged attribute hidden) } } - handlers { - auth_fail_action = "AUTH_FAIL_ACTION_REDIRECT" -> null - login = "LOGIN_OPTIONAL" -> null - security_level = "SECURE_OPTIONAL" -> null - url_regex = ".*" -> null - script { - script_path = "auto" -> null } } # (8 unchanged blocks hidden) } # module.dev.google_cloudfunctions_function.perform-action will be updated in-place ! resource "google_cloudfunctions_function" "perform-action" { id = "projects/ftc-ml-firstinspires-dev/locations/us-central1/functions/perform_action" name = "perform_action" ! source_archive_object = "3d34a81b0b4dece5c36df482d84b1b6e.zip" -> "4c131e6bd6409565b8f91eac41107674.zip" # (13 unchanged attributes hidden) # (2 unchanged blocks hidden) } # module.dev.google_storage_bucket_object.app-server-archive must be replaced -/+ resource "google_storage_bucket_object" "app-server-archive" { ! content_type = "application/zip" -> (known after apply) ! crc32c = "Hd4hlQ==" -> (known after apply) ! detect_md5hash = "usWWThoQHWeNinARjt2q1A==" -> "different hash" # forces replacement - event_based_hold = false -> null ! id = "ftc-ml-firstinspires-dev-gae-source-bac5964e1a101d678d8a70118eddaad4.zip" -> (known after apply) + kms_key_name = (known after apply) ! md5hash = "usWWThoQHWeNinARjt2q1A==" -> (known after apply) ! media_link = "https://storage.googleapis.com/download/storage/v1/b/ftc-ml-firstinspires-dev-gae-source/o/bac5964e1a101d678d8a70118eddaad4.zip?generation=1636415818385748&alt=media" -> (known after apply) - metadata = {} -> null ! name = "bac5964e1a101d678d8a70118eddaad4.zip" -> "75e1ff1d89d2cc41deff1c2c8df6b621.zip" # forces replacement ! output_name = "bac5964e1a101d678d8a70118eddaad4.zip" -> (known after apply) ! self_link = "https://www.googleapis.com/storage/v1/b/ftc-ml-firstinspires-dev-gae-source/o/bac5964e1a101d678d8a70118eddaad4.zip" -> (known after apply) ! storage_class = "STANDARD" -> (known after apply) - temporary_hold = false -> null # (2 unchanged attributes hidden) } # module.dev.google_storage_bucket_object.cloud-function-archive must be replaced -/+ resource "google_storage_bucket_object" "cloud-function-archive" { ! content_type = "application/zip" -> (known after apply) ! crc32c = "q1cnNg==" -> (known after apply) ! detect_md5hash = "PTSoGwtN7OXDbfSC2Esbbg==" -> "different hash" # forces replacement - event_based_hold = false -> null ! id = "ftc-ml-firstinspires-dev-gcf-source-3d34a81b0b4dece5c36df482d84b1b6e.zip" -> (known after apply) + kms_key_name = (known after apply) ! md5hash = "PTSoGwtN7OXDbfSC2Esbbg==" -> (known after apply) ! media_link = "https://storage.googleapis.com/download/storage/v1/b/ftc-ml-firstinspires-dev-gcf-source/o/3d34a81b0b4dece5c36df482d84b1b6e.zip?generation=1636415818427325&alt=media" -> (known after apply) - metadata = {} -> null ! name = "3d34a81b0b4dece5c36df482d84b1b6e.zip" -> "4c131e6bd6409565b8f91eac41107674.zip" # forces replacement ! output_name = "3d34a81b0b4dece5c36df482d84b1b6e.zip" -> (known after apply) ! self_link = "https://www.googleapis.com/storage/v1/b/ftc-ml-firstinspires-dev-gcf-source/o/3d34a81b0b4dece5c36df482d84b1b6e.zip" -> (known after apply) ! storage_class = "STANDARD" -> (known after apply) - temporary_hold = false -> null # (2 unchanged attributes hidden) } Plan: 2 to add, 2 to change, 2 to destroy. ```