Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

generate-prod: docfx-go-cloud.google.com failed #621

Open
flaky-bot bot opened this issue Mar 15, 2024 · 4 comments
Open

generate-prod: docfx-go-cloud.google.com failed #621

flaky-bot bot opened this issue Mar 15, 2024 · 4 comments
Labels
flakybot: flaky Tells the Flaky Bot not to close or comment on this issue. flakybot: issue An issue filed by the Flaky Bot. Should not be added manually. priority: p2 Moderately-important priority. Fix may not be included in next release. type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns.

Comments

@flaky-bot
Copy link

flaky-bot bot commented Mar 15, 2024

This test failed!

To configure my behavior, see the Flaky Bot documentation.

If I'm commenting on this issue too often, add the flakybot: quiet label and
I will stop commenting.


commit: 1404e09
buildURL: Build Status, Sponge
status: failed

@flaky-bot flaky-bot bot added flakybot: issue An issue filed by the Flaky Bot. Should not be added manually. priority: p1 Important issue which blocks shipping the next release. Will be fixed prior to next release. type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns. labels Mar 15, 2024
@tbpg
Copy link
Contributor

tbpg commented Mar 20, 2024

This seems like a real issue with the YAML generated for this package.

Error:

[24-03-14 10:23:16.724]Error:[BuildCore.Build Document.Load.UniversalReferenceDocumentProcessor](obj/api/apiv1beta1/automlpb.yml)Unable to load file 'obj/api/apiv1beta1/automlpb.yml' via processor 'UniversalReferenceDocumentProcessor': (Line: 13923, Col: 9, Idx: 843787) - (Line: 13923, Col: 10, Idx: 843788): While scanning for the next token, find character that cannot start any token.

Here is the failing part:

13921         [gcs_destination][google.cloud.automl.v1beta1.OutputConfig.gcs_destination]
13922 
13923         !·······  must be set. Exported are CSV file(s) `tables_1.csv`,

(With !······· being a tab.)

I tried parsing it with yaml.safe_load in Python and got a more helpful error:

yaml.scanner.ScannerError: while scanning for the next token
found character '\t' that cannot start any token
  in "apiv1beta1/automlpb.yml", line 13923, column 9

If I add two spaces before the lines I quoted above (and the ones below it) so that they line up with the - For Translation: line above, it parses successfully.

@tbpg
Copy link
Contributor

tbpg commented Mar 20, 2024

I deleted the blob for now.

@flaky-bot flaky-bot bot added the flakybot: flaky Tells the Flaky Bot not to close or comment on this issue. label Mar 20, 2024
Copy link
Author

flaky-bot bot commented Mar 20, 2024

Looks like this issue is flaky. 😟

I'm going to leave this open and stop commenting.

A human should fix and close this.


When run at the same commit (1404e09), this test passed in one build (Build Status, Sponge) and failed in another build (Build Status, Sponge).

@dandhlee dandhlee added priority: p2 Moderately-important priority. Fix may not be included in next release. and removed priority: p1 Important issue which blocks shipping the next release. Will be fixed prior to next release. labels Mar 28, 2024
@dandhlee
Copy link
Contributor

Downgrading to P2.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
flakybot: flaky Tells the Flaky Bot not to close or comment on this issue. flakybot: issue An issue filed by the Flaky Bot. Should not be added manually. priority: p2 Moderately-important priority. Fix may not be included in next release. type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Projects
None yet
Development

No branches or pull requests

2 participants