+++ mktemp -d ++ workdir=/tmp/tmp.CFwzMUpVqH ++ echo Workdir: /tmp/tmp.CFwzMUpVqH Workdir: /tmp/tmp.CFwzMUpVqH ++ echo Checkout base commit... Checkout base commit... ++ git checkout 8e1e24465a523f996ecb6a65d3d1765795f5da35~1 Warning: you are leaving 2 commits behind, not connected to any of your branches: 8e1e24465 Merge ed36ed710ba842654d5261fcfde90ed98f4f3ec1 into 7d944e3bbb0b216205729f0e1e86e34f5668bfa5 ed36ed710 Enable antlr4 parser by default (#12737) If you want to keep them by creating a new branch, this may be a good time to do so with: git branch 8e1e24465 HEAD is now at 7d944e3bb Merge pull request #21518 from ydb-platform/merge-stable-25-1-250722-2037 ++ 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/8067062599 [............................................] OK ++ echo Checkout head commit... Checkout head commit... ++ git checkout 8e1e24465a523f996ecb6a65d3d1765795f5da35 Previous HEAD position was 7d944e3bb Merge pull request #21518 from ydb-platform/merge-stable-25-1-250722-2037 HEAD is now at 8e1e24465 Merge ed36ed710ba842654d5261fcfde90ed98f4f3ec1 into 7d944e3bbb0b216205729f0e1e86e34f5668bfa5 ++ 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[]' ++ echo Generate lists of uids for base and head... Generate lists of uids for base and head... ++ cat /tmp/tmp.CFwzMUpVqH/graph_base ++ jq .uid ++ cat /tmp/tmp.CFwzMUpVqH/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.CFwzMUpVqH/uid_head ++ sort ++ uniq -d ++ cat /tmp/tmp.CFwzMUpVqH/uid_base ++ sort ++ uniq -u ++ cat /tmp/tmp.CFwzMUpVqH/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.CFwzMUpVqH/graph_head ++ jq -r --slurpfile uids /tmp/tmp.CFwzMUpVqH/uids_new 'select( ."node-type"=="test") | select( any( .uid; .==$uids[] )) | .kv.path' ++ uniq ++ sort