-
Notifications
You must be signed in to change notification settings - Fork 11.2k
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
telemetry breaks sui move test
(also it would be nice if it were feature flagged)
#17426
Labels
cli
Command line tools
Comments
Thanks for the report @skaunov -- the issue here is not with telemetry, it's a panic in the compiler (and telemetry is logging that panic):
The panicking line is here:
@skaunov, if you have it to hand, can you share the Move code that you sent to the compiler to get it to panic? |
Had to remove that instance. =( But the code was taken from the guide.
In a week I'll try to reinstate the thing, and get back here then.
…On Wed, May 1 2024 at 06:38:53 AM -0700, Ashok Menon ***@***.***> wrote:
Thanks for the report @skaunov <https://github.com/skaunov> -- the
issue here is not with telemetry, it's a panic in the compiler (and
telemetry is logging that panic):
called `Option::unwrap()` on a `None` value
panic.file="external-crates/move/crates/move-compiler/src/sui_mode/id_leak.rs"
panic.line=158 panic.column=56
The panicking line is here:
<https://github.com/MystenLabs/sui/blob/92ba3bc7a6cf446edb742b53ea539369e6d11ae3/external-crates/move/crates/move-compiler/src/sui_mode/id_leak.rs#L158>
@skaunov <https://github.com/skaunov>, if you have it to hand, can
you share the Move code that you sent to the compiler to get it to
panic?
—
Reply to this email directly, view it on GitHub
<#17426 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/APXLOT72BK4YY6YJ6DUTPALZADV63AVCNFSM6AAAAABHBBJ3OSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDAOBYGQ3TONBSG4>.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
7 tasks
tnowacki
added a commit
that referenced
this issue
May 3, 2024
## Description - Fixes #17426 - The id-leak assumed pack visibility was a blocking error ## Test plan - Added a test --- ## Release notes Check each box that your changes affect. If none of the boxes relate to your changes, release notes aren't required. For each box you select, include information after the relevant heading that describes the impact of your changes that a user might notice and any actions they must take to implement updates. - [ ] Protocol: - [ ] Nodes (Validators and Full nodes): - [ ] Indexer: - [ ] JSON-RPC: - [ ] GraphQL: - [X] CLI: Fixed a bug where the Move compiler could panic when instantiating an object outside of its defining module. - [ ] Rust SDK:
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Steps to Reproduce Issue
Fill this in with the concrete steps needed to reproduce the bug. When providing code in the reproduction steps, use the smallest snippet of code that demonstrates the issue, removing any extraneous details.
e.g.
sui move test
in KVM.Expected Result
As per the guide describes it.
Actual Result
System Information
Couple of previous versions also errored on "telemetry".
The text was updated successfully, but these errors were encountered: