+++ mktemp -d ++ workdir=/tmp/tmp.xoKFsueSCZ ++ echo Workdir: /tmp/tmp.xoKFsueSCZ Workdir: /tmp/tmp.xoKFsueSCZ ++ echo Checkout base commit... Checkout base commit... ++ git checkout 8864deda33f94675c3bc78210877c9ef1393ac3c~1 Warning: you are leaving 2 commits behind, not connected to any of your branches: 8864deda33 Merge 183215cc9eafc5ae2a6646a8550e6ebdeabface7 into e15f7e7763f63c62526ad0e07f18261da05c9283 183215cc9e fixup! Pass split message If you want to keep them by creating a new branch, this may be a good time to do so with: git branch 8864deda33 HEAD is now at e15f7e7763 Sync branches 250822-0050: rightlib to main (#23341) ++ echo Build graph for base commit... Build graph for base commit... ++ ./ya make -Gj0 -ttt ydb --build release -k --cache-tests --build-all ++ jq '.graph[]' Downloading https://devtools-registry.s3.yandex.net/9481832270 [.........................................] OK Warn[-WPluginErr]: in $B/ydb/tests/functional/tpc/medium/ydb-tests-functional-tpc-medium: Requirement ram is redefined 16 -> 28 Warn[-WPluginErr]: in $B/ydb/tests/functional/tpc/medium/tpch/ydb-tests-functional-tpc-medium-tpch: Requirement ram is redefined 16 -> 28 ++ echo Checkout head commit... Checkout head commit... ++ git checkout 8864deda33f94675c3bc78210877c9ef1393ac3c Previous HEAD position was e15f7e7763 Sync branches 250822-0050: rightlib to main (#23341) HEAD is now at 8864deda33 Merge 183215cc9eafc5ae2a6646a8550e6ebdeabface7 into e15f7e7763f63c62526ad0e07f18261da05c9283 ++ echo Build graph for head commit... Build graph for head commit... ++ ./ya make -Gj0 -ttt ydb --build release -k --cache-tests --build-all ++ jq '.graph[]' Warn[-WPluginErr]: in $B/ydb/tests/functional/tpc/medium/ydb-tests-functional-tpc-medium: Requirement ram is redefined 16 -> 28 Warn[-WPluginErr]: in $B/ydb/tests/functional/tpc/medium/tpch/ydb-tests-functional-tpc-medium-tpch: Requirement ram is redefined 16 -> 28 ++ echo Generate lists of uids for base and head... Generate lists of uids for base and head... ++ cat /tmp/tmp.xoKFsueSCZ/graph_base ++ jq .uid ++ cat /tmp/tmp.xoKFsueSCZ/graph_head ++ jq .uid ++ echo Create a list of changed uids in the head graph... Create a list of changed uids in the head graph... ++ cat /tmp/tmp.xoKFsueSCZ/uid_head ++ sort ++ uniq -d ++ cat /tmp/tmp.xoKFsueSCZ/uid_base ++ sort ++ uniq -u ++ cat /tmp/tmp.xoKFsueSCZ/uid_head ++ echo Create ya.make Create ya.make ++ echo '' ++ echo Generate list of test shard names from the head graph based on the list of uids... Generate list of test shard names from the head graph based on the list of uids... ++ cat /tmp/tmp.xoKFsueSCZ/graph_head ++ jq -r --slurpfile uids /tmp/tmp.xoKFsueSCZ/uids_new 'select( ."node-type"=="test") | select( any( .uid; .==$uids[] )) | .kv.path' ++ sort ++ uniq