nspcc-dev / neofs-node

NeoFS is a decentralized distributed object storage integrated with the Neo blockchain
https://fs.neo.org
GNU General Public License v3.0
31 stars 38 forks source link

.github: run system tests on arm64 #2825

Closed evgeniiz321 closed 1 month ago

evgeniiz321 commented 2 months ago

@roman-khimov can you please take a look at these logs: hang_logs.zip

This command hangs infinitely:

[MainThread] 2024-04-25 13:59:41 [INFO] Executing command: ./neofs-s3-authmate --debug --with-log --timeout 1m issue-secret --wallet /Users/evgeniiz/Projects/neofs-testcases-nspcc/neofs-testcases/TemporaryDir/3ec9a0e3-cd46-4700-ac17-1a867a382f5f.json --gate-public-key=028c56444d899e8015b82faba961da97ac18afd5fe0d7ff09779f238dbf9e111c5 --peer localhost:52889 --container-friendly-name 8e05fbcf-04c4-41e3-99c0-69c87cc7783f --bearer-rules /Users/evgeniiz/Projects/neofs-testcases-nspcc/neofs-testcases/pytest_tests/data/s3_bearer_rules.json --container-placement-policy 'REP 1' --container-policy pytest_tests/data/container_policy.json
roman-khimov commented 2 months ago

No ideas. This command is rather simple and not supposed to fail. @smallhive may have some suggestions, some strace/dtrace may suggest at least the stage it's at, but otherwise if it's silent we can only guess and probe with debug prints.

codecov[bot] commented 2 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 23.67%. Comparing base (ce9a936) to head (4d66ed7). Report is 12 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #2825 +/- ## ========================================== + Coverage 23.65% 23.67% +0.02% ========================================== Files 769 769 Lines 44564 44494 -70 ========================================== - Hits 10541 10536 -5 + Misses 33172 33105 -67 - Partials 851 853 +2 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.