-
-
Notifications
You must be signed in to change notification settings - Fork 281
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
Build failure under 1.80.0 #696
Labels
C-duplicate
Category: exact duplicate
C-invalid
Category: no issue exists or the issue cannot be reproduced
Comments
1 task
howardjohn
added a commit
to howardjohn/ztunnel
that referenced
this issue
Jul 29, 2024
* `time` needs update in fuzz/ (time-rs/time#696, probably a bug), so I updated all packages * Fix comment that is supposed to have a newline * Disable 2 new linters that are false positives all over the codebase
istio-testing
pushed a commit
to istio/ztunnel
that referenced
this issue
Jul 29, 2024
* Improve XDS error diagnostics Based on user feedback. Before/after dns outage ``` 2024-07-29T17:10:59.111431Z warn xds::client:xds{id=14} XDS client connection error: gRPC connection error:status: Unknown, message: "client error (Connect)", source: dns error: failed to lookup address information: Temporary failure in name resolution, retrying in 15s 2024-07-29T17:22:14.958433Z warn xds::client:xds{id=3} XDS client connection error: gRPC connection error connecting to https://istiod.istio-system.svc:15012: status: Unknown, message: "client error (Connect)", source: dns error: failed to lookup address information: Temporary failure in name resolution (hint: is the DNS server reachable?), retrying in 80ms ``` wrong dns name ``` 2024-07-29T17:22:47.910253Z warn xds::client:xds{id=10} XDS client connection error: gRPC connection error:status: Unknown, message: "client error (Connect)", source: dns error: failed to lookup address information: Name or service not known, retrying in 10.24s 2024-07-29T17:22:47.910253Z warn xds::client:xds{id=10} XDS client connection error: gRPC connection error connecting to https://istiodx.istio-system.svc:15012: status: Unknown, message: "client error (Connect)", source: dns error: failed to lookup address information: Name or service not known, retrying in 10.24s ``` Bad auth (ztunnel) ``` 2024-07-29T17:25:29.137815Z warn xds::client:xds{id=11} XDS client connection error: gRPC connection error connecting to https://istiod.istio-system.svc:15012: status: Unauthenticated, message: "authentication failure", retrying in 15s 2024-07-29T17:35:00.273104Z warn xds::client:xds{id=9} XDS client connection error: gRPC connection error connecting to https://istiod.istio-system.svc:15012: status: Unauthenticated, message: "authentication failure" (hint: check the control plane logs for more information), retrying in 5.12s ``` * Support building with rust 1.80 * `time` needs update in fuzz/ (time-rs/time#696, probably a bug), so I updated all packages * Fix comment that is supposed to have a newline * Disable 2 new linters that are false positives all over the codebase
jhpratt
added
C-duplicate
Category: exact duplicate
C-invalid
Category: no issue exists or the issue cannot be reproduced
labels
Jul 30, 2024
1 task
4 tasks
kxxt
added a commit
to kxxt/archriscv-packages
that referenced
this issue
Aug 5, 2024
- Add fix for time-rs/time#696 - Patch ring 0.16.20
felixonmars
pushed a commit
to felixonmars/archriscv-packages
that referenced
this issue
Aug 6, 2024
- Add fix for time-rs/time#696 - Patch ring 0.16.20
tombriden
added a commit
to tombriden/pam_rssh
that referenced
this issue
Aug 16, 2024
required for `time` dependency: time-rs/time#696
kentsommer
added a commit
to kentsommer/nix-config
that referenced
this issue
Aug 19, 2024
kentsommer
added a commit
to kentsommer/nix-config
that referenced
this issue
Aug 19, 2024
dbarnett
added a commit
to dbarnett/gg
that referenced
this issue
Aug 21, 2024
gulbanana
pushed a commit
to gulbanana/gg
that referenced
this issue
Aug 22, 2024
1 task
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
C-duplicate
Category: exact duplicate
C-invalid
Category: no issue exists or the issue cannot be reproduced
I recently upgraded to 1.80.0 from 1.79.0 and ran my program and got the following when the crates were being pulled down, during a cargo run.
If I change back to 1.79.0 and re-run then the problem goes away.
Thanks
The text was updated successfully, but these errors were encountered: