-
Notifications
You must be signed in to change notification settings - Fork 79
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
oracle/neofs: upgrade to SDK RC11 #3129
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Codecov Report
@@ Coverage Diff @@
## master #3129 +/- ##
=======================================
Coverage 84.82% 84.83%
=======================================
Files 330 330
Lines 44322 44320 -2
=======================================
- Hits 37598 37597 -1
Misses 5212 5212
+ Partials 1512 1511 -1
... and 4 files with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
AnnaShaleva
approved these changes
Sep 13, 2023
roman-khimov
added
bug
Something isn't working
dependencies
Dealing with project dependencies
labels
Sep 13, 2023
It requires explicit signers, and we have a problem with the old code: 2023-09-12T18:42:00.063Z WARN failed to perform oracle request {"url": "neofs:FMDZvqUCqcduZa8HD6wJNsHWrJ6sqkgBveGuYuL38pvH/5DCg4wUgWuWN3zsF4P4HdAzY2iKvXcrZ8QBLYGd1D1g2", "error": "failed to create client: incorrect signer: expected ECDSA_DETERMINISTIC_SHA256 scheme"} Signed-off-by: Roman Khimov <[email protected]>
2023-09-13T06:04:07.114Z WARN failed to perform oracle request {"url": "neofs:BE2c15AbYnKdcsVh77LisCtjifoNEJUekANo1yhQ211X/FMDZvqUCqcduZa8HD6wJNsHWrJ6sqkgBveGuYuL38pvH", "error": "header: status: code = 3072 message = container not found"} panic: runtime error: invalid memory address or nil pointer dereference [signal SIGSEGV: segmentation violation code=0x1 addr=0x50 pc=0xde7c8f] goroutine 302 [running]: github.com/nspcc-dev/neofs-sdk-go/client.(*PayloadReader).close(0x0?, 0x0?) github.com/nspcc-dev/[email protected]/client/object_get.go:200 +0x2f github.com/nspcc-dev/neofs-sdk-go/client.(*PayloadReader).Close(0x0?) github.com/nspcc-dev/[email protected]/client/object_get.go:229 +0x1e github.com/nspcc-dev/neo-go/pkg/services/oracle/neofs.clientCloseWrapper.Close({{0x14b45f8?, 0x0?}, 0xc0010a1380?}) github.com/nspcc-dev/neo-go/pkg/services/oracle/neofs/neofs.go:97 +0x3c github.com/nspcc-dev/neo-go/pkg/services/oracle.(*Oracle).processRequest(0xc000255800, 0xc001dfa210, {0xb2d?, 0xc001ad8000?}) github.com/nspcc-dev/neo-go/pkg/services/oracle/request.go:168 +0xee7 github.com/nspcc-dev/neo-go/pkg/services/oracle.(*Oracle).runRequestWorker(0xc000255800) github.com/nspcc-dev/neo-go/pkg/services/oracle/request.go:36 +0xe5 created by github.com/nspcc-dev/neo-go/pkg/services/oracle.(*Oracle).start github.com/nspcc-dev/neo-go/pkg/services/oracle/oracle.go:216 +0xae Signed-off-by: Roman Khimov <[email protected]>
roman-khimov
force-pushed
the
neofs-sdk-up
branch
from
September 13, 2023 07:51
c0ab24b
to
a0f9743
Compare
AnnaShaleva
approved these changes
Sep 13, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
It requires explicit signers, and we have a problem with the old code:
2023-09-12T18:42:00.063Z WARN failed to perform oracle request {"url": "neofs:FMDZvqUCqcduZa8HD6wJNsHWrJ6sqkgBveGuYuL38pvH/5DCg4wUgWuWN3zsF4P4HdAzY2iKvXcrZ8QBLYGd1D1g2", "error": "failed to create client: incorrect signer: expected ECDSA_DETERMINISTIC_SHA256 scheme"}