Closed dependabot[bot] closed 3 months ago
Seeing some probe-scraper DAG failures today that are possibly related to this.
[2024-07-16, 03:33:54 UTC] {pod_manager.py:466} INFO - [base] ~/mozilla-pipeline-schemas ~/mozilla-pipeline-schemas ~ ~
[2024-07-16, 03:33:54 UTC] {pod_manager.py:466} INFO - [base] + git remote -v
[2024-07-16, 03:33:54 UTC] {pod_manager.py:466} INFO - [base] + grep mozilla-pipeline-schemas
[2024-07-16, 03:33:54 UTC] {pod_manager.py:466} INFO - [base] origin git@github.com:mozilla-services/mozilla-pipeline-schemas.git (fetch)
[2024-07-16, 03:33:54 UTC] {pod_manager.py:466} INFO - [base] origin git@github.com:mozilla-services/mozilla-pipeline-schemas.git (push)
[2024-07-16, 03:35:25 UTC] {pod_manager.py:466} INFO - [base] + mozilla-schema-generator generate-main-ping --mps-branch main --out-dir ./telemetry
[2024-07-16, 03:35:28 UTC] {pod_manager.py:466} INFO - [base] + mozilla-schema-generator generate-bhr-ping --mps-branch main --out-dir ./telemetry
[2024-07-16, 03:36:09 UTC] {pod_manager.py:466} INFO - [base] + mozilla-schema-generator generate-common-pings --common-pings-config /app/mozilla-schema-generator/common_pings.json --mps-branch main --out-dir ./telemetry
[2024-07-16, 03:36:11 UTC] {pod_manager.py:466} INFO - [base] + mozilla-schema-generator generate-glean-pings --mps-branch main --out-dir .
[2024-07-16, 03:36:12 UTC] {pod_manager.py:483} INFO - [base] Error: Unknown metric types in Glean Schema: labeled_custom_distribution, labeled_memory_distribution, labeled_timing_distribution. Please add them to /app/mozilla-schema-generator/mozilla_schema_generator/configs/glean.yaml
[2024-07-16, 03:36:12 UTC] {pod_manager.py:511} WARNING - Pod schema-generator-1-xw6sn0c6 log read interrupted but container base still running
[2024-07-16, 03:36:13 UTC] {pod_manager.py:483} INFO - [base] Error: Unknown metric types in Glean Schema: labeled_custom_distribution, labeled_memory_distribution, labeled_timing_distribution. Please add them to /app/mozilla-schema-generator/mozilla_schema_generator/configs/glean.yaml
[2024-07-16, 03:36:14 UTC] {pod_manager.py:616} INFO - Pod schema-generator-1-xw6sn0c6 has phase Running
[2024-07-16, 03:36:16 UTC] {pod.py:912} INFO - Skipping deleting pod: schema-generator-1-xw6sn0c6
huh, Oh, because of the schema changes it actually picks those up? We can revert for the moment and get that work in correctly first.
Updates the requirements on glean-parser to permit the latest version.
Release notes
Sourced from glean-parser's releases.
Changelog
Sourced from glean-parser's changelog.
... (truncated)
Commits
5cab2a2
Release v14.2.02bd34de
bug 1657947 - New metric types labeled_{custom|memory|timing}_distribution4331690
Release v14.1.3153b152
Object metric: Generate typealias for top-level items9a45d99
Bump ruff from 0.4.9 to 0.5.0a627c97
Bump ruff from 0.4.2 to 0.4.993f9b96
Bump pytest from 8.2.0 to 8.2.293938be
Bump coverage from 7.5.0 to 7.5.3f484585
Release v14.1.243d6346
ping_schedule: Gracefully handle missing pingDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show