+++ mktemp -d ++ workdir=/tmp/tmp.98rx4IUYbZ ++ echo Workdir: /tmp/tmp.98rx4IUYbZ Workdir: /tmp/tmp.98rx4IUYbZ ++ echo Checkout base commit... Checkout base commit... ++ git checkout d248896ee6bce20fd403c2a1a318f22db515bdfc~1 Warning: you are leaving 2 commits behind, not connected to any of your branches: d248896ee6 Merge 08cf44dab9d3fb5268ba821a9fb4760fd97bfd9d into 85f3b9f79f5962d488fa6ef0b7c6165299ae5263 08cf44dab9 fix merge error If you want to keep them by creating a new branch, this may be a good time to do so with: git branch d248896ee6 HEAD is now at 85f3b9f79f Incremental backup control op (#19675) ++ 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/8945024867 [.........................................] OK Warn[-WPluginErr]: in $B/ydb/tests/functional/tpc/medium/ydb-tests-functional-tpc-medium: Requirement ram is redefined 16 -> 28 ++ echo Checkout head commit... Checkout head commit... ++ git checkout d248896ee6bce20fd403c2a1a318f22db515bdfc Previous HEAD position was 85f3b9f79f Incremental backup control op (#19675) HEAD is now at d248896ee6 Merge 08cf44dab9d3fb5268ba821a9fb4760fd97bfd9d into 85f3b9f79f5962d488fa6ef0b7c6165299ae5263 ++ 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 ++ echo Generate lists of uids for base and head... Generate lists of uids for base and head... ++ jq .uid ++ cat /tmp/tmp.98rx4IUYbZ/graph_base ++ cat /tmp/tmp.98rx4IUYbZ/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.98rx4IUYbZ/uid_head ++ sort ++ uniq -d ++ cat /tmp/tmp.98rx4IUYbZ/uid_base ++ sort ++ uniq -u ++ cat /tmp/tmp.98rx4IUYbZ/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... ++ jq -r --slurpfile uids /tmp/tmp.98rx4IUYbZ/uids_new 'select( ."node-type"=="test") | select( any( .uid; .==$uids[] )) | .kv.path' ++ cat /tmp/tmp.98rx4IUYbZ/graph_head ++ sort ++ uniq