-
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
Showing
542 changed files
with
104,267 additions
and
1,666 deletions.
There are no files selected for viewing
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,16 @@ | ||
COMMAND: 'S3 Got bucket versioning status' | ||
OUTPUT: | ||
{ | ||
"ResponseMetadata": { | ||
"HTTPHeaders": { | ||
"content-length": "138", | ||
"content-type": "text/xml; charset=utf-8", | ||
"date": "Wed, 21 Jun 2023 12:37:47 GMT", | ||
"x-amz-request-id": "ffb9bc84-8afa-48ee-9af0-d6581e83c632" | ||
}, | ||
"HTTPStatusCode": 200, | ||
"HostId": "", | ||
"RequestId": "ffb9bc84-8afa-48ee-9af0-d6581e83c632", | ||
"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,11 @@ | ||
COMMAND: neofs-cli --config /home/runner/work/neofs-node/neofs-node/neofs-testcases/wallet_config.yml object put --rpc-endpoint 's03.neofs.devenv:8080' --wallet '/home/runner/work/neofs-node/neofs-node/neofs-testcases/TemporaryDir/bc3ab995-89ca-4fc4-a093-2990b2517ba3.json' --cid 'AWjPj7yqwMyGJfDdSH5XYMqxq8a1fWFFtWgWrGxxQt7A' --file '/home/runner/work/neofs-node/neofs-node/neofs-testcases/TemporaryDir/TestFilesDir/e6b1e610-fc37-4a1c-b8ca-06a65e79320d' --no-progress | ||
RETCODE: 0 | ||
|
||
STDOUT: | ||
[/home/runner/work/neofs-node/neofs-node/neofs-testcases/TemporaryDir/TestFilesDir/e6b1e610-fc37-4a1c-b8ca-06a65e79320d] Object successfully stored | ||
OID: DHvJ66KPd7kqWKcUm5Ju7Gqmbavt8TTPKMfJu8fPUWwt | ||
CID: AWjPj7yqwMyGJfDdSH5XYMqxq8a1fWFFtWgWrGxxQt7A | ||
|
||
STDERR: | ||
|
||
Start / End / Elapsed 12:30:45.218252 / 12:30:45.841741 / 0:00:00.623489 |
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 list --rpc-endpoint 's01.neofs.devenv:8080' --wallet '/home/runner/work/neofs-node/neofs-node/neofs-testcases/TemporaryDir/bc3ab995-89ca-4fc4-a093-2990b2517ba3.json' | ||
RETCODE: 0 | ||
|
||
STDOUT: | ||
4H74Rieo16RFxwnsMuQmqfmkb8dVCsNdqjYQL9pyoURC | ||
DCT7mrNAHcJ4RBL8YwGHda5MhW33LZJfbaDJd2HP4niz | ||
F43QrU7mmCzikqqztEL8D59HznpbojuUtNUp2zRGCBsJ | ||
FP2FNahwQ9EScEKyMiADNykUTjyRrDGYFLvVN3b4Bnp7 | ||
|
||
STDERR: | ||
|
||
Start / End / Elapsed 12:28:18.922936 / 12:28:19.407808 / 0:00:00.484872 |
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/bc3ab995-89ca-4fc4-a093-2990b2517ba3.json' --basic-acl '0FBFBFFF' --await --policy 'REP 2 IN X CBF 2 SELECT 2 FROM * AS X' | ||
RETCODE: 0 | ||
|
||
STDOUT: | ||
container creation request accepted for processing (the operation may not be completed yet) | ||
container ID: 4XrxwBwL1aAXpPwSYQt3Xvxh6EY8J68PtkdWVwQeQmEr | ||
awaiting... | ||
container has been persisted on sidechain | ||
|
||
STDERR: | ||
|
||
Start / End / Elapsed 12:33:59.898411 / 12:34:01.399336 / 0:00:01.500925 |
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 2348e904-00a5-4f58-99c5-3f788ebe51b0 --object-lock-enabled-for-bucket --endpoint https://s3.neofs.devenv:8080 --acl private' | ||
OUTPUT: | ||
|
||
<botocore.awsrequest.AWSRequest object at 0x7ff899782b50> | ||
RC: 255 | ||
Start / End / Elapsed 12:36:24.718341 / 12:36:25.662658 / 0:00:00.944317 |
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/bc3ab995-89ca-4fc4-a093-2990b2517ba3.json' --cid '5APygcPXG1TTn9SPkAsYHerydfxvaMzmsGpHGWvGsFZx' --oid '7zpbbifmnQVxnguYMADE1429kJ5Qjm67jWroPEn6fSuw' --json | ||
RETCODE: 0 | ||
|
||
STDOUT: | ||
{"objectID":{"value":"Z/YLlOL5fF0EGe+kB7GoV2ZPuCC//ml7sUtay6WwySI="}, "signature":{"key":"A0UoLYVM6NqyZ3b20ed2d8GOJ58t+sMXNoDyNcu8Hgc9", "signature":"QWTatuaNHwXfdzDDlcOyQDbW/CiztIRo0TaJLstLQaKsSecYc5KW35NvlLrvkWbjXIPCdw2C6+ke88envwrPVQ==", "scheme":"ECDSA_RFC6979_SHA256"}, "header":{"version":{"major":2, "minor":13}, "containerID":{"value":"Pdb0m0ADelPPWXS+dJv2BpSRGI6HoVdhRjy2LLCI7g8="}, "ownerID":{"value":"NXven7eTfarkWh++gmm32xIByed47vdvgg=="}, "creationEpoch":"15", "payloadLength":"4072", "payloadHash":{"type":"SHA256", "sum":"tmOo/2FolwHkJqZbsHJXaSenkG8tJupzo34jTvh1Dvs="}, "objectType":"REGULAR", "homomorphicHash":{"type":"TZ", "sum":"PGfWRd1Xv5VFzoNf1wduikniONw1I+fgpkehGY2xSwcinTQ0GLxN9KIwJGAAOAYGKmvNAzQeb491IYnWZP+Cig=="}, "sessionToken":{"body":{"id":"7uFV7O/TTzucmoBGA/bxPg==", "ownerID":{"value":"NXven7eTfarkWh++gmm32xIByed47vdvgg=="}, "lifetime":{"exp":"102", "nbf":"0", "iat":"0"}, "sessionKey":"A0UoLYVM6NqyZ3b20ed2d8GOJ58t+sMXNoDyNcu8Hgc9", "object":{"verb":"PUT", "target":{"container":{"value":"Pdb0m0ADelPPWXS+dJv2BpSRGI6HoVdhRjy2LLCI7g8="}, "objects":[]}}}, "signature":{"key":"Axpg/L7DrReSaI4z4lL+S0w7qNJ5b6wsEf4h3ZvSKS4b", "signature":"HQH/WZqwYTD7deJnKAPyO1/mShGqNPf518CX69UAF6RxekCOzJGEWSAWQQNhRSCu6zomQRzhazJfdqiIEo/T+w==", "scheme":"ECDSA_RFC6979_SHA256"}}, "attributes":[{"key":"__NEOFS__EXPIRATION_EPOCH", "value":"16"}, {"key":"FileName", "value":"44d8e801-2c39-4cf6-be25-ec3e18226de2"}], "split":null}, "payload":""} | ||
|
||
STDERR: | ||
|
||
Start / End / Elapsed 12:35:22.604222 / 12:35:23.098290 / 0:00:00.494068 |
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/bc3ab995-89ca-4fc4-a093-2990b2517ba3.json' --basic-acl '0FBFBFFF' --await --policy 'REP 2 IN X CBF 2 SELECT 2 FROM * AS X' | ||
RETCODE: 0 | ||
|
||
STDOUT: | ||
container creation request accepted for processing (the operation may not be completed yet) | ||
container ID: GNtn9G8VmGyXwB97SXr15shS3k5YH7MNcpRYZ8ieqCV1 | ||
awaiting... | ||
container has been persisted on sidechain | ||
|
||
STDERR: | ||
|
||
Start / End / Elapsed 12:31:02.497357 / 12:31:03.996839 / 0:00:01.499482 |
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,15 @@ | ||
COMMAND: 'mkfifo pipe;cat /home/runner/work/neofs-node/neofs-node/neofs-testcases/TemporaryDir/TestFilesDir/acef567e-9bff-4d19-ba32-6bbec35cb3b9 > pipe & curl --no-buffer -F 'file=@pipe;filename=acef567e-9bff-4d19-ba32-6bbec35cb3b9' http://http.neofs.devenv/upload/GPAE1zdK4wAqUBEgAf3U9BEiagT8SUT7qFfcfVtP3B6m' | ||
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": "EZDPjTkYDnazG3QkQN26DzVDm5mz2ekKBACT6gPaL8y1", | ||
"container_id": "GPAE1zdK4wAqUBEgAf3U9BEiagT8SUT7qFfcfVtP3B6m" | ||
} | ||
|
||
100 4443 100 130 0 4313 482 16008 --:--:-- --:--:-- --:--:-- 16455 | ||
100 4443 100 130 0 4313 482 16003 --:--:-- --:--:-- --:--:-- 16455 | ||
|
||
RC: 0 | ||
Start / End / Elapsed 12:33:54.481746 / 12:33:54.765088 / 0:00:00.283342 |
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 hash --rpc-endpoint 's01.neofs.devenv:8080' --wallet '/home/runner/work/neofs-node/neofs-node/neofs-testcases/TemporaryDir/748d84ea-8433-4b41-ae49-29b7547cd5ad.json' --cid 'FP2FNahwQ9EScEKyMiADNykUTjyRrDGYFLvVN3b4Bnp7' --oid 'BemY1b2Yi357W868UTtzFn137fPFxArmUgishmTdwE14' --range '0:10' | ||
RETCODE: 0 | ||
|
||
STDOUT: | ||
Offset=0 (Length=10) : c6d256b438810912dbb0c267f965b2abd59b7ca214f54d29d56c28f2596580d2 | ||
|
||
STDERR: | ||
|
||
Start / End / Elapsed 12:27:42.491499 / 12:27:42.959123 / 0:00:00.467624 |
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,3 @@ | ||
REQUEST: 'http://http.neofs.devenv/upload/GPAE1zdK4wAqUBEgAf3U9BEiagT8SUT7qFfcfVtP3B6m' | ||
RESPONSE: | ||
{'object_id': 'EZDPjTkYDnazG3QkQN26DzVDm5mz2ekKBACT6gPaL8y1', 'container_id': 'GPAE1zdK4wAqUBEgAf3U9BEiagT8SUT7qFfcfVtP3B6m'} |
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 delete --rpc-endpoint 's01.neofs.devenv:8080' --wallet '/home/runner/work/neofs-node/neofs-node/neofs-testcases/TemporaryDir/bc3ab995-89ca-4fc4-a093-2990b2517ba3.json' --cid 'EDysFerrLmTHQm3vgKbowNibJVD5TX5egHrKGh6kBxau' --oid '4L6GETzBFjRiWJPGdc4M1nNujhR26u2oEBg9jvNM3QRm' | ||
RETCODE: 0 | ||
|
||
STDOUT: | ||
Object removed successfully. | ||
ID: DYmvUqCgG8t55yZMdaNp3ZyDkoFmxJsnszN2yFsooNvP | ||
CID: EDysFerrLmTHQm3vgKbowNibJVD5TX5egHrKGh6kBxau | ||
|
||
STDERR: | ||
|
||
Start / End / Elapsed 12:29:28.313707 / 12:29:28.933766 / 0:00:00.620059 |
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 /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/bc3ab995-89ca-4fc4-a093-2990b2517ba3.json' --cid 'EDysFerrLmTHQm3vgKbowNibJVD5TX5egHrKGh6kBxau' --oid '4L6GETzBFjRiWJPGdc4M1nNujhR26u2oEBg9jvNM3QRm' --json --raw --ttl 1 | ||
RETCODE: 0 | ||
|
||
STDOUT: | ||
Object is complex, split information received. | ||
{"splitId":"WsUUkFFASeCw6rhzUWB6Vg==", "lastPart":null, "link":{"value":"mBOkYngo68wNq5IQ8K7AGbmSqMyvhdvFu8yPR6ZVC6w="}} | ||
|
||
STDERR: | ||
|
||
Start / End / Elapsed 12:29:21.031818 / 12:29:21.557504 / 0:00:00.525686 |
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,3 @@ | ||
REQUEST: 'http://http.neofs.devenv/get/8sWqWeZ1gD2jg1p2jgh2b8FSqggWWjoC8QRiqphc4N54/B8hwCQjUdYEeyThqiDy4vNi4tCHX4hoPZEJy8bmKehj4' | ||
RESPONSE: | ||
200 |
Binary file not shown.
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 -f' | ||
OUTPUT: | ||
|
||
RC: 0 | ||
Start / End / Elapsed 12:34:19.914066 / 12:34:19.916505 / 0:00:00.002439 |
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/bc3ab995-89ca-4fc4-a093-2990b2517ba3.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: F7BKtfMjHjSrXbiLsYXgTbJHL32h7mMYnbCVqPakVerD | ||
awaiting... | ||
container has been persisted on sidechain | ||
|
||
STDERR: | ||
|
||
Start / End / Elapsed 12:28:37.164056 / 12:28:38.668161 / 0:00:01.504105 |
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/bc3ab995-89ca-4fc4-a093-2990b2517ba3.json' --cid 'GPAE1zdK4wAqUBEgAf3U9BEiagT8SUT7qFfcfVtP3B6m' --oid 'EZDPjTkYDnazG3QkQN26DzVDm5mz2ekKBACT6gPaL8y1' --json --ttl 1 | ||
RETCODE: 0 | ||
|
||
STDOUT: | ||
{"objectID":{"value":"yWiHDJaCj3auPogUbURD4v697K+Ie3BOCzxrsyBeuLQ="}, "signature":{"key":"AwBUY6EJfMo4gJExTXa1V6+HSpu0DWifw4LvCCkn5p7j", "signature":"ol7TNvxJf4+mNG20nQMjK3N1VIyCk7hyKrEvpu+5ZtYg+0RYKYmf0pa/rQsYL8XLUadwKOLSKwnifjSEVrAMUw==", "scheme":"ECDSA_RFC6979_SHA256"}, "header":{"version":{"major":2, "minor":13}, "containerID":{"value":"5IyDBP2LPw1ooWgtFNpOHzDH0scl1dvlVpOUs5UJ/EY="}, "ownerID":{"value":"NXven7eTfarkWh++gmm32xIByed47vdvgg=="}, "creationEpoch":"9", "payloadLength":"4072", "payloadHash":{"type":"SHA256", "sum":"dVaS5yPRr1OlT+NAzSivrV2XFbvysSp7FZceVrpm6RA="}, "objectType":"REGULAR", "homomorphicHash":{"type":"TZ", "sum":"ZrGhhu72hg4mjs4PtOIW3zAcZF07jKnv1BGRdjGokC4+uZui8JbCYqfWfz5ulQgkcA1+bEM9XmK53gIXlgK3pw=="}, "sessionToken":{"body":{"id":"oPDDAKUAQ1GZ3IYqgUSTBQ==", "ownerID":{"value":"NXven7eTfarkWh++gmm32xIByed47vdvgg=="}, "lifetime":{"exp":"102", "nbf":"0", "iat":"0"}, "sessionKey":"AwBUY6EJfMo4gJExTXa1V6+HSpu0DWifw4LvCCkn5p7j", "object":{"verb":"PUT", "target":{"container":{"value":"5IyDBP2LPw1ooWgtFNpOHzDH0scl1dvlVpOUs5UJ/EY="}, "objects":[]}}}, "signature":{"key":"Axpg/L7DrReSaI4z4lL+S0w7qNJ5b6wsEf4h3ZvSKS4b", "signature":"rdNxPdqKEQNkoIuf/9NQNMv/EGnzjBZQMKk3/Bm/WttOqmmTuoT1lusBPEgzGb9bqG0uHygeWkbdZFaDWueITw==", "scheme":"ECDSA_RFC6979_SHA256"}}, "attributes":[{"key":"FileName", "value":"acef567e-9bff-4d19-ba32-6bbec35cb3b9"}], "split":null}, "payload":""} | ||
|
||
STDERR: | ||
|
||
Start / End / Elapsed 12:33:57.290703 / 12:33:57.847679 / 0:00:00.556976 |
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,3 @@ | ||
REQUEST: 'http://http.neofs.devenv/get_by_attribute/H19omEcgURZZ1nzGiuKtgQ923zL6Y1bKW9gG3wqUEudC/chapter1/peace' | ||
RESPONSE: | ||
200 |
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 container list --rpc-endpoint 's01.neofs.devenv:8080' --wallet '/home/runner/work/neofs-node/neofs-node/neofs-testcases/TemporaryDir/bc3ab995-89ca-4fc4-a093-2990b2517ba3.json' | ||
RETCODE: 0 | ||
|
||
STDOUT: | ||
3B1o3bY7Tv6djcfNPgKUxBZ8cYhgd456433mpt3mYKfD | ||
4XrxwBwL1aAXpPwSYQt3Xvxh6EY8J68PtkdWVwQeQmEr | ||
6jWNxT8BR6SKdLZbaLARzuqTGbshYmZ5czJ4NydVnwjG | ||
AWjPj7yqwMyGJfDdSH5XYMqxq8a1fWFFtWgWrGxxQt7A | ||
BSBb74E6cy2Xxf9qNLEMbKVFSerigXQ3fUZb8NiaYKzU | ||
DCT7mrNAHcJ4RBL8YwGHda5MhW33LZJfbaDJd2HP4niz | ||
DPDi3hfzpGqDZqhZ6DfGXRyeuKfXLjWCtKWvk2iJek67 | ||
EDysFerrLmTHQm3vgKbowNibJVD5TX5egHrKGh6kBxau | ||
F43QrU7mmCzikqqztEL8D59HznpbojuUtNUp2zRGCBsJ | ||
F7BKtfMjHjSrXbiLsYXgTbJHL32h7mMYnbCVqPakVerD | ||
FP2FNahwQ9EScEKyMiADNykUTjyRrDGYFLvVN3b4Bnp7 | ||
Fnc7LbKeDMZN3avwmhTAH91xoM4hwZ2B7MtanDKJqEMi | ||
GJEnoZhXL99TwALT91Vy5a3H1gdZZfjoAKDxsSwLLnhB | ||
GNtn9G8VmGyXwB97SXr15shS3k5YH7MNcpRYZ8ieqCV1 | ||
GPAE1zdK4wAqUBEgAf3U9BEiagT8SUT7qFfcfVtP3B6m | ||
HJkzxi5WqWgKaBg2MUv6yQoyrTVYDuwCkhLua1ivaGL6 | ||
|
||
STDERR: | ||
|
||
Start / End / Elapsed 12:34:19.431000 / 12:34:19.912833 / 0:00:00.481833 |
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,20 @@ | ||
COMMAND: neofs-cli --config /home/runner/work/neofs-node/neofs-node/neofs-testcases/wallet_config.yml container list --rpc-endpoint 's01.neofs.devenv:8080' --wallet '/home/runner/work/neofs-node/neofs-node/neofs-testcases/TemporaryDir/bc3ab995-89ca-4fc4-a093-2990b2517ba3.json' | ||
RETCODE: 0 | ||
|
||
STDOUT: | ||
3B1o3bY7Tv6djcfNPgKUxBZ8cYhgd456433mpt3mYKfD | ||
AWjPj7yqwMyGJfDdSH5XYMqxq8a1fWFFtWgWrGxxQt7A | ||
BSBb74E6cy2Xxf9qNLEMbKVFSerigXQ3fUZb8NiaYKzU | ||
DCT7mrNAHcJ4RBL8YwGHda5MhW33LZJfbaDJd2HP4niz | ||
DPDi3hfzpGqDZqhZ6DfGXRyeuKfXLjWCtKWvk2iJek67 | ||
EDysFerrLmTHQm3vgKbowNibJVD5TX5egHrKGh6kBxau | ||
F43QrU7mmCzikqqztEL8D59HznpbojuUtNUp2zRGCBsJ | ||
F7BKtfMjHjSrXbiLsYXgTbJHL32h7mMYnbCVqPakVerD | ||
FP2FNahwQ9EScEKyMiADNykUTjyRrDGYFLvVN3b4Bnp7 | ||
GJEnoZhXL99TwALT91Vy5a3H1gdZZfjoAKDxsSwLLnhB | ||
GNtn9G8VmGyXwB97SXr15shS3k5YH7MNcpRYZ8ieqCV1 | ||
HJkzxi5WqWgKaBg2MUv6yQoyrTVYDuwCkhLua1ivaGL6 | ||
|
||
STDERR: | ||
|
||
Start / End / Elapsed 12:31:06.032109 / 12:31:06.615797 / 0:00:00.583688 |
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 's03.neofs.devenv:8080' --wallet '/home/runner/work/neofs-node/neofs-node/neofs-testcases/TemporaryDir/748d84ea-8433-4b41-ae49-29b7547cd5ad.json' --cid 'FP2FNahwQ9EScEKyMiADNykUTjyRrDGYFLvVN3b4Bnp7' --file '/home/runner/work/neofs-node/neofs-node/neofs-testcases/TemporaryDir/TestFilesDir/f765c038-3e85-4e21-b9d4-1d92be13db95' --attributes 'created=other' --no-progress | ||
RETCODE: 0 | ||
|
||
STDOUT: | ||
[/home/runner/work/neofs-node/neofs-node/neofs-testcases/TemporaryDir/TestFilesDir/f765c038-3e85-4e21-b9d4-1d92be13db95] Object successfully stored | ||
OID: AmgMQyJXRcf2GYabaPuEdXj7p6kPgtE6gddJAWJhdNFE | ||
CID: FP2FNahwQ9EScEKyMiADNykUTjyRrDGYFLvVN3b4Bnp7 | ||
|
||
STDERR: | ||
|
||
Start / End / Elapsed 12:27:28.069806 / 12:27:28.666198 / 0:00:00.596392 |
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 12:34:14.194645 / 12:34:14.210666 / 0:00:00.016021 |
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,20 @@ | ||
COMMAND: 'S3 List objects delete markers result' | ||
OUTPUT: | ||
{ | ||
"IsTruncated": false, | ||
"KeyMarker": "", | ||
"Name": "6ce65b2f-3861-4cf8-a529-ec9b64364f44", | ||
"ResponseMetadata": { | ||
"HTTPHeaders": { | ||
"content-length": "267", | ||
"content-type": "text/xml; charset=utf-8", | ||
"date": "Wed, 21 Jun 2023 12:37:52 GMT", | ||
"x-amz-request-id": "ed3088d7-edac-4134-9255-844335a3cb08" | ||
}, | ||
"HTTPStatusCode": 200, | ||
"HostId": "", | ||
"RequestId": "ed3088d7-edac-4134-9255-844335a3cb08", | ||
"RetryAttempts": 0 | ||
}, | ||
"VersionIdMarker": "" | ||
} |
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,3 @@ | ||
COMMAND: 'S3 Copy objects result' | ||
OUTPUT: | ||
{'ResponseMetadata': {'RequestId': 'f88133e5-1007-4f1d-8abd-8b8c308c0ffd', 'HostId': '', 'HTTPStatusCode': 200, 'HTTPHeaders': {'x-amz-request-id': 'f88133e5-1007-4f1d-8abd-8b8c308c0ffd', 'date': 'Wed, 21 Jun 2023 12:37:30 GMT', 'content-length': '250', 'content-type': 'text/xml; charset=utf-8'}, 'RetryAttempts': 0}, 'CopyObjectResult': {'ETag': '722cee98a8356cdb10a653d1015c21c6b1cb716262c8dad075e06250e8566378', 'LastModified': datetime.datetime(2023, 6, 21, 12, 37, 30, tzinfo=tzlocal())}} |
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/bc3ab995-89ca-4fc4-a093-2990b2517ba3.json' --cid 'GJEnoZhXL99TwALT91Vy5a3H1gdZZfjoAKDxsSwLLnhB' --oid '3xkKD7A9Qggn6sM8yNb11FihjBKp1xE4QdxQwrfXg9pC' --json --ttl 1 | ||
RETCODE: 1 | ||
|
||
STDOUT: | ||
rpc error: read object header via client: status: code = 2049 message = object not found | ||
|
||
STDERR: | ||
|
||
Start / End / Elapsed 12:30:40.664465 / 12:30:41.147511 / 0:00:00.483046 |
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 -f' | ||
OUTPUT: | ||
|
||
RC: 0 | ||
Start / End / Elapsed 12:35:19.942734 / 12:35:19.946229 / 0:00:00.003495 |
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/bc3ab995-89ca-4fc4-a093-2990b2517ba3.json' --cid '5APygcPXG1TTn9SPkAsYHerydfxvaMzmsGpHGWvGsFZx' --oid 'GHcMEYa7jVPC6VdAPZy1gSyTqMLVFnAiXY23j1v68JTd' --json --ttl 1 | ||
RETCODE: 0 | ||
|
||
STDOUT: | ||
{"objectID":{"value":"4yCQ3+7nnnts3Is99RoWJWzAEdbL1uAVlREzp4qK6PQ="}, "signature":{"key":"A0UoLYVM6NqyZ3b20ed2d8GOJ58t+sMXNoDyNcu8Hgc9", "signature":"s4atWwyKY6RUnfHOUWeOEISMlCluCWNTPwOnCplpyAsOKrC8DfLrslpLF0iOryN4WqekNq39j/3CeaxGvM0nyA==", "scheme":"ECDSA_RFC6979_SHA256"}, "header":{"version":{"major":2, "minor":13}, "containerID":{"value":"Pdb0m0ADelPPWXS+dJv2BpSRGI6HoVdhRjy2LLCI7g8="}, "ownerID":{"value":"NXven7eTfarkWh++gmm32xIByed47vdvgg=="}, "creationEpoch":"12", "payloadLength":"1000", "payloadHash":{"type":"SHA256", "sum":"V9vSjkGH2oboXEm90koTsKv1rrECVsNSa/j8IPboEPk="}, "objectType":"REGULAR", "homomorphicHash":{"type":"TZ", "sum":"QYBzSMDPrIXbzateXQ7StRbbvGXty4Q8qKGHRn0GEQJKUSkPMvWKNXVlZrwz0SaRavHbwJ7xYSKI33t4TJDpnw=="}, "sessionToken":{"body":{"id":"7uFV7O/TTzucmoBGA/bxPg==", "ownerID":{"value":"NXven7eTfarkWh++gmm32xIByed47vdvgg=="}, "lifetime":{"exp":"102", "nbf":"0", "iat":"0"}, "sessionKey":"A0UoLYVM6NqyZ3b20ed2d8GOJ58t+sMXNoDyNcu8Hgc9", "object":{"verb":"PUT", "target":{"container":{"value":"Pdb0m0ADelPPWXS+dJv2BpSRGI6HoVdhRjy2LLCI7g8="}, "objects":[]}}}, "signature":{"key":"Axpg/L7DrReSaI4z4lL+S0w7qNJ5b6wsEf4h3ZvSKS4b", "signature":"HQH/WZqwYTD7deJnKAPyO1/mShGqNPf518CX69UAF6RxekCOzJGEWSAWQQNhRSCu6zomQRzhazJfdqiIEo/T+w==", "scheme":"ECDSA_RFC6979_SHA256"}}, "attributes":[{"key":"__NEOFS__EXPIRATION_EPOCH", "value":"13"}, {"key":"FileName", "value":"4a1c0985-ff46-492a-af1a-9d132633c1b6"}], "split":null}, "payload":""} | ||
|
||
STDERR: | ||
|
||
Start / End / Elapsed 12:34:55.087846 / 12:34:55.656454 / 0:00:00.568608 |
Oops, something went wrong.