+++ mktemp -d ++ workdir=/tmp/tmp.11CZEeeQNq ++ echo Workdir: /tmp/tmp.11CZEeeQNq Workdir: /tmp/tmp.11CZEeeQNq ++ echo Checkout base commit... Checkout base commit... ++ git checkout e48c87166716af4fb4ff8b606ba6e7e148f0f3bb~1 Warning: you are leaving 2 commits behind, not connected to any of your branches: e48c87166 Merge 165186130d96e58a4e02c4468cadade4ebdaa335 into 7b9bd5d1f820b3d510cbab862d039a5ae4721895 165186130 Improved s3 read / write partitions validation If you want to keep them by creating a new branch, this may be a good time to do so with: git branch e48c87166 HEAD is now at 7b9bd5d1f Added OverridePlanner validation (#19945) ++ 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/9029496443 [.........................................] 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 e48c87166716af4fb4ff8b606ba6e7e148f0f3bb Previous HEAD position was 7b9bd5d1f Added OverridePlanner validation (#19945) HEAD is now at e48c87166 Merge 165186130d96e58a4e02c4468cadade4ebdaa335 into 7b9bd5d1f820b3d510cbab862d039a5ae4721895 ++ 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.11CZEeeQNq/graph_base ++ cat /tmp/tmp.11CZEeeQNq/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... ++ sort ++ cat /tmp/tmp.11CZEeeQNq/uid_head ++ uniq -d ++ cat /tmp/tmp.11CZEeeQNq/uid_base ++ sort ++ uniq -u ++ cat /tmp/tmp.11CZEeeQNq/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.11CZEeeQNq/graph_head ++ sort ++ jq -r --slurpfile uids /tmp/tmp.11CZEeeQNq/uids_new 'select( ."node-type"=="test") | select( any( .uid; .==$uids[] )) | .kv.path' ++ uniq