-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c0e0b7b
commit 1e0302d
Showing
591 changed files
with
107,318 additions
and
79 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
COMMAND: neofs-cli --config /home/runner/work/neofs-node/neofs-node/neofs-testcases/wallet_config.yml object head --rpc-endpoint 's02.neofs.devenv:8080' --wallet '/home/runner/work/neofs-node/neofs-node/neofs-testcases/TemporaryDir/0c4de31e-3dd7-4583-bf95-29b7b3220d51.json' --cid '3K69X9KdY7hRKCjyNpWQmBvUm23KYejZ6H1Kr9LAp6kg' --oid '67eWDAVy69iZLKJAt3EWpj7miy3NfjTwDD7RWucr69j4' --json --ttl 1 | ||
RETCODE: 1 | ||
|
||
STDOUT: | ||
rpc error: read object header via client: status: code = 2049 message = object not found | ||
|
||
STDERR: | ||
|
||
Start / End / Elapsed 14:53:14.850788 / 14:53:15.350450 / 0:00:00.499662 |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
COMMAND: neofs-cli --config /home/runner/work/neofs-node/neofs-node/neofs-testcases/wallet_config.yml object put --rpc-endpoint 's04.neofs.devenv:8080' --wallet '/home/runner/work/neofs-node/neofs-node/neofs-testcases/TemporaryDir/723af74a-2ec0-4ea3-9b03-575cae725e25.json' --cid '8Ejc4wPrTnREwzzavBvorNd82A17uiGdfAPqMjJBuS4d' --file '/home/runner/work/neofs-node/neofs-node/neofs-testcases/TemporaryDir/TestFilesDir/4b70bab2-4502-45e6-a6a8-6c7f4b11bd6a' --no-progress | ||
RETCODE: 0 | ||
|
||
STDOUT: | ||
[/home/runner/work/neofs-node/neofs-node/neofs-testcases/TemporaryDir/TestFilesDir/4b70bab2-4502-45e6-a6a8-6c7f4b11bd6a] Object successfully stored | ||
OID: 48WqWTRmz7pPDJ9Kr2xZAghgwM5VRDBM6YrAGbgZBW6q | ||
CID: 8Ejc4wPrTnREwzzavBvorNd82A17uiGdfAPqMjJBuS4d | ||
|
||
STDERR: | ||
|
||
Start / End / Elapsed 14:45:01.118367 / 14:45:01.641205 / 0:00:00.522838 |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
COMMAND: neo-go contract testinvokefunction --rpc-endpoint 'http://morph-chain.neofs.devenv:30333' --timeout '10s' 0x79d697065a80cb332488c9db1d9b5ba38d9ba0bc resolve string:netmap.neofs int:16 | ||
RETCODE: 0 | ||
|
||
STDOUT: | ||
{ | ||
"state": "HALT", | ||
"gasconsumed": "29096730", | ||
"script": "ABAMDG5ldG1hcC5uZW9mcxLAHwwHcmVzb2x2ZQwUvKCbjaNbmx3byYgkM8uAWgaX1nlBYn1bUg==", | ||
"stack": [ | ||
{ | ||
"type": "Array", | ||
"value": [ | ||
{ | ||
"type": "ByteString", | ||
"value": "NzA3NTE2NjMwODUyZjQxNzlhZjQzMzY2OTE3YTM2YjlhNzhiOTNhNQ==" | ||
}, | ||
{ | ||
"type": "ByteString", | ||
"value": "TmIxVFMzdWtGN2J3N2tWeG00UXptTExlMlN3UWgxRjNGbg==" | ||
} | ||
] | ||
} | ||
], | ||
"exception": null, | ||
"notifications": [] | ||
} | ||
|
||
STDERR: | ||
|
||
Start / End / Elapsed 14:53:10.552349 / 14:53:10.568607 / 0:00:00.016258 |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
COMMAND: neofs-cli --config /home/runner/work/neofs-node/neofs-node/neofs-testcases/wallet_config.yml container create --rpc-endpoint 's01.neofs.devenv:8080' --wallet '/home/runner/work/neofs-node/neofs-node/neofs-testcases/TemporaryDir/0c4de31e-3dd7-4583-bf95-29b7b3220d51.json' --basic-acl 'public-read-write' --await --policy 'REP 2 IN X CBF 1 SELECT 4 FROM * AS X' | ||
RETCODE: 0 | ||
|
||
STDOUT: | ||
container creation request accepted for processing (the operation may not be completed yet) | ||
container ID: DSXEahiD9mJKiHKWijek78h4Fu74ohg4hFBdwJ2XJPLz | ||
awaiting... | ||
container has been persisted on sidechain | ||
|
||
STDERR: | ||
|
||
Start / End / Elapsed 14:46:01.586067 / 14:46:03.094688 / 0:00:01.508621 |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
COMMAND: 'S3 Delete objects result' | ||
OUTPUT: | ||
{ | ||
"Deleted": [ | ||
{ | ||
"Key": "/home/runner/work/neofs-node/neofs-node/neofs-testcases/80995caf-7bad-4222-8d2a-8dfd41b19bf4" | ||
} | ||
], | ||
"ResponseMetadata": { | ||
"HTTPHeaders": { | ||
"content-length": "238", | ||
"content-type": "text/xml; charset=utf-8", | ||
"date": "Fri, 30 Jun 2023 14:56:00 GMT", | ||
"x-amz-request-id": "46c2125c-4a81-4013-a48b-e2be4830352a" | ||
}, | ||
"HTTPStatusCode": 200, | ||
"HostId": "", | ||
"RequestId": "46c2125c-4a81-4013-a48b-e2be4830352a", | ||
"RetryAttempts": 0 | ||
} | ||
} |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
COMMAND: neofs-cli --config ./TemporaryDir/empty-password.yml netmap epoch --rpc-endpoint 's01.neofs.devenv:8080' --wallet '../neofs-dev-env/services/storage/wallet01.json' | ||
RETCODE: 0 | ||
|
||
STDOUT: | ||
13 | ||
|
||
STDERR: | ||
|
||
Start / End / Elapsed 14:53:13.781018 / 14:53:14.273462 / 0:00:00.492444 |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
COMMAND: neofs-cli --config ./TemporaryDir/empty-password.yml netmap epoch --rpc-endpoint 's04.neofs.devenv:8080' --wallet '../neofs-dev-env/services/storage/wallet04.json' | ||
RETCODE: 0 | ||
|
||
STDOUT: | ||
15 | ||
|
||
STDERR: | ||
|
||
Start / End / Elapsed 14:53:32.131775 / 14:53:32.607501 / 0:00:00.475726 |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
COMMAND: neofs-cli --config ./TemporaryDir/password-other.yml object head --rpc-endpoint 's01.neofs.devenv:8080' --wallet '../neofs-dev-env/services/ir/az.json' --cid 'DSXEahiD9mJKiHKWijek78h4Fu74ohg4hFBdwJ2XJPLz' --oid '4KJ616m3ZBCv5KjjzhTEoGUsfpFKv2PDnkf2zovVTDBP' --json --raw --ttl 1 | ||
RETCODE: 0 | ||
|
||
STDOUT: | ||
Object is complex, split information received. | ||
{"splitId":"pC+jipsXQOepMdDZPsRk1Q==","lastPart":{"value":"SmtSNPsRWTSy7sGvotKSfJ/mXc/2r2KbwivX5Ekbwbc="},"link":{"value":"C0fS+y3eoSX52FrBL2UZphmRRB4J4t/J8oMDWnHJNog="}} | ||
|
||
STDERR: | ||
|
||
Start / End / Elapsed 14:46:29.480566 / 14:46:29.985949 / 0:00:00.505383 |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
COMMAND: neofs-cli --config /home/runner/work/neofs-node/neofs-node/neofs-testcases/wallet_config.yml object head --rpc-endpoint 's03.neofs.devenv:8080' --wallet '/home/runner/work/neofs-node/neofs-node/neofs-testcases/TemporaryDir/0c4de31e-3dd7-4583-bf95-29b7b3220d51.json' --cid 'AFZ9dy77qjxEDTHzUK54GyYzmkW6W8pXbZExZBCo9FEG' --oid 'ZqzEQZQgboJXXzpSAL9cdndbGyu5jGisuQD7LK6kc5V' --json --ttl 1 | ||
RETCODE: 0 | ||
|
||
STDOUT: | ||
{"objectID":{"value":"CGn5smL9x2UkAkeur4Hhve0VBA+Zeejrotm82JF/3/g="},"signature":{"key":"AqyLoOvMKaKjVy1XJ5MAXo5DtBV9Gg2IPqwL2aZMkzQx","signature":"0OFUFrTnZzeXXvZHRtXeqIbvUBNZtv+9+4SfACgUYiar6j5UfvpztlCTjR/q0h5RxDEO6etlZ/Al7HuhtPe71g==","scheme":"ECDSA_RFC6979_SHA256"},"header":{"version":{"major":2,"minor":13},"containerID":{"value":"iXOqIN+U550pfeN90xOIS7dGXij2UIwNn++GL8XL2nk="},"ownerID":{"value":"NXven7eTfarkWh++gmm32xIByed47vdvgg=="},"creationEpoch":"10","payloadLength":"4072","payloadHash":{"type":"SHA256","sum":"y4e/ltmBy/H/ue2OzDvXrcO5I00dPMLdiT2A2F3ndfk="},"objectType":"REGULAR","homomorphicHash":{"type":"TZ","sum":"L3//QL62Z225a57E6DDK5EnBDlVuXJNvSCnJ74evzMEji1dgYoPR236Z+hMGJ7EtRnDzArxmO7ihruQ080SCkA=="},"sessionToken":{"body":{"id":"moaOovNtQTy+41qqzJgq2g==","ownerID":{"value":"NXven7eTfarkWh++gmm32xIByed47vdvgg=="},"lifetime":{"exp":"102","nbf":"0","iat":"0"},"sessionKey":"AqyLoOvMKaKjVy1XJ5MAXo5DtBV9Gg2IPqwL2aZMkzQx","object":{"verb":"PUT","target":{"container":{"value":"iXOqIN+U550pfeN90xOIS7dGXij2UIwNn++GL8XL2nk="},"objects":[]}}},"signature":{"key":"Axpg/L7DrReSaI4z4lL+S0w7qNJ5b6wsEf4h3ZvSKS4b","signature":"Kde5ZcAk1X+qEfXhtI90JgJJWnvdxDUqiZ/5/ywFKYIrsqOdBh4JfRpkX2holizl1JuLC9ji5spFkSeQabnQzw==","scheme":"ECDSA_RFC6979_SHA256"}},"attributes":[{"key":"FileName","value":"4a3a0f69-d8ed-4c02-8e90-5893fb1a4c5b"}],"split":null},"payload":""} | ||
|
||
STDERR: | ||
|
||
Start / End / Elapsed 14:52:14.028802 / 14:52:14.541027 / 0:00:00.512225 |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
COMMAND: 'Created S3 bucket a4d5b867-7f68-4e97-97de-626488540587' | ||
OUTPUT: | ||
{ | ||
"ResponseMetadata": { | ||
"HTTPHeaders": { | ||
"accept-ranges": "bytes", | ||
"content-length": "0", | ||
"date": "Fri, 30 Jun 2023 14:55:10 GMT", | ||
"server": "NeoFS-S3-GW/v0.27.1", | ||
"x-amz-request-id": "367778d8-d0e9-43c1-9ca7-28d580c891ec" | ||
}, | ||
"HTTPStatusCode": 200, | ||
"HostId": "", | ||
"RequestId": "367778d8-d0e9-43c1-9ca7-28d580c891ec", | ||
"RetryAttempts": 0 | ||
} | ||
} |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
COMMAND: 'S3 Get bucket acl' | ||
OUTPUT: | ||
{ | ||
"Grants": [ | ||
{ | ||
"Grantee": { | ||
"DisplayName": "", | ||
"EmailAddress": "", | ||
"ID": "", | ||
"Type": "Group", | ||
"URI": "http://acs.amazonaws.com/groups/global/AllUsers" | ||
}, | ||
"Permission": "FULL_CONTROL" | ||
}, | ||
{ | ||
"Grantee": { | ||
"DisplayName": "", | ||
"EmailAddress": "", | ||
"ID": "03834fc2f483a6cb2f664cb5ed947d0cb5cf75f7231ee0bb1b01e3058521b07d26", | ||
"Type": "CanonicalUser", | ||
"URI": "" | ||
}, | ||
"Permission": "FULL_CONTROL" | ||
} | ||
], | ||
"Owner": { | ||
"DisplayName": "NQBn8i6pBRtscAFtFmsj5rTQaDYLq3xTZe", | ||
"ID": "NQBn8i6pBRtscAFtFmsj5rTQaDYLq3xTZe" | ||
}, | ||
"ResponseMetadata": { | ||
"HTTPHeaders": { | ||
"content-length": "845", | ||
"content-type": "text/xml; charset=utf-8", | ||
"date": "Fri, 30 Jun 2023 14:55:07 GMT", | ||
"x-amz-request-id": "090edefb-aae2-405b-81bb-e0c16851552e" | ||
}, | ||
"HTTPStatusCode": 200, | ||
"HostId": "", | ||
"RequestId": "090edefb-aae2-405b-81bb-e0c16851552e", | ||
"RetryAttempts": 0 | ||
} | ||
} |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
COMMAND: neofs-cli --config /home/runner/work/neofs-node/neofs-node/neofs-testcases/wallet_config.yml object head --rpc-endpoint 's03.neofs.devenv:8080' --wallet '/home/runner/work/neofs-node/neofs-node/neofs-testcases/TemporaryDir/0c4de31e-3dd7-4583-bf95-29b7b3220d51.json' --cid '3K69X9KdY7hRKCjyNpWQmBvUm23KYejZ6H1Kr9LAp6kg' --oid 'GYDgFXSJPrXsKFcGZp2cUJ14mQMJV43Q6AbsLbQ1t87U' --json --ttl 1 | ||
RETCODE: 1 | ||
|
||
STDOUT: | ||
rpc error: read object header via client: status: code = 2049 message = object not found | ||
|
||
STDERR: | ||
|
||
Start / End / Elapsed 14:53:41.893380 / 14:53:42.434145 / 0:00:00.540765 |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
COMMAND: neofs-cli --config /home/runner/work/neofs-node/neofs-node/neofs-testcases/wallet_config.yml container create --rpc-endpoint 's01.neofs.devenv:8080' --wallet '/home/runner/work/neofs-node/neofs-node/neofs-testcases/TemporaryDir/0c4de31e-3dd7-4583-bf95-29b7b3220d51.json' --basic-acl '1FBFBFFF' --await --policy 'REP 2 IN X CBF 1 SELECT 4 FROM * AS X' | ||
RETCODE: 0 | ||
|
||
STDOUT: | ||
container creation request accepted for processing (the operation may not be completed yet) | ||
container ID: 8Ejc4wPrTnREwzzavBvorNd82A17uiGdfAPqMjJBuS4d | ||
awaiting... | ||
container has been persisted on sidechain | ||
|
||
STDERR: | ||
|
||
Start / End / Elapsed 14:44:49.127058 / 14:44:50.644996 / 0:00:01.517938 |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
COMMAND: 'mkfifo pipe;cat /home/runner/work/neofs-node/neofs-node/neofs-testcases/TemporaryDir/TestFilesDir/9576c7a3-bef9-4e86-864d-8f6db435d4e7 > pipe & curl --no-buffer -F 'file=@pipe;filename=9576c7a3-bef9-4e86-864d-8f6db435d4e7' http://http.neofs.devenv/upload/DEsi7e6Bqt6ZAF7sj9GLqNGebu5ucAKhL5H86cPvpvu7' | ||
OUTPUT: | ||
% Total % Received % Xferd Average Speed Time Time Time Current | ||
Dload Upload Total Spent Left Speed | ||
|
||
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0{ | ||
"object_id": "CTFCeMoY1ad6ZyVnU2U5Jb5biKNAxGi1GTQatN9wwXPX", | ||
"container_id": "DEsi7e6Bqt6ZAF7sj9GLqNGebu5ucAKhL5H86cPvpvu7" | ||
} | ||
|
||
100 4443 100 130 0 4313 631 20942 --:--:-- --:--:-- --:--:-- 21673 | ||
|
||
RC: 0 | ||
Start / End / Elapsed 14:53:01.438201 / 14:53:01.657240 / 0:00:00.219039 |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
COMMAND: 'rm pipe' | ||
OUTPUT: | ||
|
||
RC: 0 | ||
Start / End / Elapsed 14:52:40.155041 / 14:52:40.157387 / 0:00:00.002346 |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
COMMAND: echo 'password: ""' > /tmp/s03-config.yaml | ||
RETCODE: 0 | ||
|
||
STDOUT: | ||
|
||
STDERR: | ||
|
||
Start / End / Elapsed 14:44:33.692004 / 14:44:33.693389 / 0:00:00.001385 |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
COMMAND: neofs-cli --config /home/runner/work/neofs-node/neofs-node/neofs-testcases/wallet_config.yml container create --rpc-endpoint 's01.neofs.devenv:8080' --wallet '/home/runner/work/neofs-node/neofs-node/neofs-testcases/TemporaryDir/0c4de31e-3dd7-4583-bf95-29b7b3220d51.json' --await --policy 'REP 2 IN X CBF 1 SELECT 4 FROM * AS X' | ||
RETCODE: 0 | ||
|
||
STDOUT: | ||
container creation request accepted for processing (the operation may not be completed yet) | ||
container ID: 6FCjrC4L3GJFhpLDJnrTk2QVPDp5BJHeUypSjLTh2Xtj | ||
awaiting... | ||
container has been persisted on sidechain | ||
|
||
STDERR: | ||
|
||
Start / End / Elapsed 14:47:26.591927 / 14:47:28.148126 / 0:00:01.556199 |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
COMMAND: neofs-cli --config /home/runner/work/neofs-node/neofs-node/neofs-testcases/wallet_config.yml object head --rpc-endpoint 's02.neofs.devenv:8080' --wallet '/home/runner/work/neofs-node/neofs-node/neofs-testcases/TemporaryDir/0c4de31e-3dd7-4583-bf95-29b7b3220d51.json' --cid 'BjBhEZ1Uxc9NdDKJVTYXFggTLjfBBe9XZsd8ezhZG3uu' --oid '8SkhCQEYzpP1oVm76mVu33QJLaiagxzFL2Mvg32fj3RE' --json --ttl 1 | ||
RETCODE: 1 | ||
|
||
STDOUT: | ||
rpc error: read object header via client: status: code = 2049 message = object not found | ||
|
||
STDERR: | ||
|
||
Start / End / Elapsed 14:48:56.936772 / 14:48:57.537870 / 0:00:00.601098 |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
COMMAND: neofs-cli --config /home/runner/work/neofs-node/neofs-node/neofs-testcases/wallet_config.yml object head --rpc-endpoint 's03.neofs.devenv:8080' --wallet '/home/runner/work/neofs-node/neofs-node/neofs-testcases/TemporaryDir/0c4de31e-3dd7-4583-bf95-29b7b3220d51.json' --cid '6FCjrC4L3GJFhpLDJnrTk2QVPDp5BJHeUypSjLTh2Xtj' --oid '2Q9XAY1raz5tmoocp4taSdi7Ewp6dVjJ4oxjwKzpnkeT' --json --ttl 1 | ||
RETCODE: 1 | ||
|
||
STDOUT: | ||
rpc error: read object header via client: status: code = 2049 message = object not found | ||
|
||
STDERR: | ||
|
||
Start / End / Elapsed 14:47:35.670271 / 14:47:36.194379 / 0:00:00.524108 |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
COMMAND: neofs-cli --config /home/runner/work/neofs-node/neofs-node/neofs-testcases/wallet_config.yml object head --rpc-endpoint 's01.neofs.devenv:8080' --wallet '/home/runner/work/neofs-node/neofs-node/neofs-testcases/TemporaryDir/0c4de31e-3dd7-4583-bf95-29b7b3220d51.json' --cid '3K69X9KdY7hRKCjyNpWQmBvUm23KYejZ6H1Kr9LAp6kg' --oid '67eWDAVy69iZLKJAt3EWpj7miy3NfjTwDD7RWucr69j4' --json --ttl 1 | ||
RETCODE: 0 | ||
|
||
STDOUT: | ||
{"objectID":{"value":"S/5TMJHdQW857VOF/fmMHIu5YiA6Hds9VnsxYAfRg98="},"signature":{"key":"Aw9tcFCyqHpap/5XMbaVHeeBNvvEGG8s+a4yBLYK1tEm","signature":"SlM0cTxA7NzWrWrGpMUL1L3Mn+SyEyxw/gLGse+a4WoB0N98eJgzviZ/16hIuHpw/4co/9ApVnbZ62Mu9FnTLA==","scheme":"ECDSA_RFC6979_SHA256"},"header":{"version":{"major":2,"minor":13},"containerID":{"value":"Ilml5Pcesqy3Gnki9h8R8/kByBizc82ZRId44HKDd+E="},"ownerID":{"value":"NXven7eTfarkWh++gmm32xIByed47vdvgg=="},"creationEpoch":"13","payloadLength":"1000","payloadHash":{"type":"SHA256","sum":"E72d6cJGoJOnNY7thxrpB8JjBHDEl7YfKPBDkufcnHM="},"objectType":"REGULAR","homomorphicHash":{"type":"TZ","sum":"QgSCRPsrgvzphk6Vzy8xVld2x9c2zgKTaLEj7GgOQrMQa046TWdCcm7EHDR8v12FUH3ExTrkBzmwqppn1c+ZsA=="},"sessionToken":{"body":{"id":"e2AWdexATkGwCWnS5hG38w==","ownerID":{"value":"NXven7eTfarkWh++gmm32xIByed47vdvgg=="},"lifetime":{"exp":"102","nbf":"0","iat":"0"},"sessionKey":"Aw9tcFCyqHpap/5XMbaVHeeBNvvEGG8s+a4yBLYK1tEm","object":{"verb":"PUT","target":{"container":{"value":"Ilml5Pcesqy3Gnki9h8R8/kByBizc82ZRId44HKDd+E="},"objects":[]}}},"signature":{"key":"Axpg/L7DrReSaI4z4lL+S0w7qNJ5b6wsEf4h3ZvSKS4b","signature":"F1EONRCBcwfRBleSFEIClw3OZIwdrlKcDseOF2HDdEDKfgwGStnS+edB+ZNqzK5wl37wTjuOiepWqAq50R3rmw==","scheme":"ECDSA_RFC6979_SHA256"}},"attributes":[{"key":"__NEOFS__EXPIRATION_EPOCH","value":"14"},{"key":"FileName","value":"3a528d1c-00c4-476f-96b0-93622e965b28"}],"split":null},"payload":""} | ||
|
||
STDERR: | ||
|
||
Start / End / Elapsed 14:53:14.330939 / 14:53:14.849532 / 0:00:00.518593 |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
COMMAND: 'S3 Delete objects result' | ||
OUTPUT: | ||
{ | ||
"Deleted": [ | ||
{ | ||
"Key": "b4712cc5-7f33-44fb-bbce-cc6172fea7f8" | ||
} | ||
], | ||
"ResponseMetadata": { | ||
"HTTPHeaders": { | ||
"content-length": "182", | ||
"content-type": "text/xml; charset=utf-8", | ||
"date": "Fri, 30 Jun 2023 14:54:25 GMT", | ||
"x-amz-request-id": "cbcdbfb4-6648-4608-8062-96a5fda6feb6" | ||
}, | ||
"HTTPStatusCode": 200, | ||
"HostId": "", | ||
"RequestId": "cbcdbfb4-6648-4608-8062-96a5fda6feb6", | ||
"RetryAttempts": 0 | ||
} | ||
} |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
COMMAND: neo-go wallet nep17 transfer --token 'GAS' --to 'NLkgV2KHDPSbffWPDbwciNR5yhGVzy6qQ3' --rpc-endpoint 'http://main-chain.neofs.devenv:30333' --wallet '../neofs-dev-env/services/chain/node-wallet.json' --from 'NfgHwwTi3wHAS8aFAN243C5vGbkYDpqLHP' --force --amount 31 --timeout '10s' | ||
RETCODE: 0 | ||
|
||
STDOUT: | ||
Enter password > | ||
ae23ae407a6c4ea22039580dbed56bba782b3b9114b8af568b1c8592a40ecbd9 | ||
|
||
STDERR: | ||
|
||
Start / End / Elapsed 14:45:13.395971 / 14:45:15.144678 / 0:00:01.748707 |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
COMMAND: 'Created S3 bucket 8b7776d0-107f-4f33-9f95-efdca001242e' | ||
OUTPUT: | ||
{ | ||
"ResponseMetadata": { | ||
"HTTPHeaders": { | ||
"accept-ranges": "bytes", | ||
"content-length": "0", | ||
"date": "Fri, 30 Jun 2023 14:55:43 GMT", | ||
"server": "NeoFS-S3-GW/v0.27.1", | ||
"x-amz-request-id": "47527925-a420-4b4c-b810-4c716d23be7e" | ||
}, | ||
"HTTPStatusCode": 200, | ||
"HostId": "", | ||
"RequestId": "47527925-a420-4b4c-b810-4c716d23be7e", | ||
"RetryAttempts": 0 | ||
} | ||
} |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
COMMAND: echo 'password: ""' > /tmp/s02-config.yaml | ||
RETCODE: 0 | ||
|
||
STDOUT: | ||
|
||
STDERR: | ||
|
||
Start / End / Elapsed 14:44:33.224663 / 14:44:33.225943 / 0:00:00.001280 |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
COMMAND: 'aws --no-verify-ssl --no-paginate s3api create-bucket --bucket db92aced-4f7a-485c-b5ea-9e1c3d7cd856 --object-lock-enabled-for-bucket --endpoint https://s3.neofs.devenv:8080 --acl private' | ||
OUTPUT: | ||
|
||
<botocore.awsrequest.AWSRequest object at 0x7f2e9573d590> | ||
RC: 255 | ||
Start / End / Elapsed 14:54:47.028666 / 14:54:48.020850 / 0:00:00.992184 |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
COMMAND: neofs-cli --config /home/runner/work/neofs-node/neofs-node/neofs-testcases/wallet_config.yml object get --rpc-endpoint 's03.neofs.devenv:8080' --wallet '/home/runner/work/neofs-node/neofs-node/neofs-testcases/TemporaryDir/0c4de31e-3dd7-4583-bf95-29b7b3220d51.json' --cid '8Ejc4wPrTnREwzzavBvorNd82A17uiGdfAPqMjJBuS4d' --oid 'HGfdmWCjDP6ayZwv2CzALsjefMm8xsq1E18mY22AH9bY' --file 'TemporaryDir/TestObjectsDir/6e8b8e3a-c397-48b8-92cf-ad12ed15e9fd' --no-progress | ||
RETCODE: 0 | ||
|
||
STDOUT: | ||
[TemporaryDir/TestObjectsDir/6e8b8e3a-c397-48b8-92cf-ad12ed15e9fd] Object successfully saved | ||
ID: HGfdmWCjDP6ayZwv2CzALsjefMm8xsq1E18mY22AH9bY | ||
CID: 8Ejc4wPrTnREwzzavBvorNd82A17uiGdfAPqMjJBuS4d | ||
Owner: NUPdvtDV4Apt4PmvV5hNECUYrnwTyCzT3F | ||
CreatedAt: 3 | ||
Size: 1000 | ||
HomoHash: 0551ea56e29dc9f6bf8edfd47073e76909a60dd526adf07eb402cc93f9e8e50877ea1387842dcdd92899618fa0a3ef3d701a09653b9ab776a418d0752d856b3c | ||
Checksum: c3335840594abe69c8938b8d9bffca98231d52b20e225f02fda1bb3c7ecd238b | ||
Type: REGULAR | ||
Attributes: | ||
created=other | ||
FileName=4b70bab2-4502-45e6-a6a8-6c7f4b11bd6a | ||
Timestamp=1688136292 (2023-06-30 14:44:52 +0000 UTC) | ||
ID signature: | ||
public key: 03a1f82092d9df37a1daf10f3090a52483cdd5a330a3cb4b58918bc2ed7eb2a576 | ||
signature: 61e10bf9f98657ae7c6bfc5606365ca9706ab0997579501e73bf7d58c8977862fc7e240988159204304606a3cc6c9b4e543b9b72b2b1643432d21de840fb1c20 | ||
|
||
STDERR: | ||
|
||
Start / End / Elapsed 14:44:58.874616 / 14:44:59.396874 / 0:00:00.522258 |
Oops, something went wrong.