You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
panic: Something in this program imports go4.org/unsafe/assume-no-moving-gc to declare that it assumes a non-moving garbage collector, but your version of go4.org/unsafe/assume-no-moving-gc hasn't been updated to assert that it's safe against the go1.21 runtime. If you want to risk it, run with environment variable ASSUME_NO_MOVING_GC_UNSAFE_RISK_IT_WITH=go1.21 set. Notably, if go1.21 adds a moving garbage collector, this program is unsafe to use.
Due to the outdated reliance on go4.org/unsafe/assume-no-moving-gc, this has been eliminated in the most recent version.
Please download the latest binary from https://github.com/j3ssie/metabigor/releases, and this should resolve the issue.
j3ssie
changed the title
this program is unsafe to use
unsafe runtime due to go4.org/unsafe/assume-no-moving-gcDec 15, 2023
j3ssie
changed the title
unsafe runtime due to go4.org/unsafe/assume-no-moving-gc
unsafe runtime due to go4.org/unsafe/assume-no-moving-gcDec 15, 2023
echo "ASN1111" | metabigor netd --asn -o /tmp/result.txt
panic: Something in this program imports go4.org/unsafe/assume-no-moving-gc to declare that it assumes a non-moving garbage collector, but your version of go4.org/unsafe/assume-no-moving-gc hasn't been updated to assert that it's safe against the go1.21 runtime. If you want to risk it, run with environment variable ASSUME_NO_MOVING_GC_UNSAFE_RISK_IT_WITH=go1.21 set. Notably, if go1.21 adds a moving garbage collector, this program is unsafe to use.
goroutine 1 [running]:
go4.org/unsafe/assume-no-moving-gc.init.0()
/root/go/pkg/mod/go4.org/unsafe/[email protected]/untested.go:25 +0x1da
`
The text was updated successfully, but these errors were encountered: